Changeset 10542
- Timestamp:
- 03/05/14 15:20:08 (11 years ago)
- Location:
- branches/DataPreprocessing
- Files:
-
- 4 added
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab 3.3.sln
r10538 r10542 389 389 EndProject 390 390 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataPreprocessing-3.3", "HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj", "{3B90F866-70F8-43EF-A541-51819D255B7B}" 391 EndProject 392 Project("{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}" 391 393 EndProject 392 394 Global … … 1896 1898 {3B90F866-70F8-43EF-A541-51819D255B7B}.Release|x64.ActiveCfg = Release|Any CPU 1897 1899 {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 1898 1908 EndGlobalSection 1899 1909 GlobalSection(SolutionProperties) = preSolution -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/Plugin.cs.frame
r10539 r10542 26 26 /// Plugin class for HeuristicLab.Data plugin. 27 27 /// </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")] 36 31 [PluginDependency("HeuristicLab.Data.Views","3.3")] 37 [PluginDependency("HeuristicLab.Persistence", "3.3")]38 [PluginDependency("HeuristicLab.Optimization", "3.3")]39 32 [PluginDependency("HeuristicLab.MainForm", "3.3")] 40 33 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 41 [PluginDependency("HeuristicLab.Problems.DataAnalysis","3.4")]42 34 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views","3.4")] 43 35 public class HeuristicLabDataPreprocessingPlugin : PluginBase { -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/Properties/AssemblyInfo.cs.frame
r10539 r10542 6 6 // set of attributes. Change these attribute values to modify the information 7 7 // associated with an assembly. 8 [assembly: AssemblyTitle("HeuristicLab.DataPreprocessing ")]8 [assembly: AssemblyTitle("HeuristicLab.DataPreprocessing.Views")] 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 11 [assembly: AssemblyCompany("FH-Hagenberg")] 12 [assembly: AssemblyProduct("HeuristicLab.DataPreprocessing ")]12 [assembly: AssemblyProduct("HeuristicLab.DataPreprocessing.Views")] 13 13 [assembly: AssemblyCopyright("Copyright © FH-Hagenberg 2013")] 14 14 [assembly: AssemblyTrademark("")] … … 21 21 22 22 // 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")] 24 24 25 25 // Version information for an assembly consists of the following four values:
Note: See TracChangeset
for help on using the changeset viewer.