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