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:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Problems.Instances.Regression/3.4/HeuristicLab.Problems.Instances.Regression-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">
    44       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     41      <HintPath>..\..\HeuristicLab.Common\3.3\obj\Release\HeuristicLab.Common-3.3.dll</HintPath>
    4542      <Private>False</Private>
    4643    </Reference>
    4744    <Reference Include="HeuristicLab.Core-3.3">
    48       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     45      <HintPath>..\..\HeuristicLab.Core\3.3\obj\Release\HeuristicLab.Core-3.3.dll</HintPath>
    4946      <Private>False</Private>
    5047    </Reference>
    5148    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    5249      <Private>False</Private>
    53     </Reference>
    54     <Reference Include="HeuristicLab.Optimization-3.3">
    55       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    56       <Private>False</Private>
     50      <HintPath>..\..\HeuristicLab.Data\3.3\obj\Release\HeuristicLab.Data-3.3.dll</HintPath>
    5751    </Reference>
    5852    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     
    6155    </Reference>
    6256    <Reference Include="HeuristicLab.Random-3.3">
    63       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     57      <HintPath>..\..\HeuristicLab.Random\3.3\obj\Release\HeuristicLab.Random-3.3.dll</HintPath>
    6458      <Private>False</Private>
    6559    </Reference>
     
    122116    <Compile Include="Properties\AssemblyInfo.cs" />
    123117    <Compile Include="RegressionInstanceProvider.cs" />
    124     <Compile Include="TrentMcConaghy\TrentMcConaghyInstanceProvider.cs" />
    125118    <Compile Include="ValueGenerator.cs" />
    126119    <Compile Include="Various\BreimanOne.cs" />
     
    139132  </ItemGroup>
    140133  <ItemGroup>
    141     <EmbeddedResource Include="Data\TrentMcConaghy.zip" />
    142134    <EmbeddedResource Include="Data\RealWorld.zip" />
    143135    <None Include="HeuristicLab.snk" />
     
    146138  </ItemGroup>
    147139  <ItemGroup>
     140    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     141      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     142      <Name>HeuristicLab.Collections-3.3</Name>
     143    </ProjectReference>
    148144    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    149145      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
Note: See TracChangeset for help on using the changeset viewer.