initial commit: add C# LDTK importer and project configuration
This commit is contained in:
8
ldtk-importer.csproj
Normal file
8
ldtk-importer.csproj
Normal file
@@ -0,0 +1,8 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.5.0">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<RootNamespace>ldtkimporter</RootNamespace>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user