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

Bindings moved to standard

- Bindings changed to a .Net standard library.
- Split up testing code and library into a Test project.
This commit is contained in:
2018-10-18 13:55:03 +01:00
parent cca8f0a4b4
commit 4198ffb0bd
12 changed files with 141 additions and 116 deletions

6
Test/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>