Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.DynamicAssemblyTestApp/Plugin.cs @ 17026

Last change on this file since 17026 was 17026, checked in by dpiringe, 5 years ago

#2924:

  • renamed HeuristicLab.DynamicAssemblyTestApp to HeuristicLab.ConsoleApplications
    • incl. Namespace and plugin name
  • renamed InspectApplication to ConsoleInspector
File size: 357 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using HeuristicLab.PluginInfrastructure;
5
6namespace HeuristicLab.ConsoleApplications {
7
8  [Plugin("HeuristicLab.ConsoleApplications", "1.0")]
9  [PluginFile("HeuristicLab.ConsoleApplications.dll", PluginFileType.Assembly)]
10  public class ConsoleApplications : PluginBase { }
11}
Note: See TracBrowser for help on using the repository browser.