add dllmap

pull/1/head
cosmonaut 2021-03-01 16:47:42 -08:00
parent 800069ad58
commit 4a25a77543
2 changed files with 9 additions and 0 deletions

View File

@ -7,4 +7,7 @@
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<None Include="RefreshCS.dll.config" />
</ItemGroup>
</Project>

6
RefreshCS.dll.config Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="Refresh" os="windows" target="Refresh.dll"/>
<dllmap dll="Refresh" os="osx" target="libRefresh.0.dylib"/>
<dllmap dll="Refresh" os="linux,freebsd,netbsd" target="libRefresh.so.0"/>
</configuration>