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.SequentialEngine/3.3
Files:
2 edited

Legend:

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

    r2900 r3368  
    9191  </ItemGroup>
    9292  <ItemGroup>
     93    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     94      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     95      <Name>HeuristicLab.Common-3.2</Name>
     96    </ProjectReference>
    9397    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    9498      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLabSequentialEnginePlugin.cs.frame

    r2790 r3368  
    3131  [Plugin("HeuristicLab.SequentialEngine", "3.3.0.$WCREV$")]
    3232  [PluginFile("HeuristicLab.SequentialEngine-3.3.dll", PluginFileType.Assembly)]
     33  [PluginDependency("HeuristicLab.Common", "3.2")]
     34  [PluginDependency("HeuristicLab.Core", "3.3")]
    3335  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    34   [PluginDependency("HeuristicLab.Core", "3.3")]
    3536  public class HeuristicLabSequentialEnginePlugin : PluginBase {
    3637  }
Note: See TracChangeset for help on using the changeset viewer.