sdl2-cs/app.config

7 lines
238 B
Plaintext
Raw Permalink Normal View History

2013-04-03 12:15:53 -04:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2018-09-10 00:04:00 -04:00
<dllmap dll="SDL2" os="windows" target="SDL2.dll"/>
2020-04-15 17:36:20 +09:30
<dllmap dll="SDL2" os="osx" target="libSDL2.dylib"/>
2018-09-10 00:04:00 -04:00
<dllmap dll="SDL2" os="linux" target="libSDL2-2.0.so.0"/>
</configuration>