SupaLidlGame/SupaLidlGame.csproj

12 lines
406 B
XML
Raw Permalink Normal View History

2023-12-09 16:26:44 -08:00
<Project Sdk="Godot.NET.Sdk/4.2.0">
2022-11-10 20:29:53 -08:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
2023-06-10 22:15:28 -07:00
<ItemGroup>
<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>
2023-12-09 16:26:44 -08:00
</Project>