67 |
|
<PlatformTarget>x86</PlatformTarget> |
68 |
|
<ErrorReport>prompt</ErrorReport> |
69 |
|
</PropertyGroup> |
70 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
71 |
+ |
<DebugSymbols>true</DebugSymbols> |
72 |
+ |
<OutputPath>bin\x64\Debug\</OutputPath> |
73 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
74 |
+ |
<DebugType>full</DebugType> |
75 |
+ |
<PlatformTarget>x64</PlatformTarget> |
76 |
+ |
<ErrorReport>prompt</ErrorReport> |
77 |
+ |
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
78 |
+ |
</PropertyGroup> |
79 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
80 |
+ |
<OutputPath>bin\x64\Release\</OutputPath> |
81 |
+ |
<DefineConstants>TRACE</DefineConstants> |
82 |
+ |
<Optimize>true</Optimize> |
83 |
+ |
<DebugType>pdbonly</DebugType> |
84 |
+ |
<PlatformTarget>x64</PlatformTarget> |
85 |
+ |
<ErrorReport>prompt</ErrorReport> |
86 |
+ |
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
87 |
+ |
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
88 |
+ |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
89 |
+ |
</PropertyGroup> |
90 |
|
<ItemGroup> |
91 |
|
<Reference Include="System" /> |
92 |
|
<Reference Include="System.Core"> |