diff --git a/Bindings/Bindings.csproj b/Bindings/Bindings.csproj index 4e52f5b..782bfed 100644 --- a/Bindings/Bindings.csproj +++ b/Bindings/Bindings.csproj @@ -5,7 +5,7 @@ Debug AnyCPU {A2B3BBC8-3D48-46DD-B3CF-263F554E4474} - Exe + Library Raylib Bindings v4.6.1 diff --git a/Bindings/bin/Debug/Bindings.exe b/Bindings/bin/Debug/Bindings.exe deleted file mode 100644 index 5d5c48a..0000000 Binary files a/Bindings/bin/Debug/Bindings.exe and /dev/null differ diff --git a/Bindings/bin/Debug/Bindings.exe.config b/Bindings/bin/Debug/Bindings.exe.config deleted file mode 100644 index 731f6de..0000000 --- a/Bindings/bin/Debug/Bindings.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Examples/bin/Debug/Bindings.dll b/Examples/bin/Debug/Bindings.dll index 7625a09..2452d28 100644 Binary files a/Examples/bin/Debug/Bindings.dll and b/Examples/bin/Debug/Bindings.dll differ diff --git a/Examples/bin/Debug/Bindings.exe b/Examples/bin/Debug/Bindings.exe deleted file mode 100644 index 5d5c48a..0000000 Binary files a/Examples/bin/Debug/Bindings.exe and /dev/null differ diff --git a/Examples/bin/Debug/Bindings.exe.config b/Examples/bin/Debug/Bindings.exe.config deleted file mode 100644 index 731f6de..0000000 --- a/Examples/bin/Debug/Bindings.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 9bf9a54..382927f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Bindings: Tested on windows 10 64 bit using the mono compiler. 1. Download the repository -2. Run Bindings.exe in Bindings/bin/Debug/ +2. Run Examples.exe in Examples/bin/Debug/ ```csharp using Raylib;