32 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
33 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
34 |
</PropertyGroup> |
</PropertyGroup> |
35 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
36 |
|
<DebugSymbols>true</DebugSymbols> |
37 |
|
<OutputPath>bin\x64\Debug\</OutputPath> |
38 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
39 |
|
<NoWarn>1607,0436</NoWarn> |
40 |
|
<DebugType>full</DebugType> |
41 |
|
<PlatformTarget>x64</PlatformTarget> |
42 |
|
<ErrorReport>prompt</ErrorReport> |
43 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
44 |
|
</PropertyGroup> |
45 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
46 |
|
<OutputPath>bin\x64\Release\</OutputPath> |
47 |
|
<DefineConstants>TRACE</DefineConstants> |
48 |
|
<Optimize>true</Optimize> |
49 |
|
<DebugType>pdbonly</DebugType> |
50 |
|
<PlatformTarget>x64</PlatformTarget> |
51 |
|
<ErrorReport>prompt</ErrorReport> |
52 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 |
|
</PropertyGroup> |
54 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
55 |
|
<DebugSymbols>true</DebugSymbols> |
56 |
|
<OutputPath>bin\x86\Debug\</OutputPath> |
57 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
58 |
|
<NoWarn>1607,0436</NoWarn> |
59 |
|
<DebugType>full</DebugType> |
60 |
|
<PlatformTarget>x86</PlatformTarget> |
61 |
|
<ErrorReport>prompt</ErrorReport> |
62 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
63 |
|
</PropertyGroup> |
64 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
65 |
|
<OutputPath>bin\x86\Release\</OutputPath> |
66 |
|
<DefineConstants>TRACE</DefineConstants> |
67 |
|
<Optimize>true</Optimize> |
68 |
|
<DebugType>pdbonly</DebugType> |
69 |
|
<PlatformTarget>x86</PlatformTarget> |
70 |
|
<ErrorReport>prompt</ErrorReport> |
71 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
72 |
|
</PropertyGroup> |
73 |
<ItemGroup> |
<ItemGroup> |
74 |
|
<Reference Include="Enterprise.Logging"> |
75 |
|
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
76 |
|
</Reference> |
77 |
<Reference Include="Microsoft.CSharp" /> |
<Reference Include="Microsoft.CSharp" /> |
78 |
<Reference Include="Microsoft.VisualBasic" /> |
<Reference Include="Microsoft.VisualBasic" /> |
79 |
<Reference Include="System" /> |
<Reference Include="System" /> |