瀏覽代碼

add sqlite interops

Luke Pulverenti 10 年之前
父節點
當前提交
db71076764
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

+ 8 - 0
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>