| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | 
							- <?xml version="1.0" encoding="utf-8"?>
 
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
-   <PropertyGroup>
 
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
-     <ProductVersion>8.0.30703</ProductVersion>
 
-     <SchemaVersion>2.0</SchemaVersion>
 
-     <ProjectGuid>{7269A578-326A-4C3E-9874-A2D2600095BC}</ProjectGuid>
 
-     <OutputType>Library</OutputType>
 
-     <AppDesignerFolder>Properties</AppDesignerFolder>
 
-     <RootNamespace>System.Interactive.Async</RootNamespace>
 
-     <AssemblyName>System.Interactive.Async</AssemblyName>
 
-     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
-     <FileAlignment>512</FileAlignment>
 
-     <NoWarn>1591</NoWarn>
 
-     <ProductSignAssembly>true</ProductSignAssembly>
 
-   </PropertyGroup>
 
-   <Import Project="..\Common.targets" />
 
-   <PropertyGroup>
 
-     <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
 
-     <Reference Include="System" />
 
-     <Reference Include="System.Core" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Compile Include="AsyncEnumerable.Conversions.cs" />
 
-     <Compile Include="AsyncEnumerable.Creation.cs" />
 
-     <Compile Include="AsyncEnumerable.Exceptions.cs" />
 
-     <Compile Include="AsyncEnumerable.Generated.cs" />
 
-     <Compile Include="AsyncEnumerable.Single.cs" />
 
-     <Compile Include="AsyncEnumerable.Multiple.cs" />
 
-     <Compile Include="AsyncEnumerable.Aggregates.cs" />
 
-     <Compile Include="AsyncEnumerator.cs" />
 
-     <Compile Include="Disposables.cs" />
 
-     <Compile Include="EnumerableGrouping.cs" />
 
-     <Compile Include="IAsyncEnumerable.cs" />
 
-     <Compile Include="IAsyncEnumerator.cs" />
 
-     <Compile Include="IAsyncGrouping.cs" />
 
-     <Compile Include="IOrderedAsyncEnumerable.cs" />
 
-     <Compile Include="Properties\AssemblyInfo.cs" />
 
-     <Compile Include="TaskExt.cs" />
 
-   </ItemGroup>
 
-   <Import Project="..\Import.targets" />
 
- </Project>
 
 
  |