Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/17 01:11:18 (7 years ago)
Author:
pkimmesw
Message:

#2665 simplifier, push solution results view, performance improvements, small bug fixes, ui fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj

    r14744 r14777  
    4747      <SpecificVersion>False</SpecificVersion>
    4848      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     49    </Reference>
     50    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     51      <SpecificVersion>False</SpecificVersion>
     52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    4953    </Reference>
    5054    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    97101    <Compile Include="BenchmarkSuiteDataDescriptor.cs" />
    98102    <Compile Include="BenchmarkSuiteInstanceProvider.cs" />
     103    <Compile Include="DataTypes.cs" />
     104    <Compile Include="ERC\BooleanErcOptions.cs" />
     105    <Compile Include="ERC\ProblemErcOptions.cs" />
     106    <Compile Include="ERC\ErcOption.cs" />
     107    <Compile Include="ERC\ErcOptionRange.cs" />
     108    <Compile Include="ERC\StringErcOptions.cs" />
     109    <Compile Include="ExampleArgumentConverter.cs" />
    99110    <Compile Include="IBenchmarkSuiteDataDescriptor.cs" />
    100111    <Compile Include="Plugin.cs" />
    101     <Compile Include="Problems\Example.cs" />
     112    <Compile Include="Problems\Data.cs" />
     113    <Compile Include="Example.cs" />
     114    <Compile Include="ExampleArgumentType.cs" />
    102115    <Compile Include="Problems\ReplaceSpaceWithNewline.cs" />
    103116    <Compile Include="Problems\PigLatin.cs" />
     
    116129    <Compile Include="Problems\CountOdds.cs" />
    117130    <Compile Include="Properties\AssemblyInfo.cs" />
     131    <Compile Include="Views\ViewHelper.cs" />
    118132    <Compile Include="Views\DataEditorView.cs">
    119133      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.