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