Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15221 for trunk


Ignore:
Timestamp:
07/12/17 22:40:31 (7 years ago)
Author:
abeham
Message:

#2592: changed item image of pareto front scatter plot

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj

    r15203 r15221  
    179179      <Private>False</Private>
    180180    </ProjectReference>
     181    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     182      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     183      <Name>HeuristicLab.Common.Resources-3.3</Name>
     184      <Private>False</Private>
     185    </ProjectReference>
    181186    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    182187      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/ParetoFrontScatterPlot.cs

    r15203 r15221  
    2020#endregion
    2121
     22using System.Drawing;
    2223using System.Linq;
    2324using HeuristicLab.Common;
     
    2930  [Item("Pareto Front Scatter Plot", "The optimal front, current front and its associated Points in the searchspace")]
    3031  public class ParetoFrontScatterPlot : Item {
     32    public static new Image StaticItemImage {
     33      get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; }
     34    }
    3135
    3236    [Storable]
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Plugin.cs.frame

    r14195 r15221  
    2525  [Plugin("HeuristicLab.Problems.TestFunctions.MultiObjective", "3.3.14.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.Collections", "3.3")]
     27  [PluginDependency("HeuristicLab.Collections", "3.3")]
     28  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    2829  [PluginDependency("HeuristicLab.Common", "3.3")]
    2930  [PluginDependency("HeuristicLab.Core", "3.3")] 
Note: See TracChangeset for help on using the changeset viewer.