Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/10 04:53:58 (14 years ago)
Author:
swagner
Message:

Adaptions according to the new IContent interface (#969).

Location:
trunk/sources/HeuristicLab.Random/3.3
Files:
3 edited

Legend:

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

    r3269 r3368  
    103103      <Name>HeuristicLab.Collections-3.3</Name>
    104104    </ProjectReference>
     105    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     106      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     107      <Name>HeuristicLab.Common-3.2</Name>
     108    </ProjectReference>
    105109    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    106110      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
  • trunk/sources/HeuristicLab.Random/3.3/HeuristicLabRandomPlugin.cs.frame

    r2794 r3368  
    2929  [PluginFile("HeuristicLab.Random-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
     31  [PluginDependency("HeuristicLab.Common", "3.2")]
    3132  [PluginDependency("HeuristicLab.Core", "3.3")]
    3233  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Random/3.3/RandomCreator.cs

    r3160 r3368  
    2222using HeuristicLab.Core;
    2323using HeuristicLab.Data;
     24using HeuristicLab.Operators;
    2425using HeuristicLab.Parameters;
    2526using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    26 using HeuristicLab.Random;
    2727
    28 namespace HeuristicLab.Operators {
     28namespace HeuristicLab.Random {
    2929  /// <summary>
    3030  /// An operator which creates a new Mersenne Twister pseudo random number generator.
Note: See TracChangeset for help on using the changeset viewer.