wasSharp – Diff between revs 17 and 18

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 17 Rev 18
Line 36... Line 36...
36 <ItemGroup> 36 <ItemGroup>
37 <Compile Include="Arrays.cs" /> 37 <Compile Include="Arrays.cs" />
38 <Compile Include="BitTwiddling.cs" /> 38 <Compile Include="BitTwiddling.cs" />
39 <Compile Include="Collections\Generic\CircularQueue.cs" /> 39 <Compile Include="Collections\Generic\CircularQueue.cs" />
40 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" /> 40 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
41 <Compile Include="Collections\Utilities\Extensions.cs" /> 41 <Compile Include="Collections\Utilities\CollectionExtensions.cs" />
42 <Compile Include="Collections\Specialized\ObservableHashSet.cs" /> 42 <Compile Include="Collections\Specialized\ObservableHashSet.cs" />
43 <Compile Include="Collections\Generic\RangeCollection.cs" /> 43 <Compile Include="Collections\Generic\RangeCollection.cs" />
44 <Compile Include="Collections\Generic\SerializableDictionary.cs" /> 44 <Compile Include="Collections\Generic\SerializableDictionary.cs" />
45 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" /> 45 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
46 <Compile Include="Cryptography.cs" /> 46 <Compile Include="Cryptography.cs" />
Line 54... Line 54...
54 <Compile Include="Linq.cs" /> 54 <Compile Include="Linq.cs" />
55 <Compile Include="Numerics.cs" /> 55 <Compile Include="Numerics.cs" />
56 <Compile Include="Reflection.cs" /> 56 <Compile Include="Reflection.cs" />
57 <Compile Include="Strings.cs" /> 57 <Compile Include="Strings.cs" />
58 <Compile Include="Timers\DecayingAlarm.cs" /> 58 <Compile Include="Timers\DecayingAlarm.cs" />
59 <Compile Include="Timers\Utilities\Extensions.cs" /> 59 <Compile Include="Timers\Utilities\TimeExtensions.cs" />
60 <Compile Include="Timers\TimedThrottle.cs" /> 60 <Compile Include="Timers\TimedThrottle.cs" />
61 <Compile Include="Timers\Timer.cs" /> 61 <Compile Include="Timers\Timer.cs" />
62 <Compile Include="wasSharp.cs" /> 62 <Compile Include="wasSharp.cs" />
63 <Compile Include="Properties\AssemblyInfo.cs" /> 63 <Compile Include="Properties\AssemblyInfo.cs" />
64 <Compile Include="Web\QValueParsing.cs" /> 64 <Compile Include="Web\QValueParsing.cs" />
65 <Compile Include="Web\Utilities\Extensions.cs" /> 65 <Compile Include="Web\Utilities\WebExtensions.cs" />
66 <Compile Include="Web\wasHTTPClient.cs" /> 66 <Compile Include="Web\wasHTTPClient.cs" />
67 <Compile Include="XML.cs" /> 67 <Compile Include="XML.cs" />
68 </ItemGroup> 68 </ItemGroup>
69 <ItemGroup /> 69 <ItemGroup />
70 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 70 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />