| File: ILCompiler.ReadyToRun.csproj | Web Access |
| Project: src\runtime\src\coreclr\tools\aot\ILCompiler.ReadyToRun\ILCompiler.ReadyToRun.csproj (ILCompiler.ReadyToRun) |
<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.ReadyToRun</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <LangVersion>Preview</LangVersion> <DefineConstants>READYTORUN;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/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="../../Common/Internal/Runtime/CorConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/CorConstants.cs"/> <Compile Include="../../Common/Internal/Runtime/ReadyToRunConstants.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs"/> <Compile Include="../../Common/Internal/Runtime/ReadyToRunInstructionSet.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs"/> <Compile Include="../../Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs"/> <Compile Include="../../Common/Internal/NativeFormat/NativeFormat.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormat.cs"/> <Compile Include="../../Common/Internal/NativeFormat/NativeFormatWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs"/> <Compile Include="../../Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs"/> <Compile Include="../../Common/Internal/NativeFormat/NativeFormatWriterExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatWriterExtensions.cs"/> <Compile Include="../../Common/Pgo/PgoFormat.cs" Link="src/runtime/src/coreclr/tools/Common/Pgo/PgoFormat.cs"/> <Compile Include="../../Common/Pgo/TypeSystemEntityOrUnknown.cs" Link="src/runtime/src/coreclr/tools/Common/Pgo/TypeSystemEntityOrUnknown.cs"/> <Compile Include="../../Common/System/FormattingHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/System/FormattingHelpers.cs"/> <Compile Include="../../Common/TypeSystem/IL/ILProvider.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/ILProvider.cs"/> <Compile Include="../../Common/TypeSystem/IL/ILReader.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/ILReader.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/AsyncResumptionStub.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AsyncResumptionStub.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/AsyncResumptionStub.Mangling.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/AsyncResumptionStub.Mangling.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/InterlockedIntrinsics.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.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/UnsafeIntrinsics.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.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/Interop/IL/Marshaller.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/Marshaller.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/MarshalHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.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/MetadataEmitter/TypeSystemMetadataEmitter.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/MetadataEmitter/TypeSystemMetadataEmitter.cs"/> <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/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/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/NativeAotNameMangler.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/NativeAotNameMangler.cs"/> <Compile Include="../../Common/Compiler/ObjectDataInterner.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectDataInterner.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/INodeWithTypeSignature.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/INodeWithTypeSignature.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/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/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/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/DisplayNameHelpers.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DisplayNameHelpers.cs"/> <Compile Include="../../Common/Compiler/ExternalTypeMapObjectNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ExternalTypeMapObjectNode.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/IExternalTypeMapNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/IExternalTypeMapNode.cs"/> <Compile Include="../../Common/Compiler/ICompilationRootProvider.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ICompilationRootProvider.cs"/> <Compile Include="../../Common/Compiler/IProxyTypeMapNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/IProxyTypeMapNode.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/ProxyTypeMapObjectNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ProxyTypeMapObjectNode.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/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/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="../../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/JitInterface/CorInfoTypes.VarInfo.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs"/> <Compile Include="../../Common/JitInterface/SystemVStructClassificator.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/SystemVStructClassificator.cs"/> <Compile Include="../../Common/CallingConvention/ArgIterator.cs" Link="src/runtime/src/coreclr/tools/Common/CallingConvention/ArgIterator.cs"/> <Compile Include="../../Common/CallingConvention/TransitionBlock.cs" Link="src/runtime/src/coreclr/tools/Common/CallingConvention/TransitionBlock.cs"/> <Compile Include="../../Common/CallingConvention/ITypeHandle.cs" Link="src/runtime/src/coreclr/tools/Common/CallingConvention/ITypeHandle.cs"/> <Compile Include="../../Common/Internal/Runtime/RiscVLoongArch64FpStruct.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/RiscVLoongArch64FpStruct.cs"/> <Compile Include="../../Common/JitInterface/SwiftPhysicalLowering.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/SwiftPhysicalLowering.cs"/> <Compile Include="../../Common/JitInterface/WasmLowering.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/WasmLowering.cs"/> <Compile Include="../../Common/TypeSystem/Interop/InteropTypes.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs"/> <Compile Include="../../Common/TypeSystem/Interop/UnmanagedCallingConventions.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/Interop/UnmanagedCallingConventions.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/OutputInfoBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/OutputInfoBuilder.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/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/WasmObjectWriter.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/WasmObjectWriter.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/WasmSymbolManager.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/WasmSymbolManager.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/WasmGlobalImports.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/WasmGlobalImports.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/WasmNative.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/WasmNative.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/WasmInstructions.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/WasmInstructions.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/CodeDataLayoutMode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/CodeDataLayoutMode.cs"/> <Compile Include="../../Common/Compiler/ObjectWriter/WebcilEncoder.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/ObjectWriter/WebcilEncoder.cs"/> <Compile Include="../../Common/Wasm/Webcil.cs" Link="src/runtime/src/coreclr/tools/Common/Wasm/Webcil.cs"/> <Compile Include="../ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.cs" Link="src/runtime/src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.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/DynamicallyAccessedMemberTypesEx.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/DynamicallyAccessedMemberTypesEx.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/TrimAnalysis/ReferenceKind.cs" Link="src/runtime/src/tools/illink/src/ILLink.Shared/TrimAnalysis/ReferenceKind.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="CodeGen/ReadyToRunContainerFormat.cs"/> <Compile Include="Compiler/AssemblyExtensions.cs"/> <Compile Include="Compiler/DependencyAnalysis/ImportReferenceProvider.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DeferredTillPhaseNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/EnclosingTypeMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunModuleSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/TypeGenericInfoMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/MethodIsGenericMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ILBodyFixupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ManifestAssemblyMvidHeaderNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/SymbolNodeRange.cs"/> <Compile Include="Compiler/CallChainProfile.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/TypeValidationChecker.cs"/> <Compile Include="Compiler/Logger.cs"/> <Compile Include="Compiler/ReadyToRunExternalTypeMapNode.cs"/> <Compile Include="Compiler/ReadyToRunProxyTypeMapNode.cs"/> <Compile Include="Compiler/ReadyToRunTypeMapManager.cs"/> <Compile Include="Compiler/ReadyToRunVisibilityRootProvider.cs"/> <Compile Include="Compiler/ReadyToRunProfilingRootProvider.cs"/> <Compile Include="Compiler/ReadyToRunHardwareIntrinsicRootProvider.cs"/> <Compile Include="Compiler/TypeMapAssemblyTargetsNode.cs"/> <Compile Include="ObjectWriter/MapFileBuilder.cs"/> <Compile Include="CodeGen/ReadyToRunObjectWriter.cs"/> <Compile Include="Compiler/CompilationModuleGroup.ReadyToRun.cs"/> <Compile Include="Compiler/CompositeImageSettings.cs"/> <Compile Include="Compiler/CryptographicHashProvider.cs"/> <Compile Include="Compiler/DependencyAnalysis/AllMethodsOnTypeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ArrayInterfaceMethodsNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/InheritedVirtualMethodsNode.cs"/> <Compile Include="../../Common/Compiler/DependencyAnalysis/VirtualMethodUseNode.cs" Link="src/runtime/src/coreclr/tools/Common/Compiler/DependencyAnalysis/VirtualMethodUseNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/EmbeddedObjectNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/AssemblyTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/AttributePresenceFilterNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryEntryNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CopiedFieldRvaNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CopiedManagedResourcesNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CopiedMetadataBlobNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILDeduplicator.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CopiedCorHeaderNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CopiedStrongNameSignatureNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperMethodImport.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ExceptionInfoLookupTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ByteArrayComparer.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/CompilerIdentifierNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DebugInfoTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperImport.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/GCRefMapBuilder.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/GCRefMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/GenericLookupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DelegateCtorSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DevirtualizationManager.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHeaderNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ImportSectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Import.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ImportSectionsTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/InliningInfoNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/InstanceEntryPointTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/InstrumentationDataTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/OwnerCompositeExecutableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/PrecodeMethodImport.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ManifestMetadataTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/MethodColdCodeNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/MethodEntryPointTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/MethodFixupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/MethodGCInfoNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/MethodWithGCInfo.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ModuleToken.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ModuleTokenResolver.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/NewArrayFixupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/NewObjectFixupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/NibbleWriter.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/PrecodeHelperImport.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHelperSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunInstructionSetSupportSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/ResumptionStubEntryPointSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/StoreMultiCallableAddrOfCodeSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/InjectStringThunksSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/StringDiscoverableAssemblyStubNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsGCInfoNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/HotColdMapNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Signature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/SignatureBuilder.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/SignatureContext.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/SignatureEmbeddedPointerIndirectionNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/StringImport.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/StringImportSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Target_ARM64/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Target_ARM/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Target_LoongArch64/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Target_RiscV64/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Target_Wasm/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Target_X64/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Target_X86/ImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/TypeFixupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/TypeHandle.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/TypesTableNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/VirtualResolutionFixupSignature.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/WasmImportThunkPortableEntrypoint.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/WasmImportThunk.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/WasmInterpreterToR2RThunkNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/WasmR2RToInterpreterThunkNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRun/Win32ResourcesNode.cs"/> <Compile Include="Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.cs"/> <Compile Include="Compiler/DependencyAnalysis/TypeAndMethod.cs"/> <Compile Include="Compiler/ExternalReferenceTokenManager.cs"/> <Compile Include="Compiler/IRootingServiceProvider.cs"/> <Compile Include="Compiler/ReadyToRunCompilationModuleGroupBase.cs"/> <Compile Include="Compiler/PettisHansenSort/CallGraphNode.cs"/> <Compile Include="Compiler/PettisHansenSort/DisjointSetForest.cs"/> <Compile Include="Compiler/PettisHansenSort/PettisHansen.cs"/> <Compile Include="Compiler/R2RTypeExtensions.cs"/> <Compile Include="IBC/IBCDataModel.cs"/> <Compile Include="IBC/IBCDataReader.cs"/> <Compile Include="IBC/MIbcProfileParser.cs"/> <Compile Include="IBC/ReaderExtensions.cs"/> <Compile Include="Compiler/ProfileData.cs"/> <Compile Include="Compiler/ProfileDataManager.cs"/> <Compile Include="Compiler/VersionResilientHashCode.ReadyToRun.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="Compiler/ReadyToRunLibraryRootProvider.cs"/> <Compile Include="Compiler/ReadyToRunCompilerContext.cs"/> <Compile Include="Compiler/ReadyToRunCodegenCompilation.cs"/> <Compile Include="Compiler/ReadyToRunCodegenCompilationBuilder.cs"/> <Compile Include="Compiler/FileLayoutOptimizer.cs"/> <Compile Include="Compiler/ReadyToRunMetadataFieldLayoutAlgorithm.cs"/> <Compile Include="Compiler/ReadyToRunSingleAssemblyCompilationModuleGroup.cs"/> <Compile Include="Compiler/ReadyToRunStandaloneMethodMetadata.cs"/> <Compile Include="Compiler/ReadyToRunTableManager.cs"/> <Compile Include="Compiler/ReadyToRunXmlRootProvider.cs"/> <Compile Include="IBC/IBCProfileData.cs"/> <Compile Include="IBC/IBCProfileParser.cs"/> <Compile Include="IL/Stubs/InstanceCalliHelperIntrinsics.cs"/> <Compile Include="IL/Stubs/PInvokeILEmitter.cs"/> <Compile Include="Interop/IL/Marshaller.ReadyToRun.cs"/> <Compile Include="Compiler/PerfEventSource.cs"/> <Compile Include="ObjectWriter/ProfileFileBuilder.cs"/> <Compile Include="ObjectWriter/SymbolFileBuilder.cs"/> <Compile Include="Compiler/RuntimeDeterminedTypeHelper.cs"/> <Compile Include="Compiler/SingleMethodCompilationModuleGroup.cs"/> <Compile Include="Compiler/NoMethodsCompilationModuleGroup.cs"/> <Compile Include="Compiler/SystemObjectFieldLayoutAlgorithm.cs"/> <Compile Include="IL/ReadyToRunILProvider.cs"/> <Compile Include="JitInterface/CorInfoImpl.ReadyToRun.cs"/> <Compile Include="JitInterface/WasmLowering.ReadyToRun.cs"/> <Compile Include="ObjectWriter/TargetExtensions.cs"/> <Compile Include="TypeSystem/MethodDescExtensions.cs"/> <Compile Include="TypeSystem/Mutable/MutableModule.cs"/> <Compile Include="TypeSystem/Mutable/MutableModule.Sorting.cs"/> <Compile Include="TypeSystem/Mutable/MutableModule.Symbols.cs"/> <Compile Include="../../Common/Internal/Runtime/ModuleHeaders.cs" Link="src/runtime/src/coreclr/tools/Common/Internal/Runtime/ModuleHeaders.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/System/Collections/Generic/ArrayBuilder.cs" Link="src/runtime/src/coreclr/tools/Common/System/Collections/Generic/ArrayBuilder.cs"/> <Compile Include="../../Common/TypeSystem/IL/HelperExtensions.cs" Link="src/runtime/src/coreclr/tools/Common/TypeSystem/IL/HelperExtensions.cs"/> <Compile Include="../../Common/JitInterface/JitTypeNameFormatter.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/JitTypeNameFormatter.cs"/> <Compile Include="../../Common/JitInterface/CorInfoImpl_generated.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoImpl_generated.cs"/> <Compile Include="../../Common/JitInterface/CorInfoImpl.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoImpl.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/CorInfoInstructionSet.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/CorInfoInstructionSet.cs"/> <Compile Include="../../Common/JitInterface/IJitHashableOnly.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/IJitHashableOnly.cs"/> <Compile Include="../../Common/JitInterface/JitConfigProvider.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/JitConfigProvider.cs"/> <Compile Include="../../Common/JitInterface/UnboxingMethodDesc.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/UnboxingMethodDesc.cs"/> <Compile Include="../../Common/JitInterface/UnboxingMethodDescFactory.cs" Link="src/runtime/src/coreclr/tools/Common/JitInterface/UnboxingMethodDescFactory.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/ILCompiler.ReadyToRun/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/coreclr/ILCompiler.ReadyToRun/linux.x64.Release/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/ILCompiler.ReadyToRun/linux.x64.Release/ILCompiler.ReadyToRun.InternalsVisibleTo.cs" Link="src/runtime/artifacts/obj/coreclr/ILCompiler.ReadyToRun/linux.x64.Release/ILCompiler.ReadyToRun.InternalsVisibleTo.cs"/> <Compile Include="../../../../../artifacts/obj/coreclr/ILCompiler.ReadyToRun/linux.x64.Release/ILCompiler.ReadyToRun.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/coreclr/ILCompiler.ReadyToRun/linux.x64.Release/ILCompiler.ReadyToRun.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="../../../../../../../ref/88b1552f8b6a4cdfa85829fcdcde66ce/ILCompiler.DependencyAnalysisFramework.dll"/> <ReferencePath Include="../../../../../../../ref/788963732a784364a4755144a4841eee/ILCompiler.Diagnostics.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>