Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/18 16:56:35 (6 years ago)
Author:
bburlacu
Message:

#2895: Add solution skeleton for PushGP with genealogy analysis.

Location:
branches/2895_PushGP_GenealogyAnalysis
Files:
1 added
1 edited
1 copied

Legend:

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

    r15692 r15771  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>bin\Release\</OutputPath>
     29    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    8484  </ItemGroup>
    8585  <ItemGroup>
    86     <Compile Include="Erc\Boolean\BooleanErcOptions.cs" />
    87     <Compile Include="Erc\Boolean\BooleanRandomErc.cs" />
    88     <Compile Include="Erc\Char\CharErcOptions.cs" />
    89     <Compile Include="Erc\ConstantsErcValue.cs" />
    90     <Compile Include="Erc\ErcOption.cs" />
    91     <Compile Include="Erc\ErcOptionConvertible.cs" />
    92     <Compile Include="Erc\IErcItem.cs" />
    93     <Compile Include="Erc\IReadOnlyErcOptions.cs" />
    94     <Compile Include="Erc\Name\NameErcOptions.cs" />
    95     <Compile Include="Erc\Views\CheckedErcItemCollectionView.cs">
    96       <SubType>UserControl</SubType>
    97     </Compile>
    98     <Compile Include="Erc\Views\CheckedErcItemCollectionView.Designer.cs">
    99       <DependentUpon>CheckedErcItemCollectionView.cs</DependentUpon>
    100     </Compile>
    101     <Compile Include="Erc\Views\ErcOptionsView.cs">
    102       <SubType>UserControl</SubType>
    103     </Compile>
    104     <Compile Include="Erc\Views\ErcOptionsView.Designer.cs">
    105       <DependentUpon>ErcOptionsView.cs</DependentUpon>
    106     </Compile>
    107     <Compile Include="Erc\WeightedErcItem.cs" />
    108     <Compile Include="Erc\FloatVector\FloatVectorConstantsErc.cs" />
    109     <Compile Include="Erc\FloatVector\FloatVectorErcOptions.cs" />
    110     <Compile Include="Erc\Float\FloatConstantErc.cs" />
    111     <Compile Include="Erc\Float\FloatRangeErc.cs" />
    112     <Compile Include="Erc\IntegerVector\IntegerVectorConstantsErc.cs" />
    113     <Compile Include="Erc\IntegerVector\IntegerVectorErcOptions.cs" />
    114     <Compile Include="Erc\StringVector\StringVectorConstantsErc.cs" />
    115     <Compile Include="Erc\StringVector\StringVectorErcOptions.cs" />
    116     <Compile Include="Erc\VectorConstantsErc.cs" />
    117     <Compile Include="Erc\String\StringConstantErc.cs" />
    118     <Compile Include="Erc\Integer\IntegerConstantErc.cs" />
    119     <Compile Include="Erc\ErcOptions.cs" />
    120     <Compile Include="Erc\Float\FloatErcOptions.cs" />
    121     <Compile Include="Erc\Integer\IntegerErcOptions.cs" />
    122     <Compile Include="Erc\Integer\IntegerRangeErc.cs" />
    123     <Compile Include="Erc\String\StringRandomErc.cs" />
    124     <Compile Include="Erc\String\StringErcOptions.cs" />
    125     <Compile Include="Extensions\EnumerableExtensions.cs" />
    126     <Compile Include="Extensions\MathExtensions.cs" />
    127     <Compile Include="Extensions\NormalDistributedRandomExtensions.cs" />
    128     <Compile Include="Extensions\StringExtensions.cs" />
    129     <Compile Include="Extensions\TypeExtensions.cs" />
    130     <Compile Include="Generators\StringGenerator.cs" />
    131     <Compile Include="Weighted\IWeighted.cs" />
    13286    <Compile Include="Plugin.cs" />
    13387    <Compile Include="Properties\AssemblyInfo.cs" />
    134   </ItemGroup>
    135   <ItemGroup>
    136     <EmbeddedResource Include="Erc\Views\ErcOptionsView.resx">
    137       <DependentUpon>ErcOptionsView.cs</DependentUpon>
    138     </EmbeddedResource>
    13988  </ItemGroup>
    14089  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.