70 |
<PlatformTarget>x64</PlatformTarget> |
<PlatformTarget>x64</PlatformTarget> |
71 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
72 |
</PropertyGroup> |
</PropertyGroup> |
73 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
74 |
|
<DebugSymbols>true</DebugSymbols> |
75 |
|
<OutputPath>bin\x86\Debug\</OutputPath> |
76 |
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
77 |
|
<NoWarn>1607,0436</NoWarn> |
78 |
|
<DebugType>full</DebugType> |
79 |
|
<PlatformTarget>x86</PlatformTarget> |
80 |
|
<ErrorReport>prompt</ErrorReport> |
81 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
82 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
83 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
84 |
|
</PropertyGroup> |
85 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
86 |
|
<OutputPath>bin\x86\Release\</OutputPath> |
87 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
88 |
|
<Optimize>true</Optimize> |
89 |
|
<NoWarn>1607,0436</NoWarn> |
90 |
|
<DebugType>pdbonly</DebugType> |
91 |
|
<PlatformTarget>x86</PlatformTarget> |
92 |
|
<ErrorReport>prompt</ErrorReport> |
93 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
94 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
95 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
96 |
|
</PropertyGroup> |
97 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'"> |
98 |
|
<OutputPath>bin\x86\All Configurations\</OutputPath> |
99 |
|
<PlatformTarget>x86</PlatformTarget> |
100 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
101 |
|
</PropertyGroup> |
102 |
<ItemGroup> |
<ItemGroup> |
103 |
<Reference Include="Enterprise.Logging"> |
<Reference Include="Enterprise.Logging"> |
104 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |