Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/20/10 14:07:46 (14 years ago)
Author:
abeham
Message:

#1239

  • For HeuristicLab.Problems.(Knapsack|OneMax).Views removed dependencies to:
    • HeuristicLab.Collections
    • HeuristicLab.Common.Resources
    • HeuristicLab.Optimization.Views
    • HeuristicLab.Optimization
    • HeuristicLab.Optimizer
    • HeuristicLab.Persistence (only the project reference)
Location:
trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj

    r4065 r4627  
    122122  </ItemGroup>
    123123  <ItemGroup>
    124     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    125       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    126       <Name>HeuristicLab.Collections-3.3</Name>
    127     </ProjectReference>
    128     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    129       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    130       <Name>HeuristicLab.Common.Resources-3.3</Name>
    131     </ProjectReference>
    132124    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    133125      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    157149      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    158150      <Name>HeuristicLab.MainForm-3.3</Name>
    159     </ProjectReference>
    160     <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
    161       <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
    162       <Name>HeuristicLab.Optimization.Views-3.3</Name>
    163     </ProjectReference>
    164     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    165       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    166       <Name>HeuristicLab.Optimization-3.3</Name>
    167     </ProjectReference>
    168     <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
    169       <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
    170       <Name>HeuristicLab.Optimizer-3.3</Name>
    171     </ProjectReference>
    172     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    173       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    174       <Name>HeuristicLab.Persistence-3.3</Name>
    175151    </ProjectReference>
    176152    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLabProblemsKnapsackViewsPlugin.cs.frame

    r4497 r4627  
    2828  [Plugin("HeuristicLab.Problems.Knapsack.Views", "3.3.1.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.Knapsack.Views-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Collections", "3.3")]
    3130  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3331  [PluginDependency("HeuristicLab.Core", "3.3")]
    3432  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     
    3735  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3836  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    39   [PluginDependency("HeuristicLab.Optimization", "3.3")]
    40   [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    41   [PluginDependency("HeuristicLab.Optimizer", "3.3")]
    4237  [PluginDependency("HeuristicLab.Problems.Knapsack", "3.3")]
    4338  public class HeuristicLabProblemsKnapsackViewsPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.