Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10542


Ignore:
Timestamp:
03/05/14 15:20:08 (10 years ago)
Author:
pfleck
Message:
  • created new assembly for DataPreprocessing views
Location:
branches/DataPreprocessing
Files:
4 added
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab 3.3.sln

    r10538 r10542  
    389389EndProject
    390390Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataPreprocessing-3.3", "HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj", "{3B90F866-70F8-43EF-A541-51819D255B7B}"
     391EndProject
     392Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataPreprocessing.Views-3.3", "HeuristicLab.DataPreprocessing.Views\3.3\HeuristicLab.DataPreprocessing.Views-3.3.csproj", "{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}"
    391393EndProject
    392394Global
     
    18961898    {3B90F866-70F8-43EF-A541-51819D255B7B}.Release|x64.ActiveCfg = Release|Any CPU
    18971899    {3B90F866-70F8-43EF-A541-51819D255B7B}.Release|x86.ActiveCfg = Release|Any CPU
     1900    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1901    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1902    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x64.ActiveCfg = Debug|Any CPU
     1903    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x86.ActiveCfg = Debug|Any CPU
     1904    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1905    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|Any CPU.Build.0 = Release|Any CPU
     1906    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x64.ActiveCfg = Release|Any CPU
     1907    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x86.ActiveCfg = Release|Any CPU
    18981908  EndGlobalSection
    18991909  GlobalSection(SolutionProperties) = preSolution
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/Plugin.cs.frame

    r10539 r10542  
    2626  /// Plugin class for HeuristicLab.Data plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.DataPreprocessing", "3.3.9.$WCREV$")]
    29   [PluginFile("HeuristicLab.DataPreprocessing-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Analysis", "3.3")]
    31   [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    33   [PluginDependency("HeuristicLab.Core", "3.3")]
    34   [PluginDependency("HeuristicLab.Collections", "3.3")]
    35   [PluginDependency("HeuristicLab.Data","3.3")]
     28  [Plugin("HeuristicLab.DataPreprocessing.Views", "3.3.9.$WCREV$")]
     29  [PluginFile("HeuristicLab.DataPreprocessing.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.DataPreprocessing", "3.3")]
    3631  [PluginDependency("HeuristicLab.Data.Views","3.3")]
    37   [PluginDependency("HeuristicLab.Persistence", "3.3")]
    38   [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3932  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    4033  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    41   [PluginDependency("HeuristicLab.Problems.DataAnalysis","3.4")]
    4234  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views","3.4")]
    4335  public class HeuristicLabDataPreprocessingPlugin : PluginBase {
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/Properties/AssemblyInfo.cs.frame

    r10539 r10542  
    66// set of attributes. Change these attribute values to modify the information
    77// associated with an assembly.
    8 [assembly: AssemblyTitle("HeuristicLab.DataPreprocessing")]
     8[assembly: AssemblyTitle("HeuristicLab.DataPreprocessing.Views")]
    99[assembly: AssemblyDescription("")]
    1010[assembly: AssemblyConfiguration("")]
    1111[assembly: AssemblyCompany("FH-Hagenberg")]
    12 [assembly: AssemblyProduct("HeuristicLab.DataPreprocessing")]
     12[assembly: AssemblyProduct("HeuristicLab.DataPreprocessing.Views")]
    1313[assembly: AssemblyCopyright("Copyright © FH-Hagenberg 2013")]
    1414[assembly: AssemblyTrademark("")]
     
    2121
    2222// The following GUID is for the ID of the typelib if this project is exposed to COM
    23 [assembly: Guid("923b1ea4-9504-4afd-b2ad-dd6ee72c7af6")]
     23[assembly: Guid("49b6ce71-b783-47f7-99af-c63365261c45")]
    2424
    2525// Version information for an assembly consists of the following four values:
Note: See TracChangeset for help on using the changeset viewer.