System.Interactive.csproj 583 B

123456789101112131415
  1. <Project Sdk="MSBuild.Sdk.Extras">
  2. <PropertyGroup>
  3. <Description>Interactive Extensions Main Library used to express queries over enumerable sequences.</Description>
  4. <AssemblyTitle>Interactive Extensions - Main Library</AssemblyTitle>
  5. <Authors>Microsoft</Authors>
  6. <TargetFrameworks>net4.8;netstandard2.1;net6.0</TargetFrameworks>
  7. <PackageTags>Ix;Interactive;Extensions;Enumerable</PackageTags>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <Compile Include="..\..\System.Interactive\**\*.cs" Exclude="..\..\System.Interactive\obj\**" />
  11. </ItemGroup>
  12. </Project>