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

Legend:

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

    r3378 r3384  
    151151      <Name>HeuristicLab.Common.Resources-3.2</Name>
    152152    </ProjectReference>
    153     <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
    154       <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
    155       <Name>HeuristicLab.Common-3.2</Name>
     153    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     154      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     155      <Name>HeuristicLab.Common-3.3</Name>
    156156    </ProjectReference>
    157157    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLabOptimizationPlugin.cs.frame

    r2852 r3384  
    2929  [PluginFile("HeuristicLab.Optimization-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    31   [PluginDependency("HeuristicLab.Common", "3.2")]
     31  [PluginDependency("HeuristicLab.Common", "3.3")]
    3232  [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.