Line | |
---|
1 | using HeuristicLab.PluginInfrastructure;
|
---|
2 |
|
---|
3 | namespace DistributedGA.Hive {
|
---|
4 | [Plugin("DistributedGA.Hive", "1.0.0.0")]
|
---|
5 | [PluginFile("DistributedGA.Core.dll", PluginFileType.Assembly)]
|
---|
6 | [PluginFile("DistributedGA.Hive.dll", PluginFileType.Assembly)]
|
---|
7 | [PluginDependency("HeuristicLab.Clients.Hive", "3.3")]
|
---|
8 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
9 | [PluginDependency("HeuristicLab.Collections", "3.3")]
|
---|
10 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
11 | [PluginDependency("HeuristicLab.Hive", "3.3")]
|
---|
12 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
13 | [PluginDependency("HeuristicLab.Optimization", "3.3")]
|
---|
14 | [PluginDependency("HeuristicLab.Data", "3.3")]
|
---|
15 | [PluginDependency("HeuristicLab.Parameters", "3.3")]
|
---|
16 | public class Plugin : PluginBase {
|
---|
17 |
|
---|
18 | }
|
---|
19 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.