System.Interactive.Async.csproj 750 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <Description>Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.</Description>
  4. <AssemblyTitle>Interactive Extensions - Async Library</AssemblyTitle>
  5. <TargetFrameworks>net46;netstandard1.4</TargetFrameworks>
  6. <PackageTags>Ix;Interactive;Extensions;Enumerable;Asynchronous</PackageTags>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <EmbeddedResource Include="Properties\System.Interactive.Async.rd.xml" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\System.Linq.Async\System.Linq.Async.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
  16. </ItemGroup>
  17. </Project>