File: Mono.Linker.csproj
Web Access
Project: src\src\tools\illink\src\linker\Mono.Linker.csproj (illink)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>illink</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25367.101\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;ILLINK;DEBUG;NET;NET10_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;NET10_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="Linker.Dataflow\ArrayValue.cs"/>
    <Compile Include="Linker.Dataflow\AttributeDataFlow.cs"/>
    <Compile Include="Linker.Dataflow\CompilerGeneratedCallGraph.cs"/>
    <Compile Include="Linker.Dataflow\CompilerGeneratedState.cs"/>
    <Compile Include="Linker.Dataflow\DiagnosticContext.cs"/>
    <Compile Include="Linker.Dataflow\DiagnosticUtilities.cs"/>
    <Compile Include="Linker.Dataflow\DynamicallyAccessedMembersBinder.cs"/>
    <Compile Include="Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs"/>
    <Compile Include="Linker.Dataflow\FieldReferenceValue.cs"/>
    <Compile Include="Linker.Dataflow\FieldValue.cs"/>
    <Compile Include="Linker.Dataflow\FlowAnnotations.cs"/>
    <Compile Include="Linker.Dataflow\GenericArgumentDataFlow.cs"/>
    <Compile Include="Linker.Dataflow\GenericParameterProxy.cs"/>
    <Compile Include="Linker.Dataflow\GenericParameterValue.cs"/>
    <Compile Include="Linker.Dataflow\HandleCallAction.cs"/>
    <Compile Include="Linker.Dataflow\HoistedLocalKey.cs"/>
    <Compile Include="Linker.Dataflow\InterproceduralState.cs"/>
    <Compile Include="Linker.Dataflow\LocalVariableReferenceValue.cs"/>
    <Compile Include="Linker.Dataflow\MethodBodyScanner.cs"/>
    <Compile Include="Linker.Dataflow\MethodParameterValue.cs"/>
    <Compile Include="Linker.Dataflow\MethodProxy.cs"/>
    <Compile Include="Linker.Dataflow\MethodReturnValue.cs"/>
    <Compile Include="Linker.Dataflow\ParameterProxy.cs"/>
    <Compile Include="Linker.Dataflow\ParameterReferenceValue.cs"/>
    <Compile Include="Linker.Dataflow\ReferenceValue.cs"/>
    <Compile Include="Linker.Dataflow\ReflectionMarker.cs"/>
    <Compile Include="Linker.Dataflow\ReflectionMethodBodyScanner.cs"/>
    <Compile Include="Linker.Dataflow\RequireDynamicallyAccessedMembersAction.cs"/>
    <Compile Include="Linker.Dataflow\ScannerExtensions.cs"/>
    <Compile Include="Linker.Dataflow\TrimAnalysisAssignmentPattern.cs"/>
    <Compile Include="Linker.Dataflow\TrimAnalysisMethodCallPattern.cs"/>
    <Compile Include="Linker.Dataflow\TrimAnalysisPatternStore.cs"/>
    <Compile Include="Linker.Dataflow\TypeProxy.cs"/>
    <Compile Include="Linker.Dataflow\ValueNode.cs"/>
    <Compile Include="Linker.Steps\AddBypassNGenStep.cs"/>
    <Compile Include="Linker.Steps\BaseStep.cs"/>
    <Compile Include="Linker.Steps\BaseSubStep.cs"/>
    <Compile Include="Linker.Steps\BodySubstituterStep.cs"/>
    <Compile Include="Linker.Steps\BodySubstitutionParser.cs"/>
    <Compile Include="Linker.Steps\CheckSuppressionsDispatcher.cs"/>
    <Compile Include="Linker.Steps\CheckSuppressionsStep.cs"/>
    <Compile Include="Linker.Steps\CleanStep.cs"/>
    <Compile Include="Linker.Steps\CodeRewriterStep.cs"/>
    <Compile Include="Linker.Steps\DescriptorMarker.cs"/>
    <Compile Include="Linker.Steps\DiscoverCustomOperatorsHandler.cs"/>
    <Compile Include="Linker.Steps\DiscoverSerializationHandler.cs"/>
    <Compile Include="Linker.Steps\IMarkHandler.cs"/>
    <Compile Include="Linker.Steps\IStep.cs"/>
    <Compile Include="Linker.Steps\ISubStep.cs"/>
    <Compile Include="Linker.Steps\LinkAttributesParser.cs"/>
    <Compile Include="Linker.Steps\LinkAttributesStep.cs"/>
    <Compile Include="Linker.Steps\MarkContext.cs"/>
    <Compile Include="Linker.Steps\MarkExportedTypesTargetStep.cs"/>
    <Compile Include="Linker.Steps\MarkStep.cs"/>
    <Compile Include="Linker.Steps\MarkStepContext.cs"/>
    <Compile Include="Linker.Steps\MarkSubStepsDispatcher.cs"/>
    <Compile Include="Linker.Steps\OutputStep.cs"/>
    <Compile Include="Linker.Steps\OutputWarningSuppressions.cs"/>
    <Compile Include="Linker.Steps\ProcessLinkerXmlBase.cs"/>
    <Compile Include="Linker.Steps\ProcessLinkerXmlStepBase.cs"/>
    <Compile Include="Linker.Steps\ProcessReferencesStep.cs"/>
    <Compile Include="Linker.Steps\ProcessWarningsStep.cs"/>
    <Compile Include="Linker.Steps\ReflectionBlockedStep.cs"/>
    <Compile Include="Linker.Steps\RegenerateGuidStep.cs"/>
    <Compile Include="Linker.Steps\RemoveResourcesStep.cs"/>
    <Compile Include="Linker.Steps\RemoveSecurityStep.cs"/>
    <Compile Include="Linker.Steps\ResolveFromXmlStep.cs"/>
    <Compile Include="Linker.Steps\RootAssemblyInputStep.cs"/>
    <Compile Include="Linker.Steps\SealerStep.cs"/>
    <Compile Include="Linker.Steps\SubStepsDispatcher.cs"/>
    <Compile Include="Linker.Steps\SubStepTargets.cs"/>
    <Compile Include="Linker.Steps\SweepStep.cs"/>
    <Compile Include="Linker.Steps\UnreachableBlocksOptimizer.cs"/>
    <Compile Include="Linker.Steps\UnsafeAccessorMarker.cs"/>
    <Compile Include="Linker.Steps\ValidateVirtualMethodAnnotationsStep.cs"/>
    <Compile Include="Linker\Annotations.cs"/>
    <Compile Include="Linker\ArrayBuilder.cs"/>
    <Compile Include="Linker\AssemblyAction.cs"/>
    <Compile Include="Linker\AssemblyDefinitionExtensions.cs"/>
    <Compile Include="Linker\AssemblyInfo.cs"/>
    <Compile Include="Linker\AssemblyResolver.cs"/>
    <Compile Include="Linker\AssemblyRootMode.cs"/>
    <Compile Include="Linker\AttributeInfo.cs"/>
    <Compile Include="Linker\BannedApiExtensions.cs"/>
    <Compile Include="Linker\BCL.cs"/>
    <Compile Include="Linker\ConsoleLogger.cs"/>
    <Compile Include="Linker\Constants.cs"/>
    <Compile Include="Linker\CustomAttributeArgumentExtensions.cs"/>
    <Compile Include="Linker\CustomAttributeSource.cs"/>
    <Compile Include="Linker\CustomSymbolWriter.cs"/>
    <Compile Include="Linker\DependencyInfo.cs"/>
    <Compile Include="Linker\DependencyRecorderHelper.cs"/>
    <Compile Include="Linker\DgmlDependencyRecorder.cs"/>
    <Compile Include="Linker\DictionaryExtensions.cs"/>
    <Compile Include="Linker\DocumentationSignatureGenerator.cs"/>
    <Compile Include="Linker\DocumentationSignatureGenerator.PartVisitor.cs"/>
    <Compile Include="Linker\DocumentationSignatureParser.cs"/>
    <Compile Include="Linker\Driver.cs"/>
    <Compile Include="Linker\DynamicDependency.cs"/>
    <Compile Include="Linker\EmbeddedXmlInfo.cs"/>
    <Compile Include="Linker\FeatureSettings.cs"/>
    <Compile Include="Linker\FieldDefinitionExtensions.cs"/>
    <Compile Include="Linker\IDependencyRecorder.cs"/>
    <Compile Include="Linker\ILogger.cs"/>
    <Compile Include="Linker\InterfaceImplementor.cs"/>
    <Compile Include="Linker\InternalErrorException.cs"/>
    <Compile Include="Linker\ITryResolve.cs"/>
    <Compile Include="Linker\IXApiVisitor.cs"/>
    <Compile Include="Linker\KnownMembers.cs"/>
    <Compile Include="Linker\LinkContext.cs"/>
    <Compile Include="Linker\LinkerAttributesInformation.cs"/>
    <Compile Include="Linker\LinkerEventSource.cs"/>
    <Compile Include="Linker\LinkerFatalErrorException.cs"/>
    <Compile Include="Linker\LinkerILProcessor.cs"/>
    <Compile Include="Linker\MarkingHelpers.cs"/>
    <Compile Include="Linker\MemberActionStore.cs"/>
    <Compile Include="Linker\MemberReferenceExtensions.cs"/>
    <Compile Include="Linker\MessageCategory.cs"/>
    <Compile Include="Linker\MessageContainer.cs"/>
    <Compile Include="Linker\MessageOrigin.cs"/>
    <Compile Include="Linker\MetadataTrimming.cs"/>
    <Compile Include="Linker\MethodAction.cs"/>
    <Compile Include="Linker\MethodBodyScanner.cs"/>
    <Compile Include="Linker\MethodDefinitionExtensions.cs"/>
    <Compile Include="Linker\MethodIL.cs"/>
    <Compile Include="Linker\MethodReferenceComparer.cs"/>
    <Compile Include="Linker\MethodReferenceExtensions.cs"/>
    <Compile Include="Linker\ModuleDefinitionExtensions.cs"/>
    <Compile Include="Linker\OverrideInformation.cs"/>
    <Compile Include="Linker\ParameterHelpers.cs"/>
    <Compile Include="Linker\PInvokeInfo.cs"/>
    <Compile Include="Linker\Pipeline.cs"/>
    <Compile Include="Linker\PlatformAssemblies.cs"/>
    <Compile Include="Linker\RemoveAttributeInstancesAttribute.cs"/>
    <Compile Include="Linker\SerializationMarker.cs"/>
    <Compile Include="Linker\SubstitutionInfo.cs"/>
    <Compile Include="Linker\SuppressMessageInfo.cs"/>
    <Compile Include="Linker\Tracer.cs"/>
    <Compile Include="Linker\TypeComparisonMode.cs"/>
    <Compile Include="Linker\TypeDefinitionExtensions.cs"/>
    <Compile Include="Linker\TypeHierarchyCache.cs"/>
    <Compile Include="Linker\TypeMapHandler.cs"/>
    <Compile Include="Linker\TypeMapInfo.cs"/>
    <Compile Include="Linker\TypeNameResolver.cs"/>
    <Compile Include="Linker\TypeNameResolver.WithDiagnostics.cs"/>
    <Compile Include="Linker\TypePreserve.cs"/>
    <Compile Include="Linker\TypePreserveMembers.cs"/>
    <Compile Include="Linker\TypeReferenceEqualityComparer.cs"/>
    <Compile Include="Linker\TypeReferenceExtensions.cs"/>
    <Compile Include="Linker\TypeReferenceWalker.cs"/>
    <Compile Include="Linker\UnconditionalSuppressMessageAttributeState.cs"/>
    <Compile Include="Linker\WarningSuppressionWriter.cs"/>
    <Compile Include="Linker\WarnVersion.cs"/>
    <Compile Include="Linker\XmlDependencyRecorder.cs"/>
    <Compile Include="Resources\Strings.Designer.cs"/>
    <Compile Include="..\..\..\..\libraries\Common\src\System\Text\ValueStringBuilder.cs" Link="src\libraries\Common\src\System\Text\ValueStringBuilder.cs"/>
    <Compile Include="..\ILLink.Shared\Annotations.cs" Link="src\tools\illink\src\ILLink.Shared\Annotations.cs"/>
    <Compile Include="..\ILLink.Shared\ClosedAttribute.cs" Link="src\tools\illink\src\ILLink.Shared\ClosedAttribute.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\CompilerGeneratedNames.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\CompilerGeneratedNames.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\DefaultValueDictionary.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\DictionaryLattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\DictionaryLattice.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\IControlFlowGraph.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\IDataFlowState.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\IDataFlowState.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\IDeepCopyValue.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\IDeepCopyValue.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\ILattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ILattice.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\ITransfer.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ITransfer.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\MaybeLattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\MaybeLattice.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\SingleValue.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\SingleValue.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\ValueSet.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs"/>
    <Compile Include="..\ILLink.Shared\DataFlow\ValueSetLattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ValueSetLattice.cs"/>
    <Compile Include="..\ILLink.Shared\DiagnosticCategory.cs" Link="src\tools\illink\src\ILLink.Shared\DiagnosticCategory.cs"/>
    <Compile Include="..\ILLink.Shared\DiagnosticId.cs" Link="src\tools\illink\src\ILLink.Shared\DiagnosticId.cs"/>
    <Compile Include="..\ILLink.Shared\DiagnosticString.cs" Link="src\tools\illink\src\ILLink.Shared\DiagnosticString.cs"/>
    <Compile Include="..\ILLink.Shared\DynamicallyAccessedMemberTypesEx.cs" Link="src\tools\illink\src\ILLink.Shared\DynamicallyAccessedMemberTypesEx.cs"/>
    <Compile Include="..\ILLink.Shared\HashUtils.cs" Link="src\tools\illink\src\ILLink.Shared\HashUtils.cs"/>
    <Compile Include="..\ILLink.Shared\IsExternalInit.cs" Link="src\tools\illink\src\ILLink.Shared\IsExternalInit.cs"/>
    <Compile Include="..\ILLink.Shared\MessageFormat.cs" Link="src\tools\illink\src\ILLink.Shared\MessageFormat.cs"/>
    <Compile Include="..\ILLink.Shared\MessageSubCategory.cs" Link="src\tools\illink\src\ILLink.Shared\MessageSubCategory.cs"/>
    <Compile Include="..\ILLink.Shared\ParameterIndex.cs" Link="src\tools\illink\src\ILLink.Shared\ParameterIndex.cs"/>
    <Compile Include="..\ILLink.Shared\RequiresDynamicCodeAttribute.cs" Link="src\tools\illink\src\ILLink.Shared\RequiresDynamicCodeAttribute.cs"/>
    <Compile Include="..\ILLink.Shared\RequiresUnreferencedCodeAttribute.cs" Link="src\tools\illink\src\ILLink.Shared\RequiresUnreferencedCodeAttribute.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\ArrayOfAnnotatedSystemTypeValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ArrayOfAnnotatedSystemTypeValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\ArrayValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ArrayValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\ConstIntValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ConstIntValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\DiagnosticContext.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\DiagnosticContext.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\FieldValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\FieldValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\FlowAnnotations.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\FlowAnnotations.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\GenericParameterValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\GenericParameterValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\HandleCallAction.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\IntrinsicId.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\Intrinsics.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\Intrinsics.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\IValueWithStaticType.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\IValueWithStaticType.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\KnownStringValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\KnownStringValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\MethodParameterValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\MethodParameterValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\MethodReturnValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\MethodReturnValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\NullableSystemTypeValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\NullableSystemTypeValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\NullableValueWithDynamicallyAccessedMembers.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\NullableValueWithDynamicallyAccessedMembers.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\NullValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\NullValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\ReferenceKind.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ReferenceKind.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\RuntimeMethodHandleValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeMethodHandleValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForGenericParameterValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForGenericParameterValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForNullableSystemTypeValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForNullableSystemTypeValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForNullableValueWithDynamicallyAccessedMembers.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForNullableValueWithDynamicallyAccessedMembers.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForValueWithDynamicallyAccessedMembers.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleForValueWithDynamicallyAccessedMembers.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\SystemReflectionMethodBaseValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\SystemReflectionMethodBaseValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\SystemTypeValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\SystemTypeValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\UnknownValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\UnknownValue.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\ValueExtensions.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ValueExtensions.cs"/>
    <Compile Include="..\ILLink.Shared\TrimAnalysis\ValueWithDynamicallyAccessedMembers.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ValueWithDynamicallyAccessedMembers.cs"/>
    <Compile Include="..\ILLink.Shared\TypeSystemProxy\GenericParameterProxy.cs" Link="src\tools\illink\src\ILLink.Shared\TypeSystemProxy\GenericParameterProxy.cs"/>
    <Compile Include="..\ILLink.Shared\TypeSystemProxy\IMemberProxy.cs" Link="src\tools\illink\src\ILLink.Shared\TypeSystemProxy\IMemberProxy.cs"/>
    <Compile Include="..\ILLink.Shared\TypeSystemProxy\MethodProxy.cs" Link="src\tools\illink\src\ILLink.Shared\TypeSystemProxy\MethodProxy.cs"/>
    <Compile Include="..\ILLink.Shared\TypeSystemProxy\ParameterCollection.cs" Link="src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterCollection.cs"/>
    <Compile Include="..\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs" Link="src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs"/>
    <Compile Include="..\ILLink.Shared\TypeSystemProxy\TypeProxy.cs" Link="src\tools\illink\src\ILLink.Shared\TypeSystemProxy\TypeProxy.cs"/>
    <Compile Include="..\ILLink.Shared\TypeSystemProxy\WellKnownType.cs" Link="src\tools\illink\src\ILLink.Shared\TypeSystemProxy\WellKnownType.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Mono.Linker\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net10.0\Mono.Linker.InternalsVisibleTo.cs" Link="artifacts\obj\Mono.Linker\Debug\net10.0\Mono.Linker.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net10.0\ILLink.Shared.SharedStrings.cs" Link="artifacts\obj\Mono.Linker\Debug\net10.0\ILLink.Shared.SharedStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net10.0\Mono.Linker.AssemblyInfo.cs" Link="artifacts\obj\Mono.Linker\Debug\net10.0\Mono.Linker.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\fb6ff2ab2fd8417085866e94c5ccc21f\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\31161c1a597b4819a1b06bcdda75dd6a\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\40ee8d2f6061463d8618f2bdd4509486\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f3a8ac3f961249c5b1922ea3a518d15c\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\89834d0073de477eb40432eb26b307de\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ad4c132651a94a59841a23ea52f8db6d\Mono.Cecil.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2642f95c441242b3aaa68ffa1a07c2f9\Mono.Cecil.Mdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1a6ad648724f4fd3a3130b7a3a75927b\Mono.Cecil.Pdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b799288a44a44f0fad81b32c3cf52e2b\Mono.Cecil.Rocks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d1336a6833624cf7a0b819df3250e152\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8adb39fadb394b1ea0ac1c4edfb82a26\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1727baf77f1846f9aafbdb426693b3f0\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ed8fee21242849c1b51ce81e9a5e0d1b\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\40867149eba044038b71bd47f923a7d8\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e6cc3ff606094b33b576564038dac09a\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ae43ab62d4584c66ba047025b9735cb3\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8a890f292d59418e818374968e52370c\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\443ca6e557a441bdbe68bf5600d90b5e\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6bc91a6f96c24edfb5c9b1a044a0e8d9\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\efdf8ff97479461d896e2d4d436ea950\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0de552aaf2a443beafd17dccc5601dc3\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8d33c8dfc99549f79a67714302f836f2\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1cf5cbef6cb44ecdab588cb94bb0f86c\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6dfd020b61b54c089de799a448001634\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b65630176fc5464d9c567a177fe1bb15\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1f34ab1c0e284026b9a26be3d5e5363b\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fb87f89618bc45aeb4342e5fa9b5c38e\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c9d159afeb2f432f92ecce51d43ead07\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\381e1c1680714e00a1ffdae88f94fef7\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1bf44481700d4625a44a7678e95ca5e7\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\61cb358e599f44a280efe1ac8e00208f\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74b57ada22d945f3b6ab08b957234518\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8ee463e8935c4286a4c46d9b05105c4c\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\514354d6d1ef43c6925530760543fb6f\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\94d0c79d386443ec8c0bf601efb0c23c\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\737f036a5ce64bbab32d716de2d1cfaa\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\58d98bd4683245029c46b6e848075523\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b9f050c782a2404cb62b4b99035c01e1\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\de83c27d8d2a49c69412bd819bd56b73\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\df5bc611b548422581c7ebcba8674a9a\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7175428b04bc4f13811c2e1cb7095779\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\22beca6a62504d4fb950749092a63093\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\97df534568684f499e44f93ee2db6216\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d640b25309a14fc18e8ca0b4df55424b\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6a54c003b5ff480381f334d42933e5dc\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c02c02eec47944b2964a3e0653a6ae64\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\97ae44277d164b07aaa19693bdd563d8\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7dd48b7b84cc45559562c25712f8d079\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8007cb46901d458b8ebab7ba25ee67e5\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\17d42f045413412fa222df4f47aadb0c\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\25744c219b494ff5a6f9476a3cd653a0\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74d596a81aa84897887b2c8b21269f5b\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d4f300faefea45bfa0e9b8271b69c1e9\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\44305cb14ef34cbc9df591dabc8f190e\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e269d46de2864fb2900a10de267f3993\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fda08aae2b72487a9022ebefe04012ff\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\827730bd5eb34fc68a5306dd00513166\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bac7792811b14f6b9af2737cfa8b896d\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6be735cd1ffb4681a52c52a4f56fbf91\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c672f5092cfe4d54aba0bbfc97c2a6dc\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\926ab75963cb4a4e9ab01689c1a75102\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d6d041ff385240248839147432d88dd5\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\218285a02dfe447c957c2bbd5cb4dd1f\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d1202f4110a34f7eb433ca2683c0a277\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\721ebd70a4ce4d3e8d2f40c1a43c2dc5\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e230085af58844e794991e3a014e728a\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b35b0320e2b47dc97ea465edc617a51\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\419870594f544ac49dcd118549e9f965\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\06a2f1c3c4d74ee1bfd129431335a99d\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a3af946e677d41e39cfbf86c9b12b1be\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b2f54c1642c544fba8f2f7989d79d347\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d3937e0f8535470cb7a4e930abb4d50f\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c0b76c0899ef435b9a2950c02b0390e3\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78872817f43149bf9e9b71e78d4b731a\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f922270c307e409ba52709927dd19655\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bd39e8e1d8094aca8de89907a666f74c\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\81d8c09e866e4d0fa2d79a4d712ddc78\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6db44f95d8ad4a939fdf4d4a331bf5b5\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3b358cd3362f48418bbd93b8374e45ce\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dbde43fd5c584b4e93e02c2c2adb94ed\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\71c930f04e7a494785e0009158a6b3f5\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9c9b1f2100344da3a0c88dc06cf0fee3\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47f6f54bcb074364987081dae061534f\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9b9cb59c1ae6418391bbcc92821175a5\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\84a7d66ed2fe453a9d0fcbb55433800a\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c948177c192c4f1d908509ec844d3e85\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e0b453e097734c8a9584650e16cf8063\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f2070cb29f4a4e8183011a33d33fd69e\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d898a150ba034db9969a8343d4300e32\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3c328559c65e4596a817cee0bd3028a3\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\883918b9530a46e586c00565544fc56f\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6031b1b42aee429696a3194cf44a7600\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6bbd6fdd01044d4b85edc38fd41a960c\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f50bdaca689043b6a41502993ff74341\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\01207d47214d4baca01a070fa66cfb21\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\345b49740f2b42d88856e1487d18faf4\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d14a4fd9a9304781b1a5efdfab920929\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b33d519435f946afb71b1bc27c7939c7\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\58c3680d7a9347c7943f53a38f3bd4ad\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\484c742bd15142a39afa2ee725afabf7\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d544115404e9411bae7d8e6714694704\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\062c4feb7cbb4c418cda14441edd887d\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\80cd939bc15e40dfb8c93c9d2db45a10\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\25a08d13e16d43889841a00a242eadb6\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34c5ff9ea35041489abee4393ab0cbd5\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f6eac13c1f5413b83088ef06c3eed82\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2aff54d3d39841629fee02ab27a380f8\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\411a5214d1bf4c8490d441dc5a774850\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1da1e9a9d1ab4b10b490d0c29456b8ab\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a552de21fcad4cfca78d724248218e74\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b8322b1604164b31ae37663513c142ca\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bcae0ef60d2d4275b94033fb66f24616\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\912cb70951ce448a84a4b4078d4304ad\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3a4f7486596d41728c8b9d1c7774ef36\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9b4acd39a6544cc788e9c43009da22ad\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e30c3dfccdde4e3792e37ac8fb1838bb\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9323712115034c0c8b95971e471fe5c0\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\41361b425e0240c889c3af595433ce69\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d2c59b11727e4c93a9eacaab1dc86a7b\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cc0fe9265b647a69f1a59d218287b31\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c981dce296804011921315d87fa0d6c7\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\548d8edf6d19440a84e3532b0be0f6d3\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f8a60cdc68bb4c21bde4c37b489add70\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2459d8d78cef4a9b938f331b50a022ca\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\99f16133e475400c951dde8213630164\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa43f240baf846b1a0ae683760bdf31a\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\247c2b59c244430f8fef106abb2c8a5e\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c98d740eb9594256b7807ca78b4407b0\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3675e90fe78c4664a612f7c5d073f50a\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\367ef35a7475488f85456907ca35d656\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\70d2623d24134593807426c9f6833bd0\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\583950c916914f3e8b87dce7cc82e9f2\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bf2120d9b0ae47ef8b20594c4a90d256\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9019c7ec159345ca99057057a12ba0a7\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\092b667c99084d6eb07d43a99c99377d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b19287a6064743219df8bd2f25da0330\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\257e0c9d443e451ba01ed6c8d305cb59\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\be3a4d46febc4cb38ba1911fdad1873c\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f1fc590f087e40c099d5fb361203fbb9\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68ef4528de3746458a677274b3e48110\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\021aeed939bf44b9b042bda0084599ec\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f9192477c99499eaaba60e62da51030\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\653610596a0345e28f6c4ee66300e3c7\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3ab432f45f7d44d494006159662637b3\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6486048ef50640f1b663975d8e077f0e\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\479ce8c7dc624683bebee02c61eadc88\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e3afe6e903b449d8565462055d22afa\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7a63230a54dd496f84dd1ed19b1ce33a\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\271cae30f1064a94baaa2a44a89b19f8\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\be76966937fe40ff822a6d74f2cdaf9d\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\da49f38dcc5b4946ab0e9d13f23473e7\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a022e9dad18342638cfda95aa7c7a6cd\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c5835752c1b643f49702fadcd88a24c6\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aea130766c494ed596ae959744a81c59\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\51d93946b39341d8b02db91b69516110\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d4951229bbf3434588d858b7875ea6b3\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ae6f64e57c274c06a5ca47c9657d6b85\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5b7c913df13b43c1ac4ae825c5e47da0\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2ab839e59d0449aabd4042cd08987208\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\85d9ec4966ba4cd88c3164277d0d938d\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2acffd1041df43cba0bc832c61af2e7d\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d52395a55e5141c29b877d9988354f10\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1045c7f4a28142ae8f9ac57146baab86\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f075d10e936c472082d5a10bb3af30c8\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\25b484e0afaf4c48ad254c3c8f928a7f\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6c1f16fd118f4840a57d9bdce72cba52\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fd8f1d562cd24992a3a6b1ac6f723b7c\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8c562edac26a4e73aa5be3fc4cbb3d31\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\91d5e5dbf47d44d5aae0a5b70cbf16a0\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa783c5ec6a84bb5b1a7fcf9b3e711b8\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c614e047a4c644f5bd6f3cabe3b2f9ef\WindowsBase.dll"/>
  </ItemGroup>
</Project>