wasSharp – Blame information for rev 40

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 zed 1 <?xml version="1.0" encoding="utf-8"?>
7 office 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1 zed 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
2 zed 5 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
1 zed 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>wasSharp</RootNamespace>
12 <AssemblyName>wasSharp</AssemblyName>
13 <DefaultLanguage>en-US</DefaultLanguage>
14 <FileAlignment>512</FileAlignment>
15 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2 zed 16 <TargetFrameworkProfile>Profile151</TargetFrameworkProfile>
17 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1 zed 18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
23 office 35 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
1 zed 36 </PropertyGroup>
37 <ItemGroup>
38 <Compile Include="Arrays.cs" />
3 eva 39 <Compile Include="BitTwiddling.cs" />
10 office 40 <Compile Include="Collections\Generic\CircularQueue.cs" />
31 office 41 <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" />
40 office 42 <Compile Include="Collections\Specialized\ConcurrentList.cs" />
10 office 43 <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" />
20 office 44 <Compile Include="Collections\Specialized\MultiKeyDictionary.cs" />
21 office 45 <Compile Include="Collections\Specialized\ObservableDictionary.cs" />
18 office 46 <Compile Include="Collections\Utilities\CollectionExtensions.cs" />
10 office 47 <Compile Include="Collections\Specialized\ObservableHashSet.cs" />
48 <Compile Include="Collections\Generic\RangeCollection.cs" />
49 <Compile Include="Collections\Generic\SerializableDictionary.cs" />
50 <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" />
1 zed 51 <Compile Include="Cryptography.cs" />
52 <Compile Include="CSV.cs" />
39 office 53 <Compile Include="Extensions.cs" />
14 office 54 <Compile Include="Geo\Constants.cs" />
55 <Compile Include="Geo\Distance.cs" />
56 <Compile Include="Geo\GeodesicExtensions.cs" />
57 <Compile Include="Geo\GeographicCoordinate.cs" />
23 office 58 <Compile Include="NetHash.cs" />
7 office 59 <Compile Include="IO.cs" />
1 zed 60 <Compile Include="KeyValue.cs" />
11 office 61 <Compile Include="Linq.cs" />
5 eva 62 <Compile Include="Numerics.cs" />
2 zed 63 <Compile Include="Reflection.cs" />
7 office 64 <Compile Include="Strings.cs" />
10 office 65 <Compile Include="Timers\DecayingAlarm.cs" />
18 office 66 <Compile Include="Timers\Utilities\TimeExtensions.cs" />
10 office 67 <Compile Include="Timers\TimedThrottle.cs" />
68 <Compile Include="Timers\Timer.cs" />
1 zed 69 <Compile Include="wasSharp.cs" />
70 <Compile Include="Properties\AssemblyInfo.cs" />
17 office 71 <Compile Include="Web\QValueParsing.cs" />
18 office 72 <Compile Include="Web\Utilities\WebExtensions.cs" />
10 office 73 <Compile Include="Web\wasHTTPClient.cs" />
4 zed 74 <Compile Include="XML.cs" />
1 zed 75 </ItemGroup>
10 office 76 <ItemGroup />
1 zed 77 <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.
79 Other similar extension points exist, see Microsoft.Common.targets.
80 <Target Name="BeforeBuild">
81 </Target>
82 <Target Name="AfterBuild">
83 </Target>
84 -->
85 </Project>