Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Admin.ItemEditor/HeuristicLabOKBCockpitAdminItemEditorPlugin.cs.frame @ 6947

Last change on this file since 6947 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 936 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.OKB.Cockpit.Admin.ItemEditor {
4
5  [Plugin("HeuristicLab.OKB.Cockpit.Admin.ItemEditor", "3.3.0.$WCREV$")]
6  [PluginFile("HeuristicLab.OKB.Cockpit.Admin.ItemEditor-3.3.dll", PluginFileType.Assembly)]
7  [PluginDependency("HeuristicLab.Common", "3.3")]
8  [PluginDependency("HeuristicLab.Core", "3.3")] 
9  [PluginDependency("HeuristicLab.Core.Views", "3.3")] 
10  [PluginDependency("HeuristicLab.MainForm.WPF", "3.3")]
11  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
12  [PluginDependency("HeuristicLab.MainForm.WPF", "3.3")]
13  [PluginDependency("HeuristicLab.OKB.AlgorithmHost", "3.3")]
14  [PluginDependency("HeuristicLab.OKB.Cockpit", "3.3")]
15  [PluginDependency("HeuristicLab.OKB.Cockpit.Admin", "3.3")]
16  [PluginDependency("HeuristicLab.Persistence", "3.3")]
17  public class HeuristicLabOkbCockpitAdminEngineEditorPlugin : PluginBase {}
18}
Note: See TracBrowser for help on using the repository browser.