Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/17/10 22:49:15 (14 years ago)
Author:
swagner
Message:

Fixed project references and plugin dependencies (#974)

Location:
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3
Files:
3 edited

Legend:

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

    r3368 r3384  
    9898      <Name>HeuristicLab.Collections-3.3</Name>
    9999    </ProjectReference>
    100     <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
    101       <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
    102       <Name>HeuristicLab.Common-3.2</Name>
     100    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     101      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     102      <Name>HeuristicLab.Common-3.3</Name>
    103103    </ProjectReference>
    104104    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame

    r3368 r3384  
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    32   [PluginDependency("HeuristicLab.Common", "3.2")]
     32  [PluginDependency("HeuristicLab.Common", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Tests/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests.csproj

    r3265 r3384  
    9090      <Name>HeuristicLab.Common.Resources-3.2</Name>
    9191    </ProjectReference>
    92     <ProjectReference Include="..\..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
    93       <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
    94       <Name>HeuristicLab.Common-3.2</Name>
     92    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     93      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     94      <Name>HeuristicLab.Common-3.3</Name>
    9595    </ProjectReference>
    9696    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.