Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Plugin.cs.frame @ 16568

Last change on this file since 16568 was 16523, checked in by ddorfmei, 6 years ago

#2981: created plugin

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