55 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
56 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
57 |
</PropertyGroup> |
</PropertyGroup> |
58 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
59 |
|
<DebugSymbols>true</DebugSymbols> |
60 |
|
<OutputPath>bin\Debug\</OutputPath> |
61 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
62 |
|
<NoWarn>1607</NoWarn> |
63 |
|
<DebugType>full</DebugType> |
64 |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
65 |
|
<ErrorReport>prompt</ErrorReport> |
66 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
67 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
68 |
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
69 |
|
</PropertyGroup> |
70 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
71 |
|
<OutputPath>bin\Release\</OutputPath> |
72 |
|
<DefineConstants>TRACE</DefineConstants> |
73 |
|
<Optimize>true</Optimize> |
74 |
|
<DebugType>pdbonly</DebugType> |
75 |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
76 |
|
<ErrorReport>prompt</ErrorReport> |
77 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
78 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
79 |
|
</PropertyGroup> |
80 |
<ItemGroup> |
<ItemGroup> |
81 |
<Reference Include="System" /> |
<Reference Include="System" /> |
82 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |