Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/11 16:12:51 (13 years ago)
Author:
gkronber
Message:

##1329: removed project HeuristicLab, removed a few references but I'm sure there are many unnecessary references left over, added plugin dependencies

Location:
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj

    r7116 r7117  
    7979    <Reference Include="System.Xml.Linq" />
    8080    <Reference Include="System.Data.DataSetExtensions" />
    81     <Reference Include="Microsoft.CSharp" />
    8281    <Reference Include="System.Data" />
    8382    <Reference Include="System.Xml" />
  • branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Plugin.cs.frame

    r6041 r7117  
    2525  [Plugin("HeuristicLab.Problems.Scheduling", "3.3.3.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.Scheduling-3.3.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Collections", "3.3")]
     28  [PluginDependency("HeuristicLab.Common", "3.3")]
     29  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
     30  [PluginDependency("HeuristicLab.Core", "3.3")]
     31  [PluginDependency("HeuristicLab.Data", "3.3")]
     32  [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")]
     33  [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")]
     34  [PluginDependency("HeuristicLab.Encodings.ScheduleEncoding", "3.3")]
     35  [PluginDependency("HeuristicLab.Operators", "3.3")]
     36  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     37  [PluginDependency("HeuristicLab.Parameters", "3.3")]
     38  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    2739  public class HeuristicLabProblemsSchedulingPlugin : PluginBase {
    2840  }
Note: See TracChangeset for help on using the changeset viewer.