diff options
| author | Joel Stålnacke <joel@saker.fi> | 2024-10-11 13:31:44 +0300 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2024-10-13 13:34:46 +0300 |
| commit | 53a1cdf5bee2955995dfbf441f5354d1dcfc1e0c (patch) | |
| tree | be8c2894226a2b7e1a47f7583f2041df75f795b3 /client/Djup.csproj | |
| parent | 4bac6ae2e725a1997674fd3369bf4ea032235d8b (diff) | |
Add Godot client
Diffstat (limited to 'client/Djup.csproj')
| -rw-r--r-- | client/Djup.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/Djup.csproj b/client/Djup.csproj new file mode 100644 index 0000000..0e34542 --- /dev/null +++ b/client/Djup.csproj @@ -0,0 +1,15 @@ +<Project Sdk="Godot.NET.Sdk/4.3.0"> + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework> + <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework> + <EnableDynamicLoading>true</EnableDynamicLoading> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\Djup.Native\Djup.Native.csproj" /> + </ItemGroup> + + <Import Project="../Djup.Native/AddRuntimeTargetsToDepsJson.targets" /> +</Project> |
