wasSharp – Diff between revs 7 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 10
Line 34... Line 34...
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup> 35 </PropertyGroup>
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" />
-   40 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
39 <Compile Include="Collections.cs" /> 41 <Compile Include="Collections\Utilities\Extensions.cs" />
-   42 <Compile Include="Collections\Specialized\ObservableHashSet.cs" />
-   43 <Compile Include="Collections\Generic\RangeCollection.cs" />
-   44 <Compile Include="Collections\Generic\SerializableDictionary.cs" />
-   45 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
40 <Compile Include="Cryptography.cs" /> 46 <Compile Include="Cryptography.cs" />
41 <Compile Include="CSV.cs" /> 47 <Compile Include="CSV.cs" />
42 <Compile Include="IO.cs" /> 48 <Compile Include="IO.cs" />
43 <Compile Include="KeyValue.cs" /> 49 <Compile Include="KeyValue.cs" />
44 <Compile Include="Numerics.cs" /> 50 <Compile Include="Numerics.cs" />
45 <Compile Include="Reflection.cs" /> 51 <Compile Include="Reflection.cs" />
46 <Compile Include="Strings.cs" /> 52 <Compile Include="Strings.cs" />
-   53 <Compile Include="Timers\DecayingAlarm.cs" />
-   54 <Compile Include="Timers\Utilities\Extensions.cs" />
-   55 <Compile Include="Timers\TimedThrottle.cs" />
47 <Compile Include="Time.cs" /> 56 <Compile Include="Timers\Timer.cs" />
48 <Compile Include="wasSharp.cs" /> 57 <Compile Include="wasSharp.cs" />
49 <Compile Include="Properties\AssemblyInfo.cs" /> 58 <Compile Include="Properties\AssemblyInfo.cs" />
-   59 <Compile Include="Web\Utilities\Extensions.cs" />
50 <Compile Include="Web.cs" /> 60 <Compile Include="Web\wasHTTPClient.cs" />
51 <Compile Include="XML.cs" /> 61 <Compile Include="XML.cs" />
52 </ItemGroup> 62 </ItemGroup>
-   63 <ItemGroup />
53 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 64 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
54 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55 Other similar extension points exist, see Microsoft.Common.targets. 66 Other similar extension points exist, see Microsoft.Common.targets.
56 <Target Name="BeforeBuild"> 67 <Target Name="BeforeBuild">
57 </Target> 68 </Target>