|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>ServiceStack.Text.Tests</RootNamespace> |
12 | 12 | <AssemblyName>ServiceStack.Text.Tests</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <FileUpgradeFlags> |
16 | 16 | </FileUpgradeFlags> |
|
44 | 44 | <ErrorReport>prompt</ErrorReport> |
45 | 45 | <WarningLevel>4</WarningLevel> |
46 | 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 47 | + <Prefer32Bit>false</Prefer32Bit> |
47 | 48 | </PropertyGroup> |
48 | 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
49 | 50 | <DebugType>pdbonly</DebugType> |
|
54 | 55 | <WarningLevel>4</WarningLevel> |
55 | 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
56 | 57 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 58 | + <Prefer32Bit>false</Prefer32Bit> |
57 | 59 | </PropertyGroup> |
58 | 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' "> |
59 | 61 | <DebugType>pdbonly</DebugType> |
|
64 | 66 | <WarningLevel>4</WarningLevel> |
65 | 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
66 | 68 | <PlatformTarget>x86</PlatformTarget> |
| 69 | + <Prefer32Bit>false</Prefer32Bit> |
67 | 70 | </PropertyGroup> |
68 | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
69 | 72 | <DebugSymbols>true</DebugSymbols> |
|
76 | 79 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
77 | 80 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
78 | 81 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 82 | + <Prefer32Bit>false</Prefer32Bit> |
79 | 83 | </PropertyGroup> |
80 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
81 | 85 | <OutputPath>bin\x86\Release\</OutputPath> |
|
88 | 92 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
89 | 93 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
90 | 94 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 95 | + <Prefer32Bit>false</Prefer32Bit> |
91 | 96 | </PropertyGroup> |
92 | 97 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'MonoTouch|x86'"> |
93 | 98 | <OutputPath>bin\x86\MonoTouch\</OutputPath> |
|
100 | 105 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
101 | 106 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
102 | 107 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 108 | + <Prefer32Bit>false</Prefer32Bit> |
103 | 109 | </PropertyGroup> |
104 | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'"> |
105 | 111 | <OutputPath>bin\Signed\</OutputPath> |
|
109 | 115 | <PlatformTarget>AnyCPU</PlatformTarget> |
110 | 116 | <ErrorReport>prompt</ErrorReport> |
111 | 117 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 118 | + <Prefer32Bit>false</Prefer32Bit> |
112 | 119 | </PropertyGroup> |
113 | 120 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|x86'"> |
114 | 121 | <OutputPath>bin\x86\Signed\</OutputPath> |
|
118 | 125 | <PlatformTarget>x86</PlatformTarget> |
119 | 126 | <ErrorReport>prompt</ErrorReport> |
120 | 127 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 128 | + <Prefer32Bit>false</Prefer32Bit> |
121 | 129 | </PropertyGroup> |
122 | 130 | <ItemGroup> |
123 | 131 | <Reference Include="Microsoft.CSharp" /> |
|
0 commit comments