File: System.Core.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{e7e62ebb-b829-4b6e-9ec0-4ca0c96fe4ac}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Core</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;FEATURE_LEGACYSURFACEAREA;FEATURE_UTF32;FEATURE_UTF7;PRODUCTION_BUILD;FEATURE_RANDOMIZED_STRING_HASHING;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="..\Numerics\System.Numerics.csproj">
      <Project>{61af2ff5-66a8-454b-b3dc-98804e461760}</Project>
      <Name>System.Numerics</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\clr\src\managedlibraries\security\System.Security.csproj">
      <Project>{05d4e9cd-3a3a-461b-a895-b39e85f1969a}</Project>
      <Name>System.Security</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="BaselineExcludes.lst.cs" />
    <Compile Include="Microsoft\Scripting\Actions\BinaryOperationBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\BindingRestrictions.cs" />
    <Compile Include="Microsoft\Scripting\Actions\CallInfo.cs" />
    <Compile Include="Microsoft\Scripting\Actions\CallSite.cs" />
    <Compile Include="Microsoft\Scripting\Actions\CallSiteBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\CallSiteHelpers.cs" />
    <Compile Include="Microsoft\Scripting\Actions\CallSiteOps.cs" />
    <Compile Include="Microsoft\Scripting\Actions\ConvertBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\CreateInstanceBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\DeleteIndexBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\DeleteMemberBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\DynamicMetaObject.cs" />
    <Compile Include="Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\DynamicObject.cs" />
    <Compile Include="Microsoft\Scripting\Actions\ExpandoClass.cs" />
    <Compile Include="Microsoft\Scripting\Actions\ExpandoObject.cs" />
    <Compile Include="Microsoft\Scripting\Actions\GetIndexBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\GetMemberBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\IDynamicMetaObjectProvider.cs" />
    <Compile Include="Microsoft\Scripting\Actions\IInvokeOnGetBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\InvokeBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\InvokeMemberBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\RuleCache.cs" />
    <Compile Include="Microsoft\Scripting\Actions\SetIndexBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\SetMemberBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\UnaryOperationBinder.cs" />
    <Compile Include="Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs" />
    <Compile Include="Microsoft\Scripting\Ast\BinaryExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\BlockExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\CatchBlock.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ConditionalExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ConstantExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\DebugInfoExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\DebugViewWriter.cs" />
    <Compile Include="Microsoft\Scripting\Ast\DefaultExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\DynamicExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ElementInit.cs" />
    <Compile Include="Microsoft\Scripting\Ast\Expression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ExpressionStringBuilder.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ExpressionType.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ExpressionVisitor.cs" />
    <Compile Include="Microsoft\Scripting\Ast\GotoExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\IArgumentProvider.cs" />
    <Compile Include="Microsoft\Scripting\Ast\IDynamicExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\IndexExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\InvocationExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\LabelExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\LabelTarget.cs" />
    <Compile Include="Microsoft\Scripting\Ast\LambdaExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ListArgumentProvider.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ListInitExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\LoopExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\MemberAssignment.cs" />
    <Compile Include="Microsoft\Scripting\Ast\MemberBinding.cs" />
    <Compile Include="Microsoft\Scripting\Ast\MemberExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\MemberInitExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\MemberListBinding.cs" />
    <Compile Include="Microsoft\Scripting\Ast\MemberMemberBinding.cs" />
    <Compile Include="Microsoft\Scripting\Ast\MethodCallExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\NewArrayExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\NewExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\ParameterExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\RuntimeVariablesExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\SwitchCase.cs" />
    <Compile Include="Microsoft\Scripting\Ast\SwitchExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\SymbolDocumentInfo.cs" />
    <Compile Include="Microsoft\Scripting\Ast\TryExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\TypeBinaryExpression.cs" />
    <Compile Include="Microsoft\Scripting\Ast\TypeUtils.cs" />
    <Compile Include="Microsoft\Scripting\Ast\UnaryExpression.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\AnalyzedTree.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\AssemblyGen.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\BoundConstants.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\Closure.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\CompilerScope.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\CompilerScope.Storage.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\ConstantCheck.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\DebugInfoGenerator.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\DelegateHelpers.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\ExpressionQuoter.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\HoistedLocals.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\ILGen.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\KeyedQueue.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LabelInfo.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Address.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\OffsetTrackingILGenerator.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\RuntimeVariableList.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\Set.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\StackSpiller.Bindings.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\StackSpiller.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\StackSpiller.Generated.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\StackSpiller.Temps.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\SymbolDocumentGenerator.cs" />
    <Compile Include="Microsoft\Scripting\Compiler\VariableBinder.cs" />
    <Compile Include="Microsoft\Scripting\GlobalSuppressions.cs" />
    <Compile Include="Microsoft\Scripting\Stubs.cs" />
    <Compile Include="Microsoft\Scripting\Utils\Action.cs" />
    <Compile Include="Microsoft\Scripting\Utils\CacheDict.cs" />
    <Compile Include="Microsoft\Scripting\Utils\CollectionExtensions.cs" />
    <Compile Include="Microsoft\Scripting\Utils\ContractUtils.cs" />
    <Compile Include="Microsoft\Scripting\Utils\Extension.cs" />
    <Compile Include="Microsoft\Scripting\Utils\Function.cs" />
    <Compile Include="Microsoft\Scripting\Utils\Helpers.cs" />
    <Compile Include="Microsoft\Scripting\Utils\IRuntimeVariables.cs" />
    <Compile Include="Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs" />
    <Compile Include="Microsoft\Scripting\Utils\ReferenceEqualityComparer.cs" />
    <Compile Include="Microsoft\Scripting\Utils\StrongBox.cs" />
    <Compile Include="Microsoft\Scripting\Utils\TrueReadOnlyCollection.cs" />
    <Compile Include="Microsoft\Scripting\Utils\TypeExtensions.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\BCryptSafeHandles.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\CapiSafeHandles.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\NCryptSafeHandles.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\SafeMemoryMappedFileHandle.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\SafeMemoryMappedViewHandle.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\SafePerfProviderHandle.cs" />
    <Compile Include="Microsoft\Win32\SafeHandles\SafePipeHandle.cs" />
    <Compile Include="Microsoft\Win32\UnsafeNativeMethods.cs" />
    <Compile Include="misc\AssemblyAttributes.cs" />
    <Compile Include="System.Core.CLR.lst.cs" />
    <Compile Include="System.Core.dll.Triaged.lst.cs" />
    <Compile Include="System\Collections\Generic\BitHelper.cs" />
    <Compile Include="System\Collections\Generic\HashSet.cs" />
    <Compile Include="System\Collections\Generic\HashSetDebugView.cs" />
    <Compile Include="System\Collections\Generic\HashSetEqualityComparer.cs" />
    <Compile Include="System\Diagnostics\Eventing\EventDescriptor.cs" />
    <Compile Include="System\Diagnostics\Eventing\EventProvider.cs" />
    <Compile Include="System\Diagnostics\Eventing\EventProviderTraceListener.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\CoTaskMemSafeHandle.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\CoTaskMemUnicodeSafeHandle.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventBookmark.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventKeyword.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLevel.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogException.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogHandle.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogInformation.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogLink.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogPermissionHolder.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogPropertySelector.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogQuery.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogReader.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogRecord.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogSession.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogStatus.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventLogWatcher.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventMetadata.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventOpcode.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventProperty.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventRecord.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventRecordWrittenEventArgs.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\EventTask.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\NativeWrapper.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\ProviderMetadata.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs" />
    <Compile Include="System\Diagnostics\Eventing\Reader\Winmeta.cs" />
    <Compile Include="System\Diagnostics\EventSchemaTraceListener.cs" />
    <Compile Include="System\Diagnostics\PerformanceData\CounterSet.cs" />
    <Compile Include="System\Diagnostics\PerformanceData\CounterSetInstance.cs" />
    <Compile Include="System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs" />
    <Compile Include="System\Diagnostics\PerformanceData\CounterSetInstanceType.cs" />
    <Compile Include="System\Diagnostics\PerformanceData\CounterType.cs" />
    <Compile Include="System\Diagnostics\PerformanceData\PerfProviderCollection.cs" />
    <Compile Include="System\Diagnostics\TraceLogRetentionOption.cs" />
    <Compile Include="System\Diagnostics\UnescapedXmlDiagnosticData.cs" />
    <Compile Include="System\FuncAndAction.cs" />
    <Compile Include="System\InvalidTimeZoneException.cs" />
    <Compile Include="System\IO\__Error.cs" />
    <Compile Include="System\IO\BufferedStream2.cs" />
    <Compile Include="System\IO\Enums.cs" />
    <Compile Include="System\IO\LogRetentionOption.cs" />
    <Compile Include="System\IO\LogStream.cs" />
    <Compile Include="System\IO\MemoryMappedFiles\Enums.cs" />
    <Compile Include="System\IO\MemoryMappedFiles\MemoryMappedFile.cs" />
    <Compile Include="System\IO\MemoryMappedFiles\MemoryMappedFileSecurity.cs" />
    <Compile Include="System\IO\MemoryMappedFiles\MemoryMappedView.cs" />
    <Compile Include="System\IO\MemoryMappedFiles\MemoryMappedViewAccessor.cs" />
    <Compile Include="System\IO\MemoryMappedFiles\MemoryMappedViewStream.cs" />
    <Compile Include="System\IO\Pipes\Enums.cs" />
    <Compile Include="System\IO\Pipes\IOCancellationHelper.cs" />
    <Compile Include="System\IO\Pipes\Pipe.cs" />
    <Compile Include="System\IO\Pipes\PipeSecurity.cs" />
    <Compile Include="System\IO\Pipes\PipeStream.cs" />
    <Compile Include="System\Lazy.cs" />
    <Compile Include="System\Linq\Enumerable.cs" />
    <Compile Include="System\Linq\Expressions\ExpressionVisitor.cs" />
    <Compile Include="System\Linq\IQueryable.cs" />
    <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\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\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\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\BinaryQueryOperator.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\Unary\AnyAllSearchOperator.cs" />
    <Compile Include="System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.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\QueryOperators\UnaryQueryOperator.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="System\Linq\ParallelEnumerable.cs" />
    <Compile Include="System\Linq\ParallelExecutionMode.cs" />
    <Compile Include="System\Linq\ParallelMergeOptions.cs" />
    <Compile Include="System\Linq\SequenceQuery.cs" />
    <Compile Include="System\Linq\TypeHelper.cs" />
    <Compile Include="System\Management\Automation\Exceptions.cs" />
    <Compile Include="System\Management\Automation\UMPAttributes.cs" />
    <Compile Include="System\Runtime\CompilerServices\DynamicAttribute.cs" />
    <Compile Include="System\Runtime\CompilerServices\ExecutionScope.cs" />
    <Compile Include="System\Runtime\InteropServices\ComAwareEventInfo.cs" />
    <Compile Include="System\Security\Cryptography\Aes.cs" />
    <Compile Include="System\Security\Cryptography\AesCryptoServiceProvider.cs" />
    <Compile Include="System\Security\Cryptography\AesManaged.cs" />
    <Compile Include="System\Security\Cryptography\BCryptHashAlgorithm.cs" />
    <Compile Include="System\Security\Cryptography\BCryptNative.cs" />
    <Compile Include="System\Security\Cryptography\CapiHashAlgorithm.cs" />
    <Compile Include="System\Security\Cryptography\CapiNative.cs" />
    <Compile Include="System\Security\Cryptography\CapiSymmetricAlgorithm.cs" />
    <Compile Include="System\Security\Cryptography\CngAlgorithm.cs" />
    <Compile Include="System\Security\Cryptography\CngAlgorithmGroup.cs" />
    <Compile Include="System\Security\Cryptography\CngKey.cs" />
    <Compile Include="System\Security\Cryptography\CngKeyBlobFormat.cs" />
    <Compile Include="System\Security\Cryptography\CngKeyCreationParameters.cs" />
    <Compile Include="System\Security\Cryptography\CngProperty.cs" />
    <Compile Include="System\Security\Cryptography\CngProvider.cs" />
    <Compile Include="System\Security\Cryptography\CngUIPolicy.cs" />
    <Compile Include="System\Security\Cryptography\ECDiffieHellman.cs" />
    <Compile Include="System\Security\Cryptography\ECDiffieHellmanCng.cs" />
    <Compile Include="System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs" />
    <Compile Include="System\Security\Cryptography\ECDiffieHellmanPublicKey.cs" />
    <Compile Include="System\Security\Cryptography\ECDsa.cs" />
    <Compile Include="System\Security\Cryptography\ECDsaCng.cs" />
    <Compile Include="System\Security\Cryptography\ECKeyXmlFormat.cs" />
    <Compile Include="System\Security\Cryptography\ManifestSignatureInformation.cs" />
    <Compile Include="System\Security\Cryptography\MD5Cng.cs" />
    <Compile Include="System\Security\Cryptography\NCryptNative.cs" />
    <Compile Include="System\Security\Cryptography\Rfc4050KeyFormatter.cs" />
    <Compile Include="System\Security\Cryptography\RsaCng.cs" />
    <Compile Include="System\Security\Cryptography\SHA1Cng.cs" />
    <Compile Include="System\Security\Cryptography\SHA256Cng.cs" />
    <Compile Include="System\Security\Cryptography\SHA256CryptoServiceProvider.cs" />
    <Compile Include="System\Security\Cryptography\SHA384Cng.cs" />
    <Compile Include="System\Security\Cryptography\SHA384CryptoServiceProvider.cs" />
    <Compile Include="System\Security\Cryptography\SHA512Cng.cs" />
    <Compile Include="System\Security\Cryptography\SHA512CryptoServiceProvider.cs" />
    <Compile Include="System\Security\Cryptography\SignatureVerificationResult.cs" />
    <Compile Include="System\Security\Cryptography\StrongNameSignatureInformation.cs" />
    <Compile Include="System\Security\Cryptography\X509Certificates\AuthenticodeSignatureInformation.cs" />
    <Compile Include="System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs" />
    <Compile Include="System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs" />
    <Compile Include="System\Security\Cryptography\X509Certificates\TimestampInformation.cs" />
    <Compile Include="System\Security\Cryptography\X509Certificates\TrustStatus.cs" />
    <Compile Include="System\Security\Cryptography\X509Certificates\X509Native.cs" />
    <Compile Include="System\Security\Cryptography\Xml\ManifestSignedXml.cs" />
    <Compile Include="System\Security\ManifestKinds.cs" />
    <Compile Include="system\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
    <Compile Include="system\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs" />
    <Compile Include="System\Threading\Tasks\TaskExtensions.cs" />
    <Compile Include="System\TimeZoneInfo.cs" />
    <Compile Include="System\TimeZoneNotFoundException.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>