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