Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/13 11:18:43 (11 years ago)
Author:
abeham
Message:

#1909:

  • Integrated TestFunctionInstances branch into trunk
  • Removed the branch
Location:
trunk/sources/HeuristicLab.Problems.Instances/3.3
Files:
3 edited
1 copied

Legend:

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

    r8882 r9980  
    119119    <Compile Include="IDataDescriptor.cs" />
    120120    <Compile Include="Types\DistanceHelper.cs" />
     121    <Compile Include="Types\SOTFData.cs" />
    121122    <Compile Include="Types\VRP\MDCVRPTWData.cs" />
    122123    <Compile Include="Types\VRP\MDCVRPData.cs" />
     
    143144      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    144145      <Name>HeuristicLab.Common-3.3</Name>
     146      <Private>False</Private>
     147    </ProjectReference>
     148    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     149      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     150      <Name>HeuristicLab.Core-3.3</Name>
    145151      <Private>False</Private>
    146152    </ProjectReference>
  • trunk/sources/HeuristicLab.Problems.Instances/3.3/Plugin.cs.frame

    r9462 r9980  
    2626  [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Common", "3.3")]
     28  [PluginDependency("HeuristicLab.Core", "3.3")]
    2829  public class HeuristicLabProblemsInstancesPlugin : PluginBase {
    2930  }
  • trunk/sources/HeuristicLab.Problems.Instances/3.3/Properties/AssemblyInfo.cs.frame

    r9462 r9980  
    2828// associated with an assembly.
    2929[assembly: AssemblyTitle("HeuristicLab.Problems.Instances")]
    30 [assembly: AssemblyDescription("")]
     30[assembly: AssemblyDescription("Base plugin for making problem instances available to problems.")]
    3131[assembly: AssemblyConfiguration("")]
    3232[assembly: AssemblyCompany("HEAL")]
Note: See TracChangeset for help on using the changeset viewer.