Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4758 for branches


Ignore:
Timestamp:
11/09/10 15:47:50 (14 years ago)
Author:
abeham
Message:

#1258

  • worked on parameter binding (wip)
Location:
branches/ParameterBinding
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ParameterBinding/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r4477 r4758  
    143143    <Compile Include="Constraints\IConstraint.cs" />
    144144    <Compile Include="Constraints\TypeCompatibilityConstraint.cs" />
     145    <Compile Include="Interfaces\IParameterBinding.cs" />
    145146    <Compile Include="OperatorExecutionException.cs" />
    146147    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
  • branches/ParameterBinding/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj

    r4065 r4758  
    111111    <None Include="HeuristicLabParametersPlugin.cs.frame" />
    112112    <Compile Include="ConstrainedValueParameter.cs" />
     113    <Compile Include="ParameterSecondLevelValueBinding.cs" />
     114    <Compile Include="ParameterValueBinding.cs" />
    113115    <Compile Include="OptionalConstrainedValueParameter.cs" />
     116    <Compile Include="ParameterActualNameBinding.cs" />
    114117    <Compile Include="ScopeTreeLookupParameter.cs" />
    115118    <Compile Include="ValueParameter.cs" />
Note: See TracChangeset for help on using the changeset viewer.