60 |
<PlatformTarget>x64</PlatformTarget> |
<PlatformTarget>x64</PlatformTarget> |
61 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
62 |
</PropertyGroup> |
</PropertyGroup> |
63 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
64 |
|
<DebugSymbols>true</DebugSymbols> |
65 |
|
<OutputPath>bin\x86\Debug\</OutputPath> |
66 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
67 |
|
<NoWarn>1607,0436</NoWarn> |
68 |
|
<DebugType>full</DebugType> |
69 |
|
<PlatformTarget>x86</PlatformTarget> |
70 |
|
<ErrorReport>prompt</ErrorReport> |
71 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
72 |
|
</PropertyGroup> |
73 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
74 |
|
<OutputPath>bin\x86\Release\</OutputPath> |
75 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
76 |
|
<Optimize>true</Optimize> |
77 |
|
<NoWarn>1607,0436</NoWarn> |
78 |
|
<DebugType>pdbonly</DebugType> |
79 |
|
<PlatformTarget>x86</PlatformTarget> |
80 |
|
<ErrorReport>prompt</ErrorReport> |
81 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
82 |
|
</PropertyGroup> |
83 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'"> |
84 |
|
<OutputPath>bin\x86\All Configurations\</OutputPath> |
85 |
|
<PlatformTarget>x86</PlatformTarget> |
86 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
87 |
|
</PropertyGroup> |
88 |
<ItemGroup> |
<ItemGroup> |
89 |
<Reference Include="Enterprise.Logging"> |
<Reference Include="Enterprise.Logging"> |
90 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |