21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
24 |
|
<NoWarn>1607</NoWarn> |
25 |
</PropertyGroup> |
</PropertyGroup> |
26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
61 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
62 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
63 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
64 |
|
<NoWarn>1607</NoWarn> |
65 |
</PropertyGroup> |
</PropertyGroup> |
66 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
67 |
<OutputPath>bin\x64\Release\</OutputPath> |
<OutputPath>bin\x64\Release\</OutputPath> |