diff options
| author | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2026-03-19 22:30:56 +0200 |
| commit | 745406dc65aecc438a53f96badc387a32b7a338f (patch) | |
| tree | cc597855dac943efe627fce160782585e27feadf /Djup.Native | |
| parent | 3b60cd682120947119f442bb71ab2a5e98decccc (diff) | |
Add Mibo project
The Djup project is DesktopGL project
Diffstat (limited to 'Djup.Native')
| -rw-r--r-- | Djup.Native/scripts/AddRuntimeTargetsToDepsJson.targets (renamed from Djup.Native/AddRuntimeTargetsToDepsJson.targets) | 0 | ||||
| -rwxr-xr-x | Djup.Native/scripts/patch-deps.sh (renamed from Djup.Native/patch-deps.sh) | 0 | ||||
| -rw-r--r-- | Djup.Native/src/Constants.cs (renamed from Djup.Native/Constants.cs) | 0 | ||||
| -rw-r--r-- | Djup.Native/src/Djup.Native.csproj (renamed from Djup.Native/Djup.Native.csproj) | 3 | ||||
| -rw-r--r-- | Djup.Native/src/LibDjup.cs (renamed from Djup.Native/LibDjup.cs) | 0 | ||||
| -rw-r--r-- | Djup.Native/src/Program.cs (renamed from Djup.Native/Program.cs) | 0 | ||||
| -rw-r--r-- | Djup.Native/src/Types.cs (renamed from Djup.Native/Types.cs) | 0 | ||||
| -rw-r--r-- | Djup.Native/src/packages.lock.json | 6 |
8 files changed, 8 insertions, 1 deletions
diff --git a/Djup.Native/AddRuntimeTargetsToDepsJson.targets b/Djup.Native/scripts/AddRuntimeTargetsToDepsJson.targets index fbb4c43..fbb4c43 100644 --- a/Djup.Native/AddRuntimeTargetsToDepsJson.targets +++ b/Djup.Native/scripts/AddRuntimeTargetsToDepsJson.targets diff --git a/Djup.Native/patch-deps.sh b/Djup.Native/scripts/patch-deps.sh index 8015323..8015323 100755 --- a/Djup.Native/patch-deps.sh +++ b/Djup.Native/scripts/patch-deps.sh diff --git a/Djup.Native/Constants.cs b/Djup.Native/src/Constants.cs index 90692be..90692be 100644 --- a/Djup.Native/Constants.cs +++ b/Djup.Native/src/Constants.cs diff --git a/Djup.Native/Djup.Native.csproj b/Djup.Native/src/Djup.Native.csproj index f3c2781..a581a58 100644 --- a/Djup.Native/Djup.Native.csproj +++ b/Djup.Native/src/Djup.Native.csproj @@ -5,10 +5,11 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> </PropertyGroup> <PropertyGroup> - <BuildDir>$(MSBuildThisFileDirectory)../lib/build</BuildDir> + <BuildDir>$(MSBuildThisFileDirectory)../../lib/build</BuildDir> </PropertyGroup> <ItemGroup Condition=" '$(Configuration)'=='Release' "> diff --git a/Djup.Native/LibDjup.cs b/Djup.Native/src/LibDjup.cs index 15dcdad..15dcdad 100644 --- a/Djup.Native/LibDjup.cs +++ b/Djup.Native/src/LibDjup.cs diff --git a/Djup.Native/Program.cs b/Djup.Native/src/Program.cs index 1b374b8..1b374b8 100644 --- a/Djup.Native/Program.cs +++ b/Djup.Native/src/Program.cs diff --git a/Djup.Native/Types.cs b/Djup.Native/src/Types.cs index 7d9c41e..7d9c41e 100644 --- a/Djup.Native/Types.cs +++ b/Djup.Native/src/Types.cs diff --git a/Djup.Native/src/packages.lock.json b/Djup.Native/src/packages.lock.json new file mode 100644 index 0000000..4a91a8c --- /dev/null +++ b/Djup.Native/src/packages.lock.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "dependencies": { + "net10.0": {} + } +}
\ No newline at end of file |
