Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost.Views/3.3/Plugin.cs.frame @ 13072

Last change on this file since 13072 was 13072, checked in by gkronber, 9 years ago

#2499: added code from HeuristicLab.BioBoost.Views (from private repository) nothing much has been changed

File size: 847 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.BioBoost.Views {
4  [Plugin("HeuristicLab.Problems.BioBoost.Views", "HL views plugin for FP7 project BioBoost", "3.3.12.$WCREV$")]
5  [PluginFile("HeuristicLab.Problems.BioBoost.Views-3.3.dll", PluginFileType.Assembly)]
6  [PluginDependency("HeuristicLab.Problems.BioBoost", "3.3")]
7  [PluginDependency("HeuristicLab.Collections", "3.3")]
8  [PluginDependency("HeuristicLab.Common", "3.3")]
9  [PluginDependency("HeuristicLab.Core", "3.3")]
10  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
11  [PluginDependency("HeuristicLab.MainForm", "3.3")]
12  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
13  [PluginDependency("HeuristicLab.Optimization", "3.3")]
14  [PluginDependency("HeuristicLab.Persistence", "3.3")]
15  public class Plugin : PluginBase {}
16}
Note: See TracBrowser for help on using the repository browser.