Last change
on this file since 5142 was
2754,
checked in by swagner, 15 years ago
|
Added versions to all HeuristicLab 3.3 related plugins (#864)
|
File size:
544 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | using HeuristicLab.PluginInfrastructure;
|
---|
7 |
|
---|
8 | namespace HeuristicLab.WinFormsUI {
|
---|
9 | [Plugin("HeuristicLab.WinFormsUI", "2.3.1.$WCREV$")]
|
---|
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.