SupaLidlGame/SupaLidlGame.csproj

16 lines
548 B
XML
Raw Normal View History

2024-02-27 09:12:55 -08:00
<Project Sdk="Godot.NET.Sdk/4.3.0-dev.3">
2022-11-10 20:29:53 -08:00
<PropertyGroup>
2023-12-30 15:12:07 -08:00
<TargetFramework>net7.0</TargetFramework>
2022-11-10 20:29:53 -08:00
<EnableDynamicLoading>true</EnableDynamicLoading>
2024-06-06 19:15:48 -07:00
<PublishAOT>true</PublishAOT>
2022-11-10 20:29:53 -08:00
</PropertyGroup>
2023-06-10 22:15:28 -07:00
<ItemGroup>
2024-06-06 19:15:48 -07:00
<TrimmerRootAssembly Include="GodotSharp" />
<TrimmerRootAssembly Include="$(TargetName)" />
<Content Remove="UnitTests/**/*" />
<Compile Remove="UnitTests/**/*" />
<None Remove="UnitTests/**/*" />
2023-06-10 22:15:28 -07:00
<PackageReference Include="Firebelley.GodotUtilities" Version="4.0.4" />
</ItemGroup>
2024-06-06 19:15:48 -07:00
</Project>