Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/19 15:52:34 (5 years ago)
Author:
abeham
Message:

#2521: fixed further unit tests (plugin dependencies)

Location:
branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj

    r17260 r17361  
    7474  </PropertyGroup>
    7575  <ItemGroup>
    76     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    77       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    78       <Name>HeuristicLab.Analysis-3.3</Name>
    79       <Private>False</Private>
    80     </ProjectReference>
    8176    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    8277      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     
    112107      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    113108      <Name>HeuristicLab.Operators-3.3</Name>
    114       <Private>False</Private>
    115     </ProjectReference>
    116     <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
    117       <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
    118       <Name>HeuristicLab.Optimization.Operators-3.3</Name>
    119109      <Private>False</Private>
    120110    </ProjectReference>
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame

    r17253 r17361  
    2525  [Plugin("HeuristicLab.Problems.PTSP", "Provides an implementation of the probabilistic traveling salesman problem (PTSP)", "3.3.16.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.PTSP-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.Analysis", "3.3")]
    2827  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2928  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    3433  [PluginDependency("HeuristicLab.Operators", "3.3")]
    3534  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    36   [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
    3735  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3836  [PluginDependency("HeuristicLab.Attic", "1.0")]
Note: See TracChangeset for help on using the changeset viewer.