Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLabWinFormsUIPlugin.cs @ 2645

Last change on this file since 2645 was 2645, checked in by mkommend, 14 years ago

extracted external libraries and adapted dependent plugins (ticket #837)

File size: 533 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6using HeuristicLab.PluginInfrastructure;
7
8namespace HeuristicLab.WinFormsUI {
9  [Plugin("HeuristicLab.WinFormsUI-2.3.1")]
10  [PluginFile("HeuristicLab.WinFormsUI-2.3.1.dll", PluginFileType.Assembly)]
11  [PluginFile("WeifenLuo.WinFormsUI.Docking-2.3.1.dll", PluginFileType.Assembly)]
12  [PluginFile("WeifenLuo.WinformsUI.Docking License.txt",PluginFileType.License)]
13  public class HeuristicLabWinFormsUIPlugin : PluginBase {
14  }
15}
Note: See TracBrowser for help on using the repository browser.