added ImageMagickSharp.dll.config

pull/702/head
Luke Pulverenti 10 years ago
parent 25a50c7ec7
commit 1bf2ef6385

@ -0,0 +1,4 @@
<configuration>
<dllmap dll="CORE_RL_Wand_.dll" target="CORE_RL_Wand_.so" os="linux"/>
<dllmap dll="CORE_RL_Wand_.dll" target="./MediaInfo/osx/libmediainfo.dylib" os="osx"/>
</configuration>

@ -150,6 +150,9 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="app.config" />
<None Include="ImageMagickSharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="MediaBrowser.MediaInfo.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>

Loading…
Cancel
Save