Changeset 11566
- Timestamp:
- 11/24/14 10:03:10 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 4 added
- 2 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab 3.3.sln
r11114 r11566 1 1 2 2 Microsoft Visual Studio Solution File, Format Version 12.00 3 # Visual Studio 2012 3 # Visual Studio 2013 4 VisualStudioVersion = 12.0.31101.0 5 MinimumVisualStudioVersion = 10.0.40219.1 4 6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}" 5 7 ProjectSection(SolutionItems) = preProject … … 405 407 EndProject 406 408 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataPreprocessing.Views-3.4", "HeuristicLab.DataPreprocessing.Views\3.4\HeuristicLab.DataPreprocessing.Views-3.4.csproj", "{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}" 409 EndProject 410 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.ALPS-3.3", "HeuristicLab.Algorithms.ALPS\3.3\HeuristicLab.Algorithms.ALPS-3.3.csproj", "{59F354CB-FE13-4253-AED2-AD86372BEC27}" 407 411 EndProject 408 412 Global … … 1966 1970 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1967 1971 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU 1968 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x64.ActiveCfg = Debug|Any CPU 1969 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x86.ActiveCfg = Debug|Any CPU 1972 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x64.ActiveCfg = Debug|x64 1973 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x64.Build.0 = Debug|x64 1974 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x86.ActiveCfg = Debug|x86 1975 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Debug|x86.Build.0 = Debug|x86 1970 1976 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU 1971 1977 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|Any CPU.Build.0 = Release|Any CPU 1972 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x64.ActiveCfg = Release|Any CPU 1973 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x86.ActiveCfg = Release|Any CPU 1978 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x64.ActiveCfg = Release|x64 1979 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x64.Build.0 = Release|x64 1980 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x86.ActiveCfg = Release|x86 1981 {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x86.Build.0 = Release|x86 1982 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1983 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Debug|Any CPU.Build.0 = Debug|Any CPU 1984 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Debug|x64.ActiveCfg = Debug|x64 1985 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Debug|x64.Build.0 = Debug|x64 1986 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Debug|x86.ActiveCfg = Debug|x86 1987 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Debug|x86.Build.0 = Debug|x86 1988 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|Any CPU.ActiveCfg = Release|Any CPU 1989 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|Any CPU.Build.0 = Release|Any CPU 1990 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|x64.ActiveCfg = Release|x64 1991 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|x64.Build.0 = Release|x64 1992 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|x86.ActiveCfg = Release|x86 1993 {59F354CB-FE13-4253-AED2-AD86372BEC27}.Release|x86.Build.0 = Release|x86 1974 1994 EndGlobalSection 1975 1995 GlobalSection(SolutionProperties) = preSolution -
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame
r11565 r11566 22 22 using HeuristicLab.PluginInfrastructure; 23 23 24 namespace HeuristicLab.Algorithms. GeneticAlgorithm{24 namespace HeuristicLab.Algorithms.ALPS { 25 25 /// <summary> 26 /// Plugin class for HeuristicLab.Algorithms. GeneticAlgorithmplugin.26 /// Plugin class for HeuristicLab.Algorithms.ALPS plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms. GeneticAlgorithm", "3.3.10.$WCREV$")]29 [PluginFile("HeuristicLab.Algorithms. GeneticAlgorithm-3.3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Algorithms.ALPS", "3.3.10.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.ALPS-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] … … 40 40 [PluginDependency("HeuristicLab.Random", "3.3")] 41 41 [PluginDependency("HeuristicLab.Selection", "3.3")] 42 public class HeuristicLabAlgorithms GeneticAlgorithmPlugin : PluginBase {42 public class HeuristicLabAlgorithmsALPSPlugin : PluginBase { 43 43 } 44 44 } -
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Properties/AssemblyInfo.cs.frame
r11565 r11566 26 26 // set of attributes. Change these attribute values to modify the information 27 27 // associated with an assembly. 28 [assembly: AssemblyTitle("HeuristicLab.Algorithms. GeneticAlgorithm")]29 [assembly: AssemblyDescription("HeuristicLab genetic algorithm")]28 [assembly: AssemblyTitle("HeuristicLab.Algorithms.ALPS")] 29 [assembly: AssemblyDescription("HeuristicLab ALPS")] 30 30 [assembly: AssemblyConfiguration("")] 31 31 [assembly: AssemblyCompany("")] … … 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" ec039d68-07a5-43cf-ba26-34f41c2d470a")]43 [assembly: Guid("196f5964-865f-42aa-a584-f0d6f47aa5af")] 44 44 45 45 // Version information for an assembly consists of the following four values: -
branches/ALPS/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj
r11116 r11566 38 38 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 39 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>bin\x64\Debug\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x64</PlatformTarget> 46 <UseVSHostingProcess>false</UseVSHostingProcess> 47 <ErrorReport>prompt</ErrorReport> 48 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 49 </PropertyGroup> 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 51 <OutputPath>bin\x64\Release\</OutputPath> 52 <DefineConstants>TRACE</DefineConstants> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x64</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 57 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 58 </PropertyGroup> 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>bin\x86\Debug\</OutputPath> 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 <DebugType>full</DebugType> 64 <PlatformTarget>x86</PlatformTarget> 65 <UseVSHostingProcess>false</UseVSHostingProcess> 66 <ErrorReport>prompt</ErrorReport> 67 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 68 </PropertyGroup> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 70 <OutputPath>bin\x86\Release\</OutputPath> 71 <DefineConstants>TRACE</DefineConstants> 72 <Optimize>true</Optimize> 73 <DebugType>pdbonly</DebugType> 74 <PlatformTarget>x86</PlatformTarget> 75 <ErrorReport>prompt</ErrorReport> 76 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 77 </PropertyGroup> 40 78 <ItemGroup> 41 79 <Reference Include="System" /> … … 272 310 </ItemGroup> 273 311 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 274 <PropertyGroup>312 <PropertyGroup> 275 313 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 276 314 set ProjectDir=$(ProjectDir)
Note: See TracChangeset
for help on using the changeset viewer.