comparison Implab/Implab.csproj @ 59:21611344d366

code cleanup
author cin
date Wed, 18 Jun 2014 03:54:02 +0400
parents 1710dcda34bb
children 10c7337d29e7
comparison
equal deleted inserted replaced
58:1710dcda34bb 59:21611344d366
17 <OutputPath>bin\Debug</OutputPath> 17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>TRACE;DEBUG;</DefineConstants> 18 <DefineConstants>TRACE;DEBUG;</DefineConstants>
19 <ErrorReport>prompt</ErrorReport> 19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel> 20 <WarningLevel>4</WarningLevel>
21 <ConsolePause>false</ConsolePause> 21 <ConsolePause>false</ConsolePause>
22 <RunCodeAnalysis>true</RunCodeAnalysis>
22 </PropertyGroup> 23 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24 <DebugType>full</DebugType> 25 <DebugType>full</DebugType>
25 <Optimize>true</Optimize> 26 <Optimize>true</Optimize>
26 <OutputPath>bin\Release</OutputPath> 27 <OutputPath>bin\Release</OutputPath>