- Timestamp:
- 12/10/14 10:31:41 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
-
branches/ALPS/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj
r7155 r11677 11 11 <RootNamespace>HeuristicLab.Services.Deployment_3._3.Tests</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Services.Deployment_3._3.Tests</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> … … 33 33 <UseApplicationTrust>false</UseApplicationTrust> 34 34 <BootstrapperEnabled>true</BootstrapperEnabled> 35 <TargetFrameworkProfile /> 35 36 </PropertyGroup> 36 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 43 44 <WarningLevel>4</WarningLevel> 44 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 46 <Prefer32Bit>false</Prefer32Bit> 45 47 </PropertyGroup> 46 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 52 54 <WarningLevel>4</WarningLevel> 53 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 <Prefer32Bit>false</Prefer32Bit> 54 57 </PropertyGroup> 55 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 61 64 <ErrorReport>prompt</ErrorReport> 62 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 <Prefer32Bit>false</Prefer32Bit> 63 67 </PropertyGroup> 64 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 70 74 <ErrorReport>prompt</ErrorReport> 71 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 76 <Prefer32Bit>false</Prefer32Bit> 72 77 </PropertyGroup> 73 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 79 84 <ErrorReport>prompt</ErrorReport> 80 85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 86 <Prefer32Bit>false</Prefer32Bit> 81 87 </PropertyGroup> 82 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 88 94 <ErrorReport>prompt</ErrorReport> 89 95 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 96 <Prefer32Bit>false</Prefer32Bit> 90 97 </PropertyGroup> 91 98 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.