System.Linq.Async.Queryable.csproj 908 B

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net461;netstandard2.0;netstandard2.1;netcoreapp3.0</TargetFrameworks>
  4. <NullableContextOptions>enable</NullableContextOptions>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\System.Linq.Async\System.Linq.Async.csproj" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Compile Update="System\Linq\AsyncQueryable.Generated.cs">
  11. <DependentUpon>AsyncQueryable.Generated.tt</DependentUpon>
  12. <DesignTime>True</DesignTime>
  13. <AutoGen>True</AutoGen>
  14. </Compile>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <None Update="System\Linq\AsyncQueryable.Generated.tt">
  18. <LastGenOutput>AsyncQueryable.Generated.cs</LastGenOutput>
  19. <Generator>TextTemplatingFileGenerator</Generator>
  20. </None>
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
  24. </ItemGroup>
  25. </Project>