comparison 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
comparison
equal deleted inserted replaced
162:354c1d2ad086 163:a8f847c1e305
13 <ApplicationIcon>App.ico</ApplicationIcon> 13 <ApplicationIcon>App.ico</ApplicationIcon>
14 <AssemblyName>WarFoundry-GTK</AssemblyName> 14 <AssemblyName>WarFoundry-GTK</AssemblyName>
15 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 15 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
16 </PropertyGroup> 16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols> 18 <DebugSymbols>True</DebugSymbols>
19 <DebugType>full</DebugType> 19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize> 20 <Optimize>False</Optimize>
21 <OutputPath>bin\Debug\</OutputPath> 21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport> 23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel> 24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup> 25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType> 27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize> 28 <Optimize>True</Optimize>
29 <OutputPath>bin\Release\</OutputPath> 29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants> 30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup> 33 </PropertyGroup>