| File: ILCompiler.Compiler.csproj | Web Access |
| Project: src\runtime\src\coreclr\tools\aot\ILCompiler.Compiler\ILCompiler.Compiler.csproj (ILCompiler.Compiler) |
<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>ILCompiler.Compiler</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <LangVersion>Preview</LangVersion> <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants> </PropertyGroup> <ItemGroup> <Compile Include="../../Common/Compiler/AsyncContinuationType.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/AsyncContinuationType.cs"/> <Compile Include="../../Common/Compiler/AsyncMethodVariant.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/AsyncMethodVariant.cs"/> <Compile Include="../../Common/Compiler/AsyncMethodVariant.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/AsyncMethodVariant.Mangling.cs"/> <Compile Include="../../Common/Compiler/CachingVirtualMethodAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CachingVirtualMethodAlgorithm.cs"/> <Compile Include="../../Common/Compiler/CompilerTypeSystemContext.Async.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CompilerTypeSystemContext.Async.cs"/> <Compile Include="../../Common/Compiler/CompilerTypeSystemContext.Wasm.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CompilerTypeSystemContext.Wasm.cs"/> <Compile Include="../../Common/Compiler/Win32Resources/ResourceData.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Win32Resources/ResourceData.cs"/> <Compile Include="../../Common/Compiler/Win32Resources/ResourceData.Reader.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Win32Resources/ResourceData.Reader.cs"/> <Compile Include="../../Common/Compiler/Win32Resources/ResourceData.ResourcesDataModel.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Win32Resources/ResourceData.ResourcesDataModel.cs"/> <Compile Include="../../Common/Compiler/Win32Resources/ResourceData.UpdateResourceDataModel.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Win32Resources/ResourceData.UpdateResourceDataModel.cs"/> <Compile Include="../../Common/Compiler/Win32Resources/ResourceData.Win32Structs.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Win32Resources/ResourceData.Win32Structs.cs"/> <Compile Include="../../Common/Microsoft/SourceLink/Tools/SourceLinkMap.cs" Link="src/runtime/src/coreclr/tools/Common/Microsoft/SourceLink/Tools/SourceLinkMap.cs"/> <Compile Include="../../Common/TypeSystem/IL/DelegateInfo.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/DelegateInfo.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/AsyncResumptionStub.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AsyncResumptionStub.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/AsyncResumptionStub.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AsyncResumptionStub.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/AsyncResumptionStub.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AsyncResumptionStub.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/AsyncThunks.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AsyncThunks.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DelegateThunks.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DynamicInvokeMethodThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DynamicInvokeMethodThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DynamicInvokeMethodThunk.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DynamicInvokeMethodThunk.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DynamicInvokeMethodThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DynamicInvokeMethodThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/PInvokeLazyFixupField.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeLazyFixupField.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/StructMarshallingThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/StructMarshallingThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/GetFieldHelperMethodOverride.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/GetFieldHelperMethodOverride.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/GetFieldHelperMethodOverride.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/GetFieldHelperMethodOverride.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/InlineArrayType.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/InlineArrayType.Sorting.cs"/> <Compile Include="../../../../libraries/Common/src/Internal/VersionResilientHashCode.cs" Link="src/runtime/src/libraries/Common/src/Internal/VersionResilientHashCode.cs"/> <Compile Include="../../Common/TypeSystem/Common/VersionResilientHashCode.TypeSystem.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Common/VersionResilientHashCode.TypeSystem.cs"/> <Compile Include="../../Common/Compiler/TypeMapManager.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/TypeMapManager.cs"/> <Compile Include="../../Common/Compiler/TypeMapMetadata.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/TypeMapMetadata.cs"/> <Compile Include="../../Common/Compiler/INativeFormatTypeReferenceProvider.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/INativeFormatTypeReferenceProvider.cs"/> <Compile Include="../../Common/Compiler/IProxyTypeMapNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/IProxyTypeMapNode.cs"/> <Compile Include="../../Common/Compiler/IExternalTypeMapNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/IExternalTypeMapNode.cs"/> <Compile Include="../../Common/Compiler/ProxyTypeMapObjectNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ProxyTypeMapObjectNode.cs"/> <Compile Include="../../Common/Compiler/ExternalTypeMapObjectNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ExternalTypeMapObjectNode.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/MarshalHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/MarshalHelpers.Aot.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.Aot.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/MarshalUtils.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshalUtils.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/Marshaller.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/Marshaller.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/Marshaller.Aot.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/Marshaller.Aot.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/MarshallerKind.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshallerKind.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/NativeStructType.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/PInvokeILEmitterConfiguration.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeILEmitterConfiguration.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/PInvokeILEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILEmitter.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DebuggerSteppingHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DebuggerSteppingHelpers.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/CalliMarshallingMethodThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/CalliMarshallingMethodThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/CalliMarshallingMethodThunk.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/CalliMarshallingMethodThunk.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/CalliMarshallingMethodThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/CalliMarshallingMethodThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DelegateMarshallingMethodThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DelegateMarshallingMethodThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DelegateMarshallingMethodThunk.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DelegateMarshallingMethodThunk.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DelegateMarshallingMethodThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DelegateMarshallingMethodThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/ForwardDelegateCreationThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/ForwardDelegateCreationThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/ForwardDelegateCreationThunk.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/ForwardDelegateCreationThunk.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/ForwardDelegateCreationThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/ForwardDelegateCreationThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DelegateThunks.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DelegateThunks.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/StructMarshallingThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/StructMarshallingThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/StructMarshallingThunk.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/StructMarshallingThunk.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/NativeStructType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/NativeStructType.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeDelegateWrapper.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/PInvokeDelegateWrapperConstructor.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeDelegateWrapperConstructor.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/PInvokeDelegateWrapperConstructor.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/PInvokeDelegateWrapperConstructor.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/Interop/IL/InlineArrayType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/InlineArrayType.cs"/> <Compile Include="../../Common/TypeSystem/Interop/InteropTypes.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs"/> <Compile Include="../../Common/TypeSystem/Interop/InteropStateManager.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/InteropStateManager.cs"/> <Compile Include="../../Common/TypeSystem/Interop/UnmanagedCallingConventions.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/UnmanagedCallingConventions.cs"/> <Compile Include="../../Common/TypeSystem/CodeGen/INonEmittableType.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/CodeGen/INonEmittableType.cs"/> <Compile Include="../../Common/TypeSystem/CodeGen/NativeStructType.CodeGen.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/CodeGen/NativeStructType.CodeGen.cs"/> <Compile Include="../../Common/TypeSystem/MetadataEmitter/TypeSystemMetadataEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/MetadataEmitter/TypeSystemMetadataEmitter.cs"/> <Compile Include="../../Common/Internal/Runtime/DehydratedData.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/DehydratedData.cs"/> <Compile Include="../../Common/Internal/Runtime/GCDescEncoder.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/GCDescEncoder.cs"/> <Compile Include="../../Common/Internal/Runtime/ReadyToRunConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs"/> <Compile Include="../../Common/Internal/Runtime/InteropConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/InteropConstants.cs"/> <Compile Include="../../Common/Internal/Runtime/ITargetBinaryWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ITargetBinaryWriter.cs"/> <Compile Include="../../Common/Internal/Runtime/MappingTableFlags.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MappingTableFlags.cs"/> <Compile Include="../../Common/Internal/Runtime/MetadataBlob.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MetadataBlob.cs"/> <Compile Include="../../Common/Internal/Runtime/RuntimeConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/RuntimeConstants.cs"/> <Compile Include="../../Common/Internal/Runtime/StackTraceData.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/StackTraceData.cs"/> <Compile Include="../../Common/Internal/Text/Utf8String.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Text/Utf8String.cs"/> <Compile Include="../../Common/Internal/Text/Utf8StringBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs"/> <Compile Include="../../Common/TypeSystem/IL/NativeAotILProvider.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/NativeAotILProvider.cs"/> <Compile Include="../../Common/TypeSystem/IL/ILImporter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/ILImporter.cs"/> <Compile Include="../../Common/TypeSystem/IL/ILReader.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/ILReader.cs"/> <Compile Include="../../Common/TypeSystem/IL/StackValueKind.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/StackValueKind.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/AssemblyGetExecutingAssemblyMethodThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AssemblyGetExecutingAssemblyMethodThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/AssemblyGetExecutingAssemblyMethodThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AssemblyGetExecutingAssemblyMethodThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/ComparerIntrinsics.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/ComparerIntrinsics.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/GetCanonTypeIntrinsic.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/GetCanonTypeIntrinsic.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/MethodBaseGetCurrentMethodThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/MethodBaseGetCurrentMethodThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/MethodBaseGetCurrentMethodThunk.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/MethodBaseGetCurrentMethodThunk.Mangling.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/DelegateMethodILEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/DelegateMethodILEmitter.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/MethodBaseGetCurrentMethodThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/MethodBaseGetCurrentMethodThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/StreamIntrinsics.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/StreamIntrinsics.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/TypeGetTypeMethodThunk.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/TypeGetTypeMethodThunk.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/TypeGetTypeMethodThunk.Sorting.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/TypeGetTypeMethodThunk.Sorting.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/TypeSystemThrowingILEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/TypeSystemThrowingILEmitter.cs"/> <Compile Include="../../Common/Compiler/DisplayNameHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DisplayNameHelpers.cs"/> <Compile Include="../../Common/Compiler/CodeGenerationFailedException.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CodeGenerationFailedException.cs"/> <Compile Include="../../Common/Compiler/CompilationBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CompilationBuilder.cs"/> <Compile Include="../../Common/Compiler/CompilationModuleGroup.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CompilationModuleGroup.cs"/> <Compile Include="../../Common/Compiler/CompilerTypeSystemContext.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CompilerTypeSystemContext.cs"/> <Compile Include="../../Common/Compiler/CompilerTypeSystemContext.Validation.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/CompilerTypeSystemContext.Validation.cs"/> <Compile Include="../../Common/Compiler/NativeAotNameMangler.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/NativeAotNameMangler.cs"/> <Compile Include="../../Common/Compiler/Dataflow/DynamicallyAccessedMembersBinder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Dataflow/DynamicallyAccessedMembersBinder.cs"/> <Compile Include="../../Common/Compiler/Dataflow/EcmaExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Dataflow/EcmaExtensions.cs"/> <Compile Include="../../Common/Compiler/Dataflow/GenericParameterProxy.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Dataflow/GenericParameterProxy.cs"/> <Compile Include="../../Common/Compiler/Dataflow/MethodProxy.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Dataflow/MethodProxy.cs"/> <Compile Include="../../Common/Compiler/Dataflow/ParameterProxy.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Dataflow/ParameterProxy.cs"/> <Compile Include="../../Common/Compiler/Dataflow/TypeProxy.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Dataflow/TypeProxy.cs"/> <Compile Include="../../Common/Compiler/Dataflow/TypeExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Dataflow/TypeExtensions.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/AssemblyStubNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/AssemblyStubNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/CompilerComparer.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/CompilerComparer.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ExternSymbolNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ExternSymbolNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/GVMDependenciesNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/GVMDependenciesNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/IMethodBodyNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/IMethodBodyNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/IMethodNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/IMethodNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/INodeWithFunclets.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/INodeWithFunclets.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/FuncletKind.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/FuncletKind.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/IObjectDumper.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/IObjectDumper.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/IObjectNodeWithAlignment.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/IObjectNodeWithAlignment.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/IPCodeSymbolNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/IPCodeSymbolNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ISortableNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ISymbolNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ISymbolNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ObjectDataBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectDataBuilder.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ObjectNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Relocation.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Relocation.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/MethodReadWriteDataNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/MethodReadWriteDataNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ShadowNonConcreteMethodNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowNonConcreteMethodNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/ShadowMethodNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowMethodNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/SortableDependencyNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/SortableDependencyNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/WasmTypeNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/WasmTypeNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/WasmWellKnownGlobalSymbolNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/WasmWellKnownGlobalSymbolNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/NodeFactory.Wasm.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/NodeFactory.Wasm.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/INodeWithTypeSignature.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/INodeWithTypeSignature.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_LoongArch64/AddrMode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_LoongArch64/AddrMode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_LoongArch64/LoongArch64Emitter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_LoongArch64/LoongArch64Emitter.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_LoongArch64/Register.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_LoongArch64/Register.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_LoongArch64/TargetRegisterMap.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_LoongArch64/TargetRegisterMap.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_RiscV64/AddrMode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_RiscV64/AddrMode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_RiscV64/RiscV64Emitter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_RiscV64/RiscV64Emitter.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_RiscV64/Register.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_RiscV64/Register.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_RiscV64/TargetRegisterMap.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_RiscV64/TargetRegisterMap.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_Wasm/WasmEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_Wasm/WasmEmitter.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_Wasm/WasmTypes.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_Wasm/WasmTypes.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X64/Register.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/Register.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X86/Register.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/Register.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/Dwarf/DwarfHelper.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/Dwarf/DwarfHelper.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/Eabi/EabiAttributesBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/Eabi/EabiAttributesBuilder.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/Eabi/EabiNative.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/Eabi/EabiNative.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/ObjectWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/ObjectWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/ObjectWritingOptions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/ObjectWritingOptions.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/MachNative.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/MachNative.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/MachObjectWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/MachObjectWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/ElfNative.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/ElfNative.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/ElfObjectWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/ElfObjectWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/UnixObjectWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/UnixObjectWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/CoffObjectWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/CoffObjectWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/OutputInfoBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/OutputInfoBuilder.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/PEObjectWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/PEObjectWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/PETargetExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/PETargetExtensions.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/SectionData.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/SectionData.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/SectionWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/SectionWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/StringTableBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/StringTableBuilder.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/TypeString.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/TypeString.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/CodeDataLayoutMode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/CodeDataLayoutMode.cs"/> <Compile Include="../../Common/Compiler/DependencyTrackingLevel.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyTrackingLevel.cs"/> <Compile Include="../../Common/Compiler/DevirtualizationManager.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DevirtualizationManager.cs"/> <Compile Include="../../Common/Compiler/FeatureSettings.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/FeatureSettings.cs"/> <Compile Include="../../Common/Compiler/HardwareIntrinsicHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/HardwareIntrinsicHelpers.cs"/> <Compile Include="../../Common/Compiler/ICompilationRootProvider.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ICompilationRootProvider.cs"/> <Compile Include="../../Common/Compiler/InstructionSetSupport.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/InstructionSetSupport.cs"/> <Compile Include="../../Common/Compiler/Int128FieldLayoutAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/Int128FieldLayoutAlgorithm.cs"/> <Compile Include="../../Common/Compiler/DecimalFieldLayoutAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DecimalFieldLayoutAlgorithm.cs"/> <Compile Include="../../Common/Compiler/InternalCompilerErrorException.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/InternalCompilerErrorException.cs"/> <Compile Include="../../Common/Compiler/MethodExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/MethodExtensions.cs"/> <Compile Include="../../Common/Compiler/NameMangler.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/NameMangler.cs"/> <Compile Include="../../Common/Compiler/ProcessLinkerXmlBase.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ProcessLinkerXmlBase.cs"/> <Compile Include="../../Common/Compiler/PropertyPseudoDesc.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/PropertyPseudoDesc.cs"/> <Compile Include="../../Common/Compiler/EventPseudoDesc.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/EventPseudoDesc.cs"/> <Compile Include="../../Common/Compiler/PseudoDescExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/PseudoDescExtensions.cs"/> <Compile Include="../../Common/Compiler/SingleMethodRootProvider.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/SingleMethodRootProvider.cs"/> <Compile Include="../../Common/Compiler/TypeExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/TypeExtensions.cs"/> <Compile Include="../../Common/Compiler/TypePreserve.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/TypePreserve.cs"/> <Compile Include="../../Common/Compiler/VectorFieldLayoutAlgorithm.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/VectorFieldLayoutAlgorithm.cs"/> <Compile Include="Compiler/AnalysisBasedInteropStubManager.cs"/> <Compile Include="Compiler/AnalysisBasedMetadataManager.cs"/> <Compile Include="Compiler/AssemblyExtensions.cs"/> <Compile Include="Compiler/BodySubstitution.cs"/> <Compile Include="Compiler/BodySubstitutionParser.cs"/> <Compile Include="Compiler/DependencyAnalysis/AddressTakenMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/AnalysisCharacteristicNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/AnalyzedExternalTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/AnalyzedProxyTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/AsyncContinuationEETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ByRefTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DehydratableObjectNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DehydratedDataNode.cs"/> <Compile Include="Compiler/CompilationBuilder.Aot.cs"/> <Compile Include="Compiler/CompilationModuleGroup.Aot.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.Aot.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.BoxedTypes.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.InterfaceThunks.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.Mangling.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.Sorting.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.DelegateInfo.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.DynamicInvoke.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.GeneratedAssembly.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.GeneratedAssembly.Sorting.cs"/> <Compile Include="Compiler/CompilerTypeSystemContext.GetFieldMethodOverrides.cs"/> <Compile Include="Compiler/CompilerGeneratedInteropStubManager.cs"/> <Compile Include="Compiler/CustomAttributeExtensions.cs"/> <Compile Include="Compiler/Dataflow/ArrayValue.cs"/> <Compile Include="Compiler/Dataflow/AsyncMaskingILProvider.cs"/> <Compile Include="Compiler/Dataflow/AttributeDataFlow.cs"/> <Compile Include="Compiler/Dataflow/CompilerGeneratedCallGraph.cs"/> <Compile Include="Compiler/Dataflow/CompilerGeneratedState.cs"/> <Compile Include="Compiler/Dataflow/DiagnosticContext.cs"/> <Compile Include="Compiler/Dataflow/DiagnosticUtilities.cs"/> <Compile Include="Compiler/Dataflow/FieldReferenceValue.cs"/> <Compile Include="Compiler/Dataflow/FieldValue.cs"/> <Compile Include="Compiler/Dataflow/FlowAnnotations.cs"/> <Compile Include="Compiler/Dataflow/GenericArgumentDataFlow.cs"/> <Compile Include="Compiler/Dataflow/GenericParameterValue.cs"/> <Compile Include="Compiler/Dataflow/HandleCallAction.cs"/> <Compile Include="Compiler/Dataflow/HoistedLocalKey.cs"/> <Compile Include="Compiler/Dataflow/InterproceduralState.cs"/> <Compile Include="Compiler/Dataflow/LocalVariableReferenceValue.cs"/> <Compile Include="Compiler/Dataflow/MethodBodyScanner.cs"/> <Compile Include="Compiler/Dataflow/MethodParameterValue.cs"/> <Compile Include="Compiler/Dataflow/MethodReturnValue.cs"/> <Compile Include="Compiler/Dataflow/ParameterReferenceValue.cs"/> <Compile Include="Compiler/Dataflow/ReferenceValue.cs"/> <Compile Include="Compiler/Dataflow/ReflectionMethodBodyScanner.cs"/> <Compile Include="Compiler/Dataflow/ReflectionMarker.cs"/> <Compile Include="Compiler/Dataflow/RequireDynamicallyAccessedMembersAction.cs"/> <Compile Include="Compiler/Dataflow/ScannerExtensions.cs"/> <Compile Include="Compiler/Dataflow/TrimAnalysisAssignmentPattern.cs"/> <Compile Include="Compiler/Dataflow/TrimAnalysisFieldAccessPattern.cs"/> <Compile Include="Compiler/Dataflow/TrimAnalysisGenericInstantiationAccessPattern.cs"/> <Compile Include="Compiler/Dataflow/TrimAnalysisMethodCallPattern.cs"/> <Compile Include="Compiler/Dataflow/TrimAnalysisPatternStore.cs"/> <Compile Include="Compiler/Dataflow/TrimAnalysisTokenAccessPattern.cs"/> <Compile Include="../../../../libraries/Common/src/System/Text/ValueStringBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.cs"/> <Compile Include="Compiler/Dataflow/ValueNode.cs"/> <Compile Include="Compiler/DebugInformationProvider.cs"/> <Compile Include="Compiler/DependencyAnalysis/CustomAttributeMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DelegateTargetVirtualMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/EmbeddedTrimmingDescriptorNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DataflowAnalyzedMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DataflowAnalyzedTypeDefinitionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DelegateMarshallingDataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DynamicDependencyAttributesOnEntityNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExactMethodInstantiationsEntryNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ProxyTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExternalTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExternSymbolsImportedNodeProvider.cs"/> <Compile Include="Compiler/DependencyAnalysis/FieldRvaDataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/FrozenObjectNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/FrozenRuntimeTypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/FunctionPointerMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericMethodsHashtableEntryNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericStaticBaseInfoNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericVarianceNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericVirtualMethodImplNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GvmDispatchCellInfoSectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DispatchCellNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DispatchCellSectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InlineableStringsResourceNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InterfaceDispatchCellInfoSectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InterfaceUseNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InvalidProxyTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/MethodExceptionHandlingInfoNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/MethodParameterMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ModuleInitializerListNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/NotReadOnlyFieldNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ObjectGetTypeCalledNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ObjectGetTypeFlowDependenciesNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/PointerTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectedDelegateNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectedFieldNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectedTypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectionInvokeSupportDependencyAlgorithm.cs"/> <Compile Include="Compiler/DependencyAnalysis/StructMarshallingDataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM64/ARM64TentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM/ARMTentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_LoongArch64/LoongArch64TentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_RiscV64/RiscV64TentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_Wasm/WasmTentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X64/X64TentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X86/X86TentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TentativeInstanceMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TentativeMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InvalidExternalTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TrimmingDescriptorNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/VariantInterfaceMethodUseNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/CustomAttributeBasedDependencyAlgorithm.cs"/> <Compile Include="Compiler/DependencyAnalysis/EventMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/FieldMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/PropertyMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ILScanNodeFactory.cs"/> <Compile Include="Compiler/DictionaryLayoutProvider.cs"/> <Compile Include="Compiler/Disassembler.cs"/> <Compile Include="Compiler/DynamicInvokeThunkGenerationPolicy.cs"/> <Compile Include="Compiler/EmptyInteropStubManager.cs"/> <Compile Include="Compiler/DependencyAnalysis/ImportedNodeProvider.cs"/> <Compile Include="Compiler/ExpectedIsaFeaturesRootProvider.cs"/> <Compile Include="Compiler/ExternSymbolMappedField.cs"/> <Compile Include="Compiler/MethodBodyDeduplicator.cs"/> <Compile Include="../../Common/Compiler/ObjectDataInterner.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectDataInterner.cs"/> <Compile Include="Compiler/ReachabilityInstrumentationFilter.cs"/> <Compile Include="Compiler/ReachabilityInstrumentationProvider.cs"/> <Compile Include="Compiler/SourceLinkWriter.cs"/> <Compile Include="Compiler/SubstitutedILProvider.cs"/> <Compile Include="Compiler/SubstitutionProvider.cs"/> <Compile Include="Compiler/GenericRootProvider.cs"/> <Compile Include="Compiler/HardwareIntrinsicHelpers.Aot.cs"/> <Compile Include="Compiler/HardwareIntrinsicILProvider.cs"/> <Compile Include="Compiler/IInliningPolicy.cs"/> <Compile Include="Compiler/Logging/NativeAotFatalErrorException.cs"/> <Compile Include="Compiler/ManifestResourceBlockingPolicy.cs"/> <Compile Include="Compiler/MethodImportationErrorProvider.cs"/> <Compile Include="Compiler/InlinedThreadStatics.cs"/> <Compile Include="Compiler/MstatObjectDumper.cs"/> <Compile Include="Compiler/NoMetadataBlockingPolicy.cs"/> <Compile Include="Compiler/DependencyAnalysis/SerializedFrozenObjectNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GCStaticsPreInitDataNode.cs"/> <Compile Include="Compiler/MetadataBlockingPolicy.cs"/> <Compile Include="Compiler/DependencyAnalysis/MethodMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectedMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ModuleMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TypeMetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ScannedMethodNode.cs"/> <Compile Include="Compiler/ILScanner.cs"/> <Compile Include="Compiler/ILScannerBuilder.cs"/> <Compile Include="Compiler/LibraryInitializers.cs"/> <Compile Include="Compiler/Compilation.cs"/> <Compile Include="Compiler/CompilerMetadataFieldLayoutAlgorithm.cs"/> <Compile Include="Compiler/DelegateCreationInfo.cs"/> <Compile Include="Compiler/DescriptorMarker.cs"/> <Compile Include="Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ArrayMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/CallingConventionConverterKey.cs"/> <Compile Include="Compiler/DependencyAnalysis/CodeBasedDependencyAlgorithm.cs"/> <Compile Include="Compiler/DependencyAnalysis/DelegateMarshallingStubMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/StructMarshallingStubMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericVirtualMethodTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InterfaceGenericVirtualMethodTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TypeGVMEntriesNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectionFieldMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/NativeLayoutInfoNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/NativeLayoutVertexNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericTypesHashtableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericTypesTemplateMap.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericMethodsHashtableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExactMethodInstantiationsNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericMethodsTemplateMap.cs"/> <Compile Include="Compiler/DependencyAnalysis/RuntimeFieldHandleNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/RuntimeMethodHandleNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ArrayOfFrozenObjectsNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ClassConstructorContextMap.cs"/> <Compile Include="Compiler/DependencyAnalysis/ConstructedEETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DictionaryLayoutNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExternalTypeMapRequestNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExternalReferencesTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExternEETypeSymbolNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/FatFunctionPointerNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/FrozenStringNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericCompositionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericDefinitionEETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/HelperEntrypoint.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectionInvokeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReflectionVirtualInvokeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericDictionaryNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GenericLookupResult.cs"/> <Compile Include="Compiler/DependencyAnalysis/IEETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/PInvokeMethodFixupNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/PInvokeModuleFixupNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ProxyTypeMapRequestNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ResourceDataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ResourceIndexNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/RuntimeImportMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/StringAllocatorMethodNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X64/X64ReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/VTableSliceNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/EmbeddedObjectNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ExternMethodSymbolNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ISpecialUnboxThunkNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/MetadataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/MetadataEETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/MethodAssociatedDataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRunHeaderNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ModulesSectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TypeManagerIndirectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TlsRootNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/BlobNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ManagedDataDescriptorNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/EETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/CanonicalDefinitionEETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/DataOnlyEETypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/GCStaticsNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/StaticsInfoHashtableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/INodeWithCodeInfo.Aot.cs"/> <Compile Include="Compiler/DependencyAnalysis/INodeWithDebugInfo.cs"/> <Compile Include="Compiler/DependencyAnalysis/JumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/NodeFactory.cs"/> <Compile Include="Compiler/DependencyAnalysis/NodeFactory.GenericLookups.cs"/> <Compile Include="Compiler/DependencyAnalysis/NodeFactory.NativeLayout.cs"/> <Compile Include="Compiler/DependencyAnalysis/NonGCStaticsNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ModuleUseBasedDependencyAlgorithm.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X64/X64UnboxingStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ThreadStaticsNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TypeThreadStaticIndexNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/TypeMetadataMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/UnboxingStubNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/VirtualMethodUseNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/VirtualMethodUseNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/SealedVTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/StackTraceDocumentsNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/StackTraceLineNumbersNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/StackTraceMethodMappingNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X64/X64JumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X64/X64ReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InterfaceDispatchMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X86/X86UnboxingStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X86/X86JumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X86/X86ReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_X86/X86ReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM64/ARM64JumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM64/ARM64ReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM64/ARM64ReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM64/ARM64UnboxingStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM/ARMUnboxingStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM/ARMJumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM/ARMReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_ARM/ARMReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_LoongArch64/LoongArch64JumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_LoongArch64/LoongArch64ReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_LoongArch64/LoongArch64ReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_LoongArch64/LoongArch64UnboxingStubNode.cs"/> <Compile Include="Compiler/ReadOnlyFieldPolicy.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_RiscV64/RiscV64JumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_RiscV64/RiscV64ReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_RiscV64/RiscV64ReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_RiscV64/RiscV64UnboxingStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_Wasm/WasmJumpStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_Wasm/WasmReadyToRunHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_Wasm/WasmReadyToRunGenericHelperNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/Target_Wasm/WasmUnboxingStubNode.cs"/> <Compile Include="Compiler/ObjectWriter/CodeView/CodeViewFileTableBuilder.cs"/> <Compile Include="Compiler/ObjectWriter/CodeView/CodeViewNative.cs"/> <Compile Include="Compiler/ObjectWriter/CodeView/CodeViewSymbolsBuilder.cs"/> <Compile Include="Compiler/ObjectWriter/CodeView/CodeViewTypesBuilder.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfAbbrev.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfBuilder.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfCfiOpcode.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfCie.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfEhFrame.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfExpressionBuilder.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfFde.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfFileName.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfInfo.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfInfoWriter.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfLineProgramTableWriter.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfLineSequenceWriter.cs"/> <Compile Include="Compiler/ObjectWriter/Dwarf/DwarfNative.cs"/> <Compile Include="Compiler/ObjectWriter/Eabi/EabiUnwindConverter.cs"/> <Compile Include="Compiler/ObjectWriter/ElfObjectWriter.Aot.cs"/> <Compile Include="Compiler/ObjectWriter/CoffObjectWriter.Aot.cs"/> <Compile Include="Compiler/ObjectWriter/ObjectWriter.Aot.cs"/> <Compile Include="Compiler/ObjectWriter/UnixObjectWriter.Aot.cs"/> <Compile Include="Compiler/ObjectWriter/MachObjectWriter.Aot.cs"/> <Compile Include="Compiler/UnmanagedEntryPointsRootProvider.cs"/> <Compile Include="Compiler/GenericDictionaryLookup.cs"/> <Compile Include="Compiler/IRootingServiceProvider.cs"/> <Compile Include="Compiler/JitHelper.cs"/> <Compile Include="Compiler/LazyGenericsPolicy.cs"/> <Compile Include="Compiler/LibraryRootProvider.cs"/> <Compile Include="Compiler/MainMethodRootProvider.cs"/> <Compile Include="Compiler/MetadataManager.cs"/> <Compile Include="Compiler/InteropStubManager.cs"/> <Compile Include="Compiler/MultiFileCompilationModuleGroup.cs"/> <Compile Include="Compiler/NativeLibraryInitializerRootProvider.cs"/> <Compile Include="Compiler/NodeMangler.cs"/> <Compile Include="Compiler/ObjectDumper.cs"/> <Compile Include="Compiler/ExportsFileWriter.cs"/> <Compile Include="Compiler/RuntimeConstructableTypeDependencies.cs"/> <Compile Include="Compiler/RootingHelpers.cs"/> <Compile Include="Compiler/RootingServiceProvider.cs"/> <Compile Include="Compiler/RuntimeConfigurationRootProvider.cs"/> <Compile Include="Compiler/ManagedDataDescriptorProvider.cs"/> <Compile Include="Compiler/SingleFileCompilationModuleGroup.cs"/> <Compile Include="Compiler/SingleMethodCompilationModuleGroup.cs"/> <Compile Include="Compiler/ILAssemblyGeneratingMethodDebugInfoProvider.cs"/> <Compile Include="Compiler/StackTraceEmissionPolicy.cs"/> <Compile Include="Compiler/PreinitializationManager.cs"/> <Compile Include="Compiler/TypePreinit.cs"/> <Compile Include="Compiler/UsageBasedInteropStubManager.cs"/> <Compile Include="Compiler/UsageBasedMetadataManager.cs"/> <Compile Include="Compiler/UsageBasedTypeMapManager.cs"/> <Compile Include="Compiler/UserDefinedTypeDescriptor.cs"/> <Compile Include="Compiler/UnixNodeMangler.cs"/> <Compile Include="Compiler/VectorOfTFieldLayoutAlgorithm.cs"/> <Compile Include="Compiler/VirtualMethodCallHelper.cs"/> <Compile Include="Compiler/VTableSliceProvider.cs"/> <Compile Include="Compiler/Win32ResourcesRootProvider.cs"/> <Compile Include="Compiler/WindowsNodeMangler.cs"/> <Compile Include="Compiler/Logger.cs"/> <Compile Include="Compiler/ILogWriter.cs"/> <Compile Include="Compiler/TextLogWriter.cs"/> <Compile Include="Compiler/Logging/DocumentationSignatureGenerator.PartVisitor.cs"/> <Compile Include="Compiler/Logging/DocumentationSignatureParser.cs"/> <Compile Include="Compiler/Logging/MessageContainer.cs"/> <Compile Include="Compiler/Logging/MessageOrigin.cs"/> <Compile Include="Compiler/Logging/SuppressMessageInfo.cs"/> <Compile Include="Compiler/Logging/UnconditionalSuppressMessageAttributeState.cs"/> <Compile Include="Compiler/XmlObjectDumper.cs"/> <Compile Include="IL/ILImporter.Scanner.cs"/> <Compile Include="IL/IsInstCheckPatternAnalyzer.cs"/> <Compile Include="IL/TypeEqualityPatternAnalyzer.cs"/> <Compile Include="IL/Stubs/PInvokeILProvider.cs"/> <Compile Include="IL/Stubs/StartupCode/StartupCodeMainMethod.cs"/> <Compile Include="IL/Stubs/StartupCode/StartupCodeMainMethod.Sorting.cs"/> <Compile Include="IL/Stubs/StartupCode/NativeLibraryStartupMethod.cs"/> <Compile Include="IL/Stubs/StartupCode/NativeLibraryStartupMethod.Sorting.cs"/> <Compile Include="../../Common/System/FormattingHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/System/FormattingHelpers.cs"/> <Compile Include="../../Common/System/Collections/Generic/ArrayBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/System/Collections/Generic/ArrayBuilder.cs"/> <Compile Include="../../Common/Internal/Runtime/MethodTable.Constants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/MethodTable.Constants.cs"/> <Compile Include="../../Common/Internal/Runtime/EETypeBuilderHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/EETypeBuilderHelpers.cs"/> <Compile Include="../../Common/Internal/Runtime/ModuleHeaders.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ModuleHeaders.cs"/> <Compile Include="../../Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs"/> <Compile Include="../../Common/TypeSystem/IL/HelperExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/HelperExtensions.cs"/> <Compile Include="../../Common/TypeSystem/IL/ILProvider.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/ILProvider.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/ArrayMethodILEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/ArrayMethodILEmitter.cs"/> <Compile Include="../../Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs"/> <Compile Include="../../Common/JitInterface/CorInfoInstructionSet.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoInstructionSet.cs"/> <Compile Include="../../Common/JitInterface/CorInfoHelpFunc.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoHelpFunc.cs"/> <Compile Include="../../Common/JitInterface/CorInfoTypes.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs"/> <Compile Include="../../Common/JitInterface/CorInfoTypes.VarInfo.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs"/> <Compile Include="../../Common/TypeSystem/TypesDebugInfoWriter/TypesDebugInfoWriter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/TypesDebugInfoWriter/TypesDebugInfoWriter.cs"/> <Compile Include="../../Common/Pgo/PgoFormat.cs" Link="src/runtime/src/coreclr/tools/Common/Pgo/PgoFormat.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/Annotations.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/Annotations.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/ClosedAttribute.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/ClosedAttribute.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/CompilerGeneratedNames.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/CompilerGeneratedNames.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/DefaultValueDictionary.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/DefaultValueDictionary.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/DictionaryLattice.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/DictionaryLattice.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/ForwardDataFlowAnalysis.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/ForwardDataFlowAnalysis.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/IControlFlowGraph.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/IControlFlowGraph.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/IDataFlowState.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/IDataFlowState.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/IDeepCopyValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/IDeepCopyValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/ILattice.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/ILattice.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/ITransfer.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/ITransfer.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/MaybeLattice.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/MaybeLattice.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/SingleValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/SingleValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/ValueSet.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/ValueSet.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DataFlow/ValueSetLattice.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DataFlow/ValueSetLattice.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DiagnosticCategory.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DiagnosticCategory.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DiagnosticId.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DiagnosticId.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DiagnosticString.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DiagnosticString.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/DynamicallyAccessedMemberTypesEx.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DynamicallyAccessedMemberTypesEx.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/HashUtils.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/HashUtils.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/IsExternalInit.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/IsExternalInit.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/MessageFormat.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/MessageFormat.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/MessageSubCategory.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/MessageSubCategory.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/ParameterIndex.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/ParameterIndex.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/RequiresDynamicCodeAttribute.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/RequiresDynamicCodeAttribute.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/RequiresUnreferencedCodeAttribute.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/RequiresUnreferencedCodeAttribute.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/ArrayOfAnnotatedSystemTypeValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/ArrayOfAnnotatedSystemTypeValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/ArrayValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/ArrayValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/AssemblyValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/AssemblyValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/ConstIntValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/ConstIntValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/DiagnosticContext.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/DiagnosticContext.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/FieldValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/FieldValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/FlowAnnotations.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/FlowAnnotations.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/GenericParameterValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/GenericParameterValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/HandleCallAction.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/HandleCallAction.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/IntrinsicId.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/IntrinsicId.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/Intrinsics.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/Intrinsics.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/IValueWithStaticType.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/IValueWithStaticType.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/KnownStringValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/KnownStringValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/MethodParameterValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/MethodParameterValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/MethodReturnValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/MethodReturnValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/NullableSystemTypeValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/NullableSystemTypeValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/NullableUnwrappedGenericParameterValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/NullableUnwrappedGenericParameterValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/NullableValueWithDynamicallyAccessedMembers.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/NullableValueWithDynamicallyAccessedMembers.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/NullValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/NullValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/ReferenceKind.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/ReferenceKind.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/RequireDynamicallyAccessedMembersAction.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/RequireDynamicallyAccessedMembersAction.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForGenericParameterValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForGenericParameterValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForNullableSystemTypeValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForNullableSystemTypeValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForNullableValueWithDynamicallyAccessedMembers.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForNullableValueWithDynamicallyAccessedMembers.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForValueWithDynamicallyAccessedMembers.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleForValueWithDynamicallyAccessedMembers.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/RuntimeTypeHandleValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/SystemReflectionMethodBaseValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/SystemReflectionMethodBaseValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/SystemTypeValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/SystemTypeValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/UnknownValue.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/UnknownValue.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/ValueExtensions.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/ValueExtensions.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TrimAnalysis/ValueWithDynamicallyAccessedMembers.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/ValueWithDynamicallyAccessedMembers.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TypeSystemProxy/GenericParameterProxy.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TypeSystemProxy/GenericParameterProxy.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TypeSystemProxy/IMemberProxy.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TypeSystemProxy/IMemberProxy.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TypeSystemProxy/MethodProxy.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TypeSystemProxy/MethodProxy.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TypeSystemProxy/ParameterCollection.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TypeSystemProxy/ParameterCollection.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TypeSystemProxy/ParameterProxy.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TypeSystemProxy/ParameterProxy.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TypeSystemProxy/TypeProxy.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TypeSystemProxy/TypeProxy.cs"/> <Compile Include="../../../../tools/illink/src/ILLink.Shared/TypeSystemProxy/WellKnownType.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TypeSystemProxy/WellKnownType.cs"/> <Compile Include="../../Common/Compiler/GenericCycleDetection/Graph.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/GenericCycleDetection/Graph.cs"/> <Compile Include="../../Common/Compiler/GenericCycleDetection/Graph.Cycles.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/GenericCycleDetection/Graph.Cycles.cs"/> <Compile Include="../../Common/Compiler/GenericCycleDetection/Graph.Vertex.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/GenericCycleDetection/Graph.Vertex.cs"/> <Compile Include="../../Common/Compiler/GenericCycleDetection/GraphBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/GenericCycleDetection/GraphBuilder.cs"/> <Compile Include="../../Common/Compiler/GenericCycleDetection/GraphBuilder.ForEach.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/GenericCycleDetection/GraphBuilder.ForEach.cs"/> <Compile Include="../../Common/Compiler/GenericCycleDetection/GraphBuilder.MethodCall.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/GenericCycleDetection/GraphBuilder.MethodCall.cs"/> <Compile Include="../../Common/Compiler/GenericCycleDetection/ModuleCycleInfo.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/GenericCycleDetection/ModuleCycleInfo.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/ILCompiler.Compiler/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/coreclr/ILCompiler.Compiler/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/ILCompiler.Compiler/linux.x64.Release/ILLink.Shared.SharedStrings.cs" Link="src/runtime/artifacts/obj/coreclr/ILCompiler.Compiler/linux.x64.Release/ILLink.Shared.SharedStrings.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/ILCompiler.Compiler/linux.x64.Release/ILCompiler.Compiler.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/coreclr/ILCompiler.Compiler/linux.x64.Release/ILCompiler.Compiler.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="../../../../../../../ref/88b1552f8b6a4cdfa85829fcdcde66ce/ILCompiler.DependencyAnalysisFramework.dll"/> <ReferencePath Include="../../../../../../../ref/788963732a784364a4755144a4841eee/ILCompiler.Diagnostics.dll"/> <ReferencePath Include="../../../../../../../ref/9fe0aa8c13174ded8739d56faf6f83b8/ILCompiler.MetadataTransform.dll"/> <ReferencePath Include="../../../../../../../ref/7e20ac313099426bb5fb0646863ae0bd/ILCompiler.TypeSystem.dll"/> <ReferencePath Include="../../../../../../../ref/b4167c0c7f8e4efe9ffd52a67403c391/Microsoft.CSharp.dll"/> <ReferencePath Include="../../../../../../../ref/ebc6c88f278245199e6c23585a2a77a5/Microsoft.Extensions.Caching.Abstractions.dll"/> <ReferencePath Include="../../../../../../../ref/8e9bb2d71a1f45f09275b1d0987550b3/Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="../../../../../../../ref/c9e8bb475879475f9c9b184b76659cc0/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="../../../../../../../ref/dabfe50d43b842949f0d5022543286d9/Microsoft.Extensions.Diagnostics.Abstractions.dll"/> <ReferencePath Include="../../../../../../../ref/4113b0a12a7d4722bea2eadb724e5147/Microsoft.Extensions.FileProviders.Abstractions.dll"/> <ReferencePath Include="../../../../../../../ref/3f73ace5f70244d891de2fd05146db28/Microsoft.Extensions.Hosting.Abstractions.dll"/> <ReferencePath Include="../../../../../../../ref/9b7d66583da044219c81479218f8ab6e/Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="../../../../../../../ref/e1fc54eeaaf345d3ac579235569fa744/Microsoft.Extensions.Options.dll"/> <ReferencePath Include="../../../../../../../ref/d79a4ac39b64469590183cba7da73416/Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/47f73fd02d6242c582e700c794327b46/Microsoft.VisualBasic.Core.dll"/> <ReferencePath Include="../../../../../../../ref/12f128a71cf941fa8bdee812d8645fae/Microsoft.VisualBasic.dll"/> <ReferencePath Include="../../../../../../../ref/ee9af6938c7c4238936b7e007581345d/Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/9f28fd26e69e43c4908f1e2464f82070/Microsoft.Win32.Registry.dll"/> <ReferencePath Include="../../../../../../../ref/5497c7c56c8a4198ba220365bf19e061/mscorlib.dll"/> <ReferencePath Include="../../../../../../../ref/c8a0db8646be48b7a9d9d6cf3674c362/netstandard.dll"/> <ReferencePath Include="../../../../../../../ref/36b36202c7fc40e4bc0365d5c2b8c1c3/System.AppContext.dll"/> <ReferencePath Include="../../../../../../../ref/47d15d5ce01a4f2a8fd0730b4b2a420c/System.Buffers.dll"/> <ReferencePath Include="../../../../../../../ref/7f7de186d1f24df5878d12e0ec79da90/System.Collections.Concurrent.dll"/> <ReferencePath Include="../../../../../../../ref/bc106f212627492289e058068d755322/System.Collections.dll"/> <ReferencePath Include="../../../../../../../ref/50defd4ccd1341cf8c5a445aba13b110/System.Collections.Immutable.dll"/> <ReferencePath Include="../../../../../../../ref/b153d995352a412baf483a9a7e7fef14/System.Collections.NonGeneric.dll"/> <ReferencePath Include="../../../../../../../ref/4642997e03404fe9b932083b346776a5/System.Collections.Specialized.dll"/> <ReferencePath Include="../../../../../../../ref/33c1c9a42b3f417abba68c8aa0eecbec/System.ComponentModel.Annotations.dll"/> <ReferencePath Include="../../../../../../../ref/310ff37230e1400798e7bde16c275cb6/System.ComponentModel.DataAnnotations.dll"/> <ReferencePath Include="../../../../../../../ref/0b48e3a7c31a476688e8c06f9fc452ca/System.ComponentModel.dll"/> <ReferencePath Include="../../../../../../../ref/f774f5d0d8f94034b6f979594865b316/System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="../../../../../../../ref/f778b06a904f4f5598cedb89855959c8/System.ComponentModel.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/cd52d5f663cb4ddb8b00f0423b5d368c/System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="../../../../../../../ref/017b29b686ef43f1b6ba04b4ee516c0c/System.Configuration.dll"/> <ReferencePath Include="../../../../../../../ref/3f8a7014d638483a93f4ac94d4bf6987/System.Console.dll"/> <ReferencePath Include="../../../../../../../ref/ea41f22768914b308007235ec9d446b7/System.Core.dll"/> <ReferencePath Include="../../../../../../../ref/1caa40cb480e4d0c8c5e2de38d6e7611/System.Data.Common.dll"/> <ReferencePath Include="../../../../../../../ref/6d99ecd722a7472fb4cf4c0b68f966f6/System.Data.DataSetExtensions.dll"/> <ReferencePath Include="../../../../../../../ref/8ba4a740ff7c430e9a903cf82f1f3ce2/System.Data.dll"/> <ReferencePath Include="../../../../../../../ref/04f924ac61694c359431d4a9fe47de80/System.Diagnostics.Contracts.dll"/> <ReferencePath Include="../../../../../../../ref/b31849967f68465f8f9c796659daa193/System.Diagnostics.Debug.dll"/> <ReferencePath Include="../../../../../../../ref/ae859b0f40fa4b93bafd73307d1226d4/System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="../../../../../../../ref/a16a711f8f5c4e3c953789b2c250d6fa/System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="../../../../../../../ref/411728d6cd80446588fd6a7b66d44dd8/System.Diagnostics.Process.dll"/> <ReferencePath Include="../../../../../../../ref/838cc42747e641eb8d1dd54142a98311/System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="../../../../../../../ref/12867574ea5342f39321531fb06b107a/System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="../../../../../../../ref/882b66e4d7b24ec3a4d20b5dd1650ff2/System.Diagnostics.Tools.dll"/> <ReferencePath Include="../../../../../../../ref/e447f96ada7b4f47aa7b9fa7d324ddad/System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="../../../../../../../ref/b96845f820ca4135af8eb2525bada64f/System.Diagnostics.Tracing.dll"/> <ReferencePath Include="../../../../../../../ref/2c2a1a696db3412f9b5bf9eb7c355ef8/System.dll"/> <ReferencePath Include="../../../../../../../ref/c996cbd08abf4fa7b757c707556d7a21/System.Drawing.dll"/> <ReferencePath Include="../../../../../../../ref/d68c8824157e455fbb64cdd63fc6833d/System.Drawing.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/0961654bce7049208ed559b78142ec25/System.Dynamic.Runtime.dll"/> <ReferencePath Include="../../../../../../../ref/a9733aee40524e9d90ba40319e32ea1b/System.Formats.Asn1.dll"/> <ReferencePath Include="../../../../../../../ref/71e2f0be0a984e9b9958fef5fef88d1f/System.Formats.Tar.dll"/> <ReferencePath Include="../../../../../../../ref/b926453a7d9f46ebaacdb34971be1207/System.Globalization.Calendars.dll"/> <ReferencePath Include="../../../../../../../ref/05d9a989cf9e4f198a044099d2e66413/System.Globalization.dll"/> <ReferencePath Include="../../../../../../../ref/3bd48e6ba38e4fe4b0352694ed3d04d3/System.Globalization.Extensions.dll"/> <ReferencePath Include="../../../../../../../ref/bc779c6f909b4d33bb4f16cf31af0af3/System.IO.Compression.Brotli.dll"/> <ReferencePath Include="../../../../../../../ref/9ee587597e3148ccaf9920dfc766b415/System.IO.Compression.dll"/> <ReferencePath Include="../../../../../../../ref/fef4c41836c34af19f3cf474f3cadda5/System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="../../../../../../../ref/fd18c1e4f6994944a01deaf0763d02aa/System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="../../../../../../../ref/f81b5d5be4ec41e9b5805e32debe96f0/System.IO.dll"/> <ReferencePath Include="../../../../../../../ref/733382acaa3942d7bd8a201edbc26a85/System.IO.FileSystem.AccessControl.dll"/> <ReferencePath Include="../../../../../../../ref/a01f9c3c0c044850ac06add64cb5b672/System.IO.FileSystem.dll"/> <ReferencePath Include="../../../../../../../ref/d5dd0165f506484480df628285399b56/System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="../../../../../../../ref/2900f36099d64928a2b4751c7737acfc/System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/0c1a290c2c4a4b2fad8cf719f256c5b0/System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="../../../../../../../ref/cbad0d6f4ff342c1a690c193e2782ce2/System.IO.IsolatedStorage.dll"/> <ReferencePath Include="../../../../../../../ref/2052112ef6d24f25a6ede81ae38e0cc4/System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="../../../../../../../ref/7f419c4c519e422c81b2f7070c3fd0e9/System.IO.Pipelines.dll"/> <ReferencePath Include="../../../../../../../ref/e9edc4f658af4bb8ada81a758ce22926/System.IO.Pipes.AccessControl.dll"/> <ReferencePath Include="../../../../../../../ref/53b8ca277c9e433480c1567ea0c190f4/System.IO.Pipes.dll"/> <ReferencePath Include="../../../../../../../ref/b5db9516790d411dac63e3d000471572/System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="../../../../../../../ref/d4c48d21c5254b66adee94a11fe27221/System.Linq.AsyncEnumerable.dll"/> <ReferencePath Include="../../../../../../../ref/c4f3ef63447146dc95168328de8008bf/System.Linq.dll"/> <ReferencePath Include="../../../../../../../ref/7af0659d8e844832b53320ffda0b5c2b/System.Linq.Expressions.dll"/> <ReferencePath Include="../../../../../../../ref/0d6b7e42e2fd4789a0e42d8b24433d95/System.Linq.Parallel.dll"/> <ReferencePath Include="../../../../../../../ref/71334d6ce1c74e57b8a5dd2338fb30b8/System.Linq.Queryable.dll"/> <ReferencePath Include="../../../../../../../ref/a204af6664c049219db7298dff6b9f40/System.Memory.dll"/> <ReferencePath Include="../../../../../../../ref/711a83671f6643af80d92d2a9f323d87/System.Net.dll"/> <ReferencePath Include="../../../../../../../ref/cd295c1c3fca44a288d9d433a4f18be5/System.Net.Http.dll"/> <ReferencePath Include="../../../../../../../ref/bc60b8338ae545de9c5b7ae06e756562/System.Net.Http.Json.dll"/> <ReferencePath Include="../../../../../../../ref/9cd9f5f1334a4735b7ca757347f32348/System.Net.HttpListener.dll"/> <ReferencePath Include="../../../../../../../ref/8965e281d0f54ca1bf5c678bdec2b3b7/System.Net.Mail.dll"/> <ReferencePath Include="../../../../../../../ref/a63d534c5e0c4873ae510caf46ecd12c/System.Net.NameResolution.dll"/> <ReferencePath Include="../../../../../../../ref/c90f8a91f5054de797402ba93b4e55d5/System.Net.NetworkInformation.dll"/> <ReferencePath Include="../../../../../../../ref/0317fa26d9ef4950ac1ba4489d73c9a4/System.Net.Ping.dll"/> <ReferencePath Include="../../../../../../../ref/c78c74ee30af4df19252425230d53830/System.Net.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/ca5c6b80388f4fd28cca46c9f645002b/System.Net.Quic.dll"/> <ReferencePath Include="../../../../../../../ref/c30f3061213e43758c5c3e89cd186ca8/System.Net.Requests.dll"/> <ReferencePath Include="../../../../../../../ref/413e6aacbd7d4733bfb0839b72640480/System.Net.Security.dll"/> <ReferencePath Include="../../../../../../../ref/646dca7da06a48edb0b159f80d4f9b17/System.Net.ServerSentEvents.dll"/> <ReferencePath Include="../../../../../../../ref/c2cbd991b6324a70bbd7b4cae20da4ac/System.Net.ServicePoint.dll"/> <ReferencePath Include="../../../../../../../ref/bcb1503291fc4c69929fa9713f0977e8/System.Net.Sockets.dll"/> <ReferencePath Include="../../../../../../../ref/2d0e8d72a4454c18be0300b8cc4095bc/System.Net.WebClient.dll"/> <ReferencePath Include="../../../../../../../ref/02a8d4faadcf4420950e33e89f59765b/System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="../../../../../../../ref/3c958153136a4357a6ad833b7519352b/System.Net.WebProxy.dll"/> <ReferencePath Include="../../../../../../../ref/2deb563f29e14c99ad2a7013e90bacbc/System.Net.WebSockets.Client.dll"/> <ReferencePath Include="../../../../../../../ref/66e2dfba21e74de187d78e24f27a4edc/System.Net.WebSockets.dll"/> <ReferencePath Include="../../../../../../../ref/a5768bfc4d0043f38262481f42de7caa/System.Numerics.dll"/> <ReferencePath Include="../../../../../../../ref/a9386cb50e384a818212aeba2449691f/System.Numerics.Vectors.dll"/> <ReferencePath Include="../../../../../../../ref/2ae14721d0ea455294a4bba84c7d9827/System.ObjectModel.dll"/> <ReferencePath Include="../../../../../../../ref/cf3912b0c6874c8db08cbbdd4f053708/System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="../../../../../../../ref/45af2257704f42f887e4a186da7f0d6d/System.Reflection.dll"/> <ReferencePath Include="../../../../../../../ref/3aac5b972bfd455aaccb01a1efd39238/System.Reflection.Emit.dll"/> <ReferencePath Include="../../../../../../../ref/8ae0afbafacc4f00b8705f8d91dde3ee/System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="../../../../../../../ref/f47e17d29ec74114aa42518b8dc54007/System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="../../../../../../../ref/8061fd8b3c6049d2bda074f20c1b8cce/System.Reflection.Extensions.dll"/> <ReferencePath Include="../../../../../../../ref/38c270a5e8ab4ca9bd123e93a4f25bc1/System.Reflection.Metadata.dll"/> <ReferencePath Include="../../../../../../../ref/d3f6217de71c4741b32803b41ceaead2/System.Reflection.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/96d6e24b2bc84266a5976d6f96e307fe/System.Reflection.TypeExtensions.dll"/> <ReferencePath Include="../../../../../../../ref/9efd398aeb9345118d2874708f351acc/System.Resources.Reader.dll"/> <ReferencePath Include="../../../../../../../ref/bc405943ffc6426a92f5dd0cbbf22fe5/System.Resources.ResourceManager.dll"/> <ReferencePath Include="../../../../../../../ref/1d124fbbe01a428ead8f65faa7456b10/System.Resources.Writer.dll"/> <ReferencePath Include="../../../../../../../ref/4346d19c20944b359bd2711455141f91/System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="../../../../../../../ref/b75e71a1c8d946efa6d2972b44072b25/System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="../../../../../../../ref/8fbe8aec31bc4a7f8d763b85245e62f2/System.Runtime.dll"/> <ReferencePath Include="../../../../../../../ref/129448eb14834889ae31138fca71d9d3/System.Runtime.Extensions.dll"/> <ReferencePath Include="../../../../../../../ref/f1aa73b774dc4e3f87dc62902ace99c1/System.Runtime.Handles.dll"/> <ReferencePath Include="../../../../../../../ref/f9af9b569e1c45d38402b8f37a7e639c/System.Runtime.InteropServices.dll"/> <ReferencePath Include="../../../../../../../ref/9a88dda8bb3b46feaf09f20a812d3037/System.Runtime.InteropServices.JavaScript.dll"/> <ReferencePath Include="../../../../../../../ref/1dfc6b328bbe44ce973b09fda53180fc/System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="../../../../../../../ref/64abd230f226410cbb5a58ebb260cf1a/System.Runtime.Intrinsics.dll"/> <ReferencePath Include="../../../../../../../ref/9bbb2b4056d24760879d5c4754318085/System.Runtime.Loader.dll"/> <ReferencePath Include="../../../../../../../ref/4f060dcc1fed4bc18664e8808cdf0f33/System.Runtime.Numerics.dll"/> <ReferencePath Include="../../../../../../../ref/0319438788f0468683844a08f503bcfe/System.Runtime.Serialization.dll"/> <ReferencePath Include="../../../../../../../ref/c2e57e7435fe4c769cfb7ed1f53e852a/System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="../../../../../../../ref/f799df11c2bb4c9dbb2511984294c802/System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="../../../../../../../ref/83a7274400644c4dad3d88162f6327f5/System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/b52668012b7a4fb58ed5026f38511595/System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="../../../../../../../ref/17e47171cf774a5a8d7dc06fd77950fe/System.Security.AccessControl.dll"/> <ReferencePath Include="../../../../../../../ref/a8ce982db78c4b319426e04e63dff9f0/System.Security.Claims.dll"/> <ReferencePath Include="../../../../../../../ref/9378219d893d45fdbbbe4d597c81678c/System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="../../../../../../../ref/2101a026c6c84cc7b66fa7f07829c676/System.Security.Cryptography.Cng.dll"/> <ReferencePath Include="../../../../../../../ref/687e2fd9b2c9466cb4dedbdea493a505/System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="../../../../../../../ref/f3ddeb092e3743998c5b49563eab386c/System.Security.Cryptography.dll"/> <ReferencePath Include="../../../../../../../ref/1ccc62a4e745479382bea0f5f7d7bd35/System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="../../../../../../../ref/afa40028c6cb4ac5baee08ad0c77d0f1/System.Security.Cryptography.OpenSsl.dll"/> <ReferencePath Include="../../../../../../../ref/7c242abf281a42fba603eec05c334cbc/System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="../../../../../../../ref/d08386edf4d54ecbb44ff240f15a6be0/System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="../../../../../../../ref/73c1bc039cb748638d23eb0a11bd65a4/System.Security.dll"/> <ReferencePath Include="../../../../../../../ref/8723d2d08a624d09913327ec6e0185b1/System.Security.Principal.dll"/> <ReferencePath Include="../../../../../../../ref/b8663eac050647718ebc5c7962eb4b50/System.Security.Principal.Windows.dll"/> <ReferencePath Include="../../../../../../../ref/bf752dd2a21a410fac61012b758ba9b9/System.Security.SecureString.dll"/> <ReferencePath Include="../../../../../../../ref/0a8f5f9aac914e6fb1f4dfb874b92e65/System.ServiceModel.Web.dll"/> <ReferencePath Include="../../../../../../../ref/e906f26432f8475a98b01a62ea671392/System.ServiceProcess.dll"/> <ReferencePath Include="../../../../../../../ref/3614a05691924a9e9210d409b5fd8be4/System.Text.Encoding.CodePages.dll"/> <ReferencePath Include="../../../../../../../ref/52ded8e5e0f14dd19d5bc71d8e904e86/System.Text.Encoding.dll"/> <ReferencePath Include="../../../../../../../ref/f89fccfdb8be422fbb56e2c8718c1858/System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="../../../../../../../ref/5505e7521e6c46d3af5af95683091bb5/System.Text.Encodings.Web.dll"/> <ReferencePath Include="../../../../../../../ref/013b42eefe34453a93fd602a35f9daca/System.Text.Json.dll"/> <ReferencePath Include="../../../../../../../ref/da5c9fc49b254c31a45551c86dcfeb70/System.Text.RegularExpressions.dll"/> <ReferencePath Include="../../../../../../../ref/c38b3ce937ea49f6af0e61bbece86de1/System.Threading.AccessControl.dll"/> <ReferencePath Include="../../../../../../../ref/71c5da9e091144ed813f7f0147fbc334/System.Threading.Channels.dll"/> <ReferencePath Include="../../../../../../../ref/8fb56382cc7449a1bd56fbd7e90b6f63/System.Threading.dll"/> <ReferencePath Include="../../../../../../../ref/9940c72df16146d597be5745ff7f2e45/System.Threading.Overlapped.dll"/> <ReferencePath Include="../../../../../../../ref/de9a9a14d04b4adf8f35dfc72e9fc168/System.Threading.Tasks.Dataflow.dll"/> <ReferencePath Include="../../../../../../../ref/0af8d9a796fe418b97c64c903400462f/System.Threading.Tasks.dll"/> <ReferencePath Include="../../../../../../../ref/f7784bde22504b5e881055bf11de211a/System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="../../../../../../../ref/8da51253eadc4bfcaeb4b3a0ee9a2841/System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="../../../../../../../ref/76f9b319561b4f80a63a61e8c0c3734e/System.Threading.Thread.dll"/> <ReferencePath Include="../../../../../../../ref/a0ce3991a05a466c907a9599e3b4af4e/System.Threading.ThreadPool.dll"/> <ReferencePath Include="../../../../../../../ref/4cb7afdea180473eb3216e926b5242a4/System.Threading.Timer.dll"/> <ReferencePath Include="../../../../../../../ref/e264c04bb8734527b7b0a07f6621df4d/System.Transactions.dll"/> <ReferencePath Include="../../../../../../../ref/e4f79fa4b95e44f88f36132e61be1d1e/System.Transactions.Local.dll"/> <ReferencePath Include="../../../../../../../ref/514ce82e790a4a299e07ee6a754ff077/System.ValueTuple.dll"/> <ReferencePath Include="../../../../../../../ref/f69f27f9ee6849529511770e924660a7/System.Web.dll"/> <ReferencePath Include="../../../../../../../ref/6fe23f12dc8e4641a943b6a5171c079c/System.Web.HttpUtility.dll"/> <ReferencePath Include="../../../../../../../ref/24898bb801f4408a801169b51df50e23/System.Windows.dll"/> <ReferencePath Include="../../../../../../../ref/5264d105e70d4189b6e75c59d4eae34c/System.Xml.dll"/> <ReferencePath Include="../../../../../../../ref/e86516bb7f4445f78d63cb75a72b8bc9/System.Xml.Linq.dll"/> <ReferencePath Include="../../../../../../../ref/67b1a5e008d042dd96f3b491cba71d24/System.Xml.ReaderWriter.dll"/> <ReferencePath Include="../../../../../../../ref/47698e1300ff4ac9a170981d2bf0f375/System.Xml.Serialization.dll"/> <ReferencePath Include="../../../../../../../ref/fab1e234cf244ca98207f8df552ce89a/System.Xml.XDocument.dll"/> <ReferencePath Include="../../../../../../../ref/1fafed8e20974702b6e46619020a5508/System.Xml.XmlDocument.dll"/> <ReferencePath Include="../../../../../../../ref/ba80b5a77ef84160b9082db46ad07516/System.Xml.XmlSerializer.dll"/> <ReferencePath Include="../../../../../../../ref/0c653409fa424e50b2f4c8ccf62582a7/System.Xml.XPath.dll"/> <ReferencePath Include="../../../../../../../ref/6fe3c15d119a4b2198134b2d14a3bb82/System.Xml.XPath.XDocument.dll"/> <ReferencePath Include="../../../../../../../ref/af155e33095944bd8a7bc074487e3d2b/WindowsBase.dll"/> </ItemGroup> <ItemGroup> </ItemGroup> </Project>