System.Interactive.Async.csproj 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7269A578-326A-4C3E-9874-A2D2600095BC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Interactive.Async</RootNamespace>
  12. <AssemblyName>System.Interactive.Async</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <NoWarn>1591</NoWarn>
  16. <ProductSignAssembly>true</ProductSignAssembly>
  17. </PropertyGroup>
  18. <Import Project="..\Common.targets" />
  19. <PropertyGroup>
  20. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  21. </PropertyGroup>
  22. <ItemGroup>
  23. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
  24. <Reference Include="System" />
  25. <Reference Include="System.Core" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Include="AsyncEnumerable.Conversions.cs" />
  29. <Compile Include="AsyncEnumerable.Creation.cs" />
  30. <Compile Include="AsyncEnumerable.Exceptions.cs" />
  31. <Compile Include="AsyncEnumerable.Generated.cs" />
  32. <Compile Include="AsyncEnumerable.Single.cs" />
  33. <Compile Include="AsyncEnumerable.Multiple.cs" />
  34. <Compile Include="AsyncEnumerable.Aggregates.cs" />
  35. <Compile Include="AsyncEnumerator.cs" />
  36. <Compile Include="Disposables.cs" />
  37. <Compile Include="EnumerableGrouping.cs" />
  38. <Compile Include="IAsyncEnumerable.cs" />
  39. <Compile Include="IAsyncEnumerator.cs" />
  40. <Compile Include="IAsyncGrouping.cs" />
  41. <Compile Include="IOrderedAsyncEnumerable.cs" />
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. <Compile Include="TaskExt.cs" />
  44. </ItemGroup>
  45. <Import Project="..\Import.targets" />
  46. </Project>