Clean rebuild of test-game project

This commit is contained in:
Will Stuckey
2025-10-24 13:39:16 -05:00
commit 7399c1570e
9 changed files with 85 additions and 0 deletions

12
test-game.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Godot.NET.Sdk/4.5.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>TestGame</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="Libraries/utilities/Utilities.csproj" />
<ProjectReference Include="Libraries/input/Input.csproj" />
</ItemGroup>
</Project>