SupaLidlGame/SupaLidlGame.csproj

13 lines
407 B
XML
Raw Normal View History

2023-12-16 15:49:42 -08:00
<Project Sdk="Godot.NET.Sdk/4.2.1">
2022-11-10 20:29:53 -08:00
<PropertyGroup>
2023-12-29 15:37:52 -08:00
<TargetFramework>net8.0</TargetFramework>
2022-11-10 20:29:53 -08:00
<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-29 15:37:52 -08:00
</Project>