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