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