41 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
42 |
|
<ErrorReport>prompt</ErrorReport> |
43 |
|
<WarningLevel>4</WarningLevel> |
44 |
< |
<NoWarn>1607</NoWarn> |
44 |
> |
<NoWarn>1607,0436</NoWarn> |
45 |
|
</PropertyGroup> |
46 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
47 |
|
<DebugType>pdbonly</DebugType> |
50 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
51 |
|
<ErrorReport>prompt</ErrorReport> |
52 |
|
<WarningLevel>4</WarningLevel> |
53 |
< |
<NoWarn>1607</NoWarn> |
53 |
> |
<NoWarn>1607,0436</NoWarn> |
54 |
|
</PropertyGroup> |
55 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
56 |
|
<OutputPath>bin\All Configurations\</OutputPath> |