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