Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/app.config
ChrisDill 631493ac87 Initial project update.
- Updated github actions workflow to build using .NET Core on Linux, Windows and Mac.
- Updated Raylib-cs.sln with project name changes.
- Added experimental netfx.props to help with building using Mono on Linux.
- Added app.config.
2020-04-01 14:35:26 +01:00

6 lines
No EOL
254 B
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="raylib" os="windows" target="raylib.dll"/>
<dllmap dll="raylib" os="osx" target="libraylib.dylib"/>
<dllmap dll="raylib" os="linux" target="libraylib.so.0"/>
</configuration>