Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1678


Ignore:
Timestamp:
04/27/09 18:34:52 (15 years ago)
Author:
epitzer
Message:

Update HL.SequentialEngine-3.3 to use new persistence library. (#603)

Location:
trunk/sources
Files:
4 edited
1 moved

Legend:

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

    r1677 r1678  
    55    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    7     <ProjectGuid>{B4BE8E53-BA06-4237-9A01-24255F880201}</ProjectGuid>
     7    <ProjectGuid>{DC3D7072-7999-4719-B65D-3997744D5DC1}</ProjectGuid>
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.SequentialEngine</RootNamespace>
    11     <AssemblyName>HeuristicLab.SequentialEngine-3.2</AssemblyName>
     11    <AssemblyName>HeuristicLab.SequentialEngine-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.SequentialEngine-3.2.XML</DocumentationFile>
     38    <DocumentationFile>bin\Release\HeuristicLab.SequentialEngine-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.Drawing" />
     
    9498  </ItemGroup>
    9599  <ItemGroup>
    96     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    97       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    98       <Name>HeuristicLab.Core-3.2</Name>
     100    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     101      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     102      <Name>HeuristicLab.Core-3.3</Name>
    99103    </ProjectReference>
    100104    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLabSequentialEnginePlugin.cs

    r1530 r1678  
    2929  /// Plugin class for HeuristicLab.SequentialEngine plugin.
    3030  /// </summary>
    31   [ClassInfo(Name = "HeuristicLab.SequentialEngine-3.2")]
    32   [PluginFile(Filename = "HeuristicLab.SequentialEngine-3.2.dll", Filetype = PluginFileType.Assembly)]
    33   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     31  [ClassInfo(Name = "HeuristicLab.SequentialEngine-3.3")]
     32  [PluginFile(Filename = "HeuristicLab.SequentialEngine-3.3.dll", Filetype = PluginFileType.Assembly)]
     33  [Dependency(Dependency = "HeuristicLab.Core-3.3")]
    3434  public class HeuristicLabSequentialEnginePlugin : PluginBase {
    3535  }
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/Properties/AssemblyInfo.frame

    r581 r1678  
    5454// You can specify all the values or you can default the Revision and Build Numbers
    5555// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.2.0.$WCREV$")]
    57 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")]
     56[assembly: AssemblyVersion("3.3.0.$WCREV$")]
     57[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    5858[assembly: AssemblyBuildDate("$WCNOW$")]
  • trunk/sources/HeuristicLab.sln

    r1673 r1678  
    174174EndProject
    175175Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Operators-3.3", "HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj", "{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}"
     176EndProject
     177Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.AdvancedOptimizationFrontend-3.3", "HeuristicLab.AdvancedOptimizationFrontend\3.3\HeuristicLab.AdvancedOptimizationFrontend-3.3.csproj", "{D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}"
     178EndProject
     179Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SequentialEngine-3.3", "HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj", "{DC3D7072-7999-4719-B65D-3997744D5DC1}"
    176180EndProject
    177181Global
     
    26042608    {23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}.Visualization Debug|x86.ActiveCfg = Debug|x86
    26052609    {23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}.Visualization Debug|x86.Build.0 = Debug|x86
     2610    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2611    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU
     2612    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x64.ActiveCfg = Debug|x64
     2613    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x64.Build.0 = Debug|x64
     2614    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x86.ActiveCfg = Debug|x86
     2615    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.CEDMA Debug|x86.Build.0 = Debug|x86
     2616    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2617    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2618    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x64.ActiveCfg = Debug|x64
     2619    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x64.Build.0 = Debug|x64
     2620    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x86.ActiveCfg = Debug|x86
     2621    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Debug|x86.Build.0 = Debug|x86
     2622    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2623    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|Any CPU.Build.0 = Debug|Any CPU
     2624    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x64.ActiveCfg = Debug|x64
     2625    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x64.Build.0 = Debug|x64
     2626    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x86.ActiveCfg = Debug|x86
     2627    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.GP Debug|x86.Build.0 = Debug|x86
     2628    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2629    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|Any CPU.Build.0 = Release|Any CPU
     2630    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x64.ActiveCfg = Release|x64
     2631    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x64.Build.0 = Release|x64
     2632    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x86.ActiveCfg = Release|x86
     2633    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Release|x86.Build.0 = Release|x86
     2634    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2635    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU
     2636    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x64.ActiveCfg = Debug|x64
     2637    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x64.Build.0 = Debug|x64
     2638    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x86.ActiveCfg = Debug|x86
     2639    {D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}.Visualization Debug|x86.Build.0 = Debug|x86
     2640    {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2641    {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU
     2642    {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x64.ActiveCfg = Debug|x64
     2643    {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x64.Build.0 = Debug|x64
     2644    {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x86.ActiveCfg = Debug|x86
     2645    {DC3D7072-7999-4719-B65D-3997744D5DC1}.CEDMA Debug|x86.Build.0 = Debug|x86
     2646    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2647    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2648    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x64.ActiveCfg = Debug|x64
     2649    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x64.Build.0 = Debug|x64
     2650    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x86.ActiveCfg = Debug|x86
     2651    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Debug|x86.Build.0 = Debug|x86
     2652    {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2653    {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|Any CPU.Build.0 = Debug|Any CPU
     2654    {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x64.ActiveCfg = Debug|x64
     2655    {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x64.Build.0 = Debug|x64
     2656    {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x86.ActiveCfg = Debug|x86
     2657    {DC3D7072-7999-4719-B65D-3997744D5DC1}.GP Debug|x86.Build.0 = Debug|x86
     2658    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2659    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|Any CPU.Build.0 = Release|Any CPU
     2660    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x64.ActiveCfg = Release|x64
     2661    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x64.Build.0 = Release|x64
     2662    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x86.ActiveCfg = Release|x86
     2663    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Release|x86.Build.0 = Release|x86
     2664    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2665    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU
     2666    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x64.ActiveCfg = Debug|x64
     2667    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x64.Build.0 = Debug|x64
     2668    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x86.ActiveCfg = Debug|x86
     2669    {DC3D7072-7999-4719-B65D-3997744D5DC1}.Visualization Debug|x86.Build.0 = Debug|x86
    26062670  EndGlobalSection
    26072671  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r1676 r1678  
    7878copy "%SolutionDir%\HeuristicLab.Selection.OffspringSelection\3.2\%Outdir%\HeuristicLab.Selection.OffspringSelection-3.2.dll" .\plugins
    7979copy "%SolutionDir%\HeuristicLab.SequentialEngine\3.2\%Outdir%\HeuristicLab.SequentialEngine-3.2.dll" .\plugins
     80copy "%SolutionDir%\HeuristicLab.SequentialEngine\3.3\%Outdir%\HeuristicLab.SequentialEngine-3.3.dll" .\plugins
    8081copy "%SolutionDir%\HeuristicLab.SGA\3.2\%Outdir%\HeuristicLab.SGA-3.2.dll" .\plugins
    8182copy "%SolutionDir%\HeuristicLab.FixedOperators\3.2\%Outdir%\HeuristicLab.FixedOperators-3.2.dll" .\plugins
Note: See TracChangeset for help on using the changeset viewer.