Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/12 13:54:24 (12 years ago)
Author:
sforsten
Message:

#1784: merge branch ProblemInstancesRegressionAndClassification into trunk

Location:
trunk/sources
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Problems.Instances.Classification/3.4/HeuristicLab.Problems.Instances.Classification-3.4.csproj

    r7759 r7823  
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    41       <Private>False</Private>
    42     </Reference>
    4340    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4441      <Private>False</Private>
     42      <HintPath>..\..\HeuristicLab.Common\3.3\obj\Release\HeuristicLab.Common-3.3.dll</HintPath>
    4543    </Reference>
    4644    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4745      <Private>False</Private>
     46      <HintPath>..\..\HeuristicLab.Core\3.3\obj\Release\HeuristicLab.Core-3.3.dll</HintPath>
    4847    </Reference>
    4948    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    5049      <Private>False</Private>
    51     </Reference>
    52     <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    53       <Private>False</Private>
     50      <HintPath>..\..\HeuristicLab.Data\3.3\obj\Release\HeuristicLab.Data-3.3.dll</HintPath>
    5451    </Reference>
    5552    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    9087  </ItemGroup>
    9188  <ItemGroup>
     89    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     90      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     91      <Name>HeuristicLab.Collections-3.3</Name>
     92    </ProjectReference>
    9293    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    9394      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
  • trunk/sources/HeuristicLab.Problems.Instances.Classification/3.4/Plugin.cs.frame

    r7682 r7823  
    2727  [PluginDependency("HeuristicLab.Common", "3.3")]
    2828  [PluginDependency("HeuristicLab.Core", "3.3")]
    29   [PluginDependency("HeuristicLab.Optimization", "3.3")]
     29  [PluginDependency("HeuristicLab.Data", "3.3")]
    3030  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
    3131  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.