From c79590c56c7d8a9aeef09dc8d69d93c5e095da04 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 1 Apr 2020 14:50:00 +0100 Subject: [PATCH] Added Raylib-cs.csproj. - Testing multi-target options. Hopefully won't be needed with .NET 5. Some issues getting multi-targeting to work well with OmniSharp in other projects so I may change this. --- Raylib-cs/Raylib-cs.csproj | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Raylib-cs/Raylib-cs.csproj diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj new file mode 100644 index 0000000..28f8e2a --- /dev/null +++ b/Raylib-cs/Raylib-cs.csproj @@ -0,0 +1,29 @@ + + + net47;netstandard2.0;netcoreapp3.1 + x64 + + + + false + Raylib-cs + Raylib_cs + true + false + + + + + + + + + + + + + + + + +