Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/10 02:27:02 (14 years ago)
Author:
swagner
Message:

Refactored HeuristicLab.Collections (#977)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r3384 r3390  
    102102    <Compile Include="Attributes\CreatableAttribute.cs" />
    103103    <None Include="HeuristicLabCorePlugin.cs.frame" />
     104    <Compile Include="Collections\ReadOnlyItemDictionary.cs" />
     105    <Compile Include="Collections\ItemDictionary.cs" />
     106    <Compile Include="Collections\ReadOnlyKeyedItemCollection.cs" />
     107    <Compile Include="Collections\KeyedItemCollection.cs" />
     108    <Compile Include="Collections\ReadOnlyItemSet.cs" />
     109    <Compile Include="Collections\ReadOnlyItemList.cs" />
     110    <Compile Include="Collections\ReadOnlyItemArray.cs" />
     111    <Compile Include="Collections\ReadOnlyItemCollection.cs" />
     112    <Compile Include="Collections\ItemArray.cs" />
     113    <Compile Include="Collections\ItemCollection.cs" />
     114    <Compile Include="Collections\ItemList.cs" />
     115    <Compile Include="Collections\ItemSet.cs" />
     116    <Compile Include="Collections\NamedItemCollection.cs" />
     117    <Compile Include="Collections\OperationCollection.cs" />
     118    <Compile Include="Collections\OperatorCollection.cs" />
     119    <Compile Include="Collections\OperatorList.cs" />
     120    <Compile Include="Collections\OperatorSet.cs" />
     121    <Compile Include="Collections\ParameterCollection.cs" />
     122    <Compile Include="Collections\ScopeList.cs" />
     123    <Compile Include="Collections\ValueParameterCollection.cs" />
     124    <Compile Include="Collections\VariableCollection.cs" />
     125    <Compile Include="Interfaces\IKeyedItemCollection.cs" />
     126    <Compile Include="Interfaces\IItemList.cs" />
     127    <Compile Include="Interfaces\IItemSet.cs" />
     128    <Compile Include="Interfaces\IItemDictionary.cs" />
     129    <Compile Include="Interfaces\IItemArray.cs" />
     130    <Compile Include="Interfaces\IItemCollection.cs" />
    104131    <Compile Include="Log.cs" />
    105132    <Compile Include="Executable.cs" />
     
    112139    <Compile Include="Interfaces\IExecutionContext.cs" />
    113140    <Compile Include="Interfaces\IOperation.cs" />
    114     <Compile Include="OperationCollection.cs" />
    115141    <Compile Include="ParameterizedNamedItem.cs" />
    116     <Compile Include="ValueParameterCollection.cs" />
    117142    <Compile Include="Interfaces\IValueLookupParameter.cs" />
    118143    <Compile Include="Interfaces\IValueParameter.cs" />
    119144    <Compile Include="Interfaces\ILookupParameter.cs" />
    120     <Compile Include="ItemArray.cs" />
    121145    <Compile Include="Engine.cs" />
    122146    <Compile Include="Interfaces\IScope.cs" />
     
    126150    <Compile Include="OperatorGraph.cs" />
    127151    <Compile Include="Interfaces\IParameter.cs" />
    128     <Compile Include="OperatorCollection.cs" />
    129     <Compile Include="ItemCollection.cs" />
    130     <Compile Include="OperatorSet.cs" />
    131     <Compile Include="ItemSet.cs" />
    132     <Compile Include="ItemList.cs" />
    133152    <Compile Include="Interfaces\IEngine.cs">
    134153      <SubType>Code</SubType>
    135154    </Compile>
    136155    <Compile Include="ExecutionContext.cs" />
    137     <Compile Include="OperatorList.cs" />
    138     <Compile Include="ParameterCollection.cs" />
    139     <Compile Include="VariableCollection.cs" />
    140     <Compile Include="ScopeList.cs" />
    141     <Compile Include="NamedItemCollection.cs" />
    142156    <Compile Include="Interfaces\INamedItem.cs" />
    143157    <Compile Include="Interfaces\IItem.cs" />
Note: See TracChangeset for help on using the changeset viewer.