wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/wasSharp.csproj
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</ProjectGuid>
@@ -13,8 +13,8 @@
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile151</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -32,50 +32,19 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collections\Generic\CircularQueue.cs" />
<Compile Include="Collections\Specialized\ConcurrentHashSet.cs" />
<Compile Include="Collections\Specialized\ConcurrentList.cs" />
<Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
<Compile Include="Collections\Specialized\ConcurrentMultiKeyDictionary.cs" />
<Compile Include="Collections\Specialized\ObservableDictionary.cs" />
<Compile Include="Collections\Utilities\CollectionExtensions.cs" />
<Compile Include="Collections\Specialized\ObservableConcurrentHashSet.cs" />
<Compile Include="Collections\Generic\RangeCollection.cs" />
<Compile Include="Collections\Generic\SerializableDictionary.cs" />
<Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
<Compile Include="Timers\DecayingAlarm.cs" />
<Compile Include="Timers\Utilities\TimeExtensions.cs" />
<Compile Include="Timers\TimedThrottle.cs" />
<Compile Include="Timers\Timer.cs" />
<!-- A reference to the entire .NET Framework is automatically included -->
</ItemGroup>
<ItemGroup>
<Compile Include="Arrays.cs" />
<Compile Include="Cryptography.cs" />
<Compile Include="CSV.cs" />
<Compile Include="KeyValue.cs" />
<Compile Include="wasSharp.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Web\QValueParsing.cs" />
<Compile Include="Web\Utilities\WebExtensions.cs" />
<Compile Include="Web\wasHTTPClient.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\Extensions.cs" />
<Compile Include="Reflection\Reflection.cs" />
<Compile Include="Cryptography\NetHash.cs" />
<Compile Include="Cryptography\Extensions.cs" />
<Compile Include="Sets\Extensions.cs" />
<Compile Include="Collections\Specialized\ObservableConcurrentQueue.cs" />
<Compile Include="Web.cs" />
</ItemGroup>
<ItemGroup />
<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.