System.Linq.Async.Queryable.csproj 815 B

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