- 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.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj
r8600 r11677 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> … … 214 220 --> 215 221 <PropertyGroup> 216 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)222 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 217 223 set ProjectDir=$(ProjectDir) 218 224 set SolutionDir=$(SolutionDir) … … 221 227 call PreBuildEvent.cmd 222 228 </PreBuildEvent> 223 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">229 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 224 230 export ProjectDir=$(ProjectDir) 225 231 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.