add dllmap
parent
800069ad58
commit
4a25a77543
|
@ -7,4 +7,7 @@
|
||||||
<Platforms>x64</Platforms>
|
<Platforms>x64</Platforms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="RefreshCS.dll.config" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue