|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>illink</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26065.101\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;ILLINK;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;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\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.InternalsVisibleTo.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net11.0\ILLink.Shared.SharedStrings.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\ILLink.Shared.SharedStrings.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.AssemblyInfo.cs" Link="artifacts\obj\Mono.Linker\Debug\net11.0\Mono.Linker.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\..\ref\8f95e3e0e17547ea947fab552f964e9c\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0cdfc51fc0d84deead4ec3fadc411be8\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5a7ed9e95e645168f6206aa1cfb04e5\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1b497f66c8a04160969d9f11bd89686e\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0dd7871f0a3046b492f0ffbe535080bf\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\21e66bc9079348a3986e358190564cb2\Mono.Cecil.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f29247ef629745fb8c7da4d5aa9dda58\Mono.Cecil.Mdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d4967070594745b29483e15ed8260912\Mono.Cecil.Pdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\07433cb3fe44461987bdbb9cc827d283\Mono.Cecil.Rocks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d783a239fc1c480686936ef2b3d06e1c\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fd08ef009318484897025da9cc2a3445\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18e3f3c747234e57b00d2b6c015f6ae2\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\473108c0e4754207a80896b1bf67367f\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8040753233c4813a2b52b201cd42137\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8da4faa050444f30a57a7e4e90bcf863\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f36fa2039f0d481fb63789b23315e2a6\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c7966767b3d24b7d822bfb2fa6cc966d\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b0b78b0757884ecb83bd75cea59deace\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3ababbd1f1f94ce7bc42cc8155d9824b\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\65088e5434844c4e944903b2097367f3\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\38eb6f1ade264debab63211a00d5b085\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4d924702c2a448f0b4dc5848be22ac7f\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\56a3b6f3c535482f97c981bfec51128b\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0001e81594c4350927f4a1724a7cfcd\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8f91035c72ea454a9efdb6962b7b8003\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4ad2d6dce2804be48ee4a0cf5be3c08d\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e421a4a3635f40b489420bc0d0dc8f70\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0dca02b2e16a4e84b1f7846ba4c219f4\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2786476c9e0447c5a7124f574e9bde36\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4830ddeb0e0c4537af294a73063b9d7e\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8206d7d232454e269080de56508e81f0\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\420ec03c91e644449d02323598eb5743\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\92a0709511df401f8a26f6d411583efb\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c8cc62da3a9544ca8117b08613697236\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\542c3aa96b4140c0ae231df3dcfbc457\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\50a6e02290924378b3b98b366b90dffb\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\073a2092bb794e6d9b6106dc179db4d4\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b959b48e281549b1842a535c271cc19b\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d935e57cf5f9406c85377af220e4e088\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d327ab69f6454920bad720539a250eb7\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\27c3c934147c4ec78cb5e3ca11ebea2b\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e8e30f486fc84244a548b68f1875beec\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0cf1ff5dda24427286dacdb27f4093b2\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\17fdef266a5a432597117691adb578ea\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4ed41f18016e4478b71ebb779399fb61\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a212a0d9d2784656a10b64062c6fbec8\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b72e741ac064fd896b5638ad8a4822b\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\378188aedbe8474e93df9621aebfcb26\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e20db944c4ff4a5da90fd736023c677c\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7a4d877a9fe041c5a053756d8a30d3a3\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\922c501d5a034bdcbec3592340c1a979\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5de5a79ca5534795b41320a6e811a715\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\76c9cfe6655d4190a9f989eb4a582882\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e9d338d9017459ba6d1c602ef812c3d\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e8bdbeb5a78b420a87fec10ca6c86dad\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aa80b3b463b94b8e864bbcb2f20ebd2a\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\41946c60c26d48ce95795c0e421c6f99\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9776e68255ce43168331a9d6a928542d\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\19eb988db22a40a5b1b460636c94e931\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e7b8871d1d024b639f63dabf0f6f9059\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6c7358ed3b8b451aa77cb37195b53ac9\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\42151efb61ab4385a60c286355b383af\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\11a0653cbea845fc9fb2fb2a6ac76137\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e84f8db1f8334a8e9ca80f675f1c1cbf\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\947e63c35fd24ad184f669971bc2485d\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c71dab3715a400daa6e5f346b931ba0\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\638d1e81bdf545b28cfae2a8dcdd443e\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d94a352a2ac6468bb2c0da3448ddd9b3\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f10bc0f063e84079bbff52ee55fa9667\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5c64166105f942d8920bbedf54651940\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e20ab0fd473e45608ced793f8a70e91f\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a09ea30acb7e4c9b96f258fc2dd1b568\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\98dc9d2f0e844d82b56a3441040919aa\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3856ee600b484b0bafabe54fc98af9cf\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\365503aa7f45416c8408a5ad1a22e01e\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\964fae4832cf4839baf9574199fa3ad9\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\423a971aed674b8694cb03dacc663bc8\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3b4e20ad85fb49e3953407005831728e\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\94f3d8d8ca174c5cbdf962e13372f62f\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b4bf6de8b9b44d2f91ebaea2e6c7b602\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2c1570a6af014c638cd1f3d2e5c18bda\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a8647eb4ff2d418f812b049ff1030ee7\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ba744fee4184a8bbb9c8f758eb1fc73\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\05ee61ad2c824773880ded64f96ffc8a\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e3b101ab87c244718c04c345b57d30b7\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bbffa264fa9a4392a7c8e7b30b1ed68c\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7d30a6f9c2bb41318b223080690a4065\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2a01e5a650ca433b8aa7450b440b9451\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\746b7e43a06741c1959dcc64df08bde7\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cb712cfcf301466d8ec21ca86ed695ef\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7dc50362ec7c46bdad86550cd34530d0\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\afe72d5089d3486ea6dbc17f77b84722\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7f904ea445824e63bd6e8b08a680023b\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\359f9b2691574a26ad1eb723aab831f3\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0dd799d10d024b5c83807e7e1f9944b0\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ecb1d9ff5af74cbe8d6d05967ad059b2\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd44db5b4c64403dbef79deaadedaeee\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c0a3898fbbd425fb21c0c0349a8d9af\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\384b9ee7dcb64314a2b573a71cf57db8\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\436f8ba95ce64fb08fa1b272f8169fdf\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da7953bad8584b1fb8558da3e3b79b05\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\688aff20c6b6442586041f28d2983f77\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fb2b87a26bb74203b186623f1f443398\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aaf5f8babfe241c9b4e5eb672b95afba\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\269729e728674a448dc7087df3a72e70\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f0a5c052d59f4347b820b55c35ac4874\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fa91bd786203468d95f06de6430a17c5\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ae126cceec1540ea84c31cefce76ae73\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ffceb7f56b134a5d9d42a8d3e0aad1f7\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5716f6f735ba4742a25ace8d2c4257dc\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\153cec8cd36c4359913e2c9bdb6420fe\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc155736da714ea382a09f7184ad8c98\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0b80d10126c94c8bb928018156f1ff85\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bcfadd4e82b347d894db61ebfec3ee7c\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a402aea467a641ff899e534dbd5838a7\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b430046dcfa4a73bcace335eb21bd54\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f177959231024e28bb2788107c9772c2\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ad5858f9ba1e4ff0af15039fc5542c80\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac36b1d479fb45b6b27886472b6b35b8\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\97db87b47284457ba46898bec09e780a\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\45ae96923eda4e978ddecc6627f3b4cf\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\de99d60dc596499db02adb96454a7835\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aefc8f96bbf9489aba3e17623afa3c7a\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\00ddb02d438c4e919e2b032813994b02\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ab3ed68fa91745ae9651329e3e17d009\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\144dc0231c764151b255c061f920ac83\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22d85c492b794128ac1b237df721b0fa\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2dca83b83225429e8f6233f8e30f887f\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4fd50bb939c542dea69ba7d800de3532\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e9133118349488ebdc7b75d5f0fb31f\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e1216773c19344f79b2916dcde5014c3\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e633875976594003b30e68bdef775237\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8a7daf63e5654b268e1442bde6e0ccd2\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a83580b2438a466184fd8573bc7971c7\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e6a49a062194fef98a14eb00c8a874d\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\432418fc6e8f4660ab6b85822edbb43f\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a8b6e25e35f74e55a57c4bd2d9662d40\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8ad619f9989486aaf98e7ad36c7fdcc\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\92a0faed5f484bc1ba1956e5b9a09855\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a95fdd92279b4fcb86ca9560c83b418a\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b3d2629a24564ee3b1ee88c79bf1a4f6\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\048147de0e6a4d679329c256556396f6\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ef658594142f46f38e46f134cbc1ee8a\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f1dba4987e7640d286fc904c7b5730e0\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\20f49ab257324333b833fa6caae8f320\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6572053d0b0b4ce7af32414b4953c106\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4dff8899a935406f9a791e621cf654ba\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6c03c0b15d4d47f3ade1ac8ec5f9a6e8\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\754e99837766430986b336b176d39d3d\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f88b72fca21e487f92dcdadfe77b0e02\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5cce715d9b18406fa8c05a50cad3d1ac\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ad0ed35009534cd3a0ecfdfe95332093\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bb32c56ad9e140888b4fa0fd97a7e8ab\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9027293e2bf143b9bced0954440ae7fa\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0531d05226174656b81c3a087b7ec2f6\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8d80d7043b034a7eb55f8f325343381a\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c4b24b646ad14b16ba53a32caca839e0\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2211ba8db5a2425d8cb33526dd8d8c2f\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\37d226173457481d8a55f12563991d86\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\580dad25706e4b61898b5aabdcd34502\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\63dc9dabe74348b39de82a57bf644cb1\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\91b865f08f7e4b8ba83e8fa8a55dddcb\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a008123224d1409fa22cd1eb00413f90\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a64fecbe90074de9b7ed81138d3faa05\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6854546ba5d04211ab9151884a631ce5\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\579043408ba647f7a240d6924b2833c3\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\074bb61595e948f884cbebc838e05344\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b8bd871e2a7e4955a7494063db15fb4d\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bdb2b695617544b7a0c1b38e48ec48d8\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e9ab364e86c4ed6b02a7420a9ad35c9\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\61a1b77759ea46e3a6a589e80f4b1d35\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\..\_external\1\LinkerEventSource.g.cs"/>
<Compile Include="..\..\..\..\..\..\_external\2\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|