From 4bac6ae2e725a1997674fd3369bf4ea032235d8b Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Tue, 8 Oct 2024 19:59:10 +0300 Subject: Add a native "Hello World" to the project After much trouble with MSBuild --- Djup/Djup.csproj | 16 ---------------- Djup/Program.cs | 2 -- 2 files changed, 18 deletions(-) delete mode 100644 Djup/Djup.csproj delete mode 100644 Djup/Program.cs (limited to 'Djup') 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 @@ - - - - - - - - - - Exe - net8.0 - enable - enable - - - 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(); -- cgit v1.2.3