Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/17 11:33:53 (7 years ago)
Author:
pkimmesw
Message:

#2665 Testet Problems, Testet error functions, Small fixes, Created HL files

Location:
branches/PushGP/HeuristicLab.PushGP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP

    • Property svn:ignore
      •  

        old new  
        11*.user
         2packages
         3TestResults
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj

    r15289 r15334  
    103103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
    104104    </Reference>
     105    <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=1.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
     106      <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.1.2.2\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
     107      <Private>True</Private>
     108    </Reference>
    105109    <Reference Include="System" />
    106110    <Reference Include="System.ComponentModel.DataAnnotations" />
     
    132136    <Compile Include="Push\Configuration\IEnabledExpressionsConfiguration.cs" />
    133137    <Compile Include="Push\Configuration\PushConfigurationBase.cs" />
    134     <Compile Include="Push\Configuration\PushConfigurationParameterCollection.cs" />
     138    <Compile Include="Push\Configuration\PushConfiguration.cs" />
    135139    <Compile Include="Push\Crossover\AlternationCrossover.cs" />
    136140    <Compile Include="Push\Crossover\IPlushCrossover.cs" />
     
    218222    <Compile Include="Push\Configuration\IReadonlyPushConfiguration.cs" />
    219223    <Compile Include="Push\Interpreter\PooledPushInterpreter.cs" />
    220     <Compile Include="Push\Configuration\PushConfiguration.cs" />
    221224    <Compile Include="Push\Interpreter\PushInterpreter.cs" />
    222225    <Compile Include="Push\Interpreter\PushInterpreterPool.cs" />
     
    306309    </ProjectReference>
    307310  </ItemGroup>
     311  <ItemGroup>
     312    <None Include="ExpressionsClassDiagramm.cd" />
     313    <None Include="packages.config" />
     314  </ItemGroup>
    308315  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    309316  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.