- Timestamp:
- 11/25/14 05:15:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r11576 r11577 20 20 <StartupObject> 21 21 </StartupObject> 22 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>22 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 23 23 <TargetFrameworkProfile> 24 24 </TargetFrameworkProfile> … … 48 48 <WarningLevel>4</WarningLevel> 49 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 <Prefer32Bit>false</Prefer32Bit> 50 51 </PropertyGroup> 51 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 59 60 </DocumentationFile> 60 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 62 <Prefer32Bit>false</Prefer32Bit> 61 63 </PropertyGroup> 62 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 68 70 <ErrorReport>prompt</ErrorReport> 69 71 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 72 <Prefer32Bit>false</Prefer32Bit> 70 73 </PropertyGroup> 71 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 79 82 <ErrorReport>prompt</ErrorReport> 80 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 84 <Prefer32Bit>false</Prefer32Bit> 81 85 </PropertyGroup> 82 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 88 92 <ErrorReport>prompt</ErrorReport> 89 93 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 94 <Prefer32Bit>false</Prefer32Bit> 90 95 </PropertyGroup> 91 96 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 99 104 <ErrorReport>prompt</ErrorReport> 100 105 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 106 <Prefer32Bit>false</Prefer32Bit> 101 107 </PropertyGroup> 102 108 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.