asd
This commit is contained in:
18
Node War.csproj.old
Normal file
18
Node War.csproj.old
Normal file
@@ -0,0 +1,18 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.6.2">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' "
|
||||
>net9.0</TargetFramework
|
||||
>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<RootNamespace>NodeWar</RootNamespace>
|
||||
<LangVersion>14</LangVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Firebelley.GodotUtilities" Version="6.2.0" />
|
||||
<PackageReference
|
||||
Include="GodotSharp.SourceGenerators"
|
||||
Version="2.7.0-260519-1042.Release"
|
||||
/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user