Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Common/CommonPlugin.cs @ 730

Last change on this file since 730 was 716, checked in by kgrading, 16 years ago

added the hive.client.common project (#336)

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