Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1694 for trunk/sources


Ignore:
Timestamp:
04/28/09 15:44:18 (15 years ago)
Author:
epitzer
Message:

Migrate HL.Selection-3.3 to new persistence library (#603)

Location:
trunk/sources
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj

    r1692 r1694  
    55    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    7     <ProjectGuid>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</ProjectGuid>
     7    <ProjectGuid>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</ProjectGuid>
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Selection</RootNamespace>
    11     <AssemblyName>HeuristicLab.Selection-3.2</AssemblyName>
     11    <AssemblyName>HeuristicLab.Selection-3.3</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    1717    <UpgradeBackupLocation>
    1818    </UpgradeBackupLocation>
     19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1920  </PropertyGroup>
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    3536    <WarningLevel>4</WarningLevel>
    3637    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    37     <DocumentationFile>bin\Release\HeuristicLab.Selection-3.2.XML</DocumentationFile>
     38    <DocumentationFile>bin\Release\HeuristicLab.Selection-3.3.xml</DocumentationFile>
    3839  </PropertyGroup>
    3940  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    7374  <ItemGroup>
    7475    <Reference Include="System" />
     76    <Reference Include="System.Core">
     77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     78    </Reference>
    7579    <Reference Include="System.Data" />
    7680    <Reference Include="System.Xml" />
     
    98102  </ItemGroup>
    99103  <ItemGroup>
    100     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    101       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    102       <Name>HeuristicLab.Core-3.2</Name>
     104    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     105      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     106      <Name>HeuristicLab.Core-3.3</Name>
    103107    </ProjectReference>
    104     <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
    105       <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
    106       <Name>HeuristicLab.Data-3.2</Name>
     108    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     109      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     110      <Name>HeuristicLab.Data-3.3</Name>
    107111    </ProjectReference>
    108     <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
    109       <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
    110       <Name>HeuristicLab.Operators-3.2</Name>
     112    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     113      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
     114      <Name>HeuristicLab.Operators-3.3</Name>
    111115    </ProjectReference>
    112116    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
  • trunk/sources/HeuristicLab.Selection/3.3/HeuristicLabSelectionPlugin.cs

    r1530 r1694  
    2929  /// Plugin class for HeuristicLab.Selection plugin.
    3030  /// </summary>
    31   [ClassInfo(Name = "HeuristicLab.Selection-3.2")]
    32   [PluginFile(Filename = "HeuristicLab.Selection-3.2.dll", Filetype = PluginFileType.Assembly)]
    33   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    34   [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    35   [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
     31  [ClassInfo(Name = "HeuristicLab.Selection-3.3")]
     32  [PluginFile(Filename = "HeuristicLab.Selection-3.3.dll", Filetype = PluginFileType.Assembly)]
     33  [Dependency(Dependency = "HeuristicLab.Core-3.3")]
     34  [Dependency(Dependency = "HeuristicLab.Data-3.3")]
     35  [Dependency(Dependency = "HeuristicLab.Operators-3.3")]
    3636  public class HeuristicLabSelectionPlugin : PluginBase {
    3737  }
  • trunk/sources/HeuristicLab.sln

    r1691 r1694  
    184184EndProject
    185185Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Random-3.3", "HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj", "{F4539FB6-4708-40C9-BE64-0A1390AEA197}"
     186EndProject
     187Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Selection-3.3", "HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj", "{2C36CD4F-E5F5-43A4-801A-201EA895FE17}"
    186188EndProject
    187189Global
     
    27642766    {F4539FB6-4708-40C9-BE64-0A1390AEA197}.Visualization Debug|x86.ActiveCfg = Debug|x86
    27652767    {F4539FB6-4708-40C9-BE64-0A1390AEA197}.Visualization Debug|x86.Build.0 = Debug|x86
     2768    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2769    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU
     2770    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.CEDMA Debug|x64.ActiveCfg = Debug|x64
     2771    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.CEDMA Debug|x64.Build.0 = Debug|x64
     2772    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.CEDMA Debug|x86.ActiveCfg = Debug|x86
     2773    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.CEDMA Debug|x86.Build.0 = Debug|x86
     2774    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2775    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2776    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x64.ActiveCfg = Debug|x64
     2777    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x64.Build.0 = Debug|x64
     2778    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x86.ActiveCfg = Debug|x86
     2779    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x86.Build.0 = Debug|x86
     2780    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2781    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.GP Debug|Any CPU.Build.0 = Debug|Any CPU
     2782    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.GP Debug|x64.ActiveCfg = Debug|x64
     2783    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.GP Debug|x64.Build.0 = Debug|x64
     2784    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.GP Debug|x86.ActiveCfg = Debug|x86
     2785    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.GP Debug|x86.Build.0 = Debug|x86
     2786    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2787    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|Any CPU.Build.0 = Release|Any CPU
     2788    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x64.ActiveCfg = Release|x64
     2789    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x64.Build.0 = Release|x64
     2790    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x86.ActiveCfg = Release|x86
     2791    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x86.Build.0 = Release|x86
     2792    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2793    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU
     2794    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Visualization Debug|x64.ActiveCfg = Debug|x64
     2795    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Visualization Debug|x64.Build.0 = Debug|x64
     2796    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Visualization Debug|x86.ActiveCfg = Debug|x86
     2797    {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Visualization Debug|x86.Build.0 = Debug|x86
    27662798  EndGlobalSection
    27672799  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r1691 r1694  
    7979copy "%SolutionDir%\HeuristicLab.Scheduling.JSSP\3.2\%Outdir%\HeuristicLab.Scheduling.JSSP-3.2.dll" .\plugins
    8080copy "%SolutionDir%\HeuristicLab.Selection\3.2\%Outdir%\HeuristicLab.Selection-3.2.dll" .\plugins
     81copy "%SolutionDir%\HeuristicLab.Selection\3.3\%Outdir%\HeuristicLab.Selection-3.3.dll" .\plugins
    8182copy "%SolutionDir%\HeuristicLab.Selection.OffspringSelection\3.2\%Outdir%\HeuristicLab.Selection.OffspringSelection-3.2.dll" .\plugins
    8283copy "%SolutionDir%\HeuristicLab.SequentialEngine\3.2\%Outdir%\HeuristicLab.SequentialEngine-3.2.dll" .\plugins
Note: See TracChangeset for help on using the changeset viewer.