56 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
57 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
58 |
</PropertyGroup> |
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<NoWarn>1607,0436</NoWarn> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<NoWarn>1607,0436</NoWarn> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
</PropertyGroup> |
|
59 |
<ItemGroup> |
<ItemGroup> |
60 |
<Reference Include="System" /> |
<Reference Include="System" /> |
61 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |