|
<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>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;ILLINK;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Linker.Dataflow\ArrayValue.cs"/>
<Compile Include="Linker.Dataflow\AttributeDataFlow.cs"/>
<Compile Include="Linker.Dataflow\CompilerGeneratedCallGraph.cs"/>
<Compile Include="Linker.Dataflow\CompilerGeneratedState.cs"/>
<Compile Include="Linker.Dataflow\DiagnosticContext.cs"/>
<Compile Include="Linker.Dataflow\DiagnosticUtilities.cs"/>
<Compile Include="Linker.Dataflow\DynamicallyAccessedMembersBinder.cs"/>
<Compile Include="Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs"/>
<Compile Include="Linker.Dataflow\FieldReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\FieldValue.cs"/>
<Compile Include="Linker.Dataflow\FlowAnnotations.cs"/>
<Compile Include="Linker.Dataflow\GenericArgumentDataFlow.cs"/>
<Compile Include="Linker.Dataflow\GenericParameterProxy.cs"/>
<Compile Include="Linker.Dataflow\GenericParameterValue.cs"/>
<Compile Include="Linker.Dataflow\HandleCallAction.cs"/>
<Compile Include="Linker.Dataflow\HoistedLocalKey.cs"/>
<Compile Include="Linker.Dataflow\InterproceduralState.cs"/>
<Compile Include="Linker.Dataflow\LocalVariableReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\MethodBodyScanner.cs"/>
<Compile Include="Linker.Dataflow\MethodParameterValue.cs"/>
<Compile Include="Linker.Dataflow\MethodProxy.cs"/>
<Compile Include="Linker.Dataflow\MethodReturnValue.cs"/>
<Compile Include="Linker.Dataflow\ParameterProxy.cs"/>
<Compile Include="Linker.Dataflow\ParameterReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\ReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\ReflectionMarker.cs"/>
<Compile Include="Linker.Dataflow\ReflectionMethodBodyScanner.cs"/>
<Compile Include="Linker.Dataflow\RequireDynamicallyAccessedMembersAction.cs"/>
<Compile Include="Linker.Dataflow\ScannerExtensions.cs"/>
<Compile Include="Linker.Dataflow\TrimAnalysisAssignmentPattern.cs"/>
<Compile Include="Linker.Dataflow\TrimAnalysisMethodCallPattern.cs"/>
<Compile Include="Linker.Dataflow\TrimAnalysisPatternStore.cs"/>
<Compile Include="Linker.Dataflow\TypeProxy.cs"/>
<Compile Include="Linker.Dataflow\ValueNode.cs"/>
<Compile Include="Linker.Steps\AddBypassNGenStep.cs"/>
<Compile Include="Linker.Steps\BaseStep.cs"/>
<Compile Include="Linker.Steps\BaseSubStep.cs"/>
<Compile Include="Linker.Steps\BodySubstituterStep.cs"/>
<Compile Include="Linker.Steps\BodySubstitutionParser.cs"/>
<Compile Include="Linker.Steps\CheckSuppressionsDispatcher.cs"/>
<Compile Include="Linker.Steps\CheckSuppressionsStep.cs"/>
<Compile Include="Linker.Steps\CleanStep.cs"/>
<Compile Include="Linker.Steps\CodeRewriterStep.cs"/>
<Compile Include="Linker.Steps\DescriptorMarker.cs"/>
<Compile Include="Linker.Steps\DiscoverCustomOperatorsHandler.cs"/>
<Compile Include="Linker.Steps\DiscoverSerializationHandler.cs"/>
<Compile Include="Linker.Steps\IMarkHandler.cs"/>
<Compile Include="Linker.Steps\IStep.cs"/>
<Compile Include="Linker.Steps\ISubStep.cs"/>
<Compile Include="Linker.Steps\LinkAttributesParser.cs"/>
<Compile Include="Linker.Steps\LinkAttributesStep.cs"/>
<Compile Include="Linker.Steps\MarkContext.cs"/>
<Compile Include="Linker.Steps\MarkExportedTypesTargetStep.cs"/>
<Compile Include="Linker.Steps\MarkStep.cs"/>
<Compile Include="Linker.Steps\MarkStepContext.cs"/>
<Compile Include="Linker.Steps\MarkSubStepsDispatcher.cs"/>
<Compile Include="Linker.Steps\OutputStep.cs"/>
<Compile Include="Linker.Steps\OutputWarningSuppressions.cs"/>
<Compile Include="Linker.Steps\ProcessLinkerXmlBase.cs"/>
<Compile Include="Linker.Steps\ProcessLinkerXmlStepBase.cs"/>
<Compile Include="Linker.Steps\ProcessReferencesStep.cs"/>
<Compile Include="Linker.Steps\ProcessWarningsStep.cs"/>
<Compile Include="Linker.Steps\ReflectionBlockedStep.cs"/>
<Compile Include="Linker.Steps\RegenerateGuidStep.cs"/>
<Compile Include="Linker.Steps\RemoveResourcesStep.cs"/>
<Compile Include="Linker.Steps\RemoveSecurityStep.cs"/>
<Compile Include="Linker.Steps\ResolveFromXmlStep.cs"/>
<Compile Include="Linker.Steps\RootAssemblyInputStep.cs"/>
<Compile Include="Linker.Steps\SealerStep.cs"/>
<Compile Include="Linker.Steps\SubStepsDispatcher.cs"/>
<Compile Include="Linker.Steps\SubStepTargets.cs"/>
<Compile Include="Linker.Steps\SweepStep.cs"/>
<Compile Include="Linker.Steps\UnreachableBlocksOptimizer.cs"/>
<Compile Include="Linker.Steps\UnsafeAccessorMarker.cs"/>
<Compile Include="Linker.Steps\ValidateVirtualMethodAnnotationsStep.cs"/>
<Compile Include="Linker\Annotations.cs"/>
<Compile Include="Linker\ArrayBuilder.cs"/>
<Compile Include="Linker\AssemblyAction.cs"/>
<Compile Include="Linker\AssemblyDefinitionExtensions.cs"/>
<Compile Include="Linker\AssemblyInfo.cs"/>
<Compile Include="Linker\AssemblyResolver.cs"/>
<Compile Include="Linker\AssemblyRootMode.cs"/>
<Compile Include="Linker\AttributeInfo.cs"/>
<Compile Include="Linker\BannedApiExtensions.cs"/>
<Compile Include="Linker\BCL.cs"/>
<Compile Include="Linker\ConsoleLogger.cs"/>
<Compile Include="Linker\Constants.cs"/>
<Compile Include="Linker\CustomAttributeArgumentExtensions.cs"/>
<Compile Include="Linker\CustomAttributeSource.cs"/>
<Compile Include="Linker\CustomSymbolWriter.cs"/>
<Compile Include="Linker\DependencyInfo.cs"/>
<Compile Include="Linker\DependencyRecorderHelper.cs"/>
<Compile Include="Linker\DgmlDependencyRecorder.cs"/>
<Compile Include="Linker\DictionaryExtensions.cs"/>
<Compile Include="Linker\DocumentationSignatureGenerator.cs"/>
<Compile Include="Linker\DocumentationSignatureGenerator.PartVisitor.cs"/>
<Compile Include="Linker\DocumentationSignatureParser.cs"/>
<Compile Include="Linker\Driver.cs"/>
<Compile Include="Linker\DynamicDependency.cs"/>
<Compile Include="Linker\EmbeddedXmlInfo.cs"/>
<Compile Include="Linker\FeatureSettings.cs"/>
<Compile Include="Linker\FieldDefinitionExtensions.cs"/>
<Compile Include="Linker\IDependencyRecorder.cs"/>
<Compile Include="Linker\ILogger.cs"/>
<Compile Include="Linker\InterfaceImplementor.cs"/>
<Compile Include="Linker\InternalErrorException.cs"/>
<Compile Include="Linker\ITryResolve.cs"/>
<Compile Include="Linker\IXApiVisitor.cs"/>
<Compile Include="Linker\KnownMembers.cs"/>
<Compile Include="Linker\LinkContext.cs"/>
<Compile Include="Linker\LinkerAttributesInformation.cs"/>
<Compile Include="Linker\LinkerEventSource.cs"/>
<Compile Include="Linker\LinkerFatalErrorException.cs"/>
<Compile Include="Linker\LinkerILProcessor.cs"/>
<Compile Include="Linker\MarkingHelpers.cs"/>
<Compile Include="Linker\MemberActionStore.cs"/>
<Compile Include="Linker\MemberReferenceExtensions.cs"/>
<Compile Include="Linker\MessageCategory.cs"/>
<Compile Include="Linker\MessageContainer.cs"/>
<Compile Include="Linker\MessageOrigin.cs"/>
<Compile Include="Linker\MetadataTrimming.cs"/>
<Compile Include="Linker\MethodAction.cs"/>
<Compile Include="Linker\MethodBodyScanner.cs"/>
<Compile Include="Linker\MethodDefinitionExtensions.cs"/>
<Compile Include="Linker\MethodIL.cs"/>
<Compile Include="Linker\MethodReferenceComparer.cs"/>
<Compile Include="Linker\MethodReferenceExtensions.cs"/>
<Compile Include="Linker\ModuleDefinitionExtensions.cs"/>
<Compile Include="Linker\OverrideInformation.cs"/>
<Compile Include="Linker\ParameterHelpers.cs"/>
<Compile Include="Linker\PInvokeInfo.cs"/>
<Compile Include="Linker\Pipeline.cs"/>
<Compile Include="Linker\PlatformAssemblies.cs"/>
<Compile Include="Linker\RemoveAttributeInstancesAttribute.cs"/>
<Compile Include="Linker\SerializationMarker.cs"/>
<Compile Include="Linker\SubstitutionInfo.cs"/>
<Compile Include="Linker\SuppressMessageInfo.cs"/>
<Compile Include="Linker\Tracer.cs"/>
<Compile Include="Linker\TypeComparisonMode.cs"/>
<Compile Include="Linker\TypeDefinitionExtensions.cs"/>
<Compile Include="Linker\TypeHierarchyCache.cs"/>
<Compile Include="Linker\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\Reflection\Metadata\TypeNameHelpers.cs" Link="src\libraries\Common\src\System\Reflection\Metadata\TypeNameHelpers.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\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\0c6268862b634f8aa54da330e7457f9a\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\59932351e3b74e39a379c185bcec7df3\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a226318d0178465d9ecda1d9c4c7a6d1\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a2b016dbc8b042369554db8807be3751\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c192716711740d7b97246bf83ba10b0\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\634d00602cbf4f72bdfddf076ec6da32\Mono.Cecil.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8eb8db83af274ec09e2e0760b91210ff\Mono.Cecil.Mdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\16053313af59483b9e923cbb36ab61ac\Mono.Cecil.Pdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f9bfdbcec61346f4a5c661529ce391c9\Mono.Cecil.Rocks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84ef3bdb85df40dc864c1a9dcd250484\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02c037216e4d427da9fca9b040fb6ab8\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3aa2e6e76e5c4dff904628b969667c49\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\74e6b8f2f5f3476ea936fa83d98ee49b\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7958132825964cef9a47751e7f4b10cb\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\88ec78ac91074984b3a1bec7df3de3e4\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a18b57a29d2b439ab9961a0985991958\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\51a6aab337e94960a053b9743d6b4833\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4b01e02072ec4a7d966efa9ae8be55ec\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d90b082718304453b335307af1935b27\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e1bd6d64cf04e87b7c83423f551996d\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff70b280fa8146b7890fb98699a26d29\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9811b06187c946a993abc8791e67d9e4\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\df51bf1d72fd4fbc9a9040cf2255bd6a\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e7f034e5cbc447dbcc9392998373dd6\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\05e1dd9b2aaa48b2a52645312af6b152\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d55957e98e844a48ba0a899d203e709e\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ffefa97bcf8949a1b0df1dadb3549e31\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\685c49b5096b450589e2663599ba32bc\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a94ea8787d2e4a14911d979c6f6a9567\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\455b77f060704db6ab202650117c4d06\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f88a291bc7cf4577bedd0afe747b2e54\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a6ae628ad02946eaa9f27d813c920916\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d1b7eedb7176443185f18ce7f2eeaf3e\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b735f6ec95f24f7db6920869820f2991\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6fb44fa39db9481aa4379ef1e5635b36\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6dc58c892d44a22810cff233f5829ac\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9fd7fabbb97746b8a490f394bec41ed7\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d4bfdfa7a5814988a2a3166f37c9c673\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d2e5ce5dda1148cfbab750366f9b213a\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\71596b751d4c48f59d1a3ffc9252cbdf\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6193d11f48f4b73a49b9ae5ffcde169\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\41936d780cda4c63b63862bbd81450ce\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7613dea0d05948e9ab5ed2df0ec2dca6\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c82e2b7993df4a8eb7eb8f7f32a80f5f\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b6089db1c89e4e26984234453fcae6a8\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7904d533036c43cbadc6b06b2e2c7343\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3c361c7b635941fc81b38c18bff19053\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\67e0a42ee5d04086b432319a6a328c7b\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c72559fbcd0e49d684ddc31d9acd3138\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c6f431ef105548649657ac4334499efa\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4ad27efd7b2742c884e93a9ccc32ece0\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\919a6ee4937241d5be6b5d56fda149b0\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6223f89ec4fb44a0886293e7b3e480b5\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6bb5dd6c065c489db8317f6b6c1e8544\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a148058c6fd24d12ac77295f4de251f6\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3aa5242179054038a15913fc45333578\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\39d34833903a4b93887b2842da086cea\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\33807cd47c8b4f5d972554f948b8af26\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b7b692f3c17d45259648408addf3733b\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8a5db6bcffd947c0a7e5d1fdd3b31af2\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2f6f973e58f84fb387ff8d4a3b32bbae\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\44fab05609724c89ab2f26c60232ade7\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0b70b14d2ad84a69aeeb9662fceb73e6\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22d86d7305094ae491dad9594a07c7ac\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\24e04f0bf252491fa7cf7767b82a7a7d\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7dd07a435ca040f1945e58b4a7a2535b\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc6a1dea2b5549a184a9847a6bbeaeef\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c73d9e7fe7074871884a0fadd8e2b7cf\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8875b8c43b6648748cd1c15303a9cbb9\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7fe8dfeb63634d1b981a6bdb55d4b3b7\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\06570c7b47f3494ea01e1c0b87187d4f\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\912101746371452e8c9c1e328df9f1e4\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6331a16d0f24a8da189515279ebe3de\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\56fde75630a841c28f4356695c293a3b\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e535532284f487984abecb13804f4f0\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2dc5f164910d4ba49c06df4ed69af209\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8897eb13f2194fa5ae514e124225febd\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c85446d52a9445538e5dcd4971b4e568\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ba8c801c83b49e997984c8679f61acf\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3ecbece3c3174ef0a93b9df6e2038a09\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\53a6f33463834a69b08f77eb8d4baab0\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e223bb42d3094745bcc127a4ee3ee905\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7324af994f5b479ca1324db3f6439e06\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\de5bcd04ca4b438aacdbd9ae7dd20c29\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\170c820638c049148c7b2afada1ef24c\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4fe3ae2339e64f36b50421d65bbed2d8\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7537da97a52b4f0c8b193655cbe7cda9\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a054d8522eea4d21af7142d4b7f8792a\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ecbcfb6eb24948549bf4b0f284616d31\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d670ecfbdb174f3dbac1f9d2df47ef2a\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac00d7c82ce948ed837215abf58208e8\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8c7262d745d1409bb685a8854c140f56\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4a82ec959d484d0db3c8c2c827d6e281\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3564b5d3fd654c61b317e4098dd9ca09\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ee0b6fa3155b4a389f23c032bc37a353\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\063257c927b24102a703bf39ea611b42\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b9c368ee3e9b4a3bb27ebcb926ab9f8a\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ae8b474aca94ab6ade0449b022cfeb0\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2fde2a0ab6364134a5674f5837da2670\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f2a9aedfce3e47dd96e94d66e8bb6f6a\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aa1a53827f4a4b4f851a8efb2cf221d5\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a72bc0ab04d5410db67691d8dbdd4538\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\10636bf874184a259d96ddb466644ef4\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\24cd89d8ae44445b95109ef8fc7f7005\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea64362a9f2f42cb8b820c504075fa44\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\733581e927024ce3874cfa24362f5ecf\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5896b66e5fa94ca1a7c52826248d0ba8\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\25e9be0299634ecda817ffce459227ad\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e23f169f57740beba2bc4a97576ce4a\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc62506c8ffa4632aa918283068f65be\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca84d60baa3044049269e39686f2bc6b\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\44f85ee79b6645fba5e71c58256e414e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0813c58b53d94eb480106a87df873b4f\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f47aba648481413e9fc86f0ecb5dbcb8\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fac1ffb711884b2d94a411e498f3b05d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1b4836e454904d31b58fa58ca81d5250\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\04676992ff7148879f558e86d01cb917\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\71a03d5343324c059336c823b9741d60\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e011e5ce086445b0ab393fece370fa36\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\504960058bdb4bbab6e91b3199286a21\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bf51c3be75af4186804ea8d239871436\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7d3232f825754478a9ac6a78256070e7\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d3376a8a252484bbe8900f1a332b67b\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\350f8a07dc9249d593b1eac44e1d4256\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ad1c075dbef140b9a751cc41e40a4dba\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5a9a218c9a54a64861b725a60c401bd\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\027c269036b14d2b9fdba1a1b86d4132\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\034050ee644045c7a5ed477d68392114\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cb5e9c508d1c4a2e920f0be22791292f\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\94ee7f28949547a99e21af7dca430706\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\63056934a81f4da2b6f69f8bec7ae8a8\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e2408afffd624be49768dd8478843acc\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8fa1c8cfebdd41e8a4c641c125485d3b\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7252087148ae4cd5809d8e2037bf7393\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fbacb769644f47ebac7d7416327fa9a7\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8eb1511eb7d147e7b02dcd4b5344385e\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e58d110683f4f9ba86d07e4f773419e\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\72b55064b1764907a6159f0ab701f7b1\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8f3659ea98f640e4aaaefc9c5c4ca036\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7660bbd206fe4a5ca5ccf47206062861\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c0f3b7e5b7064aa1b97642f585278349\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d70f42011db2491e9eff5a7c83631dbd\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7a3084f850564587b85600010341ebfc\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2ac25cdb6f404afe9d6a6a9c177f6718\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\73803c5766864c00baca757d1412af04\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ef4e42fa752b46539b2dac6e2efc7d1b\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\952b05fde6d84e43b61a68f540d6fbe0\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d211c0d9182341cb871885552265532b\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a956b4df8d5a413cb57de7dcc1c89abc\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\304891bf0825455f8de215ab6c3942a6\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0fad8b629a84e028c3558fb8511168b\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cb753e0c7c5e49a6a662de7d5525cebf\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c03af63f3ed64862811c2f8fd6c23439\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84225ed5167b4725994a838391a996c0\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\936575fdde6d4d70ac5af11f7ebdd3c2\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5459f4155de64d6b9cf5d634b9170b06\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d2ac271914e647beae276a964ac1e20e\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b25860c190644fd7b3eafa9b98d004b5\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e42d6ddf28049c5869cc673921e9bb7\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eed274a6e14540af93036382b9e6d71a\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ae725250f894a30b6ec6b997d34a6e3\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\73292bb8c38d463682db52e45f645119\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7540a8e785a9429288c6f9447a2c0e0b\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\79470f13cfba477cb6ef9fbdbf39dec2\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5333980ead64674a4c29ccc54a0fd4b\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\703f76bc3a7c46399c17600dc1e0240e\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1b65afbdfaea43c781ce71c2316e80e2\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2fbae05d0aaa48799ab1892941b96bbf\WindowsBase.dll"/>
</ItemGroup>
</Project>
|