From 79e326da27ea27a8a280ed1e4de7d73e208316fd Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 6 Jan 2021 10:30:32 +0000 Subject: [PATCH] Remove Raylib-cs.targets --- Raylib-cs/Raylib-cs.csproj | 5 +++-- Raylib-cs/Raylib-cs.targets | 33 --------------------------------- 2 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644 Raylib-cs/Raylib-cs.targets diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 26ad822..3225a7a 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -32,9 +32,10 @@ - - + runtimes/ + true + PreserveNewest \ No newline at end of file diff --git a/Raylib-cs/Raylib-cs.targets b/Raylib-cs/Raylib-cs.targets deleted file mode 100644 index 710f219..0000000 --- a/Raylib-cs/Raylib-cs.targets +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Always - false - - - - - - runtimes\osx-x64\native\libraylib.dylib - true - PreserveNewest - - - - - - runtimes\win-x64\native\raylib.dll - true - PreserveNewest - - - - - - runtimes\linux-x64\native\raylib.so - true - PreserveNewest - - - \ No newline at end of file