34 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
36 |
</PropertyGroup> |
</PropertyGroup> |
37 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
38 |
|
<DebugSymbols>true</DebugSymbols> |
39 |
|
<OutputPath>bin\x64\Debug\</OutputPath> |
40 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
|
<DebugType>full</DebugType> |
42 |
|
<PlatformTarget>x64</PlatformTarget> |
43 |
|
<ErrorReport>prompt</ErrorReport> |
44 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
45 |
|
</PropertyGroup> |
46 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
47 |
|
<OutputPath>bin\x64\Release\</OutputPath> |
48 |
|
<DefineConstants>TRACE</DefineConstants> |
49 |
|
<Optimize>true</Optimize> |
50 |
|
<DebugType>pdbonly</DebugType> |
51 |
|
<PlatformTarget>x64</PlatformTarget> |
52 |
|
<ErrorReport>prompt</ErrorReport> |
53 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
54 |
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
55 |
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
56 |
|
</PropertyGroup> |
57 |
<ItemGroup> |
<ItemGroup> |
58 |
<Reference Include="System" /> |
<Reference Include="System" /> |
59 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |