MoonTools.NETPhysFS/NETPhysFS/app.config

8 lines
320 B
Plaintext
Raw Normal View History

2020-01-17 09:45:41 +00:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="physfs" os="windows" target="physfs.dll" />
<dllmap dll="physfs" os="osx" target="libphysfs.dylib"/>
<dllmap dll="physfs" os="linux,freebsd,netbsd" target="libphysfs.so"/>
<dllmap dll="physfs" os="openbsd" target="libphysfs.so"/>
</configuration>