summaryrefslogtreecommitdiff
path: root/Djup/Djup.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Djup/Djup.csproj')
-rw-r--r--Djup/Djup.csproj16
1 files changed, 0 insertions, 16 deletions
diff --git a/Djup/Djup.csproj b/Djup/Djup.csproj
deleted file mode 100644
index 3c18b7c..0000000
--- a/Djup/Djup.csproj
+++ /dev/null
@@ -1,16 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <ItemGroup>
- <ProjectReference Include="..\lib\Djup.Native\Djup.Native.csproj">
- <!--<Private>false</Private>-->
- </ProjectReference>
- </ItemGroup>
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
-</Project>