Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/14/08 14:42:29 (16 years ago)
Author:
gkronber
Message:

worked on exporters and display of function-names in the functionView (#177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GpPluginsRefactoringBranch/HeuristicLab.GP/HeuristicLab.GP.csproj

    r651 r654  
    6767  <ItemGroup>
    6868    <Compile Include="BakedFunctionTree.cs" />
     69    <Compile Include="DefaultFunctionTreeNameGenerator.cs" />
     70    <Compile Include="UnknownFunctionException.cs" />
     71    <Compile Include="IFunctionTreeNameGenerator.cs" />
     72    <Compile Include="IFunctionTreeExporter.cs" />
    6973    <Compile Include="FunctionBase.cs" />
    7074    <Compile Include="FunctionView.cs">
     
    8589    <Compile Include="IFunction.cs" />
    8690    <Compile Include="IFunctionTree.cs" />
    87     <Compile Include="IFunctionVisitor.cs">
    88       <SubType>Code</SubType>
    89     </Compile>
    9091    <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
    9192    <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
Note: See TracChangeset for help on using the changeset viewer.