|
<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\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\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\730a50dc48a64afdb1e4876567fac7cf\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\000242f13e3b4775b625b9d66dbc6b19\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc4104c2afd34687927d14c55bcea330\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6664aea2884b4d41b9a8682e490c0634\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd7ee8d44dc54ce388049889073097e5\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6cdbf7b5244547269ead6f1a26dcc50b\Mono.Cecil.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b2a3fbc84f8047f0bd70ba759cd656c1\Mono.Cecil.Mdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b7a82fd0d6044e6d9ce3df3e75231fb3\Mono.Cecil.Pdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8de74ad627c34fa88d0447425b4997d8\Mono.Cecil.Rocks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a3e6a87bcef14292a5d037b8d966e2b1\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a256f42dcd7a4b01b68966e8029f4bd5\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6354de102fe74777bb9b25e12db354c7\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6df10f1687054bba8d06d68e85e6d0fb\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cd4c8b61fea94c5bbdd8288c12e1706c\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\abf64c7b99c4456a8994c3d95c72179f\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\63cc3b2744f941ec901c90e854455519\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\982d69667fbf42219a34d08a45e6caa5\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\87d88a8f617446eeb98bcdfb21e4fb11\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\adb8f97a226b4d4f9656abb916896b2f\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\19dacb7bd70f4c06a952f177e6cdeb80\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\df6a7329cc3645a5abf4f467dcd77b44\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ee7d5d42f66c4299b040dc324ebc4f69\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c1402476a6094ec08093a3103334b78e\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\10c256afa5da4b6b8d67d4c054b7e59f\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\948ab49b7708484f8575100af1c315f9\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\063435583c2044c88142ad7940441a16\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8a070a38ea4245e59f16fc66ee659191\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\925c258d881b4804a6d6fcf6c62a3dee\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fe2b2cafb87441ae9d8607e327064817\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\be862d7e4d104abbb0502a5065371666\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e98c312c318a4244ad2df8e9909d037e\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12a5c88cf7ec41b180c2dd3fe3a2984c\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6eabfea63fc40419c8ffb06558c2ee8\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5c74ad0963d4438b8594ae0a1b2775de\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7908cf98ae3b40fbbfe21568f828d95d\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a4a65ca1c0a4955afbdcabd3f7dd186\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b8ec0ed2a91c4b1d9138a5de196329bc\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cea6f195697346c694c9b42411344faf\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9215a2fa7b784ff4962708ea1b5469a5\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\653e00941ce14aba815cda81f046b6dd\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\675aded85a0f484a890fa9c41fe6a690\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\89dc6dd616ea428290242ff032fbbbb1\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\911baa3ef843448d9e0bc298b0f0ec87\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc44663fc68d48c99e35122398621da9\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\acbd64105baf490ca9c991ff1ad3a881\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2f8693a40fd7451384f47de59da88548\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\35328985d1da44b6811bda119b40a2f6\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9dfa4c1b4e434ccf8bd4db48a770d4fe\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cf9cd053ce6d46279b5a4d06b7f0c72b\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d06e6142b5f0414d9a0cf5a7c2b08b7f\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6dfb8366854749bc8406da8cb5a6ec96\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02b523f55c8544c98e5470224eac3436\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\27174bf66d2849a2bdd411e128c871dc\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\15eda073cd8041b08d8b782a86f3eaa6\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9d2a686b2fe1408cbc04d82dbbe2cf7d\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0cc040deb384cc28726c89c6d8bbf91\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e1d580bd58b8429d898f7a24c6b38afe\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\699cd8bd12db42e7ba7048d4214c5467\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\62a743ac1302468d84cc36d8a81fde8a\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\15ff8b4c79844796b38fe0455593d8aa\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\63e65628006d45408dffdb23fa4bc54c\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\33c746f672d847859a1b5ac490d1c233\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\85432330e4b64f2f8cc2618fda3d0030\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\065a37c49aba44b1a95c551631bd3108\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\289dac319fc6405397e688a1e36f2e5b\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fca769e35c3848ea9c3b97f313f17764\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\297495543dba45fc87af78d87b340f28\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\140b99a451b6439b912ba0ed4da1dd60\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f7c0984049ec41d3a635ad439d5b7f44\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\78739bd609a84ddf98bb0c3a87057ab7\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\85c860567a034608a4d069e6d36647a0\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6159ae13dc3744efb7ce672f42772ee7\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\29e9d83a4f284e80b941a3baf0f882f8\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\63dab0b4446543dd9cc6b35e082fb6d5\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e4346ffb0b64ca78bb8667a4a33bed7\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9a115cca07f74918b229e38ff99df270\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\435b1429a54b4e29ba73a47fa248a55e\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\529f54b269854f41bc3d7723bf548309\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d770a4e8c0448dabcee10ea779697b4\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7ab082e80a024a8fa3fe21e7204491a7\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\21afcbe3c38f4ece96e3f06e4b35c70a\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\579c1d7677be4391b5a29e2ee7b77790\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3d45874374c24fa791df62594a216722\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd3ca153c8ce464394e46c284c92eeab\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\08c15916cf52436e9f17eb71ba4c8aff\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4ea73735b278432f88c60c3b18db3b50\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0f45a35834be43fba8a4d2209bd33d0f\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9cae27e98984e5081e91bf834a9a874\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3782265d84194c7e8796ff5c9ba54b5c\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\11bf35f0d8034634bff16e4650684941\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22247f3bcbab4ff2beb97636645edd26\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d9c83067c6c2429897714e6b53dd8cb9\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a48e0c7a8f06440faba31781ead9aae9\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ee7a0d11ab164a129f31045010ef6f3d\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d8c381756ae34b01ad628ce75a9c6ae4\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6a672a73ed1048a28d7d56bdddc59007\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d7e59116702a485491c6205f8ee659a5\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1909463135274652b5a0711675278478\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ae2e18e66514b9389c638d42854b7e8\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b162acc7a63f45e0bda8e53ead7b4666\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c779a11971b34059a18535cefbb7f350\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ee9753137b0d4db3b3e741154f8bf5e9\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\89034bcab27f42388789c4d72dcda5b4\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fd671862bce34334a2ef5b9e784617d6\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a40a13f59926400c95c7032ac1036c35\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\05dd478fd2ae4cacb2c93dc46fbca028\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\20bd11f7b4f74cbc8bf09a8203e8930d\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7c966d339af0483b96ed6a5ecb713b19\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a51782187d0d4161846b073278321837\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\af17676612044af4a4c7b573969fe378\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e02b5fd6e9e44b239d9c77331ea88067\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e1959889cd6b4a45bd46643b08f80bdd\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c36147fbb18f4a87811bfa82f5274292\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5bcdc38b11684183a5521832572cafd2\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\39072f2574e44692bc784bafb60dfd2c\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18ffac92980941c7923c7b9309d493d3\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b613fd8298fd4a478c1458de9e7e0a17\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6b8d56cce99f4ca49eff188c5294852d\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\38cc2d18fe704d6790db6bc0e767c3db\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\257bcb173bca4232ab5f76d1348b2828\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b917fe0238784f339e033cd197ff4a23\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\94806db6451c47adbd5c4cf95ab24eec\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d202b4bb8542447d8e8b0cf2c821be08\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2ccd3093327e4279a208e7f9b9a5bb29\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\817276c88c3f4610bbd2d8ec669d7158\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac9bb1cb370448bd827330209ccbfa85\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b1b15dfa66de422fbd103bdeb46d4f8d\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\657d62cf6b824c8e8730b0aa5ed16510\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a89c314d5758405aa8dac5a738f51c42\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\49714aa2bfca40a597a19f2ae8620b6d\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b3c7dc83a89e411cae03fcab572a2f0d\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e06a178478b49e1a4f5cb72ae7b4809\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84ef34accb154369aaceace5ddfde7ed\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\19dd0e3f92e04f77a0664f2aafb8482e\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\03383ec74b9b4057beb50d907bcfb498\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1c73dcedf59c443e81524dc8db7e0492\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4d17aaba30e54a1dbbb2d186b930211c\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9d03f090a825439d91416751b5383b3f\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2648381a621d422da5db7dcfa0e05ee8\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5ff9b41a5c7f4bbc823887fc18b870ae\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\76ea96cd36a7467d9167f7836de9a6ab\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\686c1939b7344eec8d265c6c4cc6dac3\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\51268dcfba934f7eb8266376b174962b\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8a0e0c699edc4b6cac92c772023e4506\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\86ae6e7b4ebe431a9281f1a4faf29835\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0462f40d678453585ff6c3ff3be1fec\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5c4b4d16e948491cb29a760b68a331d9\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b75630f153554ed59eda7175875e8549\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\db69507aa1e54b6c85089fdde670f975\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8fedbb39535347d2ac1625301fe6ce01\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b240c847ed5144709bb0cf43ea76074b\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4b61bf2e7ac4d4f81ec9dcce5a1e621\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a213064c9d824b4f8af26cde923b97d0\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bf862206b9bc4ad1bdd5470955a8b539\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\10d8be4601254379bbf49478c6a976fd\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6eb4ecc3652a4e3aa487ee0f3326a0cc\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\26aa4b4782304dcc882a07e84f4df20e\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c7ae4042bec24c9299c0e6d6e517980b\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\49e024d6f05f465a94d2a54258324ccb\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9af603e8e1904550902237332ac02563\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\78d7b2350f8940f78f593276f71b6624\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7eb993ad33bc436bbf94a7f2bf949bf3\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c2aecfd8fdf416fb6420a87691c66df\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc55b36285ab48508c012c843935f4ca\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\993dd2aa82324e1ab893f4dbd700a291\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\325223e983e443c5a1423019bf5cf572\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18d74be79faf4e44b63fcf13aa631b4c\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\373130187a0e4b2d8208c11c9a99ee93\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\df835ea0f70a4dfba3b54cf6e3cc0d58\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0f129123c5b64fa5ba5c622ab0e59cfa\WindowsBase.dll"/>
</ItemGroup>
</Project>
|