diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-06 19:16:16 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-06 19:16:16 -0500 |
| commit | fba1ed80629410b5f16c8da38a1e408bee55f09b (patch) | |
| tree | 8d8210f61c7471868fb8267a1cbdee67426ecf32 /MediaBrowser.Server.Mono | |
| parent | 4ef688e43232ac35e3b5f01a6326970b148567aa (diff) | |
update sqlite osx
Diffstat (limited to 'MediaBrowser.Server.Mono')
| -rw-r--r-- | MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj | 10 | ||||
| -rw-r--r-- | MediaBrowser.Server.Mono/System.Data.SQLite.dll.config | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj index de9d5b01ee..92be88b77f 100644 --- a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj +++ b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj @@ -167,10 +167,6 @@ <Link>sqlite3\linux\lib64\libsqlite3.so.0.8.6</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> - <None Include="..\ThirdParty\SQLite3\mac\universal\3.8.2\libsqlite3.0.dylib"> - <Link>sqlite3\mac\libsqlite3.0.dylib</Link> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> <None Include="app.config" /> <None Include="Imazen.WebP.dll.config"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> @@ -183,10 +179,4 @@ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> - <ItemGroup> - <Content Include="..\ThirdParty\SQLite3\windows\x86\3.8.2\sqlite3.dll"> - <Link>sqlite3.dll</Link> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> - </ItemGroup> </Project>
\ No newline at end of file diff --git a/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config index 98c548a6c4..19b764482b 100644 --- a/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config +++ b/MediaBrowser.Server.Mono/System.Data.SQLite.dll.config @@ -1,6 +1,5 @@ <configuration> <dllmap dll="sqlite3" target="./sqlite3/linux/lib/libsqlite3.so.0.8.6" os="linux" wordsize="32"/> <dllmap dll="sqlite3" target="./sqlite3/linux/lib64/libsqlite3.so.0.8.6" os="linux" wordsize="64"/> - <dllmap dll="sqlite3" target="./sqlite3/mac/libsqlite3.0.dylib" os="osx"/> <dllmap dll="sqlite3" target="libsqlite3.so.0.8.6" os="linux" cpu="!x86,x86-64"/> </configuration>
\ No newline at end of file |
