From 745406dc65aecc438a53f96badc387a32b7a338f Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Thu, 19 Mar 2026 22:30:56 +0200 Subject: Add Mibo project The Djup project is DesktopGL project --- Djup.Native/src/Djup.Native.csproj | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Djup.Native/src/Djup.Native.csproj (limited to 'Djup.Native/src/Djup.Native.csproj') diff --git a/Djup.Native/src/Djup.Native.csproj b/Djup.Native/src/Djup.Native.csproj new file mode 100644 index 0000000..a581a58 --- /dev/null +++ b/Djup.Native/src/Djup.Native.csproj @@ -0,0 +1,40 @@ + + + + net10.0 + enable + enable + true + true + + + + $(MSBuildThisFileDirectory)../../lib/build + + + + + runtimes/linux-x64/native/libdjup.so + Always + runtimes/linux-x64/native/ + true + + + + + + + $([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) + true + + + + + runtimes/linux-x64/native/libdjup.so + Always + + + + + + -- cgit v1.2.3