|
11 | 11 | <RootNamespace>Titanium.Web.Proxy.Test</RootNamespace>
|
12 | 12 | <AssemblyName>Titanium.Web.Proxy.Test</AssemblyName>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | </PropertyGroup>
|
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 17 | <DebugSymbols>true</DebugSymbols>
|
17 | 18 | <DebugType>full</DebugType>
|
18 | 19 | <Optimize>false</Optimize>
|
19 | 20 | <OutputPath>bin\Debug\</OutputPath>
|
20 |
| - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 21 | + <DefineConstants>TRACE;DEBUG;NET40</DefineConstants> |
21 | 22 | <ErrorReport>prompt</ErrorReport>
|
22 | 23 | <WarningLevel>4</WarningLevel>
|
23 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 24 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 25 | + <Prefer32Bit>false</Prefer32Bit> |
24 | 26 | </PropertyGroup>
|
25 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 | 28 | <DebugType>pdbonly</DebugType>
|
27 | 29 | <Optimize>true</Optimize>
|
28 | 30 | <OutputPath>bin\Release\</OutputPath>
|
29 |
| - <DefineConstants>TRACE</DefineConstants> |
| 31 | + <DefineConstants>TRACE;NET40</DefineConstants> |
30 | 32 | <ErrorReport>prompt</ErrorReport>
|
31 | 33 | <WarningLevel>4</WarningLevel>
|
32 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 34 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
33 | 36 | </PropertyGroup>
|
34 | 37 | <PropertyGroup>
|
35 | 38 | <StartupObject />
|
36 | 39 | </PropertyGroup>
|
37 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-Net45|AnyCPU'">
|
38 | 41 | <DebugSymbols>true</DebugSymbols>
|
39 | 42 | <OutputPath>bin\Debug-Net45\</OutputPath>
|
40 |
| - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 43 | + <DefineConstants>TRACE;DEBUG;NET45</DefineConstants> |
41 | 44 | <DebugType>full</DebugType>
|
42 | 45 | <PlatformTarget>AnyCPU</PlatformTarget>
|
43 | 46 | <ErrorReport>prompt</ErrorReport>
|
44 | 47 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
45 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 48 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 49 | + <Prefer32Bit>true</Prefer32Bit> |
46 | 50 | </PropertyGroup>
|
47 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Net45|AnyCPU'">
|
48 | 52 | <OutputPath>bin\Release-Net45\</OutputPath>
|
49 |
| - <DefineConstants>TRACE</DefineConstants> |
| 53 | + <DefineConstants>TRACE;NET45</DefineConstants> |
50 | 54 | <Optimize>true</Optimize>
|
51 | 55 | <DebugType>pdbonly</DebugType>
|
52 | 56 | <PlatformTarget>AnyCPU</PlatformTarget>
|
53 | 57 | <ErrorReport>prompt</ErrorReport>
|
54 | 58 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
55 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 59 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 60 | + <Prefer32Bit>true</Prefer32Bit> |
56 | 61 | </PropertyGroup>
|
57 | 62 | <ItemGroup>
|
58 | 63 | <Reference Include="System" />
|
|
0 commit comments