System.Interactive.Async.Ref.csproj 1.1 KB

1234567891011121314151617181920212223
  1. <Project Sdk="MSBuild.Sdk.Extras">
  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. <Authors>Microsoft</Authors>
  6. <TargetFrameworks>netcoreapp2.0;netstandard2.1</TargetFrameworks>
  7. <PackageTags>Ix;Interactive;Extensions;Enumerable;Asynchronous</PackageTags>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <Compile Include="..\..\System.Interactive.Async\**\*.cs" Exclude="..\..\System.Interactive.Async\obj\**" />
  11. <Compile Include="..\..\System.Linq.Async\System\Error.cs" Link="System\Error.cs" />
  12. <Compile Include="..\..\System.Linq.Async\System\Linq\AsyncIterator.cs" Link="System\Linq\AsyncIterator.cs" />
  13. <Compile Include="..\..\System.Linq.Async\System\Linq\Set.cs" Link="System\Linq\Set.cs" />
  14. <Compile Include="..\..\System.Linq.Async\System\Strings.cs" Link="System\Strings.cs" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\System.Linq.Async.Ref\System.Linq.Async.Ref.csproj" />
  18. </ItemGroup>
  19. </Project>