14 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
15 |
<TargetFrameworkProfile /> |
<TargetFrameworkProfile /> |
16 |
</PropertyGroup> |
</PropertyGroup> |
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
18 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
19 |
<DebugType>full</DebugType> |
<OutputPath>bin\x64\Debug\</OutputPath> |
|
<Optimize>false</Optimize> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
20 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
21 |
<NoWarn>1607,0436</NoWarn> |
<NoWarn>1607,0436</NoWarn> |
22 |
|
<DebugType>full</DebugType> |
23 |
|
<PlatformTarget>x64</PlatformTarget> |
24 |
|
<ErrorReport>prompt</ErrorReport> |
25 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
26 |
</PropertyGroup> |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
28 |
<DebugType>pdbonly</DebugType> |
<OutputPath>bin\x64\Release\</OutputPath> |
29 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
30 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
31 |
<OutputPath>bin\Release\</OutputPath> |
<DebugType>pdbonly</DebugType> |
32 |
<DefineConstants>TRACE</DefineConstants> |
<PlatformTarget>x64</PlatformTarget> |
33 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
34 |
<WarningLevel>4</WarningLevel> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
35 |
|
<NoWarn>1607,0436</NoWarn> |
36 |
</PropertyGroup> |
</PropertyGroup> |
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
38 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
39 |
<OutputPath>bin\x64\Debug\</OutputPath> |
<OutputPath>bin\x86\Debug\</OutputPath> |
40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
<NoWarn>1607,0436</NoWarn> |
<NoWarn>1607,0436</NoWarn> |
42 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
43 |
<PlatformTarget>x64</PlatformTarget> |
<PlatformTarget>x86</PlatformTarget> |
44 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
45 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
46 |
</PropertyGroup> |
</PropertyGroup> |
47 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
48 |
<OutputPath>bin\x64\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>x64</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"> |