From 53a1cdf5bee2955995dfbf441f5354d1dcfc1e0c Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Fri, 11 Oct 2024 13:31:44 +0300 Subject: Add Godot client --- Djup.Native/Djup.Native.csproj | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Djup.Native/Djup.Native.csproj (limited to 'Djup.Native/Djup.Native.csproj') diff --git a/Djup.Native/Djup.Native.csproj b/Djup.Native/Djup.Native.csproj new file mode 100644 index 0000000..107e293 --- /dev/null +++ b/Djup.Native/Djup.Native.csproj @@ -0,0 +1,39 @@ + + + + net8.0 + enable + enable + 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