System.Interactive.Async.csproj 1.2 KB

1234567891011121314151617181920212223242526
  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>net461;netstandard2.0;netstandard2.1;netcoreapp3.0</TargetFrameworks>
  6. <PackageTags>Ix;Interactive;Extensions;Enumerable;Asynchronous</PackageTags>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Compile Include="..\System.Linq.Async\System\Error.cs" Link="System\Error.cs" />
  10. <Compile Include="..\System.Linq.Async\System\Linq\AsyncIterator.cs" Link="System\Linq\AsyncIterator.cs" />
  11. <Compile Include="..\System.Linq.Async\System\Linq\Set.cs" Link="System\Linq\Set.cs" />
  12. <Compile Include="..\System.Linq.Async\System\Strings.cs" Link="System\Strings.cs" />
  13. <Compile Include="..\System.Linq.Async\System\Threading\Tasks\AsyncEnumerableExt.cs" Link="System\Threading\Tasks\AsyncEnumerableExt.cs" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <EmbeddedResource Include="Properties\System.Interactive.Async.rd.xml" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\System.Linq.Async\System.Linq.Async.csproj" />
  20. </ItemGroup>
  21. </Project>