1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.PluginInfrastructure;
|
---|
6 |
|
---|
7 | namespace HeuristicLab.Clients.Hive.Views {
|
---|
8 | [Plugin("HeuristicLab.Clients.Hive.Views", "3.4.0.$WCREV$")]
|
---|
9 | [PluginFile("HeuristicLab.Clients.Hive.Views-3.4.dll", PluginFileType.Assembly)]
|
---|
10 | [PluginDependency("HeuristicLab.Clients.Hive", "3.4")]
|
---|
11 | [PluginDependency("HeuristicLab.Collections", "3.3")]
|
---|
12 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
13 | [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
|
---|
14 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
15 | [PluginDependency("HeuristicLab.Core.Views", "3.3")]
|
---|
16 | [PluginDependency("HeuristicLab.Data", "3.3")]
|
---|
17 | [PluginDependency("HeuristicLab.DayView", "1.0")]
|
---|
18 | [PluginDependency("HeuristicLab.Hive", "3.4")]
|
---|
19 | [PluginDependency("HeuristicLab.MainForm", "3.3")]
|
---|
20 | [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
|
---|
21 | [PluginDependency("HeuristicLab.Optimization", "3.3")]
|
---|
22 | [PluginDependency("HeuristicLab.Optimizer", "3.3")]
|
---|
23 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
24 | [PluginDependency("HeuristicLab.Services.Hive.Common", "3.4")]
|
---|
25 | [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")]
|
---|
26 | public class HeuristicLabClientsHiveViewsPlugin : PluginBase {
|
---|
27 | }
|
---|
28 | }
|
---|