diff options
| author | abeloin <alexandre.beloin@gmail.com> | 2013-12-25 20:46:34 -0500 |
|---|---|---|
| committer | abeloin <alexandre.beloin@gmail.com> | 2013-12-25 20:46:34 -0500 |
| commit | 320495a5653ba931f5f1545954364e0e06d35b00 (patch) | |
| tree | 748012009307b20e79f5685e7f1732e0d007d218 /MediaBrowser.Server.Implementations | |
| parent | 316500dca40f7d861af394d6db27f14302255622 (diff) | |
Add Mono conditon in Server.Implementations for Mono System.Data.SQLite version
Diffstat (limited to 'MediaBrowser.Server.Implementations')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 3b20784fc..2023596b3 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -349,11 +349,11 @@ <EmbeddedResource Include="Localization\Ratings\be.txt" /> </ItemGroup> <ItemGroup> - <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll"> + <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'"> <Link>System.Data.SQLite.dll</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll"> + <Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'"> <Link>System.Data.SQLite.Linq.dll</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> |
