mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Setting up examples project
- Dedicated project for raylib examples using Bindings as a class library.
This commit is contained in:
BIN
Examples/bin/Debug/Bindings.dll
Normal file
BIN
Examples/bin/Debug/Bindings.dll
Normal file
Binary file not shown.
6
Examples/bin/Debug/Bindings.dll.config
Normal file
6
Examples/bin/Debug/Bindings.dll.config
Normal 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>
|
6
Examples/bin/Debug/Bindings.exe.config
Normal file
6
Examples/bin/Debug/Bindings.exe.config
Normal 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>
|
BIN
Examples/bin/Debug/Examples.exe
Normal file
BIN
Examples/bin/Debug/Examples.exe
Normal file
Binary file not shown.
6
Examples/bin/Debug/Examples.exe.config
Normal file
6
Examples/bin/Debug/Examples.exe.config
Normal 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>
|
BIN
Examples/bin/Debug/raylib.dll
Normal file
BIN
Examples/bin/Debug/raylib.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user