comparison ICSharpCode.SharpZLib.csproj @ 3:686f96c8b694

Open with VS2k8 and force .Net 2.0 compatibility no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 30 Oct 2010 14:26:04 +0000
parents 94e25b786321
children 7516b6315819
comparison
equal deleted inserted replaced
2:2a27eaa6a6c7 3:686f96c8b694
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:Conversion="urn:Conversion"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:Conversion="urn:Conversion" ToolsVersion="3.5">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <SchemaVersion>2.0</SchemaVersion> 6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</ProjectGuid> 7 <ProjectGuid>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</ProjectGuid>
13 <NoConfig>False</NoConfig> 13 <NoConfig>False</NoConfig>
14 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> 14 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
15 <PreBuildEvent /> 15 <PreBuildEvent />
16 <PostBuildEvent /> 16 <PostBuildEvent />
17 <DocumentationFile>bin\ICSharpCode.SharpZipLib.xml</DocumentationFile> 17 <DocumentationFile>bin\ICSharpCode.SharpZipLib.xml</DocumentationFile>
18 <ProductVersion>8.0.50727</ProductVersion> 18 <ProductVersion>9.0.30729</ProductVersion>
19 <FileUpgradeFlags>
20 </FileUpgradeFlags>
21 <UpgradeBackupLocation>
22 </UpgradeBackupLocation>
23 <OldToolsVersion>2.0</OldToolsVersion>
24 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
25 <TargetFrameworkSubset>
26 </TargetFrameworkSubset>
19 </PropertyGroup> 27 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21 <Optimize>true</Optimize> 29 <Optimize>true</Optimize>
22 <OutputPath>bin\Release\</OutputPath> 30 <OutputPath>bin\Release\</OutputPath>
23 <DebugType>none</DebugType> 31 <DebugType>none</DebugType>
104 <Compile Include="Checksums\CRC32.cs" /> 112 <Compile Include="Checksums\CRC32.cs" />
105 <Compile Include="GZip\GZIPConstants.cs" /> 113 <Compile Include="GZip\GZIPConstants.cs" />
106 <Compile Include="Checksums\StrangeCRC.cs" /> 114 <Compile Include="Checksums\StrangeCRC.cs" />
107 </ItemGroup> 115 </ItemGroup>
108 <ItemGroup /> 116 <ItemGroup />
117 <ItemGroup>
118 <None Include="app.config" />
119 </ItemGroup>
109 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 120 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
110 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 121 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
111 </Project> 122 </Project>