Mercurial > repos > SharpZipLib
changeset 6:64d75be93902
* Fix project to keep VS.Net 2008 happy for the umpty-ninth time
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 03 Apr 2011 13:32:25 +0000 |
parents | 89112b726e22 |
children | af6b5e077074 |
files | ICSharpCode.SharpZLib.csproj app.config |
diffstat | 2 files changed, 19 insertions(+), 7 deletions(-) [+] |
line diff
1.1 --- a/ICSharpCode.SharpZLib.csproj Sat Feb 19 20:59:28 2011 +0000 1.2 +++ b/ICSharpCode.SharpZLib.csproj Sun Apr 03 13:32:25 2011 +0000 1.3 @@ -20,10 +20,11 @@ 1.4 </FileUpgradeFlags> 1.5 <UpgradeBackupLocation> 1.6 </UpgradeBackupLocation> 1.7 - <OldToolsVersion>2.0</OldToolsVersion> 1.8 + <OldToolsVersion>3.5</OldToolsVersion> 1.9 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 1.10 <TargetFrameworkSubset> 1.11 </TargetFrameworkSubset> 1.12 + <IsWebBootstrapper>false</IsWebBootstrapper> 1.13 <PublishUrl>publish\</PublishUrl> 1.14 <Install>true</Install> 1.15 <InstallFrom>Disk</InstallFrom> 1.16 @@ -36,7 +37,6 @@ 1.17 <MapFileExtensions>true</MapFileExtensions> 1.18 <ApplicationRevision>0</ApplicationRevision> 1.19 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 1.20 - <IsWebBootstrapper>false</IsWebBootstrapper> 1.21 <UseApplicationTrust>false</UseApplicationTrust> 1.22 <BootstrapperEnabled>true</BootstrapperEnabled> 1.23 </PropertyGroup> 1.24 @@ -44,14 +44,23 @@ 1.25 <Optimize>true</Optimize> 1.26 <OutputPath>bin\Release\</OutputPath> 1.27 <DebugType>none</DebugType> 1.28 - <WarningLevel>4</WarningLevel> 1.29 + <RegisterForComInterop>False</RegisterForComInterop> 1.30 + <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> 1.31 + <BaseAddress>4194304</BaseAddress> 1.32 + <FileAlignment>4096</FileAlignment> 1.33 + <PlatformTarget>AnyCPU</PlatformTarget> 1.34 </PropertyGroup> 1.35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 1.36 <DebugSymbols>true</DebugSymbols> 1.37 <Optimize>false</Optimize> 1.38 <OutputPath>bin\Debug\</OutputPath> 1.39 <DebugType>full</DebugType> 1.40 - <WarningLevel>4</WarningLevel> 1.41 + <RegisterForComInterop>False</RegisterForComInterop> 1.42 + <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> 1.43 + <BaseAddress>4194304</BaseAddress> 1.44 + <FileAlignment>4096</FileAlignment> 1.45 + <DefineConstants>NET_2_0</DefineConstants> 1.46 + <PlatformTarget>AnyCPU</PlatformTarget> 1.47 </PropertyGroup> 1.48 <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> 1.49 <RegisterForComInterop>False</RegisterForComInterop> 1.50 @@ -130,9 +139,6 @@ 1.51 </ItemGroup> 1.52 <ItemGroup /> 1.53 <ItemGroup> 1.54 - <None Include="app.config" /> 1.55 - </ItemGroup> 1.56 - <ItemGroup> 1.57 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 1.58 <Visible>False</Visible> 1.59 <ProductName>.NET Framework Client Profile</ProductName> 1.60 @@ -164,5 +170,8 @@ 1.61 <Install>true</Install> 1.62 </BootstrapperPackage> 1.63 </ItemGroup> 1.64 + <ItemGroup> 1.65 + <None Include="app.config" /> 1.66 + </ItemGroup> 1.67 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 1.68 </Project> 1.69 \ No newline at end of file