26 |
</PropertyGroup> |
</PropertyGroup> |
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
28 |
<OutputPath>bin\x64\Release\</OutputPath> |
<OutputPath>bin\x64\Release\</OutputPath> |
29 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
30 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
31 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
32 |
<PlatformTarget>x64</PlatformTarget> |
<PlatformTarget>x64</PlatformTarget> |
33 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
34 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
35 |
|
<NoWarn>1607,0436</NoWarn> |
36 |
</PropertyGroup> |
</PropertyGroup> |
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
38 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
46 |
</PropertyGroup> |
</PropertyGroup> |
47 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
48 |
<OutputPath>bin\x86\Release\</OutputPath> |
<OutputPath>bin\x86\Release\</OutputPath> |
49 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE;RELEASE</DefineConstants> |
50 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
51 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
52 |
<PlatformTarget>x86</PlatformTarget> |
<PlatformTarget>x86</PlatformTarget> |
53 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
54 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
55 |
|
<NoWarn>1607,0436</NoWarn> |
56 |
</PropertyGroup> |
</PropertyGroup> |
57 |
<ItemGroup> |
<ItemGroup> |
58 |
<Reference Include="Enterprise.Logging"> |
<Reference Include="Enterprise.Logging"> |