|
<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.Private.CoreLib</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>../../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/SilverlightPlatformPublicKey.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>INPLACE_RUNTIME;SYSTEM_PRIVATE_CORELIB;TARGET_UNIX;TARGET_64BIT;TARGET_AMD64;FEATURE_PERFTRACING;FEATURE_COMWRAPPERS;NATIVEAOT;NETCOREAPP;TRACE;TARGET_64BIT;TARGET_UNIX;TARGET_LINUX;FEATURE_CROSS_PROCESS_MUTEX;FEATURE_MULTITHREADING;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;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="../../../tools/Common/Internal/Runtime/DehydratedData.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/DehydratedData.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/RuntimeConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/RuntimeConstants.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/InteropConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/InteropConstants.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/ExceptionStringID.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/ExceptionStringID.cs"/>
<Compile Include="../../../System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.CoreCLR.cs" Link="src/runtime/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.CoreCLR.cs"/>
<Compile Include="../../../System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.ValueTaskSourceContinuation.cs" Link="src/runtime/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.ValueTaskSourceContinuation.cs"/>
<Compile Include="../../../System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncProfiler.CoreCLR.cs" Link="src/runtime/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncProfiler.CoreCLR.cs"/>
<Compile Include="../../../System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs" Link="src/runtime/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/DelegateHelpers.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/LibraryInitializer.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/ReachabilityInstrumentationSupport.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/ReflectionHelpers.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/SharedCodeHelpers.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/StartupCode/StartupCodeHelpers.Reflection.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/CompilerHelpers/StartupCodeHelpers.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/CompilerHelpers/StartupCodeHelpers.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/TypeManagerHandle.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/TypeManagerHandle.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/TypeManagerHandle.Equality.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/TypeManagerHandle.Equality.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/CompilerHelpers/StartupDebug.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/CompilerHelpers/StartupDebug.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/ModuleHeaders.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ModuleHeaders.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/MetadataBlob.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MetadataBlob.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatReader.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs"/>
<Compile Include="../../../tools/Common/Internal/NativeFormat/NativeFormatReader.String.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.String.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/TypeLoader/ExternalReferencesTable.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/TypeLoader/ExternalReferencesTable.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Experimentals.cs" Link="src/runtime/src/libraries/Common/src/System/Experimentals.cs"/>
<Compile Include="Internal/Runtime/FrozenObjectHeapManager.cs"/>
<Compile Include="Internal/Runtime/ThreadStatics.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/StartupCode/StartupCodeHelpers.Extensions.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/InteropHelpers.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/LdTokenHelpers.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/RuntimeInteropData.cs"/>
<Compile Include="Internal/IntrinsicSupport/ComparerHelpers.cs"/>
<Compile Include="Internal/IntrinsicSupport/EqualityComparerHelpers.cs"/>
<Compile Include="Internal/Reflection/Augments/ReflectionAugments.cs"/>
<Compile Include="Internal/Runtime/MethodTable.Runtime.cs"/>
<Compile Include="Internal/Runtime/CompilerHelpers/ThrowHelpers.cs"/>
<Compile Include="Internal/Runtime/CompilerServices/FunctionPointerOps.cs"/>
<Compile Include="Internal/Runtime/CompilerServices/GenericMethodDescriptor.cs"/>
<Compile Include="Internal/Runtime/CompilerServices/MethodNameAndSignature.cs"/>
<Compile Include="Internal/Runtime/CompilerServices/OpenMethodResolver.cs"/>
<Compile Include="Internal/Runtime/TypeLoaderExceptionHelper.cs"/>
<Compile Include="Internal/Runtime/Augments/RuntimeAugments.cs"/>
<Compile Include="Internal/Runtime/Augments/TypeLoaderCallbacks.cs"/>
<Compile Include="Internal/Runtime/Augments/StackTraceMetadataCallbacks.cs"/>
<Compile Include="Internal/Runtime/Augments/DynamicDelegateAugments.cs"/>
<Compile Include="Internal/Reflection/Extensions/NonPortable/CustomAttributeInheritanceRules.cs"/>
<Compile Include="Internal/Reflection/Extensions/NonPortable/CustomAttributeInstantiator.cs"/>
<Compile Include="Internal/Reflection/Extensions/NonPortable/CustomAttributeSearcher.cs"/>
<Compile Include="System/Diagnostics/DiagnosticMethodInfo.NativeAot.cs"/>
<Compile Include="System/Reflection/RuntimeAssembly.cs"/>
<Compile Include="System/Reflection/RuntimeAssemblyName.cs"/>
<Compile Include="System/Reflection/AssemblyRuntimeNameHelpers.cs"/>
<Compile Include="System/Reflection/Attribute.NativeAot.cs"/>
<Compile Include="System/Reflection/Assembly.NativeAot.cs"/>
<Compile Include="System/Reflection/BinderBundle.cs"/>
<Compile Include="System/Reflection/ConstructorInvoker.cs"/>
<Compile Include="System/Reflection/DynamicInvokeInfo.cs"/>
<Compile Include="System/Reflection/Emit/AssemblyBuilder.cs"/>
<Compile Include="System/Reflection/Emit/CustomAttributeBuilder.cs"/>
<Compile Include="System/Reflection/Emit/DynamicILInfo.cs"/>
<Compile Include="System/Reflection/Emit/DynamicMethod.cs"/>
<Compile Include="System/Reflection/Emit/ReflectionEmitThrower.cs"/>
<Compile Include="System/Reflection/Emit/SignatureHelper.cs"/>
<Compile Include="System/Reflection/EnumInfo.cs"/>
<Compile Include="System/Reflection/FieldInfo.NativeAot.cs"/>
<Compile Include="System/Reflection/MethodBase.NativeAot.cs"/>
<Compile Include="System/Reflection/Metadata/AssemblyExtensions.cs"/>
<Compile Include="System/Reflection/Metadata/MetadataUpdater.cs"/>
<Compile Include="System/Reflection/MethodInvoker.cs"/>
<Compile Include="System/Reflection/ModifiedType.NativeAot.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeFunctionPointerTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeFunctionPointerTypeInfo.UnificationKey.cs"/>
<Compile Include="System/CrashInfo.cs"/>
<Compile Include="System/Runtime/InteropServices/ComAwareWeakReference.NativeAot.cs"/>
<Compile Include="System/Runtime/InteropServices/CriticalHandle.NativeAot.cs"/>
<Compile Include="System/Activator.NativeAot.cs"/>
<Compile Include="System/AppContext.NativeAot.cs"/>
<Compile Include="System/ArgIterator.cs"/>
<Compile Include="System/Attribute.NativeAot.cs"/>
<Compile Include="System/Buffer.NativeAot.cs"/>
<Compile Include="System/Collections/Generic/ArraySortHelper.NativeAot.cs"/>
<Compile Include="System/Collections/Generic/Comparer.NativeAot.cs"/>
<Compile Include="System/Collections/Generic/EqualityComparer.NativeAot.cs"/>
<Compile Include="System/InvokeUtils.cs"/>
<Compile Include="System/IO/FileLoadException.NativeAot.cs"/>
<Compile Include="System/IO/Stream.NativeAot.cs"/>
<Compile Include="System/RuntimeMethodHandle.cs"/>
<Compile Include="System/Diagnostics/Debug.NativeAot.cs"/>
<Compile Include="System/Diagnostics/Debugger.cs"/>
<Compile Include="System/Diagnostics/DebuggerGuidedStepThroughAttribute.cs"/>
<Compile Include="System/Diagnostics/DebugAnnotations.cs"/>
<Compile Include="System/Diagnostics/StackFrame.NativeAot.cs"/>
<Compile Include="System/Diagnostics/StackFrameExtensions.cs"/>
<Compile Include="System/Diagnostics/StackTrace.NativeAot.cs"/>
<Compile Include="System/Enum.NativeAot.cs"/>
<Compile Include="System/Environment.NativeAot.cs"/>
<Compile Include="System/GC.NativeAot.cs"/>
<Compile Include="System/Math.NativeAot.cs"/>
<Compile Include="System/MathF.NativeAot.cs"/>
<Compile Include="System/Object.NativeAot.cs"/>
<Compile Include="System/RuntimeArgumentHandle.cs"/>
<Compile Include="System/RuntimeType.NativeAot.cs"/>
<Compile Include="System/Runtime/ControlledExecution.NativeAot.cs"/>
<Compile Include="System/Runtime/DependentHandle.cs"/>
<Compile Include="System/Diagnostics/DataContractAttribute.cs"/>
<Compile Include="System/Runtime/CompilerServices/EagerStaticClassConstructionAttribute.cs"/>
<Compile Include="System/Runtime/CompilerServices/RuntimeFeature.NativeAot.cs"/>
<Compile Include="System/Runtime/CompilerServices/StaticClassConstructionContext.cs"/>
<Compile Include="System/Runtime/ExceptionIDs.cs"/>
<Compile Include="System/Runtime/GCSettings.NativeAot.cs"/>
<Compile Include="System/Runtime/InteropServices/TypeMapLazyDictionary.NativeAot.cs"/>
<Compile Include="System/Runtime/TypeLoaderExports.cs"/>
<Compile Include="System/Runtime/ThunkPool.cs"/>
<Compile Include="System/Runtime/InteropServices/ComWrappers.NativeAot.cs"/>
<Compile Include="System/Runtime/InteropServices/GCHandle.NativeAot.cs"/>
<Compile Include="System/Runtime/InteropServices/IDynamicInterfaceCastable.cs"/>
<Compile Include="System/Runtime/InteropServices/NativeFunctionPointerWrapper.cs"/>
<Compile Include="System/Runtime/InteropServices/NativeLibrary.NativeAot.cs"/>
<Compile Include="System/Runtime/InteropServices/PInvokeMarshal.cs"/>
<Compile Include="System/Runtime/InteropServices/Marshal.NativeAot.cs"/>
<Compile Include="System/Runtime/InteropServices/MemoryMarshal.NativeAot.cs"/>
<Compile Include="System/Runtime/InteropServices/TrackerObjectManager.NativeAot.cs"/>
<Compile Include="System/Runtime/JitInfo.NativeAot.cs"/>
<Compile Include="System/Runtime/Loader/AssemblyLoadContext.NativeAot.cs"/>
<Compile Include="System/String.NativeAot.cs"/>
<Compile Include="System/String.Intern.cs"/>
<Compile Include="System/Array.NativeAot.cs"/>
<Compile Include="System/Delegate.cs"/>
<Compile Include="System/StartupHookProvider.NativeAot.cs"/>
<Compile Include="System/RuntimeTypeHandle.cs"/>
<Compile Include="System/Exception.NativeAot.cs"/>
<Compile Include="System/RuntimeExceptionHelpers.cs"/>
<Compile Include="System/EETypePtr.cs"/>
<Compile Include="System/Runtime/RuntimeImports.cs"/>
<Compile Include="System/ModuleHandle.cs"/>
<Compile Include="System/RuntimeFieldHandle.cs"/>
<Compile Include="System/Text/StringBuilder.NativeAot.cs"/>
<Compile Include="System/Threading/ManagedThreadId.cs"/>
<Compile Include="System/Threading/Interlocked.cs"/>
<Compile Include="System/Threading/Monitor.NativeAot.cs"/>
<Compile Include="System/Threading/ObjectHeader.cs"/>
<Compile Include="System/Threading/SyncTable.cs"/>
<Compile Include="System/Threading/Thread.NativeAot.cs"/>
<Compile Include="System/Type.NativeAot.cs"/>
<Compile Include="System/TypedReference.cs"/>
<Compile Include="System/TypeUnificationKey.cs"/>
<Compile Include="System/TypeLoadException.NativeAot.cs"/>
<Compile Include="System/ValueType.cs"/>
<Compile Include="System/Runtime/RuntimeExportAttribute.cs"/>
<Compile Include="System/Runtime/RuntimeImportAttribute.cs"/>
<Compile Include="System/Runtime/CompilerServices/AnalysisCharacteristicAttribute.cs"/>
<Compile Include="System/Runtime/CompilerServices/ClassConstructorRunner.cs"/>
<Compile Include="System/Runtime/CompilerServices/RuntimeHelpers.NativeAot.cs"/>
<Compile Include="Internal/Runtime/FrozenObjectHeapManager.Unix.cs"/>
<Compile Include="System/Environment.NativeAot.Unix.cs"/>
<Compile Include="System/Runtime/InteropServices/PInvokeMarshal.Unix.cs"/>
<Compile Include="System/Threading/Thread.NativeAot.Unix.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Abort.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Abort.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Exit.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Exit.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MProtect.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MProtect.cs"/>
<Compile Include="../../../tools/Common/System/Collections/Generic/ArrayBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/System/Collections/Generic/ArrayBuilder.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtableOfPointers.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtableOfPointers.cs"/>
<Compile Include="../../../tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs"/>
<Compile Include="../../Common/src/System/Collections/Generic/LowLevelDictionary.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Collections/Generic/LowLevelDictionary.cs"/>
<Compile Include="../../Common/src/System/Collections/Concurrent/ConcurrentUnifier.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Collections/Concurrent/ConcurrentUnifier.cs"/>
<Compile Include="../../Common/src/System/Collections/Concurrent/ConcurrentUnifierW.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Collections/Concurrent/ConcurrentUnifierW.cs"/>
<Compile Include="../../Common/src/System/Collections/Concurrent/ConcurrentUnifierWKeyed.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Collections/Concurrent/ConcurrentUnifierWKeyed.cs"/>
<Compile Include="../../Common/src/System/Collections/Concurrent/IKeyedItem.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Collections/Concurrent/IKeyedItem.cs"/>
<Compile Include="../../../tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.cs"/>
<Compile Include="../../../tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.ToArray.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/LowLevelLinq/LowLevelEnumerable.ToArray.cs"/>
<Compile Include="../../Common/src/System/Runtime/RhFailFastReason.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/System/Runtime/RhFailFastReason.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/MethodTable.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/MethodTable.cs"/>
<Compile Include="../../../tools/Common/Internal/Runtime/MethodTable.Constants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MethodTable.Constants.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/LowLevelStringConverter.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/LowLevelStringConverter.cs"/>
<Compile Include="../../../tools/Common/Internal/Metadata/NativeFormat/NativeFormatReaderCommonGen.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/NativeFormatReaderCommonGen.cs"/>
<Compile Include="../../../tools/Common/Internal/Metadata/NativeFormat/MdBinaryReader.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReader.cs"/>
<Compile Include="../../../tools/Common/Internal/Metadata/NativeFormat/MdBinaryReaderGen.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReaderGen.cs"/>
<Compile Include="../../../tools/Common/Internal/Metadata/NativeFormat/NativeMetadataReader.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/NativeMetadataReader.cs"/>
<Compile Include="../../../tools/Common/Internal/Metadata/NativeFormat/NativeFormatReaderGen.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/NativeFormatReaderGen.cs"/>
<Compile Include="System/ActivatorImplementation.cs"/>
<Compile Include="System/Reflection/Runtime/Assemblies/NativeFormat/NativeFormatRuntimeAssembly.cs"/>
<Compile Include="System/Reflection/Runtime/Assemblies/NativeFormat/NativeFormatRuntimeAssembly.GetTypeCore.CaseInsensitive.cs"/>
<Compile Include="System/Reflection/Runtime/Assemblies/NativeFormat/NativeFormatRuntimeAssembly.GetTypeCore.CaseSensitive.cs"/>
<Compile Include="System/Reflection/Runtime/Assemblies/RuntimeAssemblyInfo.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/ConstructorPolicies.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/EventPolicies.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/FieldPolicies.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/MemberPolicies.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/MemberTypeIndex.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/MethodPolicies.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/NameFilter.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/NameFilter.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/NestedTypePolicies.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/PropertyPolicies.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/QueriedMemberList.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/QueryResult.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/QueryResult.Enumerator.cs"/>
<Compile Include="System/Reflection/Runtime/BindingFlagSupport/Shared.cs"/>
<Compile Include="System/Reflection/Runtime/CustomAttributes/NativeFormat/NativeFormatCustomAttributeData.cs"/>
<Compile Include="System/Reflection/Runtime/CustomAttributes/RuntimeCustomAttributeData.cs"/>
<Compile Include="System/Reflection/Runtime/CustomAttributes/RuntimePseudoCustomAttributeData.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DefaultDispenserPolicy.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/Dispenser.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserAlgorithm.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserFactory.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserPolicy.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserScenario.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserThatAlwaysCreates.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserThatAlwaysReuses.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserThatReusesAsLongAsKeyIsAlive.cs"/>
<Compile Include="System/Reflection/Runtime/Dispensers/DispenserThatReusesAsLongAsValueIsAlive.cs"/>
<Compile Include="System/Reflection/Runtime/EventInfos/NativeFormat/NativeFormatRuntimeEventInfo.cs"/>
<Compile Include="System/Reflection/Runtime/EventInfos/RuntimeEventInfo.cs"/>
<Compile Include="System/Reflection/Runtime/FieldInfos/NativeFormat/NativeFormatRuntimeFieldInfo.cs"/>
<Compile Include="System/Reflection/Runtime/FieldInfos/RuntimeFieldInfo.cs"/>
<Compile Include="System/Reflection/Runtime/General/Assignability.cs"/>
<Compile Include="System/Reflection/Runtime/General/Dispensers.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/General/Helpers.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/General/Dispensers.cs"/>
<Compile Include="System/Reflection/Runtime/General/Helpers.cs"/>
<Compile Include="System/Reflection/Runtime/General/IRuntimeMemberInfoWithNoMetadataDefinition.cs"/>
<Compile Include="System/Reflection/Runtime/General/LegacyCustomAttributeApis.cs"/>
<Compile Include="System/Reflection/Runtime/General/ListBuilder.cs"/>
<Compile Include="System/Reflection/Runtime/General/MetadataReaderExtensions.cs"/>
<Compile Include="System/Reflection/Runtime/General/MetadataReaderExtensions.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/General/NamespaceChain.cs"/>
<Compile Include="System/Reflection/Runtime/General/NativeFormat/DefaultValueParser.cs"/>
<Compile Include="System/Reflection/Runtime/General/ThunkedApis.cs"/>
<Compile Include="System/Reflection/Runtime/General/TypeContext.cs"/>
<Compile Include="System/Reflection/Runtime/General/TypeForwardInfo.cs"/>
<Compile Include="System/Reflection/Runtime/General/TypeResolver.cs"/>
<Compile Include="System/Reflection/Runtime/General/TypeResolver.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/General/TypeUnifier.cs"/>
<Compile Include="System/Reflection/Runtime/General/TypeUnifier.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/General/QHandles.cs"/>
<Compile Include="System/Reflection/Runtime/General/QHandles.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/General/QSignatureTypeHandle.cs"/>
<Compile Include="System/Reflection/Runtime/General/QSignatureTypeHandle.NativeFormat.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/NativeFormat/NativeFormatMethodCommon.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/CustomMethodInvoker.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/CustomMethodInvokerAction.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/CustomMethodMapper.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/CustomMethodMapper.Nullable.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/CustomMethodMapper.String.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/InvokerOptions.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/OpenMethodInvoker.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeConstructedGenericMethodInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeConstructorInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeDummyMethodInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeMethodHelpers.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimePlainConstructorInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeSyntheticConstructorInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/IRuntimeMethodCommon.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeMethodInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeNamedMethodInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/RuntimeSyntheticMethodInfo.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/SyntheticMethodId.cs"/>
<Compile Include="System/Reflection/Runtime/MethodInfos/VirtualRuntimeParameterInfoArray.cs"/>
<Compile Include="System/Reflection/Runtime/Modules/RuntimeModule.cs"/>
<Compile Include="System/Reflection/Runtime/Modules/NativeFormat/NativeFormatRuntimeModule.cs"/>
<Compile Include="System/Reflection/Runtime/ParameterInfos/NativeFormat/NativeFormatMethodParameterInfo.cs"/>
<Compile Include="System/Reflection/Runtime/ParameterInfos/RuntimeFatMethodParameterInfo.cs"/>
<Compile Include="System/Reflection/Runtime/ParameterInfos/RuntimeMethodParameterInfo.cs"/>
<Compile Include="System/Reflection/Runtime/ParameterInfos/RuntimeParameterInfo.cs"/>
<Compile Include="System/Reflection/Runtime/ParameterInfos/RuntimePropertyIndexParameterInfo.cs"/>
<Compile Include="System/Reflection/Runtime/ParameterInfos/RuntimeThinMethodParameterInfo.cs"/>
<Compile Include="System/Reflection/Runtime/ParameterInfos/RuntimeSyntheticParameterInfo.cs"/>
<Compile Include="System/Reflection/Runtime/PropertyInfos/NativeFormat/NativeFormatRuntimePropertyInfo.cs"/>
<Compile Include="System/Reflection/Runtime/PropertyInfos/RuntimePropertyInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeNamedTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeGenericParameterTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeNamedTypeInfo.UnificationKey.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeArrayTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeByRefTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeConstructedGenericTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeConstructedGenericTypeInfo.UnificationKey.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeGenericParameterTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeGenericParameterTypeInfoForMethods.UnificationKey.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeGenericParameterTypeInfoForTypes.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeGenericParameterTypeInfoForTypes.UnificationKey.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeHasElementTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeHasElementTypeInfo.UnificationKey.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeNamedTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimePointerTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeTypeDefinitionTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeTypeInfo.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeTypeInfo.GetMember.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeTypeInfo.BindingFlags.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeTypeInfo.CoreGetDeclared.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeTypeInfo.InvokeMember.cs"/>
<Compile Include="System/Reflection/Runtime/TypeInfos/RuntimeTypeInfo.TypeComponentsCache.cs"/>
<Compile Include="System/Reflection/TypeNameResolver.NativeAot.cs"/>
<Compile Include="Internal/Reflection/Core/AssemblyBinder.cs"/>
<Compile Include="Internal/Reflection/Core/Execution/ExecutionDomain.cs"/>
<Compile Include="Internal/Reflection/Core/Execution/ExecutionEnvironment.cs"/>
<Compile Include="Internal/Reflection/Core/Execution/FieldAccessor.cs"/>
<Compile Include="Internal/Reflection/Core/Execution/MethodBaseInvoker.cs"/>
<Compile Include="Internal/Reflection/Core/Execution/ReflectionCoreExecution.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/CachedInterfaceDispatch.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/CachedInterfaceDispatch.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/DispatchResolve.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/DispatchResolve.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/GCStress.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/GCStress.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/__Finalizer.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/__Finalizer.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/MethodTable.Runtime.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/MethodTable.Runtime.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/ExceptionHandling.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/ExceptionHandling.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/InternalCalls.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/InternalCalls.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/RuntimeExports.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/RuntimeExports.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/StackFrameIterator.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/StackFrameIterator.cs"/>
<Compile Include="../../Runtime.Base/src/System/Runtime/TypeCast.cs" Link="src/runtime/src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/TypeCast.cs"/>
<Compile Include="../../Common/src/Internal/Runtime/TransitionBlock.cs" Link="src/runtime/src/coreclr/nativeaot/Common/src/Internal/Runtime/TransitionBlock.cs"/>
<Compile Include="../../../../../artifacts/obj/coreclr/linux.x64.Release/nativeaot/Runtime/Full/AsmOffsets.cs" Link="src/runtime/artifacts/obj/coreclr/linux.x64.Release/nativeaot/Runtime/Full/AsmOffsets.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Internal/AssemblyAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Internal/AssemblyAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Internal/Console.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Internal/Console.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Internal/Padding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Internal/Padding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Internal/Runtime/CompilerHelpers/ThrowHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Internal/Runtime/CompilerHelpers/ThrowHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/CriticalHandleMinusOneIsInvalid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/CriticalHandleMinusOneIsInvalid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/CriticalHandleZeroOrMinusOneIsInvalid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/CriticalHandleZeroOrMinusOneIsInvalid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeHandleMinusOneIsInvalid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeHandleMinusOneIsInvalid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeWaitHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeWaitHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AccessViolationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AccessViolationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Action.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Action.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Activator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Activator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AggregateException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AggregateException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AppContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AppContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AppContext.AnyOS.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AppContext.AnyOS.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AppContextConfigHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AppContextConfigHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AppDomain.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AppDomain.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AppDomainSetup.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AppDomainSetup.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AppDomainUnloadedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AppDomainUnloadedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ApplicationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ApplicationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ApplicationId.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ApplicationId.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ArgumentException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ArgumentException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ArgumentNullException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ArgumentNullException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ArgumentOutOfRangeException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ArgumentOutOfRangeException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ArithmeticException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ArithmeticException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Array.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Array.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Array.Enumerators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Array.Enumerators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ArraySegment.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ArraySegment.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ArrayTypeMismatchException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ArrayTypeMismatchException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AssemblyLoadEventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AssemblyLoadEventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AssemblyLoadEventHandler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AssemblyLoadEventHandler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AsyncCallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AsyncCallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Attribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Attribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AttributeTargets.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AttributeTargets.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AttributeUsageAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AttributeUsageAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/BadImageFormatException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/BadImageFormatException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/BitConverter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/BitConverter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Boolean.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Boolean.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/ArrayPool.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/ArrayPool.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/ArrayPoolEventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/ArrayPoolEventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReadBigEndian.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReadBigEndian.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReadLittleEndian.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReadLittleEndian.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReverseEndianness.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.ReverseEndianness.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.WriteBigEndian.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.WriteBigEndian.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.WriteLittleEndian.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/BinaryPrimitives.WriteLittleEndian.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/ConfigurableArrayPool.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/ConfigurableArrayPool.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/IMemoryOwner.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/IMemoryOwner.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/IPinnable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/IPinnable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/MemoryHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/MemoryHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/MemoryManager.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/MemoryManager.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/OperationStatus.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/OperationStatus.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/StandardFormat.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/StandardFormat.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64DecoderHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64DecoderHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64Helper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64Helper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64ValidatorHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64ValidatorHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64EncoderHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Helper/Base64EncoderHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Encoder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Encoder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Decoder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Decoder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Validator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Validator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/FormattingHelpers.CountDigits.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/FormattingHelpers.CountDigits.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/FormattingHelpers.CountDigits.Int128.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/FormattingHelpers.CountDigits.Int128.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Constants.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Constants.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/FormattingHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/FormattingHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Boolean.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Boolean.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Date.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Date.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Decimal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Decimal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Float.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Float.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Guid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Guid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Integer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Integer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.TimeSpan.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Formatter/Utf8Formatter.TimeSpan.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/ParserHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/ParserHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Boolean.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Boolean.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.Default.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.Default.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.G.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.G.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.Helpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.Helpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.O.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.O.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.R.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.R.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Decimal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Decimal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Float.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Float.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Guid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Guid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.D.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.D.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.N.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.N.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.D.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.D.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.N.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.N.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.X.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.X.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Number.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Number.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.BigG.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.BigG.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.C.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.C.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.LittleG.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.LittleG.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpanSplitter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpanSplitter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/SharedArrayPool.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/SharedArrayPool.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Buffers/Utilities.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Buffers/Utilities.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ByReference.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ByReference.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Byte.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Byte.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/CannotUnloadAppDomainException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/CannotUnloadAppDomainException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Char.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Char.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/CharEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/CharEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/CLSCompliantAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/CLSCompliantAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/CodeDom/Compiler/GeneratedCodeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/CodeDom/Compiler/GeneratedCodeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/CodeDom/Compiler/IndentedTextWriter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/CodeDom/Compiler/IndentedTextWriter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/BitArray.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/BitArray.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Comparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Comparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/CompatibleComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/CompatibleComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentDictionary.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentDictionary.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentQueue.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentQueue.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentQueueSegment.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentQueueSegment.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Concurrent/IProducerConsumerCollection.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/IProducerConsumerCollection.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Concurrent/IProducerConsumerCollectionDebugView.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/IProducerConsumerCollectionDebugView.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/DictionaryEntry.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/DictionaryEntry.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/CollectionExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/CollectionExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/Comparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/Comparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/Dictionary.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/Dictionary.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/DebugViewDictionaryItem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/DebugViewDictionaryItem.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/HashSet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/HashSet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/HashSetEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/HashSetEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IAlternateEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IAlternateEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IAsyncEnumerable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IAsyncEnumerable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IAsyncEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IAsyncEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/ICollection.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ICollection.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/ICollectionDebugView.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ICollectionDebugView.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IDictionary.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IDictionary.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IDictionaryDebugView.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IDictionaryDebugView.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IEnumerable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IEnumerable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IInternalStringEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IInternalStringEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IList.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IList.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/InsertionBehavior.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/InsertionBehavior.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyCollection.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyCollection.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyDictionary.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyDictionary.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyList.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlyList.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/ISet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ISet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlySet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IReadOnlySet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/KeyNotFoundException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/KeyNotFoundException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/KeyValuePair.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/KeyValuePair.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/Queue.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/Queue.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/QueueDebugView.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/QueueDebugView.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/RandomizedStringEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/RandomizedStringEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/ReferenceEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ReferenceEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Generic/NonRandomizedStringEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/NonRandomizedStringEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.SerializationInfoTable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.SerializationInfoTable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/Hashtable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Hashtable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ICollection.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ICollection.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IDictionary.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IDictionary.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IDictionaryEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IDictionaryEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IEnumerable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IEnumerable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IEqualityComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IEqualityComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IHashCodeProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IHashCodeProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IList.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IList.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IStructuralComparable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IStructuralComparable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/IStructuralEquatable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/IStructuralEquatable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ListDictionaryInternal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ListDictionaryInternal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/Collection.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/Collection.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/CollectionHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/CollectionHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyCollection.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyCollection.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlySet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlySet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ComponentModel/DefaultValueAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ComponentModel/DefaultValueAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ComponentModel/EditorBrowsableAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ComponentModel/EditorBrowsableAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ComponentModel/EditorBrowsableState.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ComponentModel/EditorBrowsableState.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ComponentModel/Win32Exception.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ComponentModel/Win32Exception.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Configuration/Assemblies/AssemblyHashAlgorithm.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Configuration/Assemblies/AssemblyHashAlgorithm.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Configuration/Assemblies/AssemblyVersionCompatibility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Configuration/Assemblies/AssemblyVersionCompatibility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Context.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Context.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Convert.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Convert.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/CoreLib.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/CoreLib.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/CurrentSystemTimeZone.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/CurrentSystemTimeZone.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DataMisalignedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DataMisalignedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DateOnly.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DateOnly.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DateTime.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DateTime.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DateTimeKind.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DateTimeKind.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DateTimeOffset.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DateTimeOffset.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DateTimeOffset.NonAndroid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DateTimeOffset.NonAndroid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DayOfWeek.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DayOfWeek.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DBNull.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DBNull.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Decimal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Decimal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Decimal.DecCalc.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Decimal.DecCalc.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DefaultBinder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DefaultBinder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Delegate.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Delegate.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/ConstantExpectedAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/ConstantExpectedAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/DynamicallyAccessedMemberTypes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/DynamicallyAccessedMemberTypes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/DynamicallyAccessedMembersAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/DynamicallyAccessedMembersAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/DynamicDependencyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/DynamicDependencyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/ExperimentalAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/ExperimentalAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureGuardAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureGuardAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureSwitchDefinitionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/FeatureSwitchDefinitionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/NullableAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/NullableAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/UnscopedRefAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/UnscopedRefAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresAssemblyFilesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresAssemblyFilesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresDynamicCodeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresDynamicCodeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresUnsafeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresUnsafeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresUnreferencedCodeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresUnreferencedCodeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/SetsRequiredMembersAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/SetsRequiredMembersAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/StringSyntaxAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/StringSyntaxAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/SuppressMessageAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/SuppressMessageAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/UnconditionalSuppressMessageAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/UnconditionalSuppressMessageAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/ConditionalAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/ConditionalAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/ContractException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/ContractException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/ContractFailedEventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/ContractFailedEventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/Contracts.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/Contracts.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Debug.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Debug.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggableAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggableAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerBrowsableAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerBrowsableAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerDisplayAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerDisplayAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerHiddenAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerHiddenAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerNonUserCodeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerNonUserCodeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerStepperBoundaryAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerStepperBoundaryAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerStepThroughAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerStepThroughAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerTypeProxyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerTypeProxyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerVisualizerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebuggerVisualizerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebugProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebugProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DiagnosticMethodInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DiagnosticMethodInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/StackFrame.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/StackFrame.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/StackTrace.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/StackTrace.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/StackTraceHiddenAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/StackTraceHiddenAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Stopwatch.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Stopwatch.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymbolDocumentWriter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymbolDocumentWriter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/UnreachableException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/UnreachableException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DivideByZeroException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DivideByZeroException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DllNotFoundException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DllNotFoundException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Double.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Double.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DuplicateWaitObjectException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DuplicateWaitObjectException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Empty.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Empty.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/EntryPointNotFoundException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/EntryPointNotFoundException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Enum.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Enum.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.SpecialFolder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.SpecialFolder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.SpecialFolderOption.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.SpecialFolderOption.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/EnvironmentVariableTarget.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/EnvironmentVariableTarget.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/EventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/EventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/EventHandler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/EventHandler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Exception.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Exception.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ExecutionEngineException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ExecutionEngineException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/FieldAccessException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/FieldAccessException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/FlagsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/FlagsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/FormatException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/FormatException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/FormattableString.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/FormattableString.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Function.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Function.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/GC.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/GC.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/GCMemoryInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/GCMemoryInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Gen2GcCallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Gen2GcCallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/Calendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/Calendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CalendarAlgorithmType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarAlgorithmType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Nls.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Nls.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CalendarWeekRule.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarWeekRule.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CalendricalCalculationsHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CalendricalCalculationsHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfoData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CharUnicodeInfoData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/ChineseLunisolarCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/ChineseLunisolarCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Invariant.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Invariant.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Nls.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Nls.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Utf8.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CompareInfo.Utf8.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CompareOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CompareOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Nls.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Nls.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureNotFoundException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureNotFoundException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureTypes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureTypes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormat.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormat.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfoScanner.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfoScanner.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/DateTimeStyles.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeStyles.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/DaylightTime.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/DaylightTime.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/DigitShapes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/DigitShapes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/EastAsianLunisolarCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/EastAsianLunisolarCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationMode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationMode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendarHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendarHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendarTypes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/GregorianCalendarTypes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/HebrewCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/HebrewCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/HebrewNumber.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/HebrewNumber.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/HijriCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/HijriCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/IcuLocaleData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/IcuLocaleData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/IdnMapping.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/IdnMapping.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/IdnMapping.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/IdnMapping.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/IdnMapping.Nls.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/IdnMapping.Nls.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/InvariantModeCasing.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/InvariantModeCasing.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/ISOWeek.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/ISOWeek.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.Nls.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.Nls.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/JapaneseLunisolarCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseLunisolarCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/JulianCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/JulianCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/KoreanCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/KoreanCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/KoreanLunisolarCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/KoreanLunisolarCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/Normalization.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/Normalization.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/Normalization.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/Normalization.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/Normalization.Nls.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/Normalization.Nls.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/NumberFormatInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/NumberFormatInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/NumberStyles.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/NumberStyles.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/Ordinal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/Ordinal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/Ordinal.Utf8.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/Ordinal.Utf8.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/OrdinalCasing.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/OrdinalCasing.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/PersianCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/PersianCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/RegionInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/RegionInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/SortKey.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/SortKey.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/SortVersion.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/SortVersion.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/StringInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/StringInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/StrongBidiCategory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/StrongBidiCategory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/SurrogateCasing.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/SurrogateCasing.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TaiwanCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TaiwanCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TaiwanLunisolarCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TaiwanLunisolarCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TextElementEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TextElementEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.Icu.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.Icu.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.Nls.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TextInfo.Nls.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/ThaiBuddhistCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/ThaiBuddhistCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TimeSpanFormat.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TimeSpanFormat.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TimeSpanParse.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TimeSpanParse.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/TimeSpanStyles.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/TimeSpanStyles.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/UmAlQuraCalendar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/UmAlQuraCalendar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/UnicodeCategory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/UnicodeCategory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Guid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Guid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Half.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Half.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/HashCode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/HashCode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IAsyncDisposable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IAsyncDisposable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IAsyncResult.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IAsyncResult.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ICloneable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ICloneable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IComparable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IComparable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IConvertible.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IConvertible.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ICustomFormatter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ICustomFormatter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IDisposable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IDisposable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IEquatable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IEquatable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IFormatProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IFormatProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IFormattable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IFormattable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Index.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Index.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any1CharPackedSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any1CharPackedSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any1CharPackedIgnoreCaseSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any1CharPackedIgnoreCaseSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any2CharPackedIgnoreCaseSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any2CharPackedIgnoreCaseSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any3CharPackedSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any3CharPackedSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any2CharPackedSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any2CharPackedSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any1SearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any1SearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any2SearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any2SearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any3SearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any3SearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/BitVector256.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/BitVector256.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticMapState.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticMapState.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticWithAsciiCharSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticWithAsciiCharSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any4SearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any4SearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Any5SearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Any5SearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/AsciiByteSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/AsciiByteSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/AsciiCharSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/AsciiCharSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/IndexOfAnyAsciiSearcher.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/IndexOfAnyAsciiSearcher.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/AnyByteSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/AnyByteSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/RangeByteSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/RangeByteSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/RangeCharSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/RangeCharSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticCharSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticCharSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/BitmapCharSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/BitmapCharSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/SearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/SearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/SearchValues.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/SearchValues.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/SearchValuesDebugView.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/SearchValuesDebugView.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/EmptySearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/EmptySearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticMap.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/ProbabilisticMap.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/AhoCorasick.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/AhoCorasick.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/AhoCorasickBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/AhoCorasickBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/AhoCorasickNode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/AhoCorasickNode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/CharacterFrequencyHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/CharacterFrequencyHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/RabinKarp.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/RabinKarp.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/StringSearchValuesHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/StringSearchValuesHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/TeddyBucketizer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/TeddyBucketizer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/TeddyHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/Helpers/TeddyHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyBucketizedN2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyBucketizedN2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyBucketizedN3.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyBucketizedN3.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyNonBucketizedN2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyNonBucketizedN2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyNonBucketizedN3.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyNonBucketizedN3.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyBase.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/AsciiStringSearchValuesTeddyBase.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/MultiStringIgnoreCaseSearchValuesFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/MultiStringIgnoreCaseSearchValuesFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/SingleStringSearchValuesPackedThreeChars.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/SingleStringSearchValuesPackedThreeChars.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/SingleStringSearchValuesThreeChars.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/SingleStringSearchValuesThreeChars.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/SingleStringSearchValuesFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/SingleStringSearchValuesFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValues.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValues.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValuesBase.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValuesBase.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValuesAhoCorasick.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValuesAhoCorasick.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValuesRabinKarp.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SearchValues/Strings/StringSearchValuesRabinKarp.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IndexOutOfRangeException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IndexOutOfRangeException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/InsufficientExecutionStackException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/InsufficientExecutionStackException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/InsufficientMemoryException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/InsufficientMemoryException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Int16.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Int16.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Int32.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Int32.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Int64.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Int64.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Int128.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Int128.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IntPtr.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IntPtr.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/InvalidCastException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/InvalidCastException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/InvalidOperationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/InvalidOperationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/InvalidProgramException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/InvalidProgramException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/InvalidTimeZoneException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/InvalidTimeZoneException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/BinaryReader.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/BinaryReader.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/BinaryWriter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/BinaryWriter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/BufferedStream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/BufferedStream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Directory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Directory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/DirectoryInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/DirectoryInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/DirectoryNotFoundException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/DirectoryNotFoundException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/EncodingCache.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/EncodingCache.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/EnumerationOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/EnumerationOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/EndOfStreamException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/EndOfStreamException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/File.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/File.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileAccess.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileAccess.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileLoadException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileLoadException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileMode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileMode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileNotFoundException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileNotFoundException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileShare.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileShare.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileStream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileStream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileStreamOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileStreamOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileHandleType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileHandleType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileSystem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileSystem.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileSystemInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileSystemInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/HandleInheritability.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/HandleInheritability.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/InvalidDataException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/InvalidDataException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/IOException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/IOException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Iterator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Iterator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/MatchCasing.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/MatchCasing.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/MatchType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/MatchType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/MemoryStream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/MemoryStream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Path.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Path.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/PathTooLongException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/PathTooLongException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/PinnedBufferMemoryStream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/PinnedBufferMemoryStream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/RandomAccess.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/RandomAccess.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/ReadLinesIterator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/ReadLinesIterator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/SearchOption.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/SearchOption.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/SearchTarget.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/SearchTarget.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/SeekOrigin.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/SeekOrigin.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Stream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Stream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/StreamReader.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/StreamReader.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/StreamWriter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/StreamWriter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/StringReader.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/StringReader.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/StringWriter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/StringWriter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/TextReader.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/TextReader.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/TextWriter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/TextWriter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/TextWriter.CreateBroadcasting.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/TextWriter.CreateBroadcasting.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/UnixFileMode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/UnixFileMode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryAccessor.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryAccessor.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryStream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryStream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryStreamWrapper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryStreamWrapper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEntry.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEntry.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerableFactory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerableFactory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemName.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemName.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Strategies/BufferedFileStreamStrategy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Strategies/BufferedFileStreamStrategy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Strategies/DerivedFileStreamStrategy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Strategies/DerivedFileStreamStrategy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Strategies/FileStreamHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Strategies/FileStreamHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Strategies/FileStreamStrategy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Strategies/FileStreamStrategy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Strategies/OSFileStreamStrategy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Strategies/OSFileStreamStrategy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IObservable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IObservable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IObserver.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IObserver.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IProgress.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IProgress.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ISpanFormattable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ISpanFormattable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IUtfChar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IUtfChar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IUtf8SpanFormattable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IUtf8SpanFormattable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IUtf8SpanParsable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IUtf8SpanParsable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Lazy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Lazy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/LazyOfTTMetadata.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/LazyOfTTMetadata.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/LoaderOptimization.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/LoaderOptimization.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/LoaderOptimizationAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/LoaderOptimizationAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/LocalAppContextSwitches.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/LocalAppContextSwitches.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/LocalDataStoreSlot.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/LocalDataStoreSlot.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MarshalByRefObject.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MarshalByRefObject.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Marvin.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Marvin.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Marvin.OrdinalIgnoreCase.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Marvin.OrdinalIgnoreCase.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Math.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Math.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MathF.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MathF.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MemberAccessException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MemberAccessException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Memory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Memory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MemoryDebugView.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MemoryDebugView.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.Utf8.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Globalization.Utf8.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MemoryExtensions.Trim.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Trim.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MemoryExtensions.Trim.Utf8.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.Trim.Utf8.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MethodAccessException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MethodAccessException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MidpointRounding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MidpointRounding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MissingFieldException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MissingFieldException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MissingMemberException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MissingMemberException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MissingMethodException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MissingMethodException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MulticastDelegate.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MulticastDelegate.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/MulticastNotSupportedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/MulticastNotSupportedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Net/WebUtility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Net/WebUtility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/NonSerializedAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/NonSerializedAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/NotFiniteNumberException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/NotFiniteNumberException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/NotImplementedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/NotImplementedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/NotSupportedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/NotSupportedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Nullable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Nullable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/NullReferenceException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/NullReferenceException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Number.BigInteger.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Number.BigInteger.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Number.DiyFp.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Number.DiyFp.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Number.Dragon4.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Number.Dragon4.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Number.Formatting.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Number.Grisu3.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Number.Grisu3.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Number.NumberToFloatingPointBits.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Number.NumberToFloatingPointBits.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Number.Parsing.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/BFloat16.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/BFloat16.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/BitOperations.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/BitOperations.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Colors/Argb.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Colors/Argb.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Colors/Argb.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Colors/Argb.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Colors/Rgba.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Colors/Rgba.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Colors/Rgba.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Colors/Rgba.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.Impl.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.Impl.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.Impl.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Plane.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Plane.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Plane.Extensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Plane.Extensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.Extensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.Extensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/TotalOrderIeee754Comparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/TotalOrderIeee754Comparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector2.Extensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector2.Extensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector3.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector3.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector3.Extensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector3.Extensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector4.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector4.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/Vector4.Extensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector4.Extensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/VectorDebugView_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/VectorDebugView_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Object.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Object.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ObjectDisposedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ObjectDisposedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ObsoleteAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ObsoleteAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/OperatingSystem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/OperatingSystem.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/OperationCanceledException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/OperationCanceledException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/OutOfMemoryException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/OutOfMemoryException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/OverflowException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/OverflowException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ParamArrayAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ParamArrayAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ParseNumbers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ParseNumbers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/PasteArguments.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/PasteArguments.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/PlatformID.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/PlatformID.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/PlatformNotSupportedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/PlatformNotSupportedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Progress.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Progress.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Random.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Random.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Random.ImplBase.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Random.ImplBase.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Random.CompatImpl.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Random.CompatImpl.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Random.Xoshiro256StarStarImpl.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Random.Xoshiro256StarStarImpl.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Range.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Range.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/RankException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/RankException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ReadOnlyMemory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ReadOnlyMemory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ReadOnlySpan.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ReadOnlySpan.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AmbiguousMatchException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AmbiguousMatchException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Assembly.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Assembly.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyAlgorithmIdAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyAlgorithmIdAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyCompanyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyCompanyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyConfigurationAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyConfigurationAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyContentType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyContentType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyCopyrightAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyCopyrightAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyCultureAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyCultureAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyDefaultAliasAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyDefaultAliasAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyDelaySignAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyDelaySignAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyDescriptionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyDescriptionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyFileVersionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyFileVersionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyFlagsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyFlagsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyInformationalVersionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyInformationalVersionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyKeyFileAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyKeyFileAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyKeyNameAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyKeyNameAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyMetadataAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyMetadataAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyName.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyName.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameHelpers.StrongName.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameHelpers.StrongName.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameFlags.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameFlags.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameProxy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyNameProxy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyProductAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyProductAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblySignatureKeyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblySignatureKeyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyTitleAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyTitleAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyTrademarkAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyTrademarkAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/AssemblyVersionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblyVersionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Binder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Binder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/BindingFlags.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/BindingFlags.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/CallingConventions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/CallingConventions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/CorElementType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/CorElementType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeFormatException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeFormatException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeNamedArgument.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeNamedArgument.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeTypedArgument.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeTypedArgument.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/DefaultMemberAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/DefaultMemberAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderAccess.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderAccess.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorOnTypeBuilderInstantiation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorOnTypeBuilderInstantiation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/EmptyCAHolder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/EmptyCAHolder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/FieldOnTypeBuilderInstantiation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/FieldOnTypeBuilderInstantiation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/FlowControl.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/FlowControl.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/Label.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/Label.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/MethodOnTypeBuilderInstantiation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/MethodOnTypeBuilderInstantiation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/Opcode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/Opcode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/OpCodes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/OpCodes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/OpCodeType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/OpCodeType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/OperandType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/OperandType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/PackingSize.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/PackingSize.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/PEFileKinds.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/PEFileKinds.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/StackBehaviour.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/StackBehaviour.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Emit/TypeNameBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/TypeNameBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/EventAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/EventAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/EventInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/EventInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ExceptionHandlingClause.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ExceptionHandlingClause.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ExceptionHandlingClauseOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ExceptionHandlingClauseOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/FieldAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/FieldAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/FieldInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/FieldInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/GenericParameterAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/GenericParameterAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ICustomAttributeProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ICustomAttributeProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ImageFileMachine.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ImageFileMachine.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/InterfaceMapping.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/InterfaceMapping.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/IntrospectionExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/IntrospectionExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/InvalidFilterCriteriaException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/InvalidFilterCriteriaException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/InvocationFlags.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/InvocationFlags.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/IReflect.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/IReflect.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/IReflectableType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/IReflectableType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/LocalVariableInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/LocalVariableInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ManifestResourceInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ManifestResourceInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MemberFilter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MemberFilter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MemberInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MemberInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MemberTypes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MemberTypes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MethodAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBase.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MethodBody.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBody.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MethodImplAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodImplAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MethodInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/MethodInfo.Internal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInfo.Internal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Missing.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Missing.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ModifiedHasElementType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ModifiedHasElementType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ModifiedType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ModifiedType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ModifiedFunctionPointerType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ModifiedFunctionPointerType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ModifiedGenericType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ModifiedGenericType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Module.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Module.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ModuleResolveEventHandler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ModuleResolveEventHandler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/NullabilityInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/NullabilityInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/NullabilityInfoContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/NullabilityInfoContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ObfuscateAssemblyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ObfuscateAssemblyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ObfuscationAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ObfuscationAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ParameterAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ParameterAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ParameterInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ParameterInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ParameterModifier.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ParameterModifier.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Pointer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Pointer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/PortableExecutableKinds.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/PortableExecutableKinds.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ProcessorArchitecture.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ProcessorArchitecture.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/PropertyAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/PropertyAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/PropertyInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/PropertyInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ReflectionContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ReflectionContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ReflectionTypeLoadException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ReflectionTypeLoadException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ResourceAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ResourceAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/ResourceLocation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/ResourceLocation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/RuntimeReflectionExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeReflectionExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureArrayType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureArrayType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureByRefType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureByRefType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureCallingConvention.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureCallingConvention.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureConstructedGenericType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureConstructedGenericType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureFunctionPointerType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureFunctionPointerType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureGenericMethodParameterType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureGenericMethodParameterType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureGenericParameterType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureGenericParameterType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureHasElementType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureHasElementType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureModifiedType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureModifiedType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignaturePointerType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignaturePointerType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/SignatureTypeExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/SignatureTypeExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/StrongNameKeyPair.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/StrongNameKeyPair.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TargetException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TargetException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TargetInvocationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TargetInvocationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TargetParameterCountException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TargetParameterCountException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TypeAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TypeAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TypeDelegator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TypeDelegator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TypeFilter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TypeFilter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TypeInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TypeInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/TypeNameResolver.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/TypeNameResolver.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Reflection/Metadata/MetadataUpdateHandlerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Reflection/Metadata/MetadataUpdateHandlerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ResolveEventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ResolveEventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ResolveEventHandler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ResolveEventHandler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/FastResourceComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/FastResourceComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/FileBasedResourceGroveler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/FileBasedResourceGroveler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/IResourceGroveler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/IResourceGroveler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/IResourceReader.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/IResourceReader.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/MissingManifestResourceException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/MissingManifestResourceException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/MissingSatelliteAssemblyException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/MissingSatelliteAssemblyException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/NeutralResourcesLanguageAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/NeutralResourcesLanguageAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/ResourceFallbackManager.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceFallbackManager.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/ResourceManager.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceManager.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.Core.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.Core.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/ResourceSet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceSet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/ResourceTypeCode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceTypeCode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/RuntimeResourceSet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/RuntimeResourceSet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/SatelliteContractVersionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/SatelliteContractVersionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Resources/UltimateResourceFallbackLocation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Resources/UltimateResourceFallbackLocation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/AmbiguousImplementationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/AmbiguousImplementationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/BypassReadyToRunAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/BypassReadyToRunAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AccessedThroughPropertyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AccessedThroughPropertyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.NonBrowser.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.NonBrowser.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncIteratorMethodBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncIteratorMethodBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncIteratorStateMachineAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncIteratorStateMachineAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncMethodBuilderAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncMethodBuilderAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncMethodBuilderCore.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncMethodBuilderCore.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncStateMachineAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncStateMachineAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilderT.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilderT.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncVoidMethodBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncVoidMethodBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncInstrumentation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncInstrumentation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastCache.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastCache.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/GenericCache.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/GenericCache.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerArgumentExpressionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerArgumentExpressionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerFilePathAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerFilePathAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerLineNumberAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerLineNumberAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallingConventions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CallingConventions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CollectionBuilderAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CollectionBuilderAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompExactlyDependsOnAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompExactlyDependsOnAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompHasFallbackAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompHasFallbackAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilationRelaxations.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilationRelaxations.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilationRelaxationsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilationRelaxationsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerFeatureRequiredAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerFeatureRequiredAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerGeneratedAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerGeneratedAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerLoweringPreserveAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerLoweringPreserveAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerGlobalScopeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CompilerGlobalScopeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConditionalWeakTable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConditionalWeakTable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConfiguredAsyncDisposable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConfiguredAsyncDisposable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConfiguredCancelableAsyncEnumerable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConfiguredCancelableAsyncEnumerable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConfiguredValueTaskAwaitable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ConfiguredValueTaskAwaitable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ContractHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ContractHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CreateNewOnMetadataUpdateAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CreateNewOnMetadataUpdateAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DateTimeConstantAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DateTimeConstantAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DecimalConstantAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DecimalConstantAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DefaultDependencyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DefaultDependencyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependencyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependencyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DisablePrivateReflectionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DisablePrivateReflectionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DisableRuntimeMarshallingAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DisableRuntimeMarshallingAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DiscardableAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DiscardableAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/EnumeratorCancellationAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/EnumeratorCancellationAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ExtensionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ExtensionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ExtensionMarkerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ExtensionMarkerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FixedAddressValueTypeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FixedAddressValueTypeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FixedBufferAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FixedBufferAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IAsyncStateMachine.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IAsyncStateMachine.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IAsyncStateMachineBox.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IAsyncStateMachineBox.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IndexerNameAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IndexerNameAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/INotifyCompletion.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/INotifyCompletion.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InternalsVisibleToAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InternalsVisibleToAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IntrinsicAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IntrinsicAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsByRefLikeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsByRefLikeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InlineArray.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InlineArray.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InlineArrayAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InlineArrayAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsConst.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsConst.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsExternalInit.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsExternalInit.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsReadOnlyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsReadOnlyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsVolatile.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsVolatile.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InterpolatedStringHandlerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InterpolatedStringHandlerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InterpolatedStringHandlerArgumentAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/InterpolatedStringHandlerArgumentAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DefaultInterpolatedStringHandler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/DefaultInterpolatedStringHandler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsClosedTypeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsClosedTypeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsUnmanagedAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IsUnmanagedAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IteratorStateMachineAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IteratorStateMachineAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ITuple.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ITuple.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IUnion.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/IUnion.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/LoadHint.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/LoadHint.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MemorySafetyRulesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MemorySafetyRulesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MethodCodeType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MethodCodeType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MethodImplAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MethodImplAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MethodImplOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MethodImplOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ModuleInitializerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ModuleInitializerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MetadataUpdateDeletedAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MetadataUpdateDeletedAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MetadataUpdateOriginalTypeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/MetadataUpdateOriginalTypeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/NullableAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/NullableAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/NullableContextAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/NullableContextAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/NullablePublicOnlyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/NullablePublicOnlyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ReferenceAssemblyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ReferenceAssemblyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ParamCollectionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ParamCollectionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PoolingAsyncValueTaskMethodBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PoolingAsyncValueTaskMethodBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PoolingAsyncValueTaskMethodBuilderT.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PoolingAsyncValueTaskMethodBuilderT.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PreserveBaseOverridesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PreserveBaseOverridesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/OverloadResolutionPriorityAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/OverloadResolutionPriorityAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RefSafetyRulesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RefSafetyRulesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RequiredMemberAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RequiredMemberAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RequiresLocationAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RequiresLocationAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeCompatibilityAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeCompatibilityAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeWrappedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeWrappedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ScopedRefAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ScopedRefAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SkipLocalsInitAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SkipLocalsInitAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SpecialNameAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SpecialNameAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/StateMachineAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/StateMachineAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/StringFreezingAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/StringFreezingAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/StrongBox.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/StrongBox.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SuppressIldasmAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SuppressIldasmAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SwitchExpressionException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/SwitchExpressionException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TaskAwaiter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TaskAwaiter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeForwardedFromAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeForwardedFromAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeForwardedToAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeForwardedToAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/Unsafe.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/Unsafe.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnsafeAccessorAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnsafeAccessorAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnsafeAccessorTypeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnsafeAccessorTypeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnsafeValueTypeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnsafeValueTypeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/UnionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ValueTaskAwaiter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ValueTaskAwaiter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/YieldAwaitable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/YieldAwaitable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncProfiler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncProfiler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncProfilerEventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncProfilerEventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/Cer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/Cer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/Consistency.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/Consistency.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/CriticalFinalizerObject.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/CriticalFinalizerObject.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/PrePrepareMethodAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/PrePrepareMethodAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/ReliabilityContractAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/ReliabilityContractAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionHandling.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionHandling.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/FirstChanceExceptionEventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/FirstChanceExceptionEventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/HandleProcessCorruptedStateExceptionsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/HandleProcessCorruptedStateExceptionsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/GCFrameRegistration.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/GCFrameRegistration.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/GCSettings.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/GCSettings.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/AllowReversePInvokeCallsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/AllowReversePInvokeCallsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Architecture.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Architecture.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ArrayWithOffset.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ArrayWithOffset.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/BestFitMappingAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/BestFitMappingAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/BStrWrapper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/BStrWrapper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CallingConvention.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CallingConvention.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CharSet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CharSet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ClassInterfaceAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ClassInterfaceAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ClassInterfaceType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ClassInterfaceType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CLong.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CLong.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CoClassAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CoClassAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CollectionsMarshal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CollectionsMarshal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComDefaultInterfaceAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComDefaultInterfaceAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventInterfaceAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventInterfaceAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/COMException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/COMException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComImportAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComImportAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComInterfaceType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComInterfaceType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComMemberType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComMemberType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComSourceInterfacesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComSourceInterfacesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IBindCtx.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IBindCtx.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPoint.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPoint.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPointContainer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPointContainer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnectionPoints.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnectionPoints.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnections.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnections.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumMoniker.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumMoniker.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumString.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumString.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumVARIANT.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumVARIANT.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IMoniker.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IMoniker.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IPersistFile.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IPersistFile.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IStream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IStream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeComp.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeComp.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComVisibleAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComVisibleAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CreateObjectFlags.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CreateObjectFlags.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CreateComInterfaceFlags.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CreateComInterfaceFlags.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CreatedWrapperFlags.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CreatedWrapperFlags.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CriticalHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CriticalHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CULong.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CULong.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CurrencyWrapper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CurrencyWrapper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomQueryInterfaceMode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomQueryInterfaceMode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomQueryInterfaceResult.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomQueryInterfaceResult.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DefaultCharSetAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DefaultCharSetAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DefaultDllImportSearchPathsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DefaultDllImportSearchPathsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DefaultParameterValueAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DefaultParameterValueAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DispatchWrapper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DispatchWrapper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DispIdAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DispIdAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DllImportAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DllImportAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DllImportSearchPath.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/DllImportSearchPath.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ErrorWrapper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ErrorWrapper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExtendedLayoutAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExtendedLayoutAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExtendedLayoutKind.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExtendedLayoutKind.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExternalException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExternalException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/FieldOffsetAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/FieldOffsetAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandleExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandleExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandleType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandleType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GuidAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/GuidAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/HandleRef.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/HandleRef.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomAdapter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomAdapter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomFactory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomFactory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomMarshaler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomMarshaler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomQueryInterface.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomQueryInterface.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/IDynamicInterfaceCastable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/IDynamicInterfaceCastable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InterfaceTypeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InterfaceTypeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidComObjectException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidComObjectException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidOleVariantTypeException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidOleVariantTypeException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/ComponentCrossReference.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/ComponentCrossReference.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/JavaMarshal.Unsupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/JavaMarshal.Unsupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/MarkCrossReferencesArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/MarkCrossReferencesArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/StronglyConnectedComponent.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Java/StronglyConnectedComponent.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LayoutKind.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LayoutKind.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LCIDConversionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LCIDConversionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MarshalAsAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MarshalAsAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MarshalDirectiveException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MarshalDirectiveException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/AnsiStringMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/AnsiStringMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ArrayMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ArrayMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/BStrStringMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/BStrStringMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ComVariant.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ComVariant.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ContiguousCollectionMarshallerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ContiguousCollectionMarshallerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/CustomMarshallerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/CustomMarshallerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalMode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalMode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalUsingAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalUsingAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/NativeMarshallingAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/NativeMarshallingAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/PointerArrayMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/PointerArrayMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ReadOnlySpanMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/ReadOnlySpanMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/SafeHandleMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/SafeHandleMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/SpanMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/SpanMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/Utf16StringMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/Utf16StringMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/Utf8StringMarshaller.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/Utf8StringMarshaller.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeMemory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeMemory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NFloat.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NFloat.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/OptionalAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/OptionalAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/OSPlatform.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/OSPlatform.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/OutAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/OutAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PinnedGCHandle.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PinnedGCHandle.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignalContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignalContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignalRegistration.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignalRegistration.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PreserveSigAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PreserveSigAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ProgIdAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ProgIdAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/RuntimeInformation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/RuntimeInformation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayRankMismatchException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayRankMismatchException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayTypeMismatchException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayTypeMismatchException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeBuffer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeBuffer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SEHException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SEHException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StringMarshalling.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StringMarshalling.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StructLayoutAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StructLayoutAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SuppressGCTransitionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SuppressGCTransitionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Swift/SwiftTypes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Swift/SwiftTypes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeIdentifierAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeIdentifierAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapAssociationAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapAssociationAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapAssemblyTargetAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapAssemblyTargetAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapping.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeMapping.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnknownWrapper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnknownWrapper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallConvAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallConvAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallersOnlyAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedCallersOnlyAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedFunctionPointerAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedFunctionPointerAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/UnmanagedType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/VarEnum.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/VarEnum.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/VariantWrapper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/VariantWrapper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/WasmImportLinkageAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/WasmImportLinkageAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/WeakGCHandle.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/WeakGCHandle.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Enums.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Enums.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/ISimdVector_2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/ISimdVector_2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Scalar.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Scalar.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/SimdVectorExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/SimdVectorExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128.Numerics.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128.Numerics.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128DebugView_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128DebugView_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256DebugView_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256DebugView_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector512.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector512.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector512_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector512_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector512DebugView_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector512DebugView_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64DebugView_1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64DebugView_1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/VectorMath.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/VectorMath.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Enums.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Enums.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/JitInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/JitInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Loader/LibraryNameVariation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Loader/LibraryNameVariation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/NgenServicingAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/NgenServicingAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/ProfileOptimization.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/ProfileOptimization.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Remoting/ObjectHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Remoting/ObjectHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/DeserializationToken.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/DeserializationToken.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/DeserializationTracker.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/DeserializationTracker.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/IDeserializationCallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/IDeserializationCallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/IFormatterConverter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/IFormatterConverter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/IObjectReference.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/IObjectReference.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/ISafeSerializationData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/ISafeSerializationData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/ISerializable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/ISerializable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnDeserializedAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnDeserializedAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnDeserializingAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnDeserializingAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnSerializedAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnSerializedAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnSerializingAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OnSerializingAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OptionalFieldAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/OptionalFieldAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SafeSerializationEventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SafeSerializationEventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationInfo.SerializationGuard.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationInfo.SerializationGuard.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationInfoEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationInfoEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Serialization/StreamingContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/StreamingContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ComponentGuaranteesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ComponentGuaranteesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ComponentGuaranteesOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ComponentGuaranteesOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/FrameworkName.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/FrameworkName.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/PlatformAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/PlatformAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/RequiresPreviewFeaturesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/RequiresPreviewFeaturesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ResourceConsumptionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ResourceConsumptionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ResourceExposureAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ResourceExposureAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ResourceScope.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ResourceScope.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/TargetFrameworkAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/TargetFrameworkAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Versioning/VersioningHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/VersioningHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SByte.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SByte.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/AllowPartiallyTrustedCallersAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/AllowPartiallyTrustedCallersAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/CryptographicException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/CryptographicException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/IPermission.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/IPermission.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/ISecurityEncodable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/ISecurityEncodable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/IStackWalk.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/IStackWalk.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/PartialTrustVisibilityLevel.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/PartialTrustVisibilityLevel.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Permissions/CodeAccessSecurityAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Permissions/CodeAccessSecurityAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Permissions/PermissionState.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Permissions/PermissionState.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityAction.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityAction.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityPermissionAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityPermissionAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityPermissionFlag.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Permissions/SecurityPermissionFlag.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/PermissionSet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/PermissionSet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Principal/IIdentity.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Principal/IIdentity.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Principal/IPrincipal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Principal/IPrincipal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Principal/PrincipalPolicy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Principal/PrincipalPolicy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/Principal/TokenImpersonationLevel.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/Principal/TokenImpersonationLevel.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecureString.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecureString.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityCriticalAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityCriticalAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityCriticalScope.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityCriticalScope.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityElement.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityRulesAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityRulesAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityRuleSet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityRuleSet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecuritySafeCriticalAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecuritySafeCriticalAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityTransparentAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityTransparentAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecurityTreatAsSafeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecurityTreatAsSafeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SuppressUnmanagedCodeSecurityAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SuppressUnmanagedCodeSecurityAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/UnverifiableCodeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/UnverifiableCodeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/VerificationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/VerificationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SerializableAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SerializableAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Single.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Single.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Span.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Span.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanDebugView.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanDebugView.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanHelpers.BinarySearch.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.BinarySearch.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanHelpers.Byte.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Byte.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanHelpers.ByteMemOps.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.ByteMemOps.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanHelpers.Char.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Char.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanHelpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanHelpers.Packed.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Packed.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SpanHelpers.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SR.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SR.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/StackOverflowException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/StackOverflowException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/StartupHookProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/StartupHookProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/String.Comparison.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/String.Comparison.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/String.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/String.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/String.Manipulation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/String.Searching.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/String.Searching.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/StringComparer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/StringComparer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/StringComparison.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/StringComparison.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/StringNormalizationExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/StringNormalizationExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/StringSplitOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/StringSplitOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/SystemException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/SystemException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Ascii.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Ascii.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Ascii.CaseConversion.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Ascii.CaseConversion.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Ascii.Equality.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Ascii.Equality.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Ascii.Transcoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Ascii.Transcoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Ascii.Trimming.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Ascii.Trimming.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Ascii.Utility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Ascii.Utility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Ascii.Utility.Helpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Ascii.Utility.Helpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/ASCIIEncoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/ASCIIEncoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/CodePageDataItem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/CodePageDataItem.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/CompositeFormat.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/CompositeFormat.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Decoder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Decoder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/DecoderExceptionFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/DecoderExceptionFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/DecoderFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/DecoderFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/DecoderNLS.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/DecoderNLS.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/DecoderReplacementFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/DecoderReplacementFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Encoder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Encoder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncoderExceptionFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncoderExceptionFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncoderFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncoderFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncoderLatin1BestFitFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncoderLatin1BestFitFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncoderLatin1BestFitFallback.Data.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncoderLatin1BestFitFallback.Data.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncoderNLS.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncoderNLS.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncoderReplacementFallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncoderReplacementFallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Encoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Encoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Encoding.Internal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Encoding.Internal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncodingData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncodingData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncodingInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncodingInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncodingProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncodingProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/EncodingTable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/EncodingTable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Latin1Encoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Latin1Encoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Latin1Encoding.Sealed.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Latin1Encoding.Sealed.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Latin1Utility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Latin1Utility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Latin1Utility.Helpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Latin1Utility.Helpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/NormalizationForm.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/NormalizationForm.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Rune.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Rune.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/RunePosition.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/RunePosition.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/SpanLineEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/SpanLineEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/SpanRuneEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/SpanRuneEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/StringBuilderRuneEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/StringBuilderRuneEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/StringRuneEnumerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/StringRuneEnumerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/TranscodingStream.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/TranscodingStream.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/TrimType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/TrimType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/GraphemeClusterBreakType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/GraphemeClusterBreakType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/TextSegmentationUtility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/TextSegmentationUtility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf16.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf16.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf16Utility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf16Utility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf16Utility.Validation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf16Utility.Validation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.Helpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.Helpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.Transcoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.Transcoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.Validation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/Unicode/Utf8Utility.Validation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/UnicodeDebug.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/UnicodeDebug.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/UnicodeEncoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/UnicodeEncoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/UnicodeUtility.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/UnicodeUtility.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/UTF32Encoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/UTF32Encoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/UTF7Encoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/UTF7Encoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/UTF8Encoding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/UTF8Encoding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/UTF8Encoding.Sealed.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/UTF8Encoding.Sealed.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Text/ValueStringBuilder.AppendFormat.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Text/ValueStringBuilder.AppendFormat.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ThreadAttributes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ThreadAttributes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/AbandonedMutexException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/AbandonedMutexException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ApartmentState.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ApartmentState.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/AsyncLocal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/AsyncLocal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/AutoResetEvent.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/AutoResetEvent.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Backoff.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Backoff.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/CancellationToken.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/CancellationToken.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenRegistration.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenRegistration.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/CompressedStack.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/CompressedStack.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Condition.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Condition.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/StackCrawlMark.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/StackCrawlMark.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/EventResetMode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/EventResetMode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/IOCompletionCallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/IOCompletionCallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/IOCompletionCallbackHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/IOCompletionCallbackHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/IThreadPoolWorkItem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/IThreadPoolWorkItem.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Interlocked.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Interlocked.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LazyInitializer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LazyInitializer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LazyThreadSafetyMode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LazyThreadSafetyMode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Lock.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Lock.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LockRecursionException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LockRecursionException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LowLevelLock.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelLock.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LowLevelSpinWaiter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelSpinWaiter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LowLevelThreadBlocker.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelThreadBlocker.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ManualResetEvent.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ManualResetEvent.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ManualResetEventSlim.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ManualResetEventSlim.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Monitor.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Monitor.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Mutex.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/NamedWaitHandleOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/NamedWaitHandleOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/NativeOverlapped.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/NativeOverlapped.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Overlapped.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Overlapped.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ParameterizedThreadStart.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ParameterizedThreadStart.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ReaderWriterLockSlim.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ReaderWriterLockSlim.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Semaphore.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Semaphore.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/SemaphoreFullException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/SemaphoreFullException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/SemaphoreSlim.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/SemaphoreSlim.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/SendOrPostCallback.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/SendOrPostCallback.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/SpinLock.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/SpinLock.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/SpinWait.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/SpinWait.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/SynchronizationContext.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/SynchronizationContext.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/SynchronizationLockException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/SynchronizationLockException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/AsyncCausalityTracerConstants.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/AsyncCausalityTracerConstants.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/CachedCompletedInt32Task.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/CachedCompletedInt32Task.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/ConcurrentExclusiveSchedulerPair.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ConcurrentExclusiveSchedulerPair.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/ConfigureAwaitOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ConfigureAwaitOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task_T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task_T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskFactory_T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskFactory_T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/LoggingExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/LoggingExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/Sources/IValueTaskSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Sources/IValueTaskSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Sources/ManualResetValueTaskSourceCore.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskAsyncEnumerableExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskAsyncEnumerableExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskAsyncEnumerableExtensions.ToBlockingEnumerable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskAsyncEnumerableExtensions.ToBlockingEnumerable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCache.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCache.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCanceledException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCanceledException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCompletionSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCompletionSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCompletionSource_T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCompletionSource_T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskExceptionHolder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskExceptionHolder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskFactory.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskFactory.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskScheduler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskScheduler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskSchedulerException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskSchedulerException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/ThreadPoolTaskScheduler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ThreadPoolTaskScheduler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/TplEventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TplEventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Tasks/ValueTask.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/ValueTask.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Thread.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Thread.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadAbortException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadAbortException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadBlockingInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadBlockingInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadExceptionEventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadExceptionEventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadInt64PersistentCounter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadInt64PersistentCounter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadInterruptedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadInterruptedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadLocal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadLocal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolWorkQueue.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolWorkQueue.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadPriority.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPriority.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadStart.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadStart.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadStartException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadStartException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadState.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadState.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadStateException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadStateException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Timeout.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Timeout.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/TimeoutHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/TimeoutHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PeriodicTimer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PeriodicTimer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Timer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Timer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/TimerQueue.Portable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/TimerQueue.Portable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Volatile.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Volatile.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitHandle.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitHandle.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitHandleCannotBeOpenedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitHandleCannotBeOpenedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitHandleExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitHandleExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ThreadStaticAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ThreadStaticAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ThrowHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ThrowHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeOnly.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeOnly.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeoutException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeoutException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeSpan.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeSpan.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZone.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZone.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.AdjustmentRule.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.AdjustmentRule.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Cache.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Cache.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.FullGlobalizationData.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.FullGlobalizationData.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.StringSerializer.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.StringSerializer.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.TransitionTime.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.TransitionTime.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneNotFoundException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneNotFoundException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Tuple.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Tuple.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TupleSlim.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TupleSlim.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TupleExtensions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TupleExtensions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Type.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Type.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Type.Enum.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Type.Enum.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Type.Helpers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Type.Helpers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TypeAccessException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TypeAccessException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TypeCode.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TypeCode.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TypeInitializationException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TypeInitializationException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TypeLoadException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TypeLoadException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TypeUnloadedException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TypeUnloadedException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UInt16.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UInt16.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UInt32.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UInt32.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UInt64.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UInt64.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UInt128.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UInt128.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UIntPtr.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UIntPtr.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UnauthorizedAccessException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UnauthorizedAccessException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UnhandledExceptionEventArgs.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UnhandledExceptionEventArgs.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UnhandledExceptionEventHandler.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UnhandledExceptionEventHandler.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/UnitySerializationHolder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/UnitySerializationHolder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ValueTuple.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ValueTuple.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Version.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Version.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Void.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Void.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/WeakReference.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/WeakReference.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/WeakReference.T.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/WeakReference.T.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ComAwareWeakReference.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ComAwareWeakReference.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.Calendar.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Calendar.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.Casing.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Casing.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.Collation.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Collation.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.ICU.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.ICU.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.Idna.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Idna.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.Locale.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Locale.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.Normalization.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Normalization.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.ResultCode.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.ResultCode.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.TimeZoneDisplayNameType.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.TimeZoneDisplayNameType.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.TimeZoneInfo.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.TimeZoneInfo.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Interop.Utils.cs" Link="src/runtime/src/libraries/Common/src/Interop/Interop.Utils.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Interop.Errors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.Errors.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Interop.BOOL.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.BOOL.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Kernel32/Interop.Globalization.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Globalization.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Kernel32/Interop.ResolveLocaleName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ResolveLocaleName.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Normaliz/Interop.Idna.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Normaliz/Interop.Idna.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Normaliz/Interop.Normalization.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Normaliz/Interop.Normalization.cs"/>
<Compile Include="../../../../libraries/Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.cs"/>
<Compile Include="../../../../libraries/Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
<Compile Include="../../../../libraries/Common/src/System/TimeProvider.cs" Link="src/runtime/src/libraries/Common/src/System/TimeProvider.cs"/>
<Compile Include="../../../../libraries/Common/src/System/LocalAppContextSwitches.Common.cs" Link="src/runtime/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs"/>
<Compile Include="../../../../libraries/Common/src/System/HexConverter.cs" Link="src/runtime/src/libraries/Common/src/System/HexConverter.cs"/>
<Compile Include="../../../../libraries/Common/src/System/NullableBool.cs" Link="src/runtime/src/libraries/Common/src/System/NullableBool.cs"/>
<Compile Include="../../../../libraries/Common/src/System/HResults.cs" Link="src/runtime/src/libraries/Common/src/System/HResults.cs"/>
<Compile Include="../../../../libraries/Common/src/System/NotImplemented.cs" Link="src/runtime/src/libraries/Common/src/System/NotImplemented.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Number.Formatting.Common.cs" Link="src/runtime/src/libraries/Common/src/System/Number.Formatting.Common.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Number.NumberBuffer.cs" Link="src/runtime/src/libraries/Common/src/System/Number.NumberBuffer.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Number.Parsing.Common.cs" Link="src/runtime/src/libraries/Common/src/System/Number.Parsing.Common.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Numerics/Crc32ReflectedTable.cs" Link="src/runtime/src/libraries/Common/src/System/Numerics/Crc32ReflectedTable.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Sha1ForNonSecretPurposes.cs" Link="src/runtime/src/libraries/Common/src/System/Sha1ForNonSecretPurposes.cs"/>
<Compile Include="../../../../libraries/Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Collections/Concurrent/IProducerConsumerQueue.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Concurrent/IProducerConsumerQueue.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Collections/Concurrent/MultiProducerMultiConsumerQueue.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Concurrent/MultiProducerMultiConsumerQueue.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Collections/Generic/EnumerableHelpers.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Generic/EnumerableHelpers.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Collections/Generic/BitHelper.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Generic/BitHelper.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Collections/Generic/ValueListBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Collections/Generic/ValueListBuilder.cs"/>
<Compile Include="../../../../libraries/Common/src/System/IO/PathInternal.cs" Link="src/runtime/src/libraries/Common/src/System/IO/PathInternal.cs"/>
<Compile Include="../../../../libraries/Common/src/System/IO/PathInternal.CaseSensitivity.cs" Link="src/runtime/src/libraries/Common/src/System/IO/PathInternal.CaseSensitivity.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Reflection/AssemblyNameParser.cs" Link="src/runtime/src/libraries/Common/src/System/Reflection/AssemblyNameParser.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Reflection/AssemblyNameFormatter.cs" Link="src/runtime/src/libraries/Common/src/System/Reflection/AssemblyNameFormatter.cs"/>
<Compile Include="../../../../libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/AssemblyNameInfo.cs" Link="src/runtime/src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/AssemblyNameInfo.cs"/>
<Compile Include="../../../../libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeName.cs" Link="src/runtime/src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeName.cs"/>
<Compile Include="../../../../libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeNameParser.cs" Link="src/runtime/src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeNameParser.cs"/>
<Compile Include="../../../../libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeNameParserHelpers.cs" Link="src/runtime/src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeNameParserHelpers.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Runtime/Versioning/NonVersionableAttribute.cs" Link="src/runtime/src/libraries/Common/src/System/Runtime/Versioning/NonVersionableAttribute.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Text/StringBuilderCache.cs" Link="src/runtime/src/libraries/Common/src/System/Text/StringBuilderCache.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Text/ValueStringBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Text/ValueStringBuilder.AppendSpanFormattable.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.AppendSpanFormattable.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Threading/ITimer.cs" Link="src/runtime/src/libraries/Common/src/System/Threading/ITimer.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Threading/OpenExistingResult.cs" Link="src/runtime/src/libraries/Common/src/System/Threading/OpenExistingResult.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Threading/Tasks/TaskToAsyncResult.cs" Link="src/runtime/src/libraries/Common/src/System/Threading/Tasks/TaskToAsyncResult.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyDependencyResolver.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyDependencyResolver.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Advapi32/Interop.ActivityControl.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.ActivityControl.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Advapi32/Interop.EtwEnableCallback.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EtwEnableCallback.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Windows/Advapi32/Interop.EVENT_INFO_CLASS.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.EVENT_INFO_CLASS.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/ActivityTracker.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/ActivityTracker.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/DiagnosticCounter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/DiagnosticCounter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterGroup.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterGroup.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterPayload.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterPayload.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventActivityOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventActivityOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventCounter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventCounter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventDescriptor.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventDescriptor.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.Internal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipe.Internal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeEventDispatcher.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeEventDispatcher.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeEventDispatcher.Threads.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeEventDispatcher.Threads.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeEventProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeEventProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeMetadataGenerator.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipeMetadataGenerator.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipePayloadDecoder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventPipePayloadDecoder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventProvider.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventProvider.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventListener.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventListener.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSourceException.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSourceException.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/FrameworkEventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/FrameworkEventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingEventCounter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingEventCounter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingPollingCounter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/IncrementingPollingCounter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/ManifestBuilder.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/ManifestBuilder.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Exceptions.NativeSinks.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Exceptions.NativeSinks.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Exceptions.NativeSinks.Internal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Exceptions.NativeSinks.Internal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Threading.NativeSinks.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Threading.NativeSinks.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Threading.NativeSinks.Internal.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/NativeRuntimeEventSource.Threading.NativeSinks.Internal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/PollingCounter.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/PollingCounter.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/RuntimeEventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/RuntimeEventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/Winmeta.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/Winmeta.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ArrayTypeInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ArrayTypeInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ConcurrentSet.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ConcurrentSet.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ConcurrentSetItem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/ConcurrentSetItem.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/DataCollector.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/DataCollector.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EmptyStruct.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EmptyStruct.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EnumerableTypeInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EnumerableTypeInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EnumHelper.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EnumHelper.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventDataAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventDataAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventFieldAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventFieldAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventFieldFormat.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventFieldFormat.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventIgnoreAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventIgnoreAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventPayload.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventPayload.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventSourceOptions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/EventSourceOptions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/FieldMetadata.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/FieldMetadata.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/InvokeTypeInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/InvokeTypeInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/NameInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/NameInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/PropertyAnalysis.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/PropertyAnalysis.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/PropertyValue.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/PropertyValue.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/SimpleEventTypes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/SimpleEventTypes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/SimpleTypeInfos.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/SimpleTypeInfos.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/Statics.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/Statics.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataCollector.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataCollector.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataType.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataType.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventHandleTable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventHandleTable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTraits.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTraits.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTypes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTypes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingMetadataCollector.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingMetadataCollector.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingTypeInfo.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingTypeInfo.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TypeAnalysis.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TypeAnalysis.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/IReferenceTracker.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/IReferenceTracker.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ReferenceTrackerHost.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ReferenceTrackerHost.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TrackerObjectManager.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TrackerObjectManager.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComAwareWeakReference.ComWrappers.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComAwareWeakReference.ComWrappers.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.NoCom.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.NoCom.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelpers.NoCom.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelpers.NoCom.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/Interop.Errors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Errors.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/Interop.IOErrors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.IOErrors.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Libraries.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/Interop.DefaultPathBufferSize.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.DefaultPathBufferSize.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Access.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Access.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.ChDir.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChDir.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.ChMod.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ChMod.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.FChMod.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FChMod.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Close.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Close.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.CopyFile.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.CopyFile.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.DynamicLoad.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.DynamicLoad.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.ErrNo.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ErrNo.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.FileSystemSupportsLocking.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FileSystemSupportsLocking.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.FLock.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FLock.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.FSync.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FSync.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.FTruncate.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FTruncate.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Futex.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Futex.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Pipe.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Pipe.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetCwd.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetCwd.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnv.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnv.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnviron.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEnviron.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetHostName.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetOSArchitecture.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetOSArchitecture.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetProcessPath.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetProcessPath.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetRandomBytes.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetRandomBytes.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetLowResolutionTimestamp.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetLowResolutionTimestamp.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixVersion.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixVersion.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixRelease.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetUnixRelease.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.IOVector.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IOVector.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.LChflags.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LChflags.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Link.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Link.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.LockFileRegion.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LockFileRegion.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Log.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Log.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelMonitor.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.LSeek.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LSeek.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MemAlloc.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemAlloc.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MkDir.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkDir.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MkdTemp.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MkdTemp.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MksTemps.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MksTemps.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MMap.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MMap.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MUnmap.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MUnmap.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.TryParseMountInfoLine.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcMountInfo.TryParseMountInfoLine.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Open.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Open.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.OpenFlags.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.OpenFlags.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PathConf.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.PosixFAdvise.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixFAdvise.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.FAllocate.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.FAllocate.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.PRead.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PRead.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.ReadV.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadV.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.PReadV.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PReadV.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.PWrite.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PWrite.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.PWriteV.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PWriteV.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.WriteV.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.WriteV.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.ReadDir.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadDir.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReadLink.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Rename.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Rename.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.RmDir.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.RmDir.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.SchedGetCpu.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SchedGetCpu.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Span.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Span.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.SymLink.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SymLink.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.SysConf.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysConf.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.SysLog.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SysLog.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Threading.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Threading.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Unlink.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Unlink.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.UTimensat.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.UTimensat.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.Write.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.cs"/>
<Compile Include="../../../../libraries/Common/src/System/Runtime/InteropServices/SpanOfCharAsUtf8StringMarshaller.cs" Link="src/runtime/src/libraries/Common/src/System/Runtime/InteropServices/SpanOfCharAsUtf8StringMarshaller.cs"/>
<Compile Include="../../../../libraries/Common/src/System/IO/PathInternal.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/IO/PathInternal.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Internal/Console.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Internal/Console.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.ThreadPoolValueTaskSource.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.ThreadPoolValueTaskSource.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/AppDomain.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/AppDomain.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/DateTime.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/DateTime.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/DebugProvider.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/DebugProvider.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Stopwatch.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Stopwatch.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/RuntimeEventSourceHelper.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/RuntimeEventSourceHelper.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.NoRegistry.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.NoRegistry.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.UnixOrBrowser.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.UnixOrBrowser.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.GetFolderPathCore.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.GetFolderPathCore.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.Variables.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.Variables.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/CultureInfo.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/CultureInfo.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationMode.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationMode.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationMode.LoadICU.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/GlobalizationMode.LoadICU.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Globalization/HijriCalendar.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/HijriCalendar.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Guid.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Guid.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Directory.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Directory.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/File.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/File.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileStatus.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileStatus.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileSystem.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileSystem.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileSystem.Exists.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileSystem.Exists.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileSystemInfo.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileSystemInfo.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Path.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Path.Unix.NoniOS.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.NoniOS.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/PersistedFiles.Names.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/PersistedFiles.Names.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/RandomAccess.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/RandomAccess.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEntry.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEntry.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerator.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Enumeration/FileSystemEnumerator.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Strategies/FileStreamHelpers.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Strategies/FileStreamHelpers.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/Strategies/UnixFileStreamStrategy.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/Strategies/UnixFileStreamStrategy.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/PasteArguments.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/PasteArguments.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Loader/LibraryNameVariation.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Loader/LibraryNameVariation.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeMemory.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeMemory.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/RuntimeInformation.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/RuntimeInformation.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StandardOleMarshalObject.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/StandardOleMarshalObject.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Security/SecureString.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Security/SecureString.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LowLevelFutex.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelFutex.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelMonitor.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Thread.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Thread.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/TimerQueue.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/TimerQueue.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.NonAndroid.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.NonAndroid.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/FileStatus.SetTimes.OtherUnix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/FileStatus.SetTimes.OtherUnix.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetEUid.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.IsMemberOfGroup.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IsMemberOfGroup.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPwUid.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetPid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPid.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.GetSid.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSid.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.TryReadStatusFile.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.TryReadStatusFile.cs"/>
<Compile Include="../../../../libraries/Common/src/System/IO/StringParser.cs" Link="src/runtime/src/libraries/Common/src/System/IO/StringParser.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Linux/os-release/Interop.OSReleaseFile.cs" Link="src/runtime/src/libraries/Common/src/Interop/Linux/os-release/Interop.OSReleaseFile.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.Linux.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.Linux.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Environment.OSVersion.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Environment.OSVersion.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/TimeZoneInfo.FullGlobalizationData.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.FullGlobalizationData.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/DriveInfoInternal.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/DriveInfoInternal.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/PersistedFiles.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/PersistedFiles.Unix.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.InitializeTerminalAndSignalHandling.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.PosixSignal.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PosixSignal.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignalRegistration.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/PosixSignalRegistration.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Aes.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Aes.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx10v1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx10v1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx10v2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx10v2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512Bmm.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512Bmm.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/AvxVnniInt8.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/AvxVnniInt8.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/AvxVnniInt16.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/AvxVnniInt16.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512BW.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512BW.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512CD.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512CD.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512DQ.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512DQ.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512F.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512F.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512Vbmi.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512Vbmi.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512Vbmi2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx512Vbmi2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/AvxVnni.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/AvxVnni.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Bmi1.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Bmi1.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Bmi2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Bmi2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Fma.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Fma.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Gfni.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Gfni.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Lzcnt.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Lzcnt.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Pclmulqdq.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Pclmulqdq.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Pclmulqdq.Wide.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Pclmulqdq.Wide.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Popcnt.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Popcnt.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse2.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse2.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse3.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse3.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse41.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse41.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse42.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse42.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Ssse3.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Ssse3.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/X86Base.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/X86Base.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/X86Serialize.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/X86Serialize.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/AdvSimd.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/AdvSimd.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Aes.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Aes.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/ArmBase.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/ArmBase.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Crc32.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Crc32.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Dp.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Rdm.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sha1.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sha1.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sha256.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sha256.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve2.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve2.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/WasmBase.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/WasmBase.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/PackedSimd.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/PackedSimd.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/CompleteWaitThreadPoolWorkItem.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/CompleteWaitThreadPoolWorkItem.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.Blocking.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.Blocking.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.GateThread.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.GateThread.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.HillClimbing.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.HillClimbing.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.HillClimbing.Complex.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.HillClimbing.Complex.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.ThreadCounts.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.ThreadCounts.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WaitThread.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WaitThread.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WorkerThread.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WorkerThread.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WorkerTracking.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WorkerTracking.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/LowLevelLifoSemaphore.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/LowLevelLifoSemaphore.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/RegisteredWaitHandle.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/RegisteredWaitHandle.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/RegisteredWaitHandle.Portable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/RegisteredWaitHandle.Portable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/PreAllocatedOverlapped.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/PreAllocatedOverlapped.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolBoundHandle.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolBoundHandle.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCMarshal.PlatformNotSupported.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCMarshal.PlatformNotSupported.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCTrackedTypeAttribute.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCTrackedTypeAttribute.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeWaitHandle.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeWaitHandle.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Mutex.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/Semaphore.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/Semaphore.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitHandle.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitHandle.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.HandleManager.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.HandleManager.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.ThreadWaitInfo.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.ThreadWaitInfo.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.WaitableObject.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/WaitSubsystem.WaitableObject.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IO/SharedMemoryManager.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IO/SharedMemoryManager.Unix.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Threading/NamedMutex.Unix.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Threading/NamedMutex.Unix.cs"/>
<Compile Include="../../../../libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelCrossProcessMutex.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LowLevelCrossProcessMutex.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/IParsable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/IParsable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/ISpanParsable.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/ISpanParsable.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/DivisionRounding.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/DivisionRounding.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IAdditionOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IAdditionOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IAdditiveIdentity.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IAdditiveIdentity.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IBinaryFloatingPointIeee754.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IBinaryFloatingPointIeee754.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IBinaryInteger.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IBinaryInteger.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IBinaryNumber.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IBinaryNumber.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IBitwiseOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IBitwiseOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IComparisonOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IComparisonOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IDecrementOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IDecrementOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IDivisionOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IDivisionOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IEqualityOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IEqualityOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IExponentialFunctions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IExponentialFunctions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPoint.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPoint.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPointConstants.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPointConstants.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPointIeee754.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IFloatingPointIeee754.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IHyperbolicFunctions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IHyperbolicFunctions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IIncrementOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IIncrementOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/ILogarithmicFunctions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/ILogarithmicFunctions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IMinMaxValue.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IMinMaxValue.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IModulusOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IModulusOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IMultiplicativeIdentity.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IMultiplicativeIdentity.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IMultiplyOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IMultiplyOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/INumber.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/INumber.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/INumberBase.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/INumberBase.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IPowerFunctions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IPowerFunctions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IRootFunctions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IRootFunctions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IShiftOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IShiftOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/ISignedNumber.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/ISignedNumber.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/ISubtractionOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/ISubtractionOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/ITrigonometricFunctions.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/ITrigonometricFunctions.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IUnaryNegationOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IUnaryNegationOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IUnaryPlusOperators.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IUnaryPlusOperators.cs"/>
<Compile Include="../../../../libraries/System.Private.CoreLib/src/System/Numerics/IUnsignedNumber.cs" Link="src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/IUnsignedNumber.cs"/>
<Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/linux.x64.Release/System.SR.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/linux.x64.Release/System.SR.cs"/>
<Compile Include="../../../../../artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/linux.x64.Release/System.Private.CoreLib.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/coreclr/nativeaot/System.Private.CoreLib/linux.x64.Release/System.Private.CoreLib.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/NativeRuntimeEventSource.g.cs"/>
<Compile Include="_generated/1/ProductVersionInfo.g.cs"/>
<Compile Include="_generated/2/LibraryImports.g.cs"/>
<Compile Include="_generated/3/ArrayPoolEventSource.g.cs"/>
<Compile Include="_generated/4/AsyncProfilerEventSource.g.cs"/>
<Compile Include="_generated/5/TplEventSource.g.cs"/>
<Compile Include="_generated/6/FrameworkEventSource.g.cs"/>
<Compile Include="_generated/7/NativeRuntimeEventSource.g.cs"/>
<Compile Include="_generated/8/RuntimeEventSource.g.cs"/>
</ItemGroup>
</Project>
|