36 |
|
<WarningLevel>4</WarningLevel> |
37 |
|
<NoWarn>1607,0436</NoWarn> |
38 |
|
</PropertyGroup> |
39 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
40 |
+ |
<DebugSymbols>true</DebugSymbols> |
41 |
+ |
<OutputPath>bin\x64\Debug\</OutputPath> |
42 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
43 |
+ |
<NoWarn>1607,0436</NoWarn> |
44 |
+ |
<DebugType>full</DebugType> |
45 |
+ |
<PlatformTarget>x64</PlatformTarget> |
46 |
+ |
<ErrorReport>prompt</ErrorReport> |
47 |
+ |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
48 |
+ |
</PropertyGroup> |
49 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
50 |
+ |
<OutputPath>bin\x64\Release\</OutputPath> |
51 |
+ |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
52 |
+ |
<Optimize>true</Optimize> |
53 |
+ |
<NoWarn>1607,0436</NoWarn> |
54 |
+ |
<DebugType>pdbonly</DebugType> |
55 |
+ |
<PlatformTarget>x64</PlatformTarget> |
56 |
+ |
<ErrorReport>prompt</ErrorReport> |
57 |
+ |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
58 |
+ |
</PropertyGroup> |
59 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
60 |
+ |
<DebugSymbols>true</DebugSymbols> |
61 |
+ |
<OutputPath>bin\Debug\</OutputPath> |
62 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
63 |
+ |
<NoWarn>1607,0436</NoWarn> |
64 |
+ |
<DebugType>full</DebugType> |
65 |
+ |
<PlatformTarget>AnyCPU</PlatformTarget> |
66 |
+ |
<ErrorReport>prompt</ErrorReport> |
67 |
+ |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
68 |
+ |
</PropertyGroup> |
69 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
70 |
+ |
<OutputPath>bin\Release\</OutputPath> |
71 |
+ |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
72 |
+ |
<Optimize>true</Optimize> |
73 |
+ |
<NoWarn>1607,0436</NoWarn> |
74 |
+ |
<DebugType>pdbonly</DebugType> |
75 |
+ |
<PlatformTarget>AnyCPU</PlatformTarget> |
76 |
+ |
<ErrorReport>prompt</ErrorReport> |
77 |
+ |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
78 |
+ |
</PropertyGroup> |
79 |
|
<ItemGroup> |
80 |
|
<Reference Include="System" /> |
81 |
|
<Reference Include="System.Core" /> |