diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 4411779..f985cdf 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -1,8 +1,8 @@ - AnyCPU;osx-x64;linux-x64;win-x64 + AnyCPU;osx-x64;linux-x64;win-x64;win-x86;linux-x86 Debug;Release - netstandard2.0;netcoreapp3.1 + netstandard2.0;netstandard2.1 @@ -14,16 +14,17 @@ - 3.0.2 + 3.1.0 + 3.1.0 + Chris Dill, Raysan5 & Others true $(TargetsForTfmSpecificBuildOutput);GetNativeLibraryFiles Zlib Raylib-cs - C# Bindings for Raylib - - C# bindings for raylib - A simple and easy-to-use library to learn videogames programming http://www.raylib.com/ + C# bindings for raylib - A simple and easy-to-use library to learn videogames programming http://www.raylib.com/ raylib-cs_64x64.png - Game;Raylib;Raysan;Games;Game-Engine;Engine + Raylib;Raysan;Games;Game-Engine;Engine;Game git https://github.com/ChrisDill/Raylib-cs/ https://www.raylib.com/ @@ -34,7 +35,11 @@ - + + + + + diff --git a/Raylib-cs/Raylib-cs.targets b/Raylib-cs/Raylib-cs.targets new file mode 100644 index 0000000..5e8e5a5 --- /dev/null +++ b/Raylib-cs/Raylib-cs.targets @@ -0,0 +1,27 @@ + + + + + + ..\..\runtime\osx-x64\native\libraylib.dylib + + + + + + ..\..\runtime\win-x86\native\raylib.dll + + + + + + ..\..\runtime\win-x64\native\raylib.dll + + + + + + ..\..\runtime\linux-x64\native\raylib.so + + + \ No newline at end of file