2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Added vs project

- Initial version of bindings(WIP)
This commit is contained in:
2018-07-13 14:55:07 +01:00
parent de373461e6
commit 172e0ecbb7
7 changed files with 2034 additions and 0 deletions

6
Raylib-cs/App.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>