diff options
Diffstat (limited to 'MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj')
| -rw-r--r-- | MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj index 5d2db29104..a778809d2c 100644 --- a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj +++ b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj @@ -145,6 +145,14 @@ <None Include="app.config" /> </ItemGroup> <ItemGroup> + <Content Include="..\ThirdParty\libwebp\linux\x86\libwebp.so"> + <Link>libwebp\linux\lib\libwebp.so</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="..\ThirdParty\libwebp\linux\x86_64\libwebp.so"> + <Link>libwebp\linux\lib64\libwebp.so</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> <Content Include="..\ThirdParty\SQLite3\windows\x86\3.8.2\sqlite3.dll"> <Link>sqlite3.dll</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> @@ -165,5 +173,9 @@ <Link>System.Data.SQLite.dll.config</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> + <Content Include="Imazen.WebP.dll.config"> + <Link>Imazen.WebP.dll.config</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> </ItemGroup> </Project>
\ No newline at end of file |
