Changeset 11566 for branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3
- Timestamp:
- 11/24/14 10:03:10 (10 years ago)
- Location:
- branches/ALPS/HeuristicLab.Algorithms.ALPS
- Files:
-
- 4 added
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame
r11565 r11566 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab.Algorithms. GeneticAlgorithm{24 namespace HeuristicLab.Algorithms.ALPS { 25 25 /// <summary> 26 /// Plugin class for HeuristicLab.Algorithms. GeneticAlgorithmplugin.26 /// Plugin class for HeuristicLab.Algorithms.ALPS plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms. GeneticAlgorithm", "3.3.10.$WCREV$")]29 [PluginFile("HeuristicLab.Algorithms. GeneticAlgorithm-3.3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Algorithms.ALPS", "3.3.10.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.ALPS-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] … … 40 40 [PluginDependency("HeuristicLab.Random", "3.3")] 41 41 [PluginDependency("HeuristicLab.Selection", "3.3")] 42 public class HeuristicLabAlgorithms GeneticAlgorithmPlugin : PluginBase {42 public class HeuristicLabAlgorithmsALPSPlugin : PluginBase { 43 43 } 44 44 } -
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Properties/AssemblyInfo.cs.frame
r11565 r11566 26 26 // set of attributes. Change these attribute values to modify the information 27 27 // associated with an assembly. 28 [assembly: AssemblyTitle("HeuristicLab.Algorithms. GeneticAlgorithm")]29 [assembly: AssemblyDescription("HeuristicLab genetic algorithm")]28 [assembly: AssemblyTitle("HeuristicLab.Algorithms.ALPS")] 29 [assembly: AssemblyDescription("HeuristicLab ALPS")] 30 30 [assembly: AssemblyConfiguration("")] 31 31 [assembly: AssemblyCompany("")] … … 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" ec039d68-07a5-43cf-ba26-34f41c2d470a")]43 [assembly: Guid("196f5964-865f-42aa-a584-f0d6f47aa5af")] 44 44 45 45 // Version information for an assembly consists of the following four values:
Note: See TracChangeset
for help on using the changeset viewer.