diff options
Diffstat (limited to 'Djup')
| -rw-r--r-- | Djup/Djup.csproj | 16 | ||||
| -rw-r--r-- | Djup/Program.cs | 2 |
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();
|
