|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>System.Linq.Parallel</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET11_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;NET11_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/Parallel/Channels/AsynchronousChannel.cs"/>
<Compile Include="System/Linq/Parallel/Channels/SynchronousChannel.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/AggregationMinMaxHelpers.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/EmptyEnumerable.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/EnumerableWrapperWeakToStrong.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/IParallelPartitionable.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/OrderedParallelQuery.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/ParallelEnumerableWrapper.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/ParallelQuery.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/QueryAggregationOptions.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/RangeEnumerable.cs"/>
<Compile Include="System/Linq/Parallel/Enumerables/RepeatEnumerable.cs"/>
<Compile Include="System/Linq/Parallel/JaggedArray.cs"/>
<Compile Include="System/Linq/Parallel/Merging/ArrayMergeHelper.cs"/>
<Compile Include="System/Linq/Parallel/Merging/AsynchronousChannelMergeEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/Merging/DefaultMergeHelper.cs"/>
<Compile Include="System/Linq/Parallel/Merging/IMergeHelper.cs"/>
<Compile Include="System/Linq/Parallel/Merging/MergeEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/Merging/MergeExecutor.cs"/>
<Compile Include="System/Linq/Parallel/Merging/OrderPreservingMergeHelper.cs"/>
<Compile Include="System/Linq/Parallel/Merging/OrderPreservingPipeliningMergeHelper.cs"/>
<Compile Include="System/Linq/Parallel/Merging/SynchronousChannelMergeEnumerator.cs"/>
<Compile Include="System/Linq/ParallelEnumerable.cs"/>
<Compile Include="System/Linq/ParallelExecutionMode.cs"/>
<Compile Include="System/Linq/ParallelMergeOptions.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/HashRepartitionEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/HashRepartitionStream.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/IPartitionedStreamRecipient.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/OrderedHashRepartitionEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/OrderedHashRepartitionStream.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/PartitionedDataSource.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/PartitionedStream.cs"/>
<Compile Include="System/Linq/Parallel/Partitioning/UnorderedHashRepartitionStream.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/AssociativeAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/BinaryQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/ConcatQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/ExceptQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/GroupJoinQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/HashJoinQueryOperatorEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/IntersectQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/JoinQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/UnionQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Binary/ZipQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/CountAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/DecimalAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/DecimalMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/DecimalSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/DoubleAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/DoubleMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/DoubleSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/FloatAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/FloatMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/FloatSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/InlinedAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/InlinedAggregationOperatorEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/IntAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/IntMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/IntSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/LongAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/LongCountAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/LongMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/LongSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableDecimalAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableDecimalMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableDecimalSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableDoubleAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableDoubleMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableDoubleSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableFloatAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableFloatMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableFloatSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableIntAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableIntMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableIntSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableLongAverageAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableLongMinMaxAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Inlined/NullableLongSumAggregationOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/ListQueryResults.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Options/OrderingQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Options/QueryExecutionOption.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/OrdinalIndexState.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/PartitionedStreamMerger.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/PartitionerQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/QueryOpeningEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/QueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/QueryOperatorEnumerator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/QueryResults.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/QuerySettings.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/ScanQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/UnaryQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/AnyAllSearchOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/ContainsSearchOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/DefaultIfEmptyQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/DistinctQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/ElementAtQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/FirstQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/ForAllOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/GroupByQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/IndexedSelectQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/IndexedWhereQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/LastQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/ReverseQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/SelectManyQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/SelectQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/SingleQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/SortQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/TakeOrSkipQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/TakeOrSkipWhileQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/QueryOperators/Unary/WhereQueryOperator.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/CancellationState.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/OrderPreservingPipeliningSpoolingTask.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/OrderPreservingSpoolingTask.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/QueryLifecycle.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/QueryTask.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/QueryTaskGroupState.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/Scheduling.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/SpoolingTask.cs"/>
<Compile Include="System/Linq/Parallel/Scheduling/SpoolingTaskBase.cs"/>
<Compile Include="System/Linq/Parallel/Utils/CancellableEnumerable.cs"/>
<Compile Include="System/Linq/Parallel/Utils/ExceptionAggregator.cs"/>
<Compile Include="System/Linq/Parallel/Utils/ExchangeUtilities.cs"/>
<Compile Include="System/Linq/Parallel/Utils/FixedMaxHeap.cs"/>
<Compile Include="System/Linq/Parallel/Utils/GrowingArray.cs"/>
<Compile Include="System/Linq/Parallel/Utils/HashLookup.cs"/>
<Compile Include="System/Linq/Parallel/Utils/IntValueEvent.cs"/>
<Compile Include="System/Linq/Parallel/Utils/ListChunk.cs"/>
<Compile Include="System/Linq/Parallel/Utils/Lookup.cs"/>
<Compile Include="System/Linq/Parallel/Utils/Pair.cs"/>
<Compile Include="System/Linq/Parallel/Utils/PairComparer.cs"/>
<Compile Include="System/Linq/Parallel/Utils/PLINQETWProvider.cs"/>
<Compile Include="System/Linq/Parallel/Utils/ReverseComparer.cs"/>
<Compile Include="System/Linq/Parallel/Utils/Shared.cs"/>
<Compile Include="System/Linq/Parallel/Utils/Sorting.cs"/>
<Compile Include="System/Linq/Parallel/Utils/TraceHelpers.cs"/>
<Compile Include="System/Linq/Parallel/Utils/Util.cs"/>
<Compile Include="System/Linq/Parallel/Utils/Wrapper.cs"/>
<Compile Include="System/Linq/Parallel/Utils/WrapperEqualityComparer.cs"/>
<Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
<Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
<Compile Include="../../../../artifacts/obj/System.Linq.Parallel/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Linq.Parallel/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../../artifacts/obj/System.Linq.Parallel/Release/net11.0/System.SR.cs" Link="src/runtime/artifacts/obj/System.Linq.Parallel/Release/net11.0/System.SR.cs"/>
<Compile Include="../../../../artifacts/obj/System.Linq.Parallel/Release/net11.0/System.Linq.Parallel.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Linq.Parallel/Release/net11.0/System.Linq.Parallel.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../../ref/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
<ReferencePath Include="../../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
<ReferencePath Include="../../../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="../../../../../../ref/ce888b4a829b4555a8d7715856848c2d/System.Linq.dll"/>
<ReferencePath Include="../../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
<ReferencePath Include="../../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
<ReferencePath Include="../../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/PlinqEtwProvider.g.cs"/>
</ItemGroup>
</Project>
|