System.Interactive.Async.csproj 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP8|AnyCPU'">
  19. <OutputPath>bin\ReleaseWP8\</OutputPath>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP8|AnyCPU'">
  22. <OutputPath>bin\DebugWP8\</OutputPath>
  23. <DefineConstants>;WINDOWSPHONE7;NO_TLS;NO_VARIANCE;NO_SERIALIZABLE;NO_TPL;NO_HASHSET;NO_REMOTING;NO_SEMAPHORE;NO_LARGEARITY;NO_ZIP;SILVERLIGHT;SILVERLIGHTM7;TRACE</DefineConstants>
  24. <DocumentationFile>..\bin\ReleaseWP7\System.Interactive.Async.XML</DocumentationFile>
  25. <Optimize>true</Optimize>
  26. <NoWarn>1591</NoWarn>
  27. <DebugType>pdbonly</DebugType>
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <ErrorReport>prompt</ErrorReport>
  30. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  31. </PropertyGroup>
  32. <Import Project="..\Common.targets" />
  33. <PropertyGroup>
  34. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="AsyncEnumerable.Conversions.cs" />
  43. <Compile Include="AsyncEnumerable.Creation.cs" />
  44. <Compile Include="AsyncEnumerable.Exceptions.cs" />
  45. <Compile Include="AsyncEnumerable.Generated.cs" />
  46. <Compile Include="AsyncEnumerable.Single.cs" />
  47. <Compile Include="AsyncEnumerable.Multiple.cs" />
  48. <Compile Include="AsyncEnumerable.Aggregates.cs" />
  49. <Compile Include="AsyncEnumerator.cs" />
  50. <Compile Include="Disposables.cs" />
  51. <Compile Include="EnumerableGrouping.cs" />
  52. <Compile Include="IAsyncEnumerable.cs" />
  53. <Compile Include="IAsyncEnumerator.cs" />
  54. <Compile Include="IAsyncGrouping.cs" />
  55. <Compile Include="IOrderedAsyncEnumerable.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="Strings.cs" />
  58. <Compile Include="TaskExt.cs" />
  59. </ItemGroup>
  60. <Import Project="..\Import.targets" />
  61. </Project>