Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/11 13:29:06 (13 years ago)
Author:
mkommend
Message:

#1418: Corrected plugin dependencies.

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj

    r5750 r5777  
    118118  </ItemGroup>
    119119  <ItemGroup>
    120     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    121       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    122       <Name>HeuristicLab.Collections-3.3</Name>
    123     </ProjectReference>
    124120    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    125121      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    157153      <Project>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</Project>
    158154      <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name>
    159     </ProjectReference>
    160     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    161       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    162       <Name>HeuristicLab.Random-3.3</Name>
    163155    </ProjectReference>
    164156  </ItemGroup>
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLabProblemsExternalEvaluationGPPlugin.cs.frame

    r5572 r5777  
    2929  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    3030  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     31  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]
    3132  [PluginDependency("HeuristicLab.Problems.ExternalEvaluation", "3.3")]
    32   [PluginDependency("HeuristicLab.Random", "3.3")]
    3333  [PluginDependency("HeuristicLab.ProtobufCS", "0.9.1")]
    3434  public class HeuristicLabProblemsExternalEvaluationGPPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.