Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.MainForm.WPF/HeuristicLabMainFormWPFPlugin.cs.frame @ 7215

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

Integrated OKB clients for HL 3.3 (#1166)

File size: 575 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.OKB.Cockpit {
4
5  [Plugin("HeuristicLab.MainForm.WPF", "3.3.0.$WCREV$")]
6  [PluginFile("HeuristicLab.MainForm.WPF-3.3.dll", PluginFileType.Assembly)]
7  [PluginDependency("HeuristicLab.AvalonDock", "1.2.2691.0")]
8  [PluginDependency("HeuristicLab.Core", "3.3")]
9  [PluginDependency("HeuristicLab.Persistence", "3.3")]
10  [PluginDependency("HeuristicLab.BackgroundProcessing", "3.3")]
11  [PluginDependency("HeuristicLab.MainForm", "3.3")]
12  public class HeuristicLabOkbCockpitPlugin : PluginBase {}
13}
Note: See TracBrowser for help on using the repository browser.