Last change
on this file since 18093 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 | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 | using HeuristicLab.PluginInfrastructure;
|
---|
5 |
|
---|
6 | namespace 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.