Adding Godot project

This commit is contained in:
2026-02-25 10:26:08 -06:00
parent 1f5bacf8b7
commit 14ac3d08ca
13 changed files with 140 additions and 0 deletions

10
SzApp/SessionZero.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.6.0">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SzCore\SzCore.csproj" />
</ItemGroup>
</Project>