|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>ServiceStack.Text</RootNamespace> |
12 | 12 | <AssemblyName>ServiceStack.Text</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <FileUpgradeFlags> |
16 | 16 | </FileUpgradeFlags> |
|
42 | 42 | <ErrorReport>prompt</ErrorReport> |
43 | 43 | <WarningLevel>4</WarningLevel> |
44 | 44 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 45 | + <Prefer32Bit>false</Prefer32Bit> |
45 | 46 | </PropertyGroup> |
46 | 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
47 | 48 | <DebugType>pdbonly</DebugType> |
|
52 | 53 | <WarningLevel>4</WarningLevel> |
53 | 54 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
54 | 55 | <DocumentationFile>bin\Release\ServiceStack.Text.xml</DocumentationFile> |
| 56 | + <Prefer32Bit>false</Prefer32Bit> |
55 | 57 | </PropertyGroup> |
56 | 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' "> |
57 | 59 | <DebugType>pdbonly</DebugType> |
|
61 | 63 | <ErrorReport>prompt</ErrorReport> |
62 | 64 | <WarningLevel>4</WarningLevel> |
63 | 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 66 | + <Prefer32Bit>false</Prefer32Bit> |
64 | 67 | </PropertyGroup> |
65 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'"> |
66 | 69 | <OutputPath>bin\Signed\</OutputPath> |
|
72 | 75 | <ErrorReport>prompt</ErrorReport> |
73 | 76 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
74 | 77 | <WarningLevel>4</WarningLevel> |
| 78 | + <Prefer32Bit>false</Prefer32Bit> |
75 | 79 | </PropertyGroup> |
76 | 80 | <ItemGroup> |
77 | 81 | <Reference Include="Microsoft.CSharp" /> |
|
0 commit comments