diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-05 15:14:13 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-05 15:14:13 -0500 |
| commit | 2f32e0fc7af7a2047a88875c9e7f19b25004f46d (patch) | |
| tree | 0b5dc395337296679fb100a8e3064c0a38829b34 | |
| parent | 07ff797c4b716d23a0ac8273a05d2ae3337a7f30 (diff) | |
removed unneeded imagemagick libs
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index a4b232e4e..322f4036f 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -188,9 +188,6 @@ <Content Include="CORE_RL_glib_.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="CORE_RL_jbig_.dll"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> <Content Include="CORE_RL_jp2_.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> @@ -290,9 +287,6 @@ <Content Include="ImageMagickCoders\x86\IM_MOD_RL_info_.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="ImageMagickCoders\x86\IM_MOD_RL_jp2_.dll"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> <Content Include="ImageMagickCoders\x86\IM_MOD_RL_jpeg_.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> |
