summaryrefslogtreecommitdiff
path: root/Djup
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2024-10-08 19:59:10 +0300
committerJoel Stålnacke <joel@saker.fi>2024-10-08 19:59:10 +0300
commit4bac6ae2e725a1997674fd3369bf4ea032235d8b (patch)
treecd9682eac89c1da5d5c54741684b5e8405f5d54c /Djup
parent21001a44f1781423ae04f35ee41e042ae6f01355 (diff)
Add a native "Hello World" to the project
After much trouble with MSBuild
Diffstat (limited to 'Djup')
-rw-r--r--Djup/Djup.csproj16
-rw-r--r--Djup/Program.cs2
2 files changed, 0 insertions, 18 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>
diff --git a/Djup/Program.cs b/Djup/Program.cs
deleted file mode 100644
index c66eb42..0000000
--- a/Djup/Program.cs
+++ /dev/null
@@ -1,2 +0,0 @@
-using Djup.Native;
-LibDjup.hello_world();