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

Legend:

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

    r17261 r17361  
    169169      <Private>False</Private>
    170170    </ProjectReference>
    171     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    172       <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
    173       <Name>HeuristicLab.Common.Resources-3.3</Name>
    174       <Private>False</Private>
    175     </ProjectReference>
    176171    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    177172      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Plugin.cs.frame

    r17226 r17361  
    2525  [Plugin("HeuristicLab.Problems.TestFunctions.MultiObjective", "3.3.16.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    2728  [PluginDependency("HeuristicLab.Collections", "3.3")]
    28   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    2929  [PluginDependency("HeuristicLab.Common", "3.3")]
    3030  [PluginDependency("HeuristicLab.Core", "3.3")] 
    3131  [PluginDependency("HeuristicLab.Data", "3.3")]
    3232  [PluginDependency("HeuristicLab.Encodings.RealVectorEncoding", "3.3")]
    33   [PluginDependency("HeuristicLab.Operators", "3.3")]
    3433  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3534  [PluginDependency("HeuristicLab.Parameters", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.