Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Core/CorePlugin.cs @ 714

Last change on this file since 714 was 714, checked in by kgrading, 15 years ago

implemented the basic hive client core component (#332)

File size: 446 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.Hive.Client.Core {
8  [ClassInfo(Name = "HeuristicLab.Hive.Client.Core-3.2")]
9  [PluginFile(Filename = "HeuristicLab.Hive.Client.Core-3.2.dll", Filetype = PluginFileType.Assembly)]
10  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
11  public class CorePlugin: PluginBase {
12  }
13}
Note: See TracBrowser for help on using the repository browser.