19 |
|
<DebugSymbols>true</DebugSymbols> |
20 |
|
<OutputPath>bin\Debug\</OutputPath> |
21 |
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
22 |
< |
<NoWarn>1607</NoWarn> |
22 |
> |
<NoWarn>1607,0436</NoWarn> |
23 |
|
<DebugType>full</DebugType> |
24 |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
25 |
|
<ErrorReport>prompt</ErrorReport> |
36 |
|
<ErrorReport>prompt</ErrorReport> |
37 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
38 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
39 |
< |
<NoWarn>1607</NoWarn> |
39 |
> |
<NoWarn>1607,0436</NoWarn> |
40 |
|
</PropertyGroup> |
41 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> |
42 |
|
<OutputPath>bin\All Configurations\</OutputPath> |