update sqlite
This commit is contained in:
parent
db71076764
commit
cc9a624647
|
@ -141,7 +141,16 @@
|
||||||
<Name>MediaBrowser.XbmcMetadata</Name>
|
<Name>MediaBrowser.XbmcMetadata</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup>
|
||||||
|
<Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll">
|
||||||
|
<Link>System.Data.SQLite.dll</Link>
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll">
|
||||||
|
<Link>System.Data.SQLite.Linq.dll</Link>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\ThirdParty\libwebp\linux\x86\libwebp.so">
|
<None Include="..\ThirdParty\libwebp\linux\x86\libwebp.so">
|
||||||
<Link>libwebp\linux\lib\libwebp.so</Link>
|
<Link>libwebp\linux\lib\libwebp.so</Link>
|
||||||
|
@ -159,6 +168,10 @@
|
||||||
<Link>MediaInfo\osx\libmediainfo.dylib</Link>
|
<Link>MediaInfo\osx\libmediainfo.dylib</Link>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
<None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
|
||||||
|
<Link>sqlite3\osx\libsqlite3.0.dylib</Link>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Include="app.config" />
|
<None Include="app.config" />
|
||||||
<None Include="Imazen.WebP.dll.config">
|
<None Include="Imazen.WebP.dll.config">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user