Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/08 08:55:19 (16 years ago)
Author:
gkronber
Message:

merged changes (r201 r203 r206 r208 r220 r223 r224 r225 r226 r227) from branch ExperimentalFunctionsBaking into the trunk. (ticket #139)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/HeuristicLab.Functions.csproj

    r185 r229  
    4949  <ItemGroup>
    5050    <Compile Include="Addition.cs" />
    51     <Compile Include="And.cs" />
     51    <Compile Include="And.cs">
     52      <SubType>Code</SubType>
     53    </Compile>
    5254    <Compile Include="Average.cs" />
     55    <Compile Include="BakedFunctionTree.cs" />
     56    <Compile Include="BakedTreeEvaluator.cs" />
    5357    <Compile Include="Constant.cs" />
    5458    <Compile Include="GreaterThan.cs" />
    55     <Compile Include="FunctionTree.cs" />
     59    <Compile Include="IfThenElse.cs">
     60      <SubType>Code</SubType>
     61    </Compile>
    5662    <Compile Include="IFunctionTree.cs" />
    5763    <Compile Include="ModelAnalyzerExporter.cs" />
     64    <Compile Include="Or.cs">
     65      <SubType>Code</SubType>
     66    </Compile>
    5867    <Compile Include="ProgrammableFunction.cs" />
    5968    <Compile Include="Equal.cs" />
     
    6473      <DependentUpon>FunctionView.cs</DependentUpon>
    6574    </Compile>
    66     <Compile Include="IfThenElse.cs" />
    6775    <Compile Include="IFunctionVisitor.cs" />
    6876    <Compile Include="LessThan.cs" />
    6977    <Compile Include="Not.cs" />
    70     <Compile Include="Or.cs" />
    7178    <Compile Include="Signum.cs" />
    7279    <Compile Include="Logarithm.cs" />
Note: See TracChangeset for help on using the changeset viewer.