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.Encodings.ScheduleEncoding/3.3
Files:
2 edited

Legend:

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

    r7116 r7117  
    7575    <Reference Include="System.Xml.Linq" />
    7676    <Reference Include="System.Data.DataSetExtensions" />
    77     <Reference Include="Microsoft.CSharp" />
    7877    <Reference Include="System.Data" />
    7978    <Reference Include="System.Xml" />
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding/3.3/Plugin.cs.frame

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