Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame @ 12228

Last change on this file since 12228 was 12166, checked in by apolidur, 10 years ago

#2221: Initial commit of the branch

File size: 320 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2namespace HeuristicLab.Problems.PTSP {
3    [Plugin("HeuristicLab.Problems.PTSP", "Provides an implementation of the PTSP", "3.3.11.$WCREV$")]
4    [PluginFile("HeuristicLab.Problems.PTSP-3.3.dll", PluginFileType.Assembly)]
5    public class Plugin : PluginBase {
6    }
7}
Note: See TracBrowser for help on using the repository browser.