File: System.Linq.Parallel.csproj
Web Access
Project: src\src\libraries\System.Linq.Parallel\src\System.Linq.Parallel.csproj (System.Linq.Parallel)
<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.Parallel</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;DEBUG;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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\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.Parallel\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Linq.Parallel\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Linq.Parallel\Debug\net9.0\System.SR.cs" Link="artifacts\obj\System.Linq.Parallel\Debug\net9.0\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Linq.Parallel\Debug\net9.0\System.Linq.Parallel.AssemblyInfo.cs" Link="artifacts\obj\System.Linq.Parallel\Debug\net9.0\System.Linq.Parallel.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\ab1944bebdc54e39aa928a23c11b2d80\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea3f97b293844a95a7d96fe5aa5cf949\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66d74f997e374720968e9c7f96fa5630\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b4278e4feed4f109f9ae5e15d6028b3\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecfac0c0077841a6b5433c90eee656e1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fe7e9e0d68d474c903923044fb409dd\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3025184d35540879186684ed27c6064\System.Threading.dll"/>
  </ItemGroup>
</Project>