wasSharp – Diff between revs 38 and 39

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 38 Rev 39
Line 37... Line 37...
37 <ItemGroup> 37 <ItemGroup>
38 <Compile Include="Arrays.cs" /> 38 <Compile Include="Arrays.cs" />
39 <Compile Include="BitTwiddling.cs" /> 39 <Compile Include="BitTwiddling.cs" />
40 <Compile Include="Collections\Generic\CircularQueue.cs" /> 40 <Compile Include="Collections\Generic\CircularQueue.cs" />
41 <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" /> 41 <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" />
42 <Compile Include="Collections\Specialized\ConcurrentLazyList.cs" /> -  
43 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" /> 42 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
44 <Compile Include="Collections\Specialized\MultiKeyDictionary.cs" /> 43 <Compile Include="Collections\Specialized\MultiKeyDictionary.cs" />
45 <Compile Include="Collections\Specialized\ObservableDictionary.cs" /> 44 <Compile Include="Collections\Specialized\ObservableDictionary.cs" />
46 <Compile Include="Collections\Utilities\CollectionExtensions.cs" /> 45 <Compile Include="Collections\Utilities\CollectionExtensions.cs" />
47 <Compile Include="Collections\Specialized\ObservableHashSet.cs" /> 46 <Compile Include="Collections\Specialized\ObservableHashSet.cs" />
48 <Compile Include="Collections\Generic\RangeCollection.cs" /> 47 <Compile Include="Collections\Generic\RangeCollection.cs" />
49 <Compile Include="Collections\Generic\SerializableDictionary.cs" /> 48 <Compile Include="Collections\Generic\SerializableDictionary.cs" />
50 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" /> 49 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
51 <Compile Include="Cryptography.cs" /> 50 <Compile Include="Cryptography.cs" />
52 <Compile Include="CSV.cs" /> 51 <Compile Include="CSV.cs" />
-   52 <Compile Include="Extensions.cs" />
53 <Compile Include="Geo\Constants.cs" /> 53 <Compile Include="Geo\Constants.cs" />
54 <Compile Include="Geo\Distance.cs" /> 54 <Compile Include="Geo\Distance.cs" />
55 <Compile Include="Geo\GeodesicExtensions.cs" /> 55 <Compile Include="Geo\GeodesicExtensions.cs" />
56 <Compile Include="Geo\GeographicCoordinate.cs" /> 56 <Compile Include="Geo\GeographicCoordinate.cs" />
57 <Compile Include="NetHash.cs" /> 57 <Compile Include="NetHash.cs" />