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>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>illink</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25528.108\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\TrimAnalysisGenericInstantiationAccessPattern.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\a8b9b596433c43cfa39e7eb3724c98f3\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39ee6732dc974d409fc7d031c30057c2\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\97eaa446b75341189447fc8d7a62e7a2\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6acd0613763a47bb9c16448163ef8465\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1fc2edc046104e798e05db1d255982bd\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a033c05373ce4a90bddf1a83822c3e6a\Mono.Cecil.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e3857c4f7c964697bc5852c542a82f6a\Mono.Cecil.Mdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ae066209c5b44039aed794c3d9b592d4\Mono.Cecil.Pdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fff27506385c4f51b330547f7e3b33c6\Mono.Cecil.Rocks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8100bd731f79408388e0fac28493c61d\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\895450948cbd4c62bf751878dab71d24\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1a266475297046a0b08657dcf1daa9da\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2c0bfa77952740bb8bbff064f13873a4\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8ae8e179ddcb4f6bbc2c3e9b304147a2\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4d0efb5dca264d59b38765db28791b7d\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\927b612d3b9742298a9b4dcc0a0d047b\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f8ae49ca4c09420b9ef877636e021390\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34d52256b64542a1ae616c9e6e4fac6a\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\426961fc303b45d8aeaea6b4e9665104\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\960a9108f9b44271bb1c1e840d36d669\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c48e512c03854bc1806baeecd2cddbee\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ff2248d888ff492eb750ac5ca2e00688\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\21bcf14234104b37a2541d2348071e9e\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e5a12690b7f249aba40afc20c0a84c72\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0a948b1e565b4ecaa973b791111aacf1\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0dd12dd973f24df8947c6ca529ce98fa\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\33bbcb58e624470fa097430774142edd\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\480247b8a0824601b9e02b5241231fcb\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aeda71a161fd461195dfd781118fa650\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\01bba6794f5242b39858420ef2cd95a9\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b69e7a50a38b42b6b0fa459f65fd6dd2\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6483cb7a8d884ba7a75c05aa31db6c50\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9db6c6ca3f2342daa25ac90b2d8a4bd0\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c54d8e8b81a14bd99b69349808ddb024\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0fd72a7c47f14344b50602090837b775\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\388b3582b7a7483f8c5e45d8cbf0b70e\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\724b486aa17f402bb83f20762c07627e\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a4af8856820a4408848eb82d9cb22d65\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c37005f5ca7d4fa493f1f00e96f08cf5\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b567403faee343a9aec52699d8ec3723\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a5bf9e8b198740ce9f5b72412c79fa18\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\654788db3a9c4f1db09b93a7cd7b051d\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4dc5e1a8ecf34300a672b474d34dcc22\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ec5e4398564b48049220d7aba8cdb427\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5b3b32ecbbd5463e9aa0bcdcc57f8a9a\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dc9d01576c4b4c088d54b2d85a42a35a\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8839d97783804454b9ecb2b69f8bf77a\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34d27b0a3aa242909cc99a1b0f0386a4\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e46dfb012f8449aa2105ef6af594b57\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f19a3e0282a14488bf14093f0fcaf3fe\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6463b83c1a85488d912bb6caee9163d2\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e67240a603ae45e2bfcd69c3e91cc57b\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cf3920a5c15434fb1d6df61632b310b\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a60054498f6144ca96d5d3c0778fa560\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e3f92602b374a12ab13f6da61287a95\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e061fbae3fd44124883cb8fee219a7ce\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a54d925a2f5c48d29e2fbec0ec345b55\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\128ee69b125a44b4964cc0eeb91bba5d\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48885372e91a40eab033e9f882f33e55\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\17923dbf0236448996178088f356dd9c\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\23dcee0f717a48fc851343e57044f3a3\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ddbf93dd0c5a40d995102d6038f2be43\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cbee321bde7840a488c03cc657321a5b\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5958ad53cc4747f7b4e13e9684ee8fc9\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bbacd6305fc147e9b0a3dceb3da810ee\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\adfd95d649d64f9fb410c7e989684f8e\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c96fbd77d4964b949314782beeb95bfc\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8d4e62007c0448cf99596f5bff68edbb\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c503df7c353e44b4bc7f88aec4020585\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\695b8f744adb42d6865d12d362384980\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\258c1822ec0c44eb9040cb936339ca8c\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7de8a726e0614bc78b77e359f0355077\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2295cd7f92be4329b99b2e48ad41976f\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5bf3eb51aff34865bfd5c40d4cd6a10a\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b8677cb1cae74fb09a7b7052a74ca6d6\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a759dd07d7d24f80b6bc13fe346c4667\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c2f003d7cbef4a0ca41607159f935958\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a000c3db2fed43a5973e84a28d3b9374\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8cfab22c894548f7a384ff64afec8388\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0d30719b27da4c3eb4bcc2442a17d8b5\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b54ff4df72334bb292c33a5919530db5\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bf074b8c6be443c1865cf077d7db3d26\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f842492eee74407a92cd54d0ee150b5\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9396a0ec8e034d37a6745c3dcf4e08ab\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\263bcfecf1304d84af0053090edc3881\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87cd68576b014ce1b46619a5fcfc7069\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2ec7885053c94596ab423c9cb0907912\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\949e246b2ec54e1f9fc3401bbb973f8e\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\594f00f81a044f9eaac5fae2c9784ae1\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\09724529e1514a6cb28bc6619c9c639b\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4132282fe60042a98db8217f5298411a\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\905fdac3b58e40058328f8460239c5bd\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a4db1eee141c43a4b83392fab3c85d0c\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\14fe4a236cfe4e7494f69d0a469a8be7\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\600e6602d7914bebb4e355153d0ef0f0\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f6794a0df4142109001054bad91a95b\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39ab77e0458542b49d26efd08212ffe8\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6be01b1460af4eb2a7e0aae8976bc767\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3554ba62bc9c456583d7e3f39d29806d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f111023297ae47d18bc26f6d9a407bd6\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ca2462f9d020485eb39fdc88030d8911\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7358e1a4fa2c442584cd955e1a4f62b2\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b5737ea3786048f485e5eac26c93ab39\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ca869d4a2a5d4a04b30868048f20aaa9\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eef95c8cfee747fca57e6ae27aedc282\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e0b2fd9617dc4f48afd1992db8dab73c\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6a28e5dc30d740828bc9da7bfd2f444e\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\702e24c247234615862ceb2a14693192\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\55f3931622ae4cb0aa7b447186153190\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13c078e2d0b24b9384d19ca38f2866e4\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\697bed83f35b4a1eb9edf7be1cc5abd2\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5fe3e238e84f40cfb4c520b23200f345\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9fa4cb2db6d440fc8120d27226377d12\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8faa596269214660bcae5e511d424ae6\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\609ae57c8d164911ba2c9cf871f4ea59\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\befb7c8d522b427dafed473d1acff6e7\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\07de4f9bc5a8405a92198c75d1f08f79\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\65104846a73143248bb50ffac066372f\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\adbe1f7c679d4597a79d83708b031d5e\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b3d80033fcf54e07b6d409427f75e436\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\091804cad42b4c72aee181d96f2a47a0\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ebd3ac9f77da4fc480b371c83872a6ed\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\27b3bc77a91f409cb271b5d83500206a\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8d588a83f078451990008184cb1513a8\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b5595ef692f4f68a82e5991a9bf5b76\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b45967655f644288867d8fef5f523810\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1e4b15c40bbe4c4f8d71580d821e1c48\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\59b6a67ee75c4cbaaaa358065e4f1f43\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b4f43ac28404d2a8f59a86d991ce5d2\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\45ff43ecee3f4c42baa886ad69e6745d\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\09bc53dc76244340a9e90d472a1fd57d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b50d920d93ac4af68af4de9da076ab2a\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d477ecc56e8e4dde8287ffc0da3ec055\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6ee4df81bc21487389fee3b519aecc78\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9adeb37975cb44098ec19cde117518c2\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ac6590ac18364f6382cd38b7ae80e03f\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b27fb893a4bf4285bdcbc617db115918\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8c1124b862114d5eba28fee06cd78cb4\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e2cf284212e449568743f41fc8fa999b\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1392f468a551450ab0fc10c2ea62eaba\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6ec8efdce2c34556b12a69e160ba1018\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8090fe29f89d4a64ae055f5fd0c21464\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f13f4c5f9704c078d35632165b49d9c\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c1b4b59bafd444188ac75cc1f9a1bbb9\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3a225979d4834ca781a73e731057ba30\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3c35833e160842b19890c4970f66c0ac\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c7bcd5a3ada44b1aae0756b3624216bb\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b7059a4147994064bf2376a4ce1fd91d\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\feb1d528952147d68d0554d45e85db8a\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\23f9c122e2f84e2690744d6681332f62\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e69ce95805a42fe97c73bb7d67a4a5b\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8f7f5095c35441ca8fea1fc285d41d8e\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26a11f82a20c47f983761a42760fb3fe\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b96794272558469c8628a04d45f3b600\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e7d2ff40b27416ba712d7d97b86eb7d\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\91846eeb8c3c4d77ba15d39da2451674\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8d483cde8dac425f80fc51eac8cf9425\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\14319e9cad3c49e5a4b70bd5aa19a30f\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef578332bcd9403daba12f8d99913e2d\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b91ca6a5b0b9451bbbe65c80c54c2763\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68a72d4b14d64f8e86a26ff110a3ab56\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\18cc689f3cb6454e9a9cf4cf69a04202\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a496121fd2134fac8e6414af392ee9df\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c14f612929f0428e86f16047a86a8788\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7bce1ba4aa044f90834ae8079d9603b9\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d39494af0154b9a96a36ec4c054793a\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e33454019a147dda51bb99db24a11b0\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\70961de3582443549db891f1e4c6e31e\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78fd6012176d4327a913a2fe2295a553\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\680d832078564b10889b85e9778cd055\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dd0d5afe29f84dee80021afdfb3e3720\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\..\_external\1\RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>