Free cookie consent management tool by TermsFeed Policy Generator

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

#2521: fixed further unit tests (plugin dependencies)

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

Legend:

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

    r17229 r17361  
    128128  </ItemGroup>
    129129  <ItemGroup>
    130     <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
    131       <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
    132       <Name>HeuristicLab.Analysis.Views-3.3</Name>
    133       <Private>False</Private>
    134     </ProjectReference>
    135     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    136       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    137       <Name>HeuristicLab.Analysis-3.3</Name>
    138       <Private>False</Private>
    139     </ProjectReference>
    140130    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    141       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     131      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    142132      <Name>HeuristicLab.Collections-3.3</Name>
    143133      <Private>False</Private>
     
    196186      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
    197187      <Name>HeuristicLab.Problems.Instances-3.3</Name>
    198       <Private>False</Private>
    199     </ProjectReference>
    200     <ProjectReference Include="..\..\HeuristicLab.Problems.TestFunctions.MultiObjective\3.3\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj">
    201       <Project>{d53e8e48-cfaa-4f57-ac35-63bef4476159}</Project>
    202       <Name>HeuristicLab.Problems.TestFunctions.MultiObjective-3.3</Name>
    203188      <Private>False</Private>
    204189    </ProjectReference>
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.TestFunctions.Views/3.3/Plugin.cs.frame

    r17226 r17361  
    2828  [Plugin("HeuristicLab.Problems.TestFunctions.Views", "3.3.16.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.TestFunctions.Views-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Analysis", "3.3")]
    31   [PluginDependency("HeuristicLab.Analysis.Views", "3.3")]
    32   [PluginDependency("HeuristicLab.Collections", "3.3")]
    3330  [PluginDependency("HeuristicLab.Common", "3.3")]
    3431  [PluginDependency("HeuristicLab.Core", "3.3")]
     
    4138  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    4239  [PluginDependency("HeuristicLab.Problems.TestFunctions", "3.3")]
    43   [PluginDependency("HeuristicLab.Problems.TestFunctions.MultiObjective", "3.3")]
    4440  public class HeuristicLabProblemsTestFunctionsViewsPlugin : PluginBase {
    4541  }
Note: See TracChangeset for help on using the changeset viewer.