From ffe4b0f5b87a7a69200c160a588ec66f1b0060de Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 23 Aug 2023 14:53:12 +0100 Subject: [PATCH] Add Raylib-cs.Native project --- Raylib-cs.Native/Raylib-cs.Native.csproj | 54 ++++++++++++++++++++++++ Raylib-cs.sln | 14 ++++++ 2 files changed, 68 insertions(+) create mode 100644 Raylib-cs.Native/Raylib-cs.Native.csproj diff --git a/Raylib-cs.Native/Raylib-cs.Native.csproj b/Raylib-cs.Native/Raylib-cs.Native.csproj new file mode 100644 index 0000000..0b3c2d9 --- /dev/null +++ b/Raylib-cs.Native/Raylib-cs.Native.csproj @@ -0,0 +1,54 @@ + + + net5.0;net6.0 + Raylib-cs.Native + false + + + + so + lib + + + + dylib + lib + + + + dll + $(Configuration)/ + + + + + + + + + + + + + + + + + + + + + diff --git a/Raylib-cs.sln b/Raylib-cs.sln index 6e28f1f..14b04fc 100644 --- a/Raylib-cs.sln +++ b/Raylib-cs.sln @@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raylib-cs.Tests", "Raylib-c EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raylib-cs.Android", "Raylib-cs.Android\Raylib-cs.Android.csproj", "{8C2B9C24-3926-4B3A-902C-6429CF4864AA}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raylib-cs.Native", "Raylib-cs.Native\Raylib-cs.Native.csproj", "{6D69AB61-7A41-4B95-99CE-82C6809469B6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -39,6 +41,18 @@ Global {8C2B9C24-3926-4B3A-902C-6429CF4864AA}.Release|x64.Build.0 = Release|Any CPU {8C2B9C24-3926-4B3A-902C-6429CF4864AA}.Release|x86.ActiveCfg = Release|Any CPU {8C2B9C24-3926-4B3A-902C-6429CF4864AA}.Release|x86.Build.0 = Release|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Debug|x64.ActiveCfg = Debug|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Debug|x64.Build.0 = Debug|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Debug|x86.ActiveCfg = Debug|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Debug|x86.Build.0 = Debug|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Release|Any CPU.Build.0 = Release|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Release|x64.ActiveCfg = Release|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Release|x64.Build.0 = Release|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Release|x86.ActiveCfg = Release|Any CPU + {6D69AB61-7A41-4B95-99CE-82C6809469B6}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE