From 712106a58b83a5651d5184653ded749c2ab7ea99 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 29 Dec 2018 12:27:30 +0000 Subject: [PATCH] Work on nuget support - Improved Raylib-cs.nuspec. - Added Raylib-cs.targets file to copy dll for user. --- Raylib-cs.nuspec | 18 +++++++++++++++--- Raylib-cs.targets | 17 +++++++++++++++++ 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 Raylib-cs.targets diff --git a/Raylib-cs.nuspec b/Raylib-cs.nuspec index 9f6841f..f841960 100644 --- a/Raylib-cs.nuspec +++ b/Raylib-cs.nuspec @@ -1,5 +1,5 @@ - + Raylib-cs 1.3 @@ -14,7 +14,19 @@ raylib csharp binding opengl gamedev - - + + + + + + + + + + + + + + diff --git a/Raylib-cs.targets b/Raylib-cs.targets new file mode 100644 index 0000000..065eeff --- /dev/null +++ b/Raylib-cs.targets @@ -0,0 +1,17 @@ + + + + + + PreserveNewest + raylib.dll + + + + + + PreserveNewest + raylib.dll + + + \ No newline at end of file