Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1689


Ignore:
Timestamp:
04/28/09 15:26:12 (15 years ago)
Author:
epitzer
Message:

Migrate HL.Permutation-3.3 to new persistence library and add plugin dependence (HL.Random). (#603)

Location:
trunk/sources/HeuristicLab.Permutation/3.3
Files:
2 edited
1 moved

Legend:

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

    r1685 r1689  
    55    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    7     <ProjectGuid>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</ProjectGuid>
     7    <ProjectGuid>{00282156-589D-424F-9CE4-A8038636C926}</ProjectGuid>
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Permutation</RootNamespace>
    11     <AssemblyName>HeuristicLab.Permutation-3.2</AssemblyName>
     11    <AssemblyName>HeuristicLab.Permutation-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.Permutation-3.2.XML</DocumentationFile>
     38    <DocumentationFile>bin\Release\HeuristicLab.Permutation-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" />
  • trunk/sources/HeuristicLab.Permutation/3.3/HeuristicLabPermutationPlugin.cs

    r1530 r1689  
    2929  /// Plugin class for HeuristicLab.Permutation plugin.
    3030  /// </summary>
    31   [ClassInfo(Name = "HeuristicLab.Permutation-3.2")]
    32   [PluginFile(Filename = "HeuristicLab.Permutation-3.2.dll", Filetype = PluginFileType.Assembly)]
    33   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    34   [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    35   [Dependency(Dependency = "HeuristicLab.Evolutionary-3.2")]
     31  [ClassInfo(Name = "HeuristicLab.Permutation-3.3")]
     32  [PluginFile(Filename = "HeuristicLab.Permutation-3.3.dll", Filetype = PluginFileType.Assembly)]
     33  [Dependency(Dependency = "HeuristicLab.Core-3.3")]
     34  [Dependency(Dependency = "HeuristicLab.Data-3.3")]
     35  [Dependency(Dependency = "HeuristicLab.Evolutionary-3.3")]
     36  [Dependency(Dependency = "HeuristicLab.Random-3.3")]
    3637  public class HeuristicLabRandomPlugin : PluginBase {
    3738  }
  • trunk/sources/HeuristicLab.Permutation/3.3/Properties/AssemblyInfo.frame

    r581 r1689  
    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$")]
Note: See TracChangeset for help on using the changeset viewer.