18 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
19 |
|
<DebugSymbols>true</DebugSymbols> |
20 |
|
<OutputPath>bin\Debug\</OutputPath> |
21 |
< |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
21 |
> |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
22 |
|
<DebugType>full</DebugType> |
23 |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
24 |
|
<ErrorReport>prompt</ErrorReport> |
27 |
|
</PropertyGroup> |
28 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
29 |
|
<OutputPath>bin\Release\</OutputPath> |
30 |
< |
<DefineConstants>TRACE</DefineConstants> |
30 |
> |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
31 |
|
<Optimize>true</Optimize> |
32 |
|
<DebugType>pdbonly</DebugType> |
33 |
|
<PlatformTarget>AnyCPU</PlatformTarget> |