Line | |
---|
1 | using HeuristicLab.PluginInfrastructure;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.OKB.Cockpit.Admin.EngineEditor {
|
---|
4 |
|
---|
5 | [Plugin("HeuristicLab.OKB.Cockpit.Admin.EngineEditor", "3.3.0.1808")]
|
---|
6 | [PluginFile("HeuristicLab.OKB.Cockpit.Admin.EngineEditor-3.3.dll", PluginFileType.Assembly)]
|
---|
7 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
8 | [PluginDependency("HeuristicLab.MainForm.WPF", "3.3")]
|
---|
9 | [PluginDependency("HeuristicLab.OKB.Cockpit", "3.3")]
|
---|
10 | [PluginDependency("HeuristicLab.OKB.Cockpit.Admin", "3.3")]
|
---|
11 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
12 | public class HeuristicLabOkbCockpitAdminEngineEditorPlugin : PluginBase {}
|
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.