diff IBBoard.WarFoundry.GUI.GTK.csproj @ 163:a8f847c1e305

Random MonoDevelop code cleanup
author IBBoard <dev@ibboard.co.uk>
date Sun, 05 Aug 2012 21:01:18 +0100
parents f23e5b40ca9d
children ef94bed818e1
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.GTK.csproj	Sun Aug 05 21:01:00 2012 +0100
+++ b/IBBoard.WarFoundry.GUI.GTK.csproj	Sun Aug 05 21:01:18 2012 +0100
@@ -15,9 +15,9 @@
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
+    <DebugSymbols>True</DebugSymbols>
     <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
+    <Optimize>False</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
@@ -25,7 +25,7 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
+    <Optimize>True</Optimize>
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>