diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-07 17:37:10 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-07 17:37:10 -0500 |
| commit | d9bdfb9daa9d825f9c7bfc4a165329bfa7ad1069 (patch) | |
| tree | ff254eef55e08ea60fbf1cb3036472aff0931ea4 /MediaBrowser.Server.Mono | |
| parent | cc9a62464755eade9505f5c9779f097627543f1c (diff) | |
update sqlite
Diffstat (limited to 'MediaBrowser.Server.Mono')
| -rw-r--r-- | MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj index 6dd04e438e..3bc663df77 100644 --- a/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj +++ b/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj @@ -31,8 +31,9 @@ <OutputPath>bin\Release</OutputPath> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <Externalconsole>true</Externalconsole> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <Optimize>false</Optimize> @@ -44,6 +45,9 @@ <OutputPath>bin\Release Mono</OutputPath> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Mono|x86'"> + <Prefer32Bit>false</Prefer32Bit> + </PropertyGroup> <ItemGroup> <Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> @@ -142,16 +146,6 @@ </ProjectReference> </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> <None Include="..\ThirdParty\libwebp\linux\x86\libwebp.so"> <Link>libwebp\linux\lib\libwebp.so</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
