added ImageMagickSharp.dll.config

This commit is contained in:
Luke Pulverenti 2015-02-19 21:59:14 -05:00
parent 25a50c7ec7
commit 1bf2ef6385
2 changed files with 7 additions and 0 deletions

View file

@ -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>

View file

@ -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>