Changeset 5635 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
- Timestamp:
- 03/08/11 13:27:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r5519 r5635 123 123 <Compile Include="Compiler\Instruction.cs" /> 124 124 <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" /> 125 <Compile Include="Interfaces\IReadOnlySymbol.cs" /> 125 126 <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" /> 126 127 <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" /> … … 166 167 <Compile Include="Symbols\Argument.cs" /> 167 168 <Compile Include="Symbols\ArgumentTreeNode.cs" /> 168 <Compile Include="Symbols\ReadOnlySymbol.cs" />169 169 <Compile Include="Symbols\StartSymbol.cs" /> 170 170 <Compile Include="Symbols\InvokeFunction.cs" />
Note: See TracChangeset
for help on using the changeset viewer.