System.Interactive.Async.Providers.csproj 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B0350CD4-37F7-4508-B67F-D4BB3B9092AA}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Interactive.Async.Providers</RootNamespace>
  11. <AssemblyName>System.Interactive.Async.Providers</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProductSignAssembly>true</ProductSignAssembly>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP8|AnyCPU'">
  17. <OutputPath>bin\ReleaseWP8\</OutputPath>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP8|AnyCPU'">
  20. <OutputPath>bin\DebugWP8\</OutputPath>
  21. <DefineConstants>;WINDOWSPHONE7;NO_TLS;NO_VARIANCE;NO_SERIALIZABLE;NO_TPL;NO_HASHSET;NO_REMOTING;NO_SEMAPHORE;NO_LARGEARITY;NO_ZIP;SILVERLIGHT;SILVERLIGHTM7;TRACE</DefineConstants>
  22. <DocumentationFile>..\bin\ReleaseWP7\System.Interactive.Async.XML</DocumentationFile>
  23. <Optimize>true</Optimize>
  24. <NoWarn>1591</NoWarn>
  25. <DebugType>pdbonly</DebugType>
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <ErrorReport>prompt</ErrorReport>
  28. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  29. </PropertyGroup>
  30. <Import Project="..\Common.targets" />
  31. <PropertyGroup>
  32. <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="AsyncEnumerableExecutor.cs" />
  41. <Compile Include="AsyncEnumerableQuery.cs" />
  42. <Compile Include="AsyncEnumerableRewriter.cs" />
  43. <Compile Include="AsyncQueryable.cs" />
  44. <Compile Include="AsyncQueryable.Generated.cs" />
  45. <Compile Include="IAsyncQueryable.cs" />
  46. <Compile Include="IAsyncQueryProvider.cs" />
  47. <Compile Include="IOrderedAsyncQueryable.cs" />
  48. <Compile Include="Properties\AssemblyInfo.cs" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <ProjectReference Include="..\System.Interactive.Async\System.Interactive.Async.csproj">
  52. <Project>{7269a578-326a-4c3e-9874-a2d2600095bc}</Project>
  53. <Name>System.Interactive.Async</Name>
  54. </ProjectReference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  58. </ItemGroup>
  59. <Import Project="..\Import.targets" />
  60. </Project>