Changeset 11623 for trunk/sources/HeuristicLab.Selection
- Timestamp:
- 12/02/14 21:22:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r8806 r11623 18 18 <UpgradeBackupLocation> 19 19 </UpgradeBackupLocation> 20 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>20 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 21 21 <TargetFrameworkProfile> 22 22 </TargetFrameworkProfile> … … 46 46 <WarningLevel>4</WarningLevel> 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <Prefer32Bit>false</Prefer32Bit> 48 49 </PropertyGroup> 49 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 58 59 </DocumentationFile> 59 60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 61 <Prefer32Bit>false</Prefer32Bit> 60 62 </PropertyGroup> 61 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 67 69 <ErrorReport>prompt</ErrorReport> 68 70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 71 <Prefer32Bit>false</Prefer32Bit> 69 72 </PropertyGroup> 70 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 78 81 <ErrorReport>prompt</ErrorReport> 79 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 83 <Prefer32Bit>false</Prefer32Bit> 80 84 </PropertyGroup> 81 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 87 91 <ErrorReport>prompt</ErrorReport> 88 92 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 93 <Prefer32Bit>false</Prefer32Bit> 89 94 </PropertyGroup> 90 95 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 98 103 <ErrorReport>prompt</ErrorReport> 99 104 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 105 <Prefer32Bit>false</Prefer32Bit> 100 106 </PropertyGroup> 101 107 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.