53 |
|
<PlatformTarget>x86</PlatformTarget> |
54 |
|
<ErrorReport>prompt</ErrorReport> |
55 |
|
</PropertyGroup> |
56 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
57 |
+ |
<DebugSymbols>true</DebugSymbols> |
58 |
+ |
<OutputPath>bin\x64\Debug\</OutputPath> |
59 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
60 |
+ |
<DebugType>full</DebugType> |
61 |
+ |
<PlatformTarget>x64</PlatformTarget> |
62 |
+ |
<ErrorReport>prompt</ErrorReport> |
63 |
+ |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
64 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</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>false</CodeAnalysisIgnoreBuiltInRuleSets> |
74 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
75 |
+ |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
76 |
+ |
</PropertyGroup> |
77 |
|
<ItemGroup> |
78 |
|
<Reference Include="System" /> |
79 |
|
<Reference Include="System.Core"> |