Setting up examples project
- Dedicated project for raylib examples using Bindings as a class library.
This commit is contained in:
parent
b7e030ee24
commit
b0909c3241
283 changed files with 12554 additions and 4 deletions
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.
Loading…
Reference in a new issue