|
30 | 30 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
31 | 31 | <UseApplicationTrust>false</UseApplicationTrust>
|
32 | 32 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
33 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 33 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
34 | 34 | <TargetFrameworkProfile />
|
35 | 35 | </PropertyGroup>
|
36 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
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.Redis.XML</DocumentationFile>
|
| 56 | + <Prefer32Bit>false</Prefer32Bit> |
55 | 57 | </PropertyGroup>
|
56 | 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'STATIC_ONLY NO_EXPRESSIONS|AnyCPU' ">
|
57 | 59 | <DebugSymbols>true</DebugSymbols>
|
|
63 | 65 | <WarningLevel>4</WarningLevel>
|
64 | 66 | <Optimize>false</Optimize>
|
65 | 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
| 68 | + <Prefer32Bit>false</Prefer32Bit> |
66 | 69 | </PropertyGroup>
|
67 | 70 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' ">
|
68 | 71 | <DebugSymbols>true</DebugSymbols>
|
|
74 | 77 | <WarningLevel>4</WarningLevel>
|
75 | 78 | <Optimize>false</Optimize>
|
76 | 79 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
| 80 | + <Prefer32Bit>false</Prefer32Bit> |
77 | 81 | </PropertyGroup>
|
78 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
79 | 83 | <DebugSymbols>true</DebugSymbols>
|
|
84 | 88 | <ErrorReport>prompt</ErrorReport>
|
85 | 89 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
86 | 90 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
| 91 | + <Prefer32Bit>false</Prefer32Bit> |
87 | 92 | </PropertyGroup>
|
88 | 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
89 | 94 | <DefineConstants>TRACE</DefineConstants>
|
|
96 | 101 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
97 | 102 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
98 | 103 | <OutputPath>bin\x86\Release\</OutputPath>
|
| 104 | + <Prefer32Bit>false</Prefer32Bit> |
99 | 105 | </PropertyGroup>
|
100 | 106 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
|
101 | 107 | <OutputPath>bin\Signed\</OutputPath>
|
|
106 | 112 | <PlatformTarget>AnyCPU</PlatformTarget>
|
107 | 113 | <ErrorReport>prompt</ErrorReport>
|
108 | 114 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
| 115 | + <Prefer32Bit>false</Prefer32Bit> |
109 | 116 | </PropertyGroup>
|
110 | 117 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|x86'">
|
111 | 118 | <OutputPath>bin\x86\Signed\</OutputPath>
|
|
118 | 125 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
119 | 126 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
120 | 127 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
| 128 | + <Prefer32Bit>false</Prefer32Bit> |
| 129 | + </PropertyGroup> |
| 130 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'MonoTouch|x86'"> |
| 131 | + <Prefer32Bit>false</Prefer32Bit> |
| 132 | + </PropertyGroup> |
| 133 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'STATIC_ONLY NO_EXPRESSIONS|x86'"> |
| 134 | + <Prefer32Bit>false</Prefer32Bit> |
121 | 135 | </PropertyGroup>
|
122 | 136 | <PropertyGroup>
|
123 | 137 | <SignAssembly>true</SignAssembly>
|
|
0 commit comments