Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/10/12 13:17:25 (12 years ago)
Author:
mkommend
Message:

#1946:

  • Added 'ObservableKeyedList` and related classes
  • Reordered firing events in ObservableList
  • Adapted cloning ctor of ReadOnlyItemList
File:
1 edited

Legend:

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

    r8600 r8610  
    114114  <ItemGroup>
    115115    <None Include="Plugin.cs.frame" />
     116    <Compile Include="ReadOnlyObservableKeyedList.cs" />
    116117    <Compile Include="INotifyObservableListItemsChanged.cs" />
    117118    <Compile Include="INotifyObservableKeyedCollectionItemsChanged.cs" />
     
    119120    <Compile Include="INotifyObservableCollectionItemsChanged.cs" />
    120121    <Compile Include="INotifyObservableArrayItemsChanged.cs" />
     122    <Compile Include="IObservableKeyedList.cs" />
     123    <Compile Include="ObservableKeyedList.cs" />
    121124    <Compile Include="Plugin.cs" />
    122125    <Compile Include="ReadOnlyObservableArray.cs" />
     
    189192  -->
    190193  <PropertyGroup>
    191    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     194    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    192195set ProjectDir=$(ProjectDir)
    193196set SolutionDir=$(SolutionDir)
     
    196199call PreBuildEvent.cmd
    197200</PreBuildEvent>
    198 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     201    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    199202export ProjectDir=$(ProjectDir)
    200203export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.