Changeset 5878 for trunk/tools/Templates/HeuristicLab.VS2010Wizards
- Timestamp:
- 03/30/11 02:42:47 (14 years ago)
- Location:
- trunk/tools/Templates/HeuristicLab.VS2010Wizards
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Templates/HeuristicLab.VS2010Wizards/ProblemWizardForm.cs
r5704 r5878 76 76 77 77 if (IsSingleObjective) { 78 ProblemTypeImplementation = "SingleObjective Problem<" + EvaluatorType + ", " + SolutionCreatorType + ">";78 ProblemTypeImplementation = "SingleObjectiveHeuristicOptimizationProblem<" + EvaluatorType + ", " + SolutionCreatorType + ">"; 79 79 } else if (IsMultiObjective) { 80 ProblemTypeImplementation = "MultiObjective Problem<" + EvaluatorType + ", " + SolutionCreatorType + ">";80 ProblemTypeImplementation = "MultiObjectiveHeuristicOptimizationProblem<" + EvaluatorType + ", " + SolutionCreatorType + ">"; 81 81 } 82 82 } -
trunk/tools/Templates/HeuristicLab.VS2010Wizards/Properties/AssemblyInfo.cs
r5704 r5878 32 32 // by using the '*' as shown below: 33 33 // [assembly: AssemblyVersion("1.0.*")] 34 [assembly: AssemblyVersion("3.3.3. 1")]35 [assembly: AssemblyFileVersion("3.3.3. 1")]34 [assembly: AssemblyVersion("3.3.3.2")] 35 [assembly: AssemblyFileVersion("3.3.3.2")]
Note: See TracChangeset
for help on using the changeset viewer.