|
<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\11.0.0-beta.25458.105\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\77ce1501f2984f608be3027ed7e156c7\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f1f474951745483b9566fa7403d24338\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da7c828d787f4c7cb1aa3152d8be881a\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\836eec7301fd4bb2b4249b3d487857e5\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f0ce2117e4ae4ca29ac5b010e7db3c13\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4b769ef0335344a7b4957a657aa8ab26\Mono.Cecil.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd31573c15c8416583bcda0cdfdc7659\Mono.Cecil.Mdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d9c9049a102346998321ef4a6ffea7c8\Mono.Cecil.Pdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b0f00acd0cf840e8ba933a2261f66b53\Mono.Cecil.Rocks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\070f67d14d8a45d5a22933e5d5aef0f2\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1aa35cf465ee4b34b54d5e8449d1eb39\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fa24144a63374e489e1f3e928f42df5d\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d63e3feed52e4daf88d5a3ff515e81ac\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c5e45bd559844951aee493afdf2f6494\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1b69bc0393de43ec8b53aecba59132c8\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c6a8b77985f4e33865117d9f32656fd\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\254b1045e77f41858c7e36eb95750c30\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f59691321b614a39835858723b1b1867\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\759f7796a83f4f3faa7aad469e2c1d6e\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc74ff502cca42ff930a1cc3c8feb889\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\425cf7775a9346ce8c448f2d2daa1c16\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5258b4b9935348b6aee441bcb4d61898\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9795bc8ba0244d458d5c0e0e9087b5d4\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6af84b2c8b2e4001a365e8f8e0f325e2\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f4ac738fe562451b9cb893e3ae426a42\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d3c26385570840a7b9ccbd23f1daf9eb\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc8bae552122483fbde72870425bf3ad\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea050d22949d46ac8ad4a27db47b862f\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c1eadc194dd4919afc43bfa952cc618\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f14796a9e697417085cbfe2d449b3648\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d11e1448df924ec9acfb2f846da23514\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f782664e9fe2474e9779f9dcbba01926\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c3db4961647b430f8028bba7e0df72e7\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\70c704ecd3164063834c17eec856c6bf\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\36aa02446d6449aea7e3907760a8aef2\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\285c263b04704634bede28b45df142df\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4d52ed84e41d49b1b712d6ae6ee6480e\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\921e432e2b874cb1a6856e7646e58d96\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a21e0af8de16472aa22889776a8f27a7\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6d45cde5eaaa4a3a8e3f04cfa0ee3c33\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\948ac71458c44426874b2f3549bcaa13\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1ca5672aa2104e9fbcef291d499485a2\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2b747db9fdbf470c9dcfba23f0037a27\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\35395a10f1044c5a98aa66b095cce9dd\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ae5e06560b8c4ddf98f4c6fbcf32c671\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f796af456c2444c3954e45e8dcdc35d2\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\98e8d42c146746f799807f4f06b20ebe\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c06b787ca77d44428c19c71dbc419987\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\581ba010ece0444dbe50988484dc409f\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e79d7218ab0446128b8471987a1f86e5\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\52f9fc3222254811b7a4bde7c6a09673\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6b4d0925dc064d7fbaa4409ccfb1e10c\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3a40225bb5314650b08adf0e733c9d7c\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\be3916ff7af54eb49198973c9d5533d9\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea322273faad4add81b728361ec6c0ee\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4d500b063b94fe7bb0aebabdf9af2a9\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d5c9836974a3428aa9926a37ff6be3b3\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d90e9b74156a4b11a944a2a5c9cce33c\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e994056651142cf9b24a368a6afe114\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d5fc09da99594116bb58e623401df174\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e4d45757c62a49349503dd42c78308a8\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c22b2f2f342244038fee841e3a44fdcd\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd52800d7522420eaf32f0ae99eba9d1\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\865ec462ec474edca923c81c1fd4416c\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1773182cd0b44169b1bd4d8b134e2b1f\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a0e77b610b547c08340ee80cafb354c\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5905335a3dec4237a25dd715959a361d\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3bbf4864d4c94d55abac7b8192d312db\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a73a581abe444fe28f564038e9b09385\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\df366010562042ef98bf61497b52e3bf\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cf1ced2a722e4b2d855c9399bdc864f4\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\071d0c5809b1415c8429650d4b9360f4\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\92f2c7e4b5b340018840e45cd94440d2\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e8b25a101c5a49a3a30e9275d1410e51\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6eef112ecb5d438a9909e87f13c827f6\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b16fff6663f6405f888b43a1b58b6a91\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4cf182a7ecfd40929d39dfcd83c27491\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6597bb87ec044b1a636b2fac07e475a\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c5d9a6758734623b49115702696f80d\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e00a54ee1784840a574fb8599468bad\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3feefaba192f4737a5f90576df272307\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eb445e7aef7a455fbf5e933d19a44ef7\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\95ea3e22ce4f4b05b63529eb1ade8d81\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\57a8dbc2605c49249f8994f26e1aedc6\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\71213fe5b536479e876d500f2d68d83a\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f184a9104c214c2fb8e0c71f660e6b03\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\17faeb91ebe440dfa74e7a9fa71cadbe\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b918e3769f514c858e84109517955a57\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e654faa4e266489e93a0c495863a3f9f\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\63ae3068be1345c484eacd6983927655\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\199aec2623d4459499cf5a75f600f2a4\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e05568917404f498d9ae9c29e65f94d\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b0cc3b172e0249bea0faa354ca654edc\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3ac66e44bea246c481d600f442d64dbc\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\62e270693ee047bba081f85f332427f2\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\88a431ad17f74fd1a8ab05d6c9b0ffde\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a2d9c7e7ceed4e508c2c499eee221e2d\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84bf604831b04255b057d637f5f9c404\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8dd4a114144c46ce8f1c9c58fadff5e6\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e82a6786d1a44dc6aeb31841e7574db0\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\52942997cb8b4b329a780158ccea326c\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\89f370f4b764475389ca5cc858f66af8\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0376218e1a914f0caa3ff659c8246ae3\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b327448ef1544cdeaa5adad817d41071\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3bd5843d392340b7bc49a7ff08de17cd\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e845f2d127904d839331325894e66521\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6c59eee433834f1ea5eeef74252751f5\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\03e1dd8c32494da3a4846658149d05fd\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6285ebd9dd87475482a8216a14e8a666\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9a9f1f50811b4aea90c99b0fe439286b\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9cbacac26c164ec68e87b6f9d43fadb8\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3281a86bd3a6405fa1481f2b5704c7fa\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff602f84cda543a0a8df617da33d2b5e\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3ce999e3ce0246dba1c0962b9fd63f14\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a107c5de1ede449eaba367eb4595f27f\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\359c1215448b45fab7f39a2f12ca68fc\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a144bc13c11f4413bd6b1366efe4a452\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\52ab0cbba66b463f8a9e31a2bb5ae690\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\79ee323047824afb98059ebc3c850847\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d047e62f93be45098fda94262af709fd\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e1b60417f65340d7a6fa5fd88b32da5c\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a6b49e2bf16441c7a0f9bf87bae6b7ec\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5b9743eb579f46908c6b97504319e8c4\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\11db1cf661d74fd892e6bca106c16a51\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\405936f477ee4f00a8da63d6145c2ae2\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3e80004d1f954572afa71dc2c658c85d\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2cde328683fc4f6db3063357657bdbc2\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\527939a44f864414b7b7471bf87d7d7f\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\85dbc12bb451469eb04efe09aef19529\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a0f5577c789340e99c71454eb0583314\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\851464662dbf41719e6694b1b2cc7386\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fdf05fc6c57943b28d9c6a4606fa1afb\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\135de4f661e34f49a3a43949df378af0\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c17d9ba118244fe2b3fe6136a364df5c\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\347eee51e8044688875485fae0f1fe3d\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\240812fce0e34c20a5b9cb037869e1de\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4d208d8c3f234bdeb4b0471e76b3b7c8\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\894fd4dc05464600adcd71bd490b4be7\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4d4e92a84c5b4a418946525c8c615ef1\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0039d1c220664407843a777c2e8c95b6\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9df58443388459089897f9273291f69\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b889d256cab428db246e41191772653\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c659361140214fbda4f8b250e652a6b2\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\609bd594f63741ca9c2998b7047b0ca0\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\61f8632da4b4415cbe939d38b030eb47\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6671f8ebdc9243c1a1ab6837b18eecd8\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8bef9d8308694da99e7e34a59c75f88b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9630fb32ee624dbab42ca0a9693e90d4\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9d701701cec7474c92897955681f357b\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ff944475bc64506b4e58297410b2c51\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f22dd9d8a00b4830a081478720986902\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6e6da623e6e844df9c075ad09c827916\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d4bcd9be944f423692e951e7205f2bb3\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fb7e47a41bbf4dfe9a9b295ea61b7bfa\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8f3b3b09b3e0478c87be28e7f8642e90\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\208b181a15f24585824ad0542ce6c4d6\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ab8d8e6d485e4a4b827674303d7c8b71\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\72be1a3c0dc14d579f5affc1b1a9c2b3\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\00adaa5fe14f4d3087980d4aab7d022a\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bfa630e7c1f94b29aee4b6ea407833a0\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\77e85630894740efa6da8a036d53f4df\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\86d0517229ee4efb85ee742e12a3cc61\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e6cb8f0beb86414984b0de4b7ab812b1\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\069a42c5807f4f69b3c24bf3aa6ab173\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6eebf04f1dfb4973a0528006453d340e\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\24b0292aec424ad18e96ab3159b44e5b\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\94dcdbf2e32f48f5b589b2a956345920\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\19381dc3a2e64bee81a125f6b064d5f5\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e97a2ca9230e40828fd08a458b8b2fd1\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d71c87c295ae452f846f90f003b63c54\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\90ef1b08990d4a3489a1b4dd3ccc7ef9\WindowsBase.dll"/>
</ItemGroup>
</Project>
|