Changeset 14602 for branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Tests/HeuristicLab.Tests.csproj
- Timestamp:
- 01/25/17 01:53:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r14513 r14602 47 47 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 48 48 </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> 49 53 <Reference Include="System" /> 50 54 <Reference Include="System.IO.Compression" /> … … 63 67 </Choose> 64 68 <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" /> 69 70 <Compile Include="Interpreter\Expressions\CommonTests.cs" /> 70 71 <Compile Include="Interpreter\Expressions\ExampleTests.cs" /> … … 84 85 <Name>HeuristicLab.Algorithms.PushGP</Name> 85 86 </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> 89 95 </ItemGroup> 90 96 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.