From 7aea5f01ef0fe76e54e9f99e01316d3fec19be45 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 12 Sep 2020 16:30:17 +0100 Subject: [PATCH] Minor indent fix for Raylib-cs.csproj and Raylib-cs.targets. --- Raylib-cs/Raylib-cs.csproj | 144 ++++++++++++++++++------------------ Raylib-cs/Raylib-cs.targets | 59 ++++++++------- 2 files changed, 100 insertions(+), 103 deletions(-) diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index 56c414d..a6c6d34 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -1,79 +1,77 @@ - - osx-x64;linux-x64;win-x64;win-x86;linux-x86 - Debug;Release - netstandard2.0;netstandard2.1 - + + osx-x64;linux-x64;win-x64;win-x86;linux-x86 + Debug;Release + netstandard2.0;netstandard2.1 + - - false - Raylib-cs - Raylib_cs - true - false - + + false + Raylib-cs + Raylib_cs + true + false + - - 3.1.0 - 3.1.7 - 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/ - - raylib-cs_64x64.png - Raylib;Raysan;Games;Game-Engine;Engine;Game - git - https://github.com/ChrisDill/Raylib-cs/ - https://www.raylib.com/ - + + 3.1.0 + 3.1.7 + 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/ + + raylib-cs_64x64.png + Raylib;Raysan;Games;Game-Engine;Engine;Game + git + https://github.com/ChrisDill/Raylib-cs/ + https://www.raylib.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + runtimes/linux-x64/native + + + runtimes/linux-x86/native + + + runtimes/win-x64/native + + + runtimes/win-x86/native + + + runtimes/osx-x64/native + - - - - - - - - - - - - - - - - - - - - - runtimes/linux-x64/native - - - runtimes/linux-x86/native - - - runtimes/win-x64/native - - - runtimes/win-x86/native - - - runtimes/osx-x64/native - - - - - - + + \ No newline at end of file diff --git a/Raylib-cs/Raylib-cs.targets b/Raylib-cs/Raylib-cs.targets index 63b6651..710f219 100644 --- a/Raylib-cs/Raylib-cs.targets +++ b/Raylib-cs/Raylib-cs.targets @@ -1,34 +1,33 @@ + + + Always + false + + + + + + runtimes\osx-x64\native\libraylib.dylib + true + PreserveNewest + + - - - Always - false - - - - - - runtimes\osx-x64\native\libraylib.dylib - true - PreserveNewest - - + + + runtimes\win-x64\native\raylib.dll + true + PreserveNewest + + - - - runtimes\win-x64\native\raylib.dll - true - PreserveNewest - - - - - - runtimes\linux-x64\native\raylib.so - true - PreserveNewest - - - + + + runtimes\linux-x64\native\raylib.so + true + PreserveNewest + + + \ No newline at end of file