21 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
|
<ErrorReport>prompt</ErrorReport> |
23 |
|
<WarningLevel>4</WarningLevel> |
24 |
< |
<NoWarn>1607</NoWarn> |
24 |
> |
<NoWarn>1607,0436</NoWarn> |
25 |
|
</PropertyGroup> |
26 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
|
<DebugType>pdbonly</DebugType> |
30 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
31 |
|
<ErrorReport>prompt</ErrorReport> |
32 |
|
<WarningLevel>4</WarningLevel> |
33 |
< |
<NoWarn>1607</NoWarn> |
33 |
> |
<NoWarn>1607,0436</NoWarn> |
34 |
|
</PropertyGroup> |
35 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
36 |
|
<OutputPath>bin\All Configurations\</OutputPath> |