System.Linq.Async.Queryable.csproj 758 B

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net45;net46;netstandard2.0;netstandard2.1;netcoreapp3.0</TargetFrameworks>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\System.Linq.Async\System.Linq.Async.csproj" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <Compile Update="System\Linq\AsyncQueryable.Generated.cs">
  10. <DependentUpon>AsyncQueryable.Generated.tt</DependentUpon>
  11. <DesignTime>True</DesignTime>
  12. <AutoGen>True</AutoGen>
  13. </Compile>
  14. </ItemGroup>
  15. <ItemGroup>
  16. <None Update="System\Linq\AsyncQueryable.Generated.tt">
  17. <LastGenOutput>AsyncQueryable.Generated.cs</LastGenOutput>
  18. <Generator>TextTemplatingFileGenerator</Generator>
  19. </None>
  20. </ItemGroup>
  21. </Project>