Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/Plugin.cs @ 14234

Last change on this file since 14234 was 14234, checked in by abeham, 8 years ago

#2651: initial commit of igraph in ExtLibs

File size: 534 bytes
Line 
1
2using HeuristicLab.PluginInfrastructure;
3
4namespace HeuristicLab.igraph {
5  [Plugin("HeuristicLab.igraph", "Provides functionality of igraph in HeuristicLab", "0.8.0.0")]
6  [PluginFile("HeuristicLab.igraph-0.8.0-pre.dll", PluginFileType.Assembly)]
7  [PluginFile("igraph-0.8.0-pre-x86.dll", PluginFileType.NativeDll)]
8  [PluginFile("igraph-0.8.0-pre-x64.dll", PluginFileType.NativeDll)]
9  [PluginFile("igraph-0.8.0-pre-license.txt", PluginFileType.License)]
10  public class HeuristicLabigraphPlugin : PluginBase {
11  }
12}
Note: See TracBrowser for help on using the repository browser.