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.26257.113\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;ILLINK;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="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\AssemblyValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\AssemblyValue.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\NullableUnwrappedGenericParameterValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\NullableUnwrappedGenericParameterValue.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\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.InternalsVisibleTo.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net11.0\ILLink.Shared.SharedStrings.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\ILLink.Shared.SharedStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.AssemblyInfo.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\47089e3c70da47f7ad2415ea05a88d60\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\880acf52540c45d798280d39292ec9f6\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c9c9a8d7da704f2ea58e8bfbf9b56a84\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\94bb1b15f248414996135fc0851054eb\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\085a03aa25724fcfa9316be0bfc22f76\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b69df35d2224494a9ac993649f5d0c8e\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8dc27a4981a3408fade9285b6f5d7567\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e2ad9f9d63754646a90deff8b54092e9\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6986f09df4fd408faabfde3fd4751bdc\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6eda55dfc3764dfea015646e60cf71aa\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1062d102f5594998b4bfa8856fb235ab\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87d1b3baa2d24931bda55f0346fdd753\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f8a3799f4ff4f458ed6f6fc3ecab242\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e58c3476947645ca87eebad4b88cfbd1\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\440435b0ea874c9c83834b792422a547\Mono.Cecil.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2d279e960f2149b98c9bbec0d0d66ccf\Mono.Cecil.Mdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34855b27728d4bd18a3a65c8fa0145a0\Mono.Cecil.Pdb.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\46b43b96e1544905b119c5e421e8572c\Mono.Cecil.Rocks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\62206b13b585405ab9a2c1235caa66d7\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e0f6d84312674fb1bded38735756f716\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a6e687e7ff0d4232a1e072db4f5f98ef\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\49536b69417946079e4db272137409a8\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\310ca8a35380439eae849b3ac4d9eda4\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7586d0f3a9744325bcf72d7e52aa1bc3\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\295d177199b7423b886c4292a03e3c01\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b326a1eb1a5c40a3995c6b1ccf751790\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9f7bfa9e336745e6a1474dc3969a3fe3\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b436043a412247a692fed8361a956d42\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\21eae5f07c144b7d984d1d8035821226\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\15a52caf908d4eb582133fe71099f248\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\244bbf1a2ad54ed38ec3832ae5d68102\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\62717cb4f7634a618d0bd93d103cd893\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\469ca28b11204cd89099e8e06e24e8aa\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\82351cc8d60849b8a230697dbb6f6fa0\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\81d89d57b4794173b296d8fec7718809\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8fde418e34c94ba3a226342d07e99713\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d9feb0865ba4ec3b85f821b7219d19f\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39a705f1a9034ee7a380bf1c51cb8ad3\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2617346a8bc54e30bac64be452e3b98f\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\828543d4fe114b7baab2e9453f73223a\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2ba0eba3541947b1837884c491557345\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2bea104e82994e08bc87003d8df344fd\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4e54a522adaf401f897a32670826be9b\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eea9313a2bfd4eb0ad2a6a89a3b2a03f\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e2496b918a584577a841992790da02c1\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a319bc33e89e411280c9e80278b7df5f\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\77c8d8491f0e4f51b9e3716c2febbf3b\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\563f854b921a40679d52d3957d6e38e6\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ea790071f58944cf9fccd38a49abeded\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\be48e476cb424a79bfc4ff93af4e77ea\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48ea6da752e341f9877f546e24136e49\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4783827022ac423fb0e8627701ac38c2\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\889abd736ea74325b3864b2fc2347153\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f0ea8736b77f43858b69f7900a5f6fab\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dec3b2b36aa146f08029e3d6737565b2\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\421e0b639a9c42c4a44866e6dbe7c100\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\afd43bd4db644ef7956bd27d7ab9dbef\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\54decfd3814c49b7986c997932e0b348\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c078b6b76ee141bf85006e5888d6e785\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\70140113397b4b098b46aaaf6fd14608\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\de2eab1268b24dc887dd6a051915b32c\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c6ee684e6f9402aa8bf320fbcf38ea2\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d39506596f5f4764a28161a9c1ed092d\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e4f0a7a42c14430780aa5699464d335c\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ac14727fd64f4103b148d891ce828f48\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\54585e5e8f424b1085adb27113b8f78d\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b331267c554a48e2bfed4ee6c8707e44\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\00b0a5c5993b4452ac9b2433ae1193f1\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b5e81204727f4dc086ea00c285f1f496\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e43c7f30aaa34b67a6062f88bb837f30\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e86ebfb15c649f39a4d5bfbb7e71853\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eb0914fc3ad14af89e672719961930b7\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b01062113d9d4b1c9bc26d821bced933\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d74a7ddbe78c446ba0562bd64eaa924b\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c9dcd8d0a6a54352807b1c589538d1f7\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\03ffd0953a374024ab08afbb63b6ff8d\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b2336d99d714e80bcd34955b6e62652\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f4286fe96fd9494491865d4d17aafc05\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b11863871eef404faa51436604d5c884\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4354e888dde848f2ac0d027dd7aaa7ca\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\45454fd0439e431fa0441a2b5d936664\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7878c257914b487e8021258724749a4f\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cf9658a46ab41f097eeceee6a95343f\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8ba547ddefca401092eb28a3d37af549\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\77893f3262e046cd99ed403f62fb8238\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7c50a769219f45628588363b5c0df7b0\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\44302ae4df18428f8d8545e6c69d5d37\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\32144be537e144549dff0f76d1ca2e5a\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\850f0178e5b34570a97b2a829af32201\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e87a31cd4dbd43cc921a0c7ee6c9d705\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d202d0801b664658b8f59a69bd674162\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f91687b8d2964a63aae172d82fe1b30e\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b92d230684284978a9d6de87cadd3c44\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d5a63bd364d1430880069fd329241eee\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39fd9d0e2fd948e8a75a5f49cd868caf\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef50a79fff604ea78e68df321bcdc795\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\724718b72db9427f805d4e4540ed4ca0\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dc6c8bb15f2e4678a2567a36e48d5e0c\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d15b8e0031d34aa8ac861cd348e50a13\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e254fcce5067401db98b7491ca74c4ec\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e07b9b152da24b5a846674f9757cd6cb\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d5fd21ccfe34780a98c9ddc1a569508\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\277d249d75844465ad29fd36eb0527ea\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5963269b10e6459d8689c8a2ce7a5716\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a209967e50b74362a0b3391419d44400\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a7ce2163cd6344909f5272616b53938a\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\827f30f1787d4a91b4dc712a8adf16dd\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d78e7f905bbd495da6ae98b921d49a2d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ba3bf9f6f5c342b3b75c17fb0435eeca\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\462d70c1a46243b48914d560f07597a5\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e4e058a5cc24fdea29b0e048a2a4b01\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6e560ae04919489e89e13377d83758f8\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a042ddc3ecbc4297b54d09d067f5dbc8\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1bca835ad3e54ecb9ac69848786b80fd\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4dd739fd4f5e45218116efc7aa9285dc\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\da67b975ec1c4f448c06eeca63d68be7\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\12e33531dd6740fe8a83a7b0b58f0735\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f39f42ea09984305ac0fce1d3d2de17c\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b28ebe65b1645febce3a3089ea1d0b8\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0bfb309fe2a14aa09f027a7b68d2efbb\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d22c78b4c3cb42f8b410c07fa61bc30c\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0542a2c2c4024c649337a1ca668b955d\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bee49ad11fa94efb9369039e1e26c958\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\483d18bc07b34d809ffe407338f22b71\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ca7aaede8f3a4819968cd75d67bbdb27\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\720ae077c2844a4bb86b6c3ce20038d1\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e200e19aa357464c80257f7ec7e89c62\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fc6e10215f854d95be3c0747db40359f\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9bb12308ebae4c75a28c067fa13b4da5\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aa15b3e80eea4d6688ea6df8ee3c3e15\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ae8ad60cd7f24e3696d498048af514ca\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6c3099f4eddf46f68210c6482af6e915\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d3ff10a286834c5f853443dadb3070da\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cf3406890a484ecab20b1b514e95af78\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e98c02e77784614a2dbd02dbac89c63\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f0071690b5b748f9be00ef049f28dd0b\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\363db0eca5c74a1f887e4ebf46c7510d\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4a5659fbd0bc4358a87a9f7b9a10fcd2\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1493229416bb4f22b6a7bc02407ef8e7\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d37e766d908e4921a7b2beb6ea30f49d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7df8c4f06ddb4d9bb7f0199e02555d69\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f30c66bdccfd4a6e8cb1e2919d4fa491\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fce2058d6fcf4a99b25b9124bfd151b1\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4e76dad2a56640679891faeb0cc66dbf\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\825ffef72ed342998a86076f03813e8e\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\42c1fe8edfdb4449ae35948b3f93f631\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\25cae1ed401c4432b25723d08081dc8c\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\918f3c89aefd4d51a507274f55b7ae35\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\96e2b94815b24431b941f7868de316b2\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d6b9213df9e74b3cb74db8dd97c21de2\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cd2bb8cfd254b069ffc550bc7fadfe3\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4ff79ed6784a4e278c6439ad14b88610\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b2ad9230fcc94cf09064aa9a20229bce\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8f058699349f41bfb7a6f12d09190e18\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dbf36ce1e26a4090a4773676916e704e\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7fec1bcc750e4f769eb46163372506be\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\504f69e83b9540668d0d0e22d2ef9b00\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ee3d059711d3445cac35ec689e8e94c5\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\444e8a1780ee4e21895e183d98bf0501\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8d2ca6cb09ba4b10830a61f2deebd822\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\66f18d90d36d4cfa909db28a8eb84643\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e080d2ae49e475896735e86a615ca66\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8cce6b28587c4a02837e40acea526d79\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9b794e42066544b5bedb93981cbab24b\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e930d7ad513a454c9e029c51b6549d43\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a11f44ee38c345ec9436b1709b53f88a\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ad3fdbad4f6d467f87f35113479ebf88\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f59e366e530e441b950fda98e6695db8\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0a7b3f266d93474088e4059d6fbf458c\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4b328a57008840f5acead8886254533c\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\014ced62d42e4000a0a5e19506eb71a0\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\09b167c1cea24e52b71435561eaf3268\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\129ca8aafa7c49798f6e6304c78cfb28\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\38739a81602142f39a7c479d2ed7c7ad\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\52028e55b6b941868a6afc419c7c9261\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\61929c56a7f84dcc9da3a0e6c55aa91b\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6eb3a497d5684538b5cd36ecd84869ca\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26a55dd8b87f4e2184f5b92c0e19a8fc\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\35aecc15e984491f809706fa5a8e4633\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c510c53b9c60481587f562b06d0175cb\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\..\_external\1\RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>