Free cookie consent management tool by TermsFeed Policy Generator

source: branches/thasling/DistributedGA/DistributedGA.Hive/Plugin.cs @ 13556

Last change on this file since 13556 was 13556, checked in by thasling, 8 years ago

new hive project

File size: 794 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace 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.