Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/28/17 22:52:08 (7 years ago)
Author:
pkimmesw
Message:

#2665 Dynamic ErcValues, Separate Push from BenchmarkSuite Push

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj

    r14875 r14897  
    5353      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    5454    </Reference>
     55    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     56      <SpecificVersion>False</SpecificVersion>
     57      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     58    </Reference>
     59    <Reference Include="HeuristicLab.Random-3.3">
     60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     61    </Reference>
    5562    <Reference Include="System" />
    5663    <Reference Include="System.Core" />
     
    6370  </ItemGroup>
    6471  <ItemGroup>
    65     <Compile Include="Erc\BooleanErcOptions.cs" />
    66     <Compile Include="Erc\CharErcOptions.cs" />
     72    <Compile Include="Erc\Boolean\BooleanErcOptions.cs" />
     73    <Compile Include="Erc\Boolean\BooleanRandomErcValue.cs" />
     74    <Compile Include="Erc\Char\CharErcOptions.cs" />
     75    <Compile Include="Erc\ConstantsErcValue.cs" />
    6776    <Compile Include="Erc\ErcOption.cs" />
     77    <Compile Include="Erc\ErcOptionConvertible.cs" />
     78    <Compile Include="Erc\IReadOnlyErcOptions.cs" />
     79    <Compile Include="Erc\WeightedErcValueItem.cs" />
     80    <Compile Include="Erc\FloatVector\FloatVectorConstantsErcValue.cs" />
     81    <Compile Include="Erc\FloatVector\FloatVectorErcOptions.cs" />
     82    <Compile Include="Erc\Float\FloatConstantErcValue.cs" />
     83    <Compile Include="Erc\Float\FloatRangeErcValue.cs" />
     84    <Compile Include="Erc\IntegerVector\IntegerVectorConstantsErcValue.cs" />
     85    <Compile Include="Erc\IntegerVector\IntegerVectorErcOptions.cs" />
     86    <Compile Include="Erc\IWeightedErcValueItem.cs" />
     87    <Compile Include="Erc\StringVector\StringVectorConstantsErcValue.cs" />
     88    <Compile Include="Erc\StringVector\StringVectorErcOptions.cs" />
     89    <Compile Include="Erc\VectorConstantsErcValue.cs" />
     90    <Compile Include="Erc\String\StringConstantErcValue.cs" />
     91    <Compile Include="Erc\Integer\IntegerConstantErcValue.cs" />
    6892    <Compile Include="Erc\ErcOptions.cs" />
    69     <Compile Include="Erc\FloatErcOptions.cs" />
    70     <Compile Include="Erc\StringVectorErcOptions.cs" />
    71     <Compile Include="Erc\IntegerErcOptions.cs" />
    72     <Compile Include="Erc\FloatVectorErcOptions.cs" />
    73     <Compile Include="Erc\Interfaces\IReadOnlyBooleanErcOptions.cs" />
    74     <Compile Include="Erc\Interfaces\IReadOnlyCharErcOptions.cs" />
    75     <Compile Include="Erc\Interfaces\IReadOnlyErcOption.cs" />
    76     <Compile Include="Erc\Interfaces\IReadOnlyErcOptionConstants.cs" />
    77     <Compile Include="Erc\Interfaces\IReadOnlyErcOptionRange.cs" />
    78     <Compile Include="Erc\Interfaces\IReadOnlyErcOptions.cs" />
    79     <Compile Include="Erc\Interfaces\IReadOnlyFloatErcOptions.cs" />
    80     <Compile Include="Erc\Interfaces\IReadOnlyIntegerErcOptions.cs" />
    81     <Compile Include="Erc\Interfaces\IReadOnlyNameErcOptions.cs" />
    82     <Compile Include="Erc\Interfaces\IReadOnlyStringErcOptions.cs" />
    83     <Compile Include="Erc\Interfaces\IReadOnlyVectorErcOptions.cs" />
    84     <Compile Include="Erc\NameErcOptions.cs" />
    85     <Compile Include="Erc\StringErcOptions.cs" />
    86     <Compile Include="Erc\IntegerVectorErcOptions.cs" />
     93    <Compile Include="Erc\Float\FloatErcOptions.cs" />
     94    <Compile Include="Erc\IErcValueItem.cs" />
     95    <Compile Include="Erc\Integer\IntegerErcOptions.cs" />
     96    <Compile Include="Erc\Integer\IntegerRangeErcValue.cs" />
     97    <Compile Include="Erc\String\StringRandomErcValue.cs" />
     98    <Compile Include="Erc\String\StringErcOptions.cs" />
     99    <Compile Include="Generators\StringGenerator.cs" />
     100    <Compile Include="Weighted\IWeighted.cs" />
     101    <Compile Include="Plugin.cs" />
    87102    <Compile Include="Properties\AssemblyInfo.cs" />
     103    <Compile Include="Weighted\WeightedExtensions.cs" />
    88104  </ItemGroup>
    89105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.