diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-07 11:39:19 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-07 11:39:19 -0500 |
| commit | db710767642aebf927222a4aba140fc638cede13 (patch) | |
| tree | 22618f5ba1befdb8b943d4134cb7d6a43414c205 /MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | |
| parent | 4351d0672ed7e067f187c049534648f1b641a04d (diff) | |
add sqlite interops
Diffstat (limited to 'MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj')
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index e1dd9cad3..a614d8021 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -172,6 +172,14 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> + <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x64\SQLite.Interop.dll"> + <Link>x64\SQLite.Interop.dll</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x86\SQLite.Interop.dll"> + <Link>x86\SQLite.Interop.dll</Link> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> <Content Include="..\ThirdParty\libwebp\windows\x86\libwebp.dll"> <Link>libwebp.dll</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
