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>
|
|
|
|
</PropertyGroup>
|
2023-06-10 22:15:28 -07:00
|
|
|
<ItemGroup>
|
2023-09-26 10:23:04 -07:00
|
|
|
<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>
|