|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>System.Linq.AsyncEnumerable</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="System\Linq\Shuffle.cs"/>
<Compile Include="System\Linq\SkipLast.cs"/>
<Compile Include="System\Linq\SkipWhile.cs"/>
<Compile Include="System\Linq\Append.cs"/>
<Compile Include="System\Linq\Empty.cs"/>
<Compile Include="System\Linq\MaxByAsync.cs"/>
<Compile Include="System\Linq\MinAsync.cs"/>
<Compile Include="System\Linq\Cast.cs"/>
<Compile Include="System\Linq\AsyncEnumerable.cs"/>
<Compile Include="System\Linq\TakeLast.cs"/>
<Compile Include="System\Linq\TakeWhile.cs"/>
<Compile Include="System\Linq\UnionBy.cs"/>
<Compile Include="System\Linq\AggregateAsync.cs"/>
<Compile Include="System\Linq\AnyAsync.cs"/>
<Compile Include="System\Linq\AllAsync.cs"/>
<Compile Include="System\Linq\Prepend.cs"/>
<Compile Include="System\Linq\AverageAsync.cs"/>
<Compile Include="System\Linq\Chunk.cs"/>
<Compile Include="System\Linq\Concat.cs"/>
<Compile Include="System\Linq\ContainsAsync.cs"/>
<Compile Include="System\Linq\AggregateBy.cs"/>
<Compile Include="System\Linq\CountBy.cs"/>
<Compile Include="System\Linq\CountAsync.cs"/>
<Compile Include="System\Linq\DefaultIfEmpty.cs"/>
<Compile Include="System\Linq\DistinctBy.cs"/>
<Compile Include="System\Linq\Distinct.cs"/>
<Compile Include="System\Linq\ElementAtAsync.cs"/>
<Compile Include="System\Linq\ToAsyncEnumerable.cs"/>
<Compile Include="System\Linq\ExceptBy.cs"/>
<Compile Include="System\Linq\Except.cs"/>
<Compile Include="System\Linq\FirstAsync.cs"/>
<Compile Include="System\Linq\GroupBy.cs"/>
<Compile Include="System\Linq\GroupJoin.cs"/>
<Compile Include="System\Linq\Index.cs"/>
<Compile Include="System\Linq\IntersectBy.cs"/>
<Compile Include="System\Linq\Intersect.cs"/>
<Compile Include="System\Linq\Join.cs"/>
<Compile Include="System\Linq\LastAsync.cs"/>
<Compile Include="System\Linq\LeftJoin.cs"/>
<Compile Include="System\Linq\ToArrayAsync.cs"/>
<Compile Include="System\Linq\ToDictionaryAsync.cs"/>
<Compile Include="System\Linq\ToListAsync.cs"/>
<Compile Include="System\Linq\ToLookupAsync.cs"/>
<Compile Include="System\Linq\MaxAsync.cs"/>
<Compile Include="System\Linq\MinByAsync.cs"/>
<Compile Include="System\Linq\OfType.cs"/>
<Compile Include="System\Linq\OrderBy.cs"/>
<Compile Include="System\Linq\Range.cs"/>
<Compile Include="System\Linq\Repeat.cs"/>
<Compile Include="System\Linq\Reverse.cs"/>
<Compile Include="System\Linq\RightJoin.cs"/>
<Compile Include="System\Linq\Select.cs"/>
<Compile Include="System\Linq\SelectMany.cs"/>
<Compile Include="System\Linq\SequenceEqualAsync.cs"/>
<Compile Include="System\Linq\SingleAsync.cs"/>
<Compile Include="System\Linq\Skip.cs"/>
<Compile Include="System\Linq\SumAsync.cs"/>
<Compile Include="System\Linq\Take.cs"/>
<Compile Include="System\Linq\ThrowHelper.cs"/>
<Compile Include="System\Linq\ToHashSetAsync.cs"/>
<Compile Include="System\Linq\Union.cs"/>
<Compile Include="System\Linq\Where.cs"/>
<Compile Include="System\Linq\Zip.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Linq.AsyncEnumerable\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Linq.AsyncEnumerable\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Linq.AsyncEnumerable\Debug\net10.0\System.SR.cs" Link="artifacts\obj\System.Linq.AsyncEnumerable\Debug\net10.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Linq.AsyncEnumerable\Debug\net10.0\System.Linq.AsyncEnumerable.AssemblyInfo.cs" Link="artifacts\obj\System.Linq.AsyncEnumerable\Debug\net10.0\System.Linq.AsyncEnumerable.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\6db6afab8a0b40de93f2c5b0e204c4c7\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\966afb7105754f98b0a97ec675cd023d\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b62e976e7a1744cea5ca38a9f5381396\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d17ec8df46a416e888ccab658e7ccb3\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c19e0a7b6d3f4fb3b757424aeef04267\System.Runtime.InteropServices.dll"/>
</ItemGroup>
</Project>
|