Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/10 17:06:45 (13 years ago)
Author:
swinkler
Message:

Worked on symbolic expression tree formatters: Added interface, founded new project for formatters. (#1270)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj

    r4804 r4820  
    160160    <Compile Include="Compiler\Instruction.cs" />
    161161    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
     162    <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
    162163    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
    163164    <Compile Include="Crossovers\CrossoverPoint.cs" />
     
    227228    </BootstrapperPackage>
    228229  </ItemGroup>
    229   <ItemGroup>
    230     <WCFMetadata Include="Service References\" />
    231   </ItemGroup>
    232230  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    233231  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.