Changeset 5287 for trunk/sources/HeuristicLab.Problems.TestFunctions
- Timestamp:
- 01/12/11 09:13:15 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs
r4722 r5287 48 48 49 49 public override Image ItemImage { 50 get { return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Type; }50 get { return HeuristicLab.Common.Resources.VSImageLibrary.Type; } 51 51 } 52 52 -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionSolution.cs
r4722 r5287 37 37 public class SingleObjectiveTestFunctionSolution : Item { 38 38 public override Image ItemImage { 39 get { return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Image; }39 get { return HeuristicLab.Common.Resources.VSImageLibrary.Image; } 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.