Changeset 3170 for trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLabProblemsTestFunctionsPlugin.cs.frame
- Timestamp:
- 03/22/10 13:41:31 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions
- Files:
-
- 1 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3
- Property svn:ignore
-
old new 2 2 bin 3 3 obj 4 HeuristicLabProblemsTestFunctions SingleObjectivePlugin.cs4 HeuristicLabProblemsTestFunctionsPlugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLabProblemsTestFunctionsPlugin.cs.frame
r3163 r3170 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab.Problems.TestFunctions .SingleObjective{24 namespace HeuristicLab.Problems.TestFunctions { 25 25 /// <summary> 26 /// Plugin class for HeuristicLab.Problems.TestFunctions .SingleObjectiveplugin26 /// Plugin class for HeuristicLab.Problems.TestFunctions plugin 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.TestFunctions .SingleObjective", "3.3.0.$WCREV$")]29 [PluginFile("HeuristicLab.Problems.TestFunctions .SingleObjective-3.3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Problems.TestFunctions", "3.3.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Problems.TestFunctions-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.2")] … … 38 38 [PluginDependency("HeuristicLab.Parameters", "3.3")] 39 39 [PluginDependency("HeuristicLab.Persistence", "3.3")] 40 public class HeuristicLabProblemsTestFunctions SingleObjectivePlugin : PluginBase {40 public class HeuristicLabProblemsTestFunctionsPlugin : PluginBase { 41 41 } 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.