summaryrefslogtreecommitdiff
path: root/Djup/Djup.csproj
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2024-10-06 11:25:49 +0300
committerJoel Stålnacke <joel@saker.fi>2024-10-06 11:25:49 +0300
commit11e09f477480531487cd12b5c107ac1d8352a7a5 (patch)
tree19ce8424608fa9dd617208d8ed60da7a2a2b4287 /Djup/Djup.csproj
Initial commit
Diffstat (limited to 'Djup/Djup.csproj')
-rw-r--r--Djup/Djup.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/Djup/Djup.csproj b/Djup/Djup.csproj
new file mode 100644
index 0000000..3c18b7c
--- /dev/null
+++ b/Djup/Djup.csproj
@@ -0,0 +1,16 @@
+<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>