wasSharp – Diff between revs 50 and 52

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 50 Rev 52
Line 33... Line 33...
33 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 35 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
36 </PropertyGroup> 36 </PropertyGroup>
37 <ItemGroup> 37 <ItemGroup>
38 <Compile Include="Arrays.cs" /> -  
39 <Compile Include="BitTwiddling.cs" /> -  
40 <Compile Include="Collections\Generic\CircularQueue.cs" /> 38 <Compile Include="Collections\Generic\CircularQueue.cs" />
41 <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" /> 39 <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" />
42 <Compile Include="Collections\Specialized\ConcurrentList.cs" /> 40 <Compile Include="Collections\Specialized\ConcurrentList.cs" />
43 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" /> 41 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
44 <Compile Include="Collections\Specialized\MultiKeyDictionary.cs" /> 42 <Compile Include="Collections\Specialized\MultiKeyDictionary.cs" />
Line 46... Line 44...
46 <Compile Include="Collections\Utilities\CollectionExtensions.cs" /> 44 <Compile Include="Collections\Utilities\CollectionExtensions.cs" />
47 <Compile Include="Collections\Specialized\ObservableHashSet.cs" /> 45 <Compile Include="Collections\Specialized\ObservableHashSet.cs" />
48 <Compile Include="Collections\Generic\RangeCollection.cs" /> 46 <Compile Include="Collections\Generic\RangeCollection.cs" />
49 <Compile Include="Collections\Generic\SerializableDictionary.cs" /> 47 <Compile Include="Collections\Generic\SerializableDictionary.cs" />
50 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" /> 48 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
51 <Compile Include="Cryptography.cs" /> -  
52 <Compile Include="CSV.cs" /> -  
53 <Compile Include="Extensions.cs" /> -  
54 <Compile Include="Geodesics\Constants.cs" /> -  
55 <Compile Include="Geodesics\Distance.cs" /> -  
56 <Compile Include="Geodesics\GeodesicExtensions.cs" /> -  
57 <Compile Include="Geodesics\GeographicCoordinate.cs" /> -  
58 <Compile Include="NetHash.cs" /> -  
59 <Compile Include="IO.cs" /> -  
60 <Compile Include="KeyValue.cs" /> -  
61 <Compile Include="Linq.cs" /> -  
62 <Compile Include="Numerics.cs" /> -  
63 <Compile Include="Reflection.cs" /> -  
64 <Compile Include="Strings.cs" /> -  
65 <Compile Include="Timers\DecayingAlarm.cs" /> 49 <Compile Include="Timers\DecayingAlarm.cs" />
66 <Compile Include="Timers\Utilities\TimeExtensions.cs" /> 50 <Compile Include="Timers\Utilities\TimeExtensions.cs" />
67 <Compile Include="Timers\TimedThrottle.cs" /> 51 <Compile Include="Timers\TimedThrottle.cs" />
68 <Compile Include="Timers\Timer.cs" /> 52 <Compile Include="Timers\Timer.cs" />
69 <Compile Include="wasSharp.cs" /> 53 <Compile Include="wasSharp.cs" />
70 <Compile Include="Properties\AssemblyInfo.cs" /> 54 <Compile Include="Properties\AssemblyInfo.cs" />
71 <Compile Include="Web\QValueParsing.cs" /> 55 <Compile Include="Web\QValueParsing.cs" />
72 <Compile Include="Web\Utilities\WebExtensions.cs" /> 56 <Compile Include="Web\Utilities\WebExtensions.cs" />
73 <Compile Include="Web\wasHTTPClient.cs" /> 57 <Compile Include="Web\wasHTTPClient.cs" />
-   58 <Compile Include="Sciences\Geodesics\Constants.cs" />
-   59 <Compile Include="Sciences\Geodesics\Distance.cs" />
-   60 <Compile Include="Sciences\Geodesics\GeodesicExtensions.cs" />
-   61 <Compile Include="Sciences\Geodesics\GeographicCoordinate.cs" />
-   62 <Compile Include="Sciences\Mathematics\Numerics.cs" />
74 <Compile Include="XML.cs" /> 63 <Compile Include="IO\IO.cs" />
-   64 <Compile Include="Languages\CSV.cs" />
-   65 <Compile Include="Languages\KeyValue.cs" />
-   66 <Compile Include="Languages\XML.cs" />
-   67 <Compile Include="Bit\BitTwiddling.cs" />
-   68 <Compile Include="Cryptography\Cryptography.cs" />
-   69 <Compile Include="Arrays\Arrays.cs" />
-   70 <Compile Include="Lambda\Linq.cs" />
-   71 <Compile Include="Reflection\Reflection.cs" />
-   72 <Compile Include="Cryptography\NetHash.cs" />
-   73 <Compile Include="Cryptography\Extensions.cs" />
75 </ItemGroup> 74 </ItemGroup>
76 <ItemGroup /> 75 <ItemGroup />
-   76 <ItemGroup>
-   77 <Folder Include="Sciences\" />
-   78 <Folder Include="Sciences\Geodesics\" />
-   79 <Folder Include="Sciences\Mathematics\" />
-   80 <Folder Include="IO\" />
-   81 <Folder Include="Languages\" />
-   82 <Folder Include="Bit\" />
-   83 <Folder Include="Cryptography\" />
-   84 <Folder Include="Arrays\" />
-   85 <Folder Include="Lambda\" />
-   86 <Folder Include="Reflection\" />
-   87 </ItemGroup>
77 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 88 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 89 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79 Other similar extension points exist, see Microsoft.Common.targets. 90 Other similar extension points exist, see Microsoft.Common.targets.
80 <Target Name="BeforeBuild"> 91 <Target Name="BeforeBuild">
81 </Target> 92 </Target>