SupaLidlGame/SupaLidlGame.csproj

12 lines
410 B
XML
Raw Permalink Normal View History

2024-01-03 17:46:19 -08:00
<Project Sdk="Godot.NET.Sdk/4.3.0-dev">
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>
</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>
2024-01-03 17:46:19 -08:00
</Project>