wasSharp – Diff between revs 53 and 54

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 53 Rev 54
Line 37... Line 37...
37 <ItemGroup> 37 <ItemGroup>
38 <Compile Include="Collections\Generic\CircularQueue.cs" /> 38 <Compile Include="Collections\Generic\CircularQueue.cs" />
39 <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" /> 39 <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" />
40 <Compile Include="Collections\Specialized\ConcurrentList.cs" /> 40 <Compile Include="Collections\Specialized\ConcurrentList.cs" />
41 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" /> 41 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
42 <Compile Include="Collections\Specialized\MultiKeyDictionary.cs" /> 42 <Compile Include="Collections\Specialized\ConcurrentMultiKeyDictionary.cs" />
43 <Compile Include="Collections\Specialized\ObservableDictionary.cs" /> 43 <Compile Include="Collections\Specialized\ObservableDictionary.cs" />
44 <Compile Include="Collections\Utilities\CollectionExtensions.cs" /> 44 <Compile Include="Collections\Utilities\CollectionExtensions.cs" />
45 <Compile Include="Collections\Specialized\ObservableHashSet.cs" /> 45 <Compile Include="Collections\Specialized\ObservableConcurrentHashSet.cs" />
46 <Compile Include="Collections\Generic\RangeCollection.cs" /> 46 <Compile Include="Collections\Generic\RangeCollection.cs" />
47 <Compile Include="Collections\Generic\SerializableDictionary.cs" /> 47 <Compile Include="Collections\Generic\SerializableDictionary.cs" />
48 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" /> 48 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
49 <Compile Include="Timers\DecayingAlarm.cs" /> 49 <Compile Include="Timers\DecayingAlarm.cs" />
50 <Compile Include="Timers\Utilities\TimeExtensions.cs" /> 50 <Compile Include="Timers\Utilities\TimeExtensions.cs" />
Line 70... Line 70...
70 <Compile Include="Lambda\Extensions.cs" /> 70 <Compile Include="Lambda\Extensions.cs" />
71 <Compile Include="Reflection\Reflection.cs" /> 71 <Compile Include="Reflection\Reflection.cs" />
72 <Compile Include="Cryptography\NetHash.cs" /> 72 <Compile Include="Cryptography\NetHash.cs" />
73 <Compile Include="Cryptography\Extensions.cs" /> 73 <Compile Include="Cryptography\Extensions.cs" />
74 <Compile Include="Sets\Extensions.cs" /> 74 <Compile Include="Sets\Extensions.cs" />
-   75 <Compile Include="Collections\Specialized\ObservableConcurrentQueue.cs" />
-   76 <Compile Include="Collections\Specialized\NotifyConcurrentQueueChangedEventArgs.cs" />
-   77 <Compile Include="Collections\Specialized\NotifyConcurrentQueueChangedAction.cs" />
-   78 <Compile Include="Collections\Specialized\ConcurrentQueueChangedEventHandler.cs" />
75 </ItemGroup> 79 </ItemGroup>
76 <ItemGroup /> 80 <ItemGroup />
77 <ItemGroup> 81 <ItemGroup>
78 <Folder Include="Sciences\" /> 82 <Folder Include="Sciences\" />
79 <Folder Include="Sciences\Geodesics\" /> 83 <Folder Include="Sciences\Geodesics\" />