wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 51  →  ?path2? @ 52
/wasSharp.csproj
@@ -35,8 +35,6 @@
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="Arrays.cs" />
<Compile Include="BitTwiddling.cs" />
<Compile Include="Collections\Generic\CircularQueue.cs" />
<Compile Include="Collections\Specialized\ConcurrentHashSet.cs" />
<Compile Include="Collections\Specialized\ConcurrentList.cs" />
@@ -48,20 +46,6 @@
<Compile Include="Collections\Generic\RangeCollection.cs" />
<Compile Include="Collections\Generic\SerializableDictionary.cs" />
<Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
<Compile Include="Cryptography.cs" />
<Compile Include="CSV.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="Geodesics\Constants.cs" />
<Compile Include="Geodesics\Distance.cs" />
<Compile Include="Geodesics\GeodesicExtensions.cs" />
<Compile Include="Geodesics\GeographicCoordinate.cs" />
<Compile Include="NetHash.cs" />
<Compile Include="IO.cs" />
<Compile Include="KeyValue.cs" />
<Compile Include="Linq.cs" />
<Compile Include="Numerics.cs" />
<Compile Include="Reflection.cs" />
<Compile Include="Strings.cs" />
<Compile Include="Timers\DecayingAlarm.cs" />
<Compile Include="Timers\Utilities\TimeExtensions.cs" />
<Compile Include="Timers\TimedThrottle.cs" />
@@ -71,9 +55,36 @@
<Compile Include="Web\QValueParsing.cs" />
<Compile Include="Web\Utilities\WebExtensions.cs" />
<Compile Include="Web\wasHTTPClient.cs" />
<Compile Include="XML.cs" />
<Compile Include="Sciences\Geodesics\Constants.cs" />
<Compile Include="Sciences\Geodesics\Distance.cs" />
<Compile Include="Sciences\Geodesics\GeodesicExtensions.cs" />
<Compile Include="Sciences\Geodesics\GeographicCoordinate.cs" />
<Compile Include="Sciences\Mathematics\Numerics.cs" />
<Compile Include="IO\IO.cs" />
<Compile Include="Languages\CSV.cs" />
<Compile Include="Languages\KeyValue.cs" />
<Compile Include="Languages\XML.cs" />
<Compile Include="Bit\BitTwiddling.cs" />
<Compile Include="Cryptography\Cryptography.cs" />
<Compile Include="Arrays\Arrays.cs" />
<Compile Include="Lambda\Linq.cs" />
<Compile Include="Reflection\Reflection.cs" />
<Compile Include="Cryptography\NetHash.cs" />
<Compile Include="Cryptography\Extensions.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="Sciences\" />
<Folder Include="Sciences\Geodesics\" />
<Folder Include="Sciences\Mathematics\" />
<Folder Include="IO\" />
<Folder Include="Languages\" />
<Folder Include="Bit\" />
<Folder Include="Cryptography\" />
<Folder Include="Arrays\" />
<Folder Include="Lambda\" />
<Folder Include="Reflection\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.