summaryrefslogtreecommitdiff
path: root/client/Djup.csproj
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-19 21:26:44 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-19 21:26:44 +0200
commit3b60cd682120947119f442bb71ab2a5e98decccc (patch)
treec168115bc480616656b8a8bf6e3da7f887e722df /client/Djup.csproj
parentc8ec21382633851dfb25922f7c15610818865b29 (diff)
Remove Godot client
Diffstat (limited to 'client/Djup.csproj')
-rw-r--r--client/Djup.csproj13
1 files changed, 0 insertions, 13 deletions
diff --git a/client/Djup.csproj b/client/Djup.csproj
deleted file mode 100644
index de4ca2f..0000000
--- a/client/Djup.csproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<Project Sdk="Godot.NET.Sdk/4.6.1">
- <PropertyGroup>
- <TargetFramework>net10.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>