System.Interactive.Async.csproj 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. </PropertyGroup>
  16. <Import Project="..\Common.targets" />
  17. <PropertyGroup>
  18. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)' == 'DebugPL' Or '$(Configuration)' == 'ReleasePL' ">
  21. <TargetFrameworkProfile>Profile1</TargetFrameworkProfile>
  22. </PropertyGroup>
  23. <ItemGroup>
  24. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  25. <Reference Include="System" />
  26. <Reference Include="System.Core" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Compile Include="AsyncEnumerable.Conversions.cs" />
  30. <Compile Include="AsyncEnumerable.Creation.cs" />
  31. <Compile Include="AsyncEnumerable.Exceptions.cs" />
  32. <Compile Include="AsyncEnumerable.Generated.cs" />
  33. <Compile Include="AsyncEnumerable.Single.cs" />
  34. <Compile Include="AsyncEnumerable.Multiple.cs" />
  35. <Compile Include="AsyncEnumerable.Aggregates.cs" />
  36. <Compile Include="AsyncEnumerator.cs" />
  37. <Compile Include="Disposables.cs" />
  38. <Compile Include="EnumerableGrouping.cs" />
  39. <Compile Include="IAsyncEnumerable.cs" />
  40. <Compile Include="IAsyncEnumerator.cs" />
  41. <Compile Include="IAsyncGrouping.cs" />
  42. <Compile Include="IOrderedAsyncEnumerable.cs" />
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. <Compile Include="TaskExt.cs" />
  45. </ItemGroup>
  46. <Import Project="..\Import.targets" />
  47. </Project>