- Timestamp:
- 11/25/14 05:15:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj
r8806 r11577 11 11 <RootNamespace>HeuristicLab.Algorithms.ScatterSearch</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Algorithms.ScatterSearch-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 23 24 <WarningLevel>4</WarningLevel> 24 25 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 <Prefer32Bit>false</Prefer32Bit> 25 27 </PropertyGroup> 26 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 34 <WarningLevel>4</WarningLevel> 33 35 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 <Prefer32Bit>false</Prefer32Bit> 34 37 </PropertyGroup> 35 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 41 44 <ErrorReport>prompt</ErrorReport> 42 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 46 <Prefer32Bit>false</Prefer32Bit> 43 47 </PropertyGroup> 44 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 50 54 <ErrorReport>prompt</ErrorReport> 51 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 <Prefer32Bit>false</Prefer32Bit> 52 57 </PropertyGroup> 53 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 59 64 <ErrorReport>prompt</ErrorReport> 60 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 <Prefer32Bit>false</Prefer32Bit> 61 67 </PropertyGroup> 62 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 68 74 <ErrorReport>prompt</ErrorReport> 69 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 76 <Prefer32Bit>false</Prefer32Bit> 70 77 </PropertyGroup> 71 78 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.