comparison ICSharpCode.SharpZLib.csproj @ 10:627dcbca86fc default tip

* Update standard .csproj with MonoDevelop-initiated cleanup * Add Mono for Android version of .csproj file
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Jul 2012 15:25:26 +0100
parents 8e96732f9a11
children
comparison
equal deleted inserted replaced
9:fece3e8e1be2 10:627dcbca86fc
37 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 37 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
38 <UseApplicationTrust>false</UseApplicationTrust> 38 <UseApplicationTrust>false</UseApplicationTrust>
39 <BootstrapperEnabled>true</BootstrapperEnabled> 39 <BootstrapperEnabled>true</BootstrapperEnabled>
40 </PropertyGroup> 40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <Optimize>true</Optimize> 42 <Optimize>True</Optimize>
43 <OutputPath>bin\Release\</OutputPath> 43 <OutputPath>bin\Release\</OutputPath>
44 <DebugType>none</DebugType> 44 <DebugType>none</DebugType>
45 <RegisterForComInterop>False</RegisterForComInterop> 45 <RegisterForComInterop>False</RegisterForComInterop>
46 <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> 46 <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
47 <BaseAddress>4194304</BaseAddress> 47 <BaseAddress>4194304</BaseAddress>
48 <FileAlignment>4096</FileAlignment> 48 <FileAlignment>4096</FileAlignment>
49 <PlatformTarget>AnyCPU</PlatformTarget> 49 <PlatformTarget>AnyCPU</PlatformTarget>
50 </PropertyGroup> 50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
52 <DebugSymbols>true</DebugSymbols> 52 <DebugSymbols>True</DebugSymbols>
53 <Optimize>false</Optimize> 53 <Optimize>False</Optimize>
54 <OutputPath>bin\Debug\</OutputPath> 54 <OutputPath>bin\Debug\</OutputPath>
55 <DebugType>full</DebugType> 55 <DebugType>full</DebugType>
56 <RegisterForComInterop>False</RegisterForComInterop> 56 <RegisterForComInterop>False</RegisterForComInterop>
57 <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> 57 <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
58 <BaseAddress>4194304</BaseAddress> 58 <BaseAddress>4194304</BaseAddress>