Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/17 01:53:30 (8 years ago)
Author:
pkimmesw
Message:

#2665 PushGP HL Integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r14513 r14602  
    4747      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    4848    </Reference>
     49    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     50      <SpecificVersion>False</SpecificVersion>
     51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     52    </Reference>
    4953    <Reference Include="System" />
    5054    <Reference Include="System.IO.Compression" />
     
    6367  </Choose>
    6468  <ItemGroup>
    65     <Compile Include="Benchmark\Example.cs" />
    66     <Compile Include="Benchmark\ExampleConverter.cs" />
    67     <Compile Include="Benchmark\Problem\CountOdds.cs" />
    68     <Compile Include="Benchmark\Problem\Problem.cs" />
     69    <Compile Include="Benchmark\ProblemTests.cs" />
    6970    <Compile Include="Interpreter\Expressions\CommonTests.cs" />
    7071    <Compile Include="Interpreter\Expressions\ExampleTests.cs" />
     
    8485      <Name>HeuristicLab.Algorithms.PushGP</Name>
    8586    </ProjectReference>
    86   </ItemGroup>
    87   <ItemGroup>
    88     <EmbeddedResource Include="Benchmark\Data\BenchmarkExamples.zip" />
     87    <ProjectReference Include="..\HeuristicLab.BenchmarkSuite\HeuristicLab.BenchmarkSuite.csproj">
     88      <Project>{22b5c087-cfc7-4d40-86c6-32fcf2ca921e}</Project>
     89      <Name>HeuristicLab.BenchmarkSuite</Name>
     90    </ProjectReference>
     91    <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis\HeuristicLab.Problems.ProgramSynthesis.csproj">
     92      <Project>{5C93448C-47E3-4C3F-B1D0-EE62A48C3204}</Project>
     93      <Name>HeuristicLab.Problems.ProgramSynthesis</Name>
     94    </ProjectReference>
    8995  </ItemGroup>
    9096  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.