Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3/HeuristicLabLibSVMPlugin.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: 477 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6using HeuristicLab.PluginInfrastructure;
7
8namespace HeuristicLab.LibSVM {
9  [Plugin("HeuristicLab.LibSVM-1.6.3")]
10  [PluginFile("HeuristicLab.LibSVM-1.6.3.dll", PluginFileType.Assembly)]
11  [PluginFile("LibSVM-1.6.3.dll", PluginFileType.Assembly)]
12  [PluginFile("LibSVM License.txt",PluginFileType.License)]
13  public class HeuristicLabWinFormsUIPlugin : PluginBase {
14  }
15}
Note: See TracBrowser for help on using the repository browser.