Changeset 15221
- Timestamp:
- 07/12/17 22:40:31 (7 years ago)
- 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 179 179 <Private>False</Private> 180 180 </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> 181 186 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 182 187 <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project> -
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/ParetoFrontScatterPlot.cs
r15203 r15221 20 20 #endregion 21 21 22 using System.Drawing; 22 23 using System.Linq; 23 24 using HeuristicLab.Common; … … 29 30 [Item("Pareto Front Scatter Plot", "The optimal front, current front and its associated Points in the searchspace")] 30 31 public class ParetoFrontScatterPlot : Item { 32 public static new Image StaticItemImage { 33 get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; } 34 } 31 35 32 36 [Storable] -
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Plugin.cs.frame
r14195 r15221 25 25 [Plugin("HeuristicLab.Problems.TestFunctions.MultiObjective", "3.3.14.$WCREV$")] 26 26 [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")] 28 29 [PluginDependency("HeuristicLab.Common", "3.3")] 29 30 [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.