36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
37 <DebugSymbols>false</DebugSymbols> |
37 <DebugSymbols>false</DebugSymbols> |
38 <Optimize>true</Optimize> |
38 <Optimize>true</Optimize> |
39 <OutputPath>.\bin\Release\</OutputPath> |
39 <OutputPath>.\bin\Release\</OutputPath> |
40 <DefineConstants>TRACE</DefineConstants> |
40 <DefineConstants>TRACE</DefineConstants> |
|
41 </PropertyGroup> |
|
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
43 <DebugSymbols>true</DebugSymbols> |
|
44 <OutputPath>bin\x86\Debug\</OutputPath> |
|
45 <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
46 <DebugType>full</DebugType> |
|
47 <PlatformTarget>x86</PlatformTarget> |
|
48 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
49 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
|
50 </PropertyGroup> |
|
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
52 <OutputPath>bin\x86\Release\</OutputPath> |
|
53 <DefineConstants>TRACE</DefineConstants> |
|
54 <Optimize>true</Optimize> |
|
55 <PlatformTarget>x86</PlatformTarget> |
|
56 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
|
57 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
41 </PropertyGroup> |
58 </PropertyGroup> |
42 <ItemGroup> |
59 <ItemGroup> |
43 <Reference Include="System" /> |
60 <Reference Include="System" /> |
44 <Reference Include="System.Core"> |
61 <Reference Include="System.Core"> |
45 <RequiredTargetFramework>3.5</RequiredTargetFramework> |
62 <RequiredTargetFramework>3.5</RequiredTargetFramework> |