diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-19 21:59:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-19 21:59:14 -0500 |
| commit | 1bf2ef6385eefc786bea36765d7b9076a208d305 (patch) | |
| tree | 16e9cb9a2ee6bf32092b573b6e15b47d0b5114ed | |
| parent | 25a50c7ec7b8fd552d6970789a5ff86d2c74ce1e (diff) | |
added ImageMagickSharp.dll.config
| -rw-r--r-- | MediaBrowser.Server.Mono/ImageMagickSharp.dll.config | 4 | ||||
| -rw-r--r-- | MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/ImageMagickSharp.dll.config b/MediaBrowser.Server.Mono/ImageMagickSharp.dll.config new file mode 100644 index 000000000..c85d7d13a --- /dev/null +++ b/MediaBrowser.Server.Mono/ImageMagickSharp.dll.config @@ -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>
\ No newline at end of file diff --git a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj index d1398f02c..cd010e1c1 100644 --- a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj +++ b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj @@ -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> |
