Changeset 11677 for branches/ALPS/HeuristicLab.Problems.ExternalEvaluation
- Timestamp:
- 12/10/14 10:31:41 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
-
branches/ALPS/HeuristicLab.Problems.ExternalEvaluation/3.3/ExternalEvaluationProblem.cs
r11171 r11677 240 240 BestScopeSolutionAnalyzer.QualityParameter.ActualName = Evaluator.QualityParameter.ActualName; 241 241 BestScopeSolutionAnalyzer.BestKnownQualityParameter.ActualName = BestKnownQualityParameter.Name; 242 BestScopeSolutionAnalyzer.BestKnownSolutionParameter.ActualName = BestKnownSolutionParameter.Name;243 242 BestScopeSolutionAnalyzer.MaximizationParameter.ActualName = MaximizationParameter.Name; 244 243 } -
branches/ALPS/HeuristicLab.Problems.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj
r9088 r11677 11 11 <RootNamespace>HeuristicLab.Problems.ExternalEvaluation</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.ExternalEvaluation-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </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' "> … … 55 56 <WarningLevel>4</WarningLevel> 56 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 <Prefer32Bit>false</Prefer32Bit> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 64 66 <ErrorReport>prompt</ErrorReport> 65 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 <Prefer32Bit>false</Prefer32Bit> 66 69 </PropertyGroup> 67 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 75 78 </DocumentationFile> 76 79 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 80 <Prefer32Bit>false</Prefer32Bit> 77 81 </PropertyGroup> 78 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 84 88 <ErrorReport>prompt</ErrorReport> 85 89 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 90 <Prefer32Bit>false</Prefer32Bit> 86 91 </PropertyGroup> 87 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 93 98 <ErrorReport>prompt</ErrorReport> 94 99 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 100 <Prefer32Bit>false</Prefer32Bit> 95 101 </PropertyGroup> 96 102 <ItemGroup> … … 250 256 --> 251 257 <PropertyGroup> 252 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)258 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 253 259 set ProjectDir=$(ProjectDir) 254 260 set SolutionDir=$(SolutionDir) … … 257 263 call PreBuildEvent.cmd 258 264 </PreBuildEvent> 259 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">265 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 260 266 export ProjectDir=$(ProjectDir) 261 267 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.