Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3558


Ignore:
Timestamp:
04/29/10 18:22:51 (14 years ago)
Author:
gkronber
Message:

Added a checked item collection and a view for it (which is basically the same file as ItemCollectionView). #992 (CheckedItemList and CheckedItemCollection is necessary)

Location:
trunk/sources
Files:
4 added
2 edited

Legend:

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

    r3437 r3558  
    8787  <ItemGroup>
    8888    <None Include="HeuristicLabCoreViewsPlugin.cs.frame" />
     89    <Compile Include="CheckedItemCollectionView.cs">
     90      <SubType>UserControl</SubType>
     91    </Compile>
     92    <Compile Include="CheckedItemCollectionView.Designer.cs">
     93      <DependentUpon>CheckedItemCollectionView.cs</DependentUpon>
     94    </Compile>
    8995    <Compile Include="Clipboard.cs">
    9096      <SubType>UserControl</SubType>
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r3483 r3558  
    102102    <Compile Include="Attributes\CreatableAttribute.cs" />
    103103    <None Include="HeuristicLabCorePlugin.cs.frame" />
     104    <Compile Include="Collections\CheckedItemCollection.cs" />
    104105    <Compile Include="Collections\ReadOnlyItemDictionary.cs" />
    105106    <Compile Include="Collections\ItemDictionary.cs" />
     
    123124    <Compile Include="Collections\ValueParameterCollection.cs" />
    124125    <Compile Include="Collections\VariableCollection.cs" />
     126    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
    125127    <Compile Include="PersistenceContentManager.cs" />
    126128    <Compile Include="Interfaces\IKeyedItemCollection.cs" />
Note: See TracChangeset for help on using the changeset viewer.