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