Changeset 2212 for branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs
- Timestamp:
- 07/30/09 10:47:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs
r2210 r2212 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 22 using HeuristicLab.PluginInfrastructure; 26 23 … … 28 25 [ClassInfo(Name = "HeuristicLab.GP.StructureIdentification-3.3")] 29 26 [PluginFile(Filename = "HeuristicLab.GP.StructureIdentification-3.3.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "HeuristicLab.Constraints-3.2")]31 27 [Dependency(Dependency = "HeuristicLab.Core-3.2")] 32 28 [Dependency(Dependency = "HeuristicLab.Data-3.2")] … … 35 31 [Dependency(Dependency = "HeuristicLab.GP-3.3")] 36 32 [Dependency(Dependency = "HeuristicLab.GP.Interfaces-3.3")] 33 [Dependency(Dependency = "HeuristicLab.GP.Operators-3.3")] 37 34 [Dependency(Dependency = "HeuristicLab.Logging-3.2")] 38 35 [Dependency(Dependency = "HeuristicLab.Modeling-3.2")]
Note: See TracChangeset
for help on using the changeset viewer.