#3017: updated build and test scripts to support VS 2022
[heuristiclab.git] / HeuristicLab.Problems.Instances.DIMACS / 3.3 / Plugin.cs.frame
blob2e6d48bfb63c53b143583fad53a7d874b440c65c
1 #region License Information\r
2 /* HeuristicLab\r
3  * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)\r
4  *\r
5  * This file is part of HeuristicLab.\r
6  *\r
7  * HeuristicLab is free software: you can redistribute it and/or modify\r
8  * it under the terms of the GNU General Public License as published by\r
9  * the Free Software Foundation, either version 3 of the License, or\r
10  * (at your option) any later version.\r
11  *\r
12  * HeuristicLab is distributed in the hope that it will be useful,\r
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15  * GNU General Public License for more details.\r
16  *\r
17  * You should have received a copy of the GNU General Public License\r
18  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.\r
19  */\r
20 #endregion\r
22 using HeuristicLab.PluginInfrastructure;\r
24 namespace HeuristicLab.Problems.Instances.DIMACS {\r
25   [Plugin("HeuristicLab.Problems.Instances.DIMACS", "Adds the DIMACS benchmark instances, e.g. graph coloring.", "3.3.16.$WCREV$")]\r
26   [PluginFile("HeuristicLab.Problems.Instances.DIMACS-3.3.dll", PluginFileType.Assembly)]\r
27   [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]\r
28   public class HeuristicLabProblemsInstancesDIMACSPlugin : PluginBase { }\r
29 }\r