mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
- 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.
6 lines
254 B
XML
Executable File
6 lines
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> |