Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/10/09 18:03:28 (15 years ago)
Author:
swagner
Message:

Corrected plugin meta data of HeuristicLab.AdvancedOptimizationFrontend and HeuristicLab.MainForm.WindowsForms, corrected build configurations (#798)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLabMainFormWindowsFormsPlugin.cs

    r2458 r2479  
    2727namespace HeuristicLab.MainForm.WindowsForms {
    2828  [ClassInfo(Name = "HeuristicLab.MainForm.WindowsForms-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)] 
     29  [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)]
     30  [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Data)]
    3031  [Dependency(Dependency = "HeuristicLab.MainForm-3.2")]
    3132  public class HeuristicLabMainFormTestPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.