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