Mercurial > repos > SharpZipLib
diff 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 |
line wrap: on
line diff
--- a/ICSharpCode.SharpZLib.csproj Sat Sep 24 12:01:35 2011 +0100 +++ b/ICSharpCode.SharpZLib.csproj Sat Jul 14 15:25:26 2012 +0100 @@ -39,7 +39,7 @@ <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <Optimize>true</Optimize> + <Optimize>True</Optimize> <OutputPath>bin\Release\</OutputPath> <DebugType>none</DebugType> <RegisterForComInterop>False</RegisterForComInterop> @@ -49,8 +49,8 @@ <PlatformTarget>AnyCPU</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <DebugSymbols>true</DebugSymbols> - <Optimize>false</Optimize> + <DebugSymbols>True</DebugSymbols> + <Optimize>False</Optimize> <OutputPath>bin\Debug\</OutputPath> <DebugType>full</DebugType> <RegisterForComInterop>False</RegisterForComInterop>