Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3565


Ignore:
Timestamp:
04/30/10 09:01:15 (14 years ago)
Author:
gkronber
Message:

Implemented CheckedItemList and CheckedItemListView. #992

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

    r3558 r3565  
    9999      <DependentUpon>Clipboard.cs</DependentUpon>
    100100    </Compile>
     101    <Compile Include="CheckedItemListView.cs">
     102      <SubType>UserControl</SubType>
     103    </Compile>
     104    <Compile Include="CheckedItemListView.Designer.cs">
     105      <DependentUpon>CheckedItemListView.cs</DependentUpon>
     106    </Compile>
    101107    <Compile Include="LogView.cs">
    102108      <SubType>UserControl</SubType>
     
    302308      <Name>HeuristicLab.PluginInfrastructure</Name>
    303309    </ProjectReference>
     310  </ItemGroup>
     311  <ItemGroup>
     312    <EmbeddedResource Include="CheckedItemListView.resx">
     313      <DependentUpon>CheckedItemListView.cs</DependentUpon>
     314    </EmbeddedResource>
    304315  </ItemGroup>
    305316  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r3558 r3565  
    103103    <None Include="HeuristicLabCorePlugin.cs.frame" />
    104104    <Compile Include="Collections\CheckedItemCollection.cs" />
     105    <Compile Include="Collections\CheckedItemList.cs" />
    105106    <Compile Include="Collections\ReadOnlyItemDictionary.cs" />
    106107    <Compile Include="Collections\ItemDictionary.cs" />
     
    124125    <Compile Include="Collections\ValueParameterCollection.cs" />
    125126    <Compile Include="Collections\VariableCollection.cs" />
     127    <Compile Include="Interfaces\ICheckedItemList.cs" />
    126128    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
    127129    <Compile Include="PersistenceContentManager.cs" />
Note: See TracChangeset for help on using the changeset viewer.