|
<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.26172.108\tools\snk\35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;ILLINK;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Linker.Dataflow\ArrayValue.cs"/>
<Compile Include="Linker.Dataflow\AttributeDataFlow.cs"/>
<Compile Include="Linker.Dataflow\CompilerGeneratedCallGraph.cs"/>
<Compile Include="Linker.Dataflow\CompilerGeneratedState.cs"/>
<Compile Include="Linker.Dataflow\DiagnosticContext.cs"/>
<Compile Include="Linker.Dataflow\DiagnosticUtilities.cs"/>
<Compile Include="Linker.Dataflow\DynamicallyAccessedMembersBinder.cs"/>
<Compile Include="Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs"/>
<Compile Include="Linker.Dataflow\FieldReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\FieldValue.cs"/>
<Compile Include="Linker.Dataflow\FlowAnnotations.cs"/>
<Compile Include="Linker.Dataflow\GenericArgumentDataFlow.cs"/>
<Compile Include="Linker.Dataflow\GenericParameterProxy.cs"/>
<Compile Include="Linker.Dataflow\GenericParameterValue.cs"/>
<Compile Include="Linker.Dataflow\HandleCallAction.cs"/>
<Compile Include="Linker.Dataflow\HoistedLocalKey.cs"/>
<Compile Include="Linker.Dataflow\InterproceduralState.cs"/>
<Compile Include="Linker.Dataflow\LocalVariableReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\MethodBodyScanner.cs"/>
<Compile Include="Linker.Dataflow\MethodParameterValue.cs"/>
<Compile Include="Linker.Dataflow\MethodProxy.cs"/>
<Compile Include="Linker.Dataflow\MethodReturnValue.cs"/>
<Compile Include="Linker.Dataflow\ParameterProxy.cs"/>
<Compile Include="Linker.Dataflow\ParameterReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\ReferenceValue.cs"/>
<Compile Include="Linker.Dataflow\ReflectionMarker.cs"/>
<Compile Include="Linker.Dataflow\ReflectionMethodBodyScanner.cs"/>
<Compile Include="Linker.Dataflow\RequireDynamicallyAccessedMembersAction.cs"/>
<Compile Include="Linker.Dataflow\ScannerExtensions.cs"/>
<Compile Include="Linker.Dataflow\TrimAnalysisAssignmentPattern.cs"/>
<Compile Include="Linker.Dataflow\TrimAnalysisGenericInstantiationAccessPattern.cs"/>
<Compile Include="Linker.Dataflow\TrimAnalysisMethodCallPattern.cs"/>
<Compile Include="Linker.Dataflow\TrimAnalysisPatternStore.cs"/>
<Compile Include="Linker.Dataflow\TypeProxy.cs"/>
<Compile Include="Linker.Dataflow\ValueNode.cs"/>
<Compile Include="Linker.Steps\AddBypassNGenStep.cs"/>
<Compile Include="Linker.Steps\BaseStep.cs"/>
<Compile Include="Linker.Steps\BaseSubStep.cs"/>
<Compile Include="Linker.Steps\BodySubstituterStep.cs"/>
<Compile Include="Linker.Steps\BodySubstitutionParser.cs"/>
<Compile Include="Linker.Steps\CheckSuppressionsDispatcher.cs"/>
<Compile Include="Linker.Steps\CheckSuppressionsStep.cs"/>
<Compile Include="Linker.Steps\CleanStep.cs"/>
<Compile Include="Linker.Steps\CodeRewriterStep.cs"/>
<Compile Include="Linker.Steps\DescriptorMarker.cs"/>
<Compile Include="Linker.Steps\DiscoverCustomOperatorsHandler.cs"/>
<Compile Include="Linker.Steps\DiscoverSerializationHandler.cs"/>
<Compile Include="Linker.Steps\IMarkHandler.cs"/>
<Compile Include="Linker.Steps\IStep.cs"/>
<Compile Include="Linker.Steps\ISubStep.cs"/>
<Compile Include="Linker.Steps\LinkAttributesParser.cs"/>
<Compile Include="Linker.Steps\LinkAttributesStep.cs"/>
<Compile Include="Linker.Steps\MarkContext.cs"/>
<Compile Include="Linker.Steps\MarkExportedTypesTargetStep.cs"/>
<Compile Include="Linker.Steps\MarkStep.cs"/>
<Compile Include="Linker.Steps\MarkStepContext.cs"/>
<Compile Include="Linker.Steps\MarkSubStepsDispatcher.cs"/>
<Compile Include="Linker.Steps\OutputStep.cs"/>
<Compile Include="Linker.Steps\OutputWarningSuppressions.cs"/>
<Compile Include="Linker.Steps\ProcessLinkerXmlBase.cs"/>
<Compile Include="Linker.Steps\ProcessLinkerXmlStepBase.cs"/>
<Compile Include="Linker.Steps\ProcessReferencesStep.cs"/>
<Compile Include="Linker.Steps\ProcessWarningsStep.cs"/>
<Compile Include="Linker.Steps\ReflectionBlockedStep.cs"/>
<Compile Include="Linker.Steps\RegenerateGuidStep.cs"/>
<Compile Include="Linker.Steps\RemoveResourcesStep.cs"/>
<Compile Include="Linker.Steps\RemoveSecurityStep.cs"/>
<Compile Include="Linker.Steps\ResolveFromXmlStep.cs"/>
<Compile Include="Linker.Steps\RootAssemblyInputStep.cs"/>
<Compile Include="Linker.Steps\SealerStep.cs"/>
<Compile Include="Linker.Steps\SubStepsDispatcher.cs"/>
<Compile Include="Linker.Steps\SubStepTargets.cs"/>
<Compile Include="Linker.Steps\SweepStep.cs"/>
<Compile Include="Linker.Steps\UnreachableBlocksOptimizer.cs"/>
<Compile Include="Linker.Steps\UnsafeAccessorMarker.cs"/>
<Compile Include="Linker.Steps\ValidateVirtualMethodAnnotationsStep.cs"/>
<Compile Include="Linker\Annotations.cs"/>
<Compile Include="Linker\ArrayBuilder.cs"/>
<Compile Include="Linker\AssemblyAction.cs"/>
<Compile Include="Linker\AssemblyDefinitionExtensions.cs"/>
<Compile Include="Linker\AssemblyInfo.cs"/>
<Compile Include="Linker\AssemblyResolver.cs"/>
<Compile Include="Linker\AssemblyRootMode.cs"/>
<Compile Include="Linker\AttributeInfo.cs"/>
<Compile Include="Linker\BannedApiExtensions.cs"/>
<Compile Include="Linker\BCL.cs"/>
<Compile Include="Linker\ConsoleLogger.cs"/>
<Compile Include="Linker\Constants.cs"/>
<Compile Include="Linker\CustomAttributeArgumentExtensions.cs"/>
<Compile Include="Linker\CustomAttributeSource.cs"/>
<Compile Include="Linker\CustomSymbolWriter.cs"/>
<Compile Include="Linker\DependencyInfo.cs"/>
<Compile Include="Linker\DependencyRecorderHelper.cs"/>
<Compile Include="Linker\DgmlDependencyRecorder.cs"/>
<Compile Include="Linker\DictionaryExtensions.cs"/>
<Compile Include="Linker\DocumentationSignatureGenerator.cs"/>
<Compile Include="Linker\DocumentationSignatureGenerator.PartVisitor.cs"/>
<Compile Include="Linker\DocumentationSignatureParser.cs"/>
<Compile Include="Linker\Driver.cs"/>
<Compile Include="Linker\DynamicDependency.cs"/>
<Compile Include="Linker\EmbeddedXmlInfo.cs"/>
<Compile Include="Linker\FeatureSettings.cs"/>
<Compile Include="Linker\FieldDefinitionExtensions.cs"/>
<Compile Include="Linker\IDependencyRecorder.cs"/>
<Compile Include="Linker\ILogger.cs"/>
<Compile Include="Linker\InterfaceImplementor.cs"/>
<Compile Include="Linker\InternalErrorException.cs"/>
<Compile Include="Linker\ITryResolve.cs"/>
<Compile Include="Linker\IXApiVisitor.cs"/>
<Compile Include="Linker\KnownMembers.cs"/>
<Compile Include="Linker\LinkContext.cs"/>
<Compile Include="Linker\LinkerAttributesInformation.cs"/>
<Compile Include="Linker\LinkerEventSource.cs"/>
<Compile Include="Linker\LinkerFatalErrorException.cs"/>
<Compile Include="Linker\LinkerILProcessor.cs"/>
<Compile Include="Linker\MarkingHelpers.cs"/>
<Compile Include="Linker\MemberActionStore.cs"/>
<Compile Include="Linker\MemberReferenceExtensions.cs"/>
<Compile Include="Linker\MessageCategory.cs"/>
<Compile Include="Linker\MessageContainer.cs"/>
<Compile Include="Linker\MessageOrigin.cs"/>
<Compile Include="Linker\MetadataTrimming.cs"/>
<Compile Include="Linker\MethodAction.cs"/>
<Compile Include="Linker\MethodBodyScanner.cs"/>
<Compile Include="Linker\MethodDefinitionExtensions.cs"/>
<Compile Include="Linker\MethodIL.cs"/>
<Compile Include="Linker\MethodReferenceComparer.cs"/>
<Compile Include="Linker\MethodReferenceExtensions.cs"/>
<Compile Include="Linker\ModuleDefinitionExtensions.cs"/>
<Compile Include="Linker\OverrideInformation.cs"/>
<Compile Include="Linker\ParameterHelpers.cs"/>
<Compile Include="Linker\PInvokeInfo.cs"/>
<Compile Include="Linker\Pipeline.cs"/>
<Compile Include="Linker\PlatformAssemblies.cs"/>
<Compile Include="Linker\RemoveAttributeInstancesAttribute.cs"/>
<Compile Include="Linker\SerializationMarker.cs"/>
<Compile Include="Linker\SubstitutionInfo.cs"/>
<Compile Include="Linker\SuppressMessageInfo.cs"/>
<Compile Include="Linker\Tracer.cs"/>
<Compile Include="Linker\TypeComparisonMode.cs"/>
<Compile Include="Linker\TypeDefinitionExtensions.cs"/>
<Compile Include="Linker\TypeHierarchyCache.cs"/>
<Compile Include="Linker\TypeMapHandler.cs"/>
<Compile Include="Linker\TypeMapInfo.cs"/>
<Compile Include="Linker\TypeNameResolver.cs"/>
<Compile Include="Linker\TypeNameResolver.WithDiagnostics.cs"/>
<Compile Include="Linker\TypePreserve.cs"/>
<Compile Include="Linker\TypePreserveMembers.cs"/>
<Compile Include="Linker\TypeReferenceEqualityComparer.cs"/>
<Compile Include="Linker\TypeReferenceExtensions.cs"/>
<Compile Include="Linker\TypeReferenceWalker.cs"/>
<Compile Include="Linker\UnconditionalSuppressMessageAttributeState.cs"/>
<Compile Include="Linker\WarningSuppressionWriter.cs"/>
<Compile Include="Linker\WarnVersion.cs"/>
<Compile Include="Linker\XmlDependencyRecorder.cs"/>
<Compile Include="Resources\Strings.Designer.cs"/>
<Compile Include="..\..\..\..\libraries\Common\src\System\Text\ValueStringBuilder.cs" Link="src\libraries\Common\src\System\Text\ValueStringBuilder.cs"/>
<Compile Include="..\ILLink.Shared\Annotations.cs" Link="src\tools\illink\src\ILLink.Shared\Annotations.cs"/>
<Compile Include="..\ILLink.Shared\ClosedAttribute.cs" Link="src\tools\illink\src\ILLink.Shared\ClosedAttribute.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\CompilerGeneratedNames.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\CompilerGeneratedNames.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\DefaultValueDictionary.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\DictionaryLattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\DictionaryLattice.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\IControlFlowGraph.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\IDataFlowState.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\IDataFlowState.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\IDeepCopyValue.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\IDeepCopyValue.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\ILattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ILattice.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\ITransfer.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ITransfer.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\MaybeLattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\MaybeLattice.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\SingleValue.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\SingleValue.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\ValueSet.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs"/>
<Compile Include="..\ILLink.Shared\DataFlow\ValueSetLattice.cs" Link="src\tools\illink\src\ILLink.Shared\DataFlow\ValueSetLattice.cs"/>
<Compile Include="..\ILLink.Shared\DiagnosticCategory.cs" Link="src\tools\illink\src\ILLink.Shared\DiagnosticCategory.cs"/>
<Compile Include="..\ILLink.Shared\DiagnosticId.cs" Link="src\tools\illink\src\ILLink.Shared\DiagnosticId.cs"/>
<Compile Include="..\ILLink.Shared\DiagnosticString.cs" Link="src\tools\illink\src\ILLink.Shared\DiagnosticString.cs"/>
<Compile Include="..\ILLink.Shared\DynamicallyAccessedMemberTypesEx.cs" Link="src\tools\illink\src\ILLink.Shared\DynamicallyAccessedMemberTypesEx.cs"/>
<Compile Include="..\ILLink.Shared\HashUtils.cs" Link="src\tools\illink\src\ILLink.Shared\HashUtils.cs"/>
<Compile Include="..\ILLink.Shared\IsExternalInit.cs" Link="src\tools\illink\src\ILLink.Shared\IsExternalInit.cs"/>
<Compile Include="..\ILLink.Shared\MessageFormat.cs" Link="src\tools\illink\src\ILLink.Shared\MessageFormat.cs"/>
<Compile Include="..\ILLink.Shared\MessageSubCategory.cs" Link="src\tools\illink\src\ILLink.Shared\MessageSubCategory.cs"/>
<Compile Include="..\ILLink.Shared\ParameterIndex.cs" Link="src\tools\illink\src\ILLink.Shared\ParameterIndex.cs"/>
<Compile Include="..\ILLink.Shared\RequiresDynamicCodeAttribute.cs" Link="src\tools\illink\src\ILLink.Shared\RequiresDynamicCodeAttribute.cs"/>
<Compile Include="..\ILLink.Shared\RequiresUnreferencedCodeAttribute.cs" Link="src\tools\illink\src\ILLink.Shared\RequiresUnreferencedCodeAttribute.cs"/>
<Compile Include="..\ILLink.Shared\TrimAnalysis\ArrayOfAnnotatedSystemTypeValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ArrayOfAnnotatedSystemTypeValue.cs"/>
<Compile Include="..\ILLink.Shared\TrimAnalysis\ArrayValue.cs" Link="src\tools\illink\src\ILLink.Shared\TrimAnalysis\ArrayValue.cs"/>
<Compile Include="..\ILLink.Shared\TrimAnalysis\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\214dbd33a26d41a6af8bae0270789229\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd58edb4f26540aaa801b55f1f7adceb\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2585d346e60041ed8e7b1fd033b4d1cf\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c720cd3c98a54b359f65cd21eaa11b6c\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\41e574fcb47b4f13b416dfb9a381f996\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4fcf6dd8de1a4814b06c33caebc6b10e\Mono.Cecil.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\897f97f812084b208d04a6fbc577b1c1\Mono.Cecil.Mdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\be75f6d428974bb7816f6e8c6e1cf973\Mono.Cecil.Pdb.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ad090e2448784154b55c0b63f091f4af\Mono.Cecil.Rocks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6b9b5879b02a438e876815c90376d094\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\547b036a2533411dac9634c389ce1530\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a405da9a21754179b1f37f01a93cae13\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eda382b41c9948a2b742a163aa5a54a9\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a04282fe8a24a46a614dc77e42010c0\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7de91a08516240a89008f33703d66e97\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f70645abb036498a87808b51cce7623a\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f94359427dfc429293da5838f72359d2\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e84ddf478284d8faab4b681ec7d6670\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e91c50d75be045aeadcc213611824046\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6349472c35164bebb705259d9ec9cc52\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4412497bccae47218f999b46dec6950b\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cc93034c17854192aa84abd5816bc643\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9ffba4eaf07c4d808a6993b8beaf92f0\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7cc1750d90be4aec983e1c9a2865834e\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4a7982cfbdfe47edbc0999bc5812699e\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aebe9a9f34bf405a867eca7da2608411\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a0c6cbb6a851447faab60708efcfe007\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e612bc4676184ad38f33a566e0d0df1c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9ac000ba70e54afeb4f4d231b6d1c478\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\82236731e1bf48b0ab79a0759f1bbfef\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1ab49d266a1c4d9195ea11817f69cd3f\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dac48d5da2604ad8ab8bd19ce46e436f\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c428186113bd41aca660925ecf5d2306\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c56791cbf50e411b96f394127070f9fe\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bcd973077dac43969e9d97d47f9e2336\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\16674f839b3e417a88d24828978d5d9c\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\09e6430a08134bcea99316601f22c815\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bc3fa0f0442d40c6b44f5a72034a18d7\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d28bb076fe0840e6986f41c05a18207f\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\90cff05b08ab416b9242157f058aaab2\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2b715b990a9c4535ba10926b1846fe53\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\21c58413bbd64a75af0b5286fa0c5ce6\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\30a2a0fc019248a09e16c757a04d46d2\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f569d35472fd4a699325dfaeb79c0634\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e283aea059264470bc45cad63d7b8703\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\883faca466414133876699c50076e586\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\01eb7351db72414fab8a384094a93073\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ce7ea02650f242318f251e7b38c00e87\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aca181cee8d1437d8e6e9e3a2ea7b908\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4463e8a48ff24685b62c54d7e4a41e1c\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7ceb851cedd484dba55f703bb5c7831\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ed8e5928e3c74c468de0c5492b09d892\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\277a6e96e1124ef5908cd7968599f26c\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0cd82153276c418e9e3b5e32908ab234\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\87bd301eedd043b4b81ac442a22391b9\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\42142c080ad34578abb555ffc1d0a35a\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c117516e1164d17a07854a9004f91e0\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c8408b0084954073bf9e036ca4157f82\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\276fcbaf2ff243ad9ecaa37020834748\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cc83c6d5339944eaa4fadf6cd33970e5\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c8dec84bb44041c38a4f99fc8a1aa510\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\002f5bdad0cc4bce88f856f2603489f8\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a67a120911b42b98cd82d8f2d293274\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9b37e1181953495dafe6d8bd573181f5\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\15c9807c77bc4d9a8c8afba2d1a5bb80\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6cf24d4f64734ebf879b439de0e14b46\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eaa626e95eb6402c8130dab2b2980c79\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fee6ed374eda44f6a164cd01c3b366c3\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9a916247e79345d194c3209062977765\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d8ca3820f225441cb785ff56a8f42aa4\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\375715f8bf1f4157b99da403c2bf6b08\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f21d16566934e01bb3044072f51796a\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e9ffde08081a4d19beef4762a333d834\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c70a300b9c47416fba2ff16578d788e7\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\109574217bc445909d54e94e36c707a6\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\03b87a560cc04117ad6e8bb574b08fc6\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18d9a07676d84e7f80b5734ecfd9e773\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\022385574bea44bebc6263da683bf417\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\82f87190d855434d8a4ad54b93913d66\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1d3d460aba88441ea0f26411e9fca17b\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cd759d9fcbf5418cb8f1ce038573b034\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8cadf073af484dad9b997e9e360069b2\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6db81e9f715947e081e9e44354bf2a46\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f133661e91a04662b5dff049d0fc6c4c\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d594b3bf76fe41158cafdaf2c2d7c9fb\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f28acb2ab1a840268267f180e957f01f\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8486279e83ad4971bd8ac05686afaf02\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22424b9367cf4f1990e8565b6eeec4e5\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ce768418a7e74da2afb96e298bc6dd6d\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4eb7be96dfd941699cc918da628f9cbb\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\df1051bac75545f686981223d5bea34d\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4399e3c642df4c9ab2d1e4d602a03b9f\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\53922849d9ec448b89699284b50137df\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b79b7065ddeb4010ada080d362ca7326\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cbf4b0ba802b4f248dfe3997aa1c9732\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e841aa8bfde4905b6661e37373f7a78\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b7c9c174f65a41f78bb8c24def61b0f0\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea6b122a2ea54da9a7c9c5616fdb4838\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d349748e30f94c69ab743e8d37b6aa6e\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e14cd9b555243089f3de82a9d3eff0b\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fdf0ddc4447b472098a862c5d03ba154\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1c8499143f0546deb827e4d50a2955e1\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a93e81d26dd04fcf9a8f83c59fdb815f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\09276a9b261743b58bf838f62b32a732\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\01e85526bb55484abb8ee8d96fc32df4\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d5c199cabd244467b55f3bf3bc868385\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0dd543a1210a43ef91a07faee49d8637\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\60eb6bf9b26c4570ab80b52b25159ab0\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\163639679b314ca6974022402ceee306\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\710d369704844f95ab8f6c2ee254799c\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02ec356e71304c2c9e021c57325e5a69\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8221d5a3825647869018d8bfc09a6fcd\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9b87e9d88b7d4b13869971dfacc2b7a4\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\223482dcfa824b8d8f93d8c1a1164718\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22956480124e4febb76a5408313c1249\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5331c54087124d8f8479ae2914967c06\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bfd10e5b006e4d41a96da098da21cc18\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\33e2dbdb093949d8ad1b130ee54f7ad4\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea7702359c4b4c658f986f7d46bb5b1a\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a82c730d891b42a0bbbaa48bee5ecbbf\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e116cca7443c46818f7b5b4c93bfcf19\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1629b8f2bb034d699b6a32a99512914c\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cf8da123c3c74428a4b7046dceafbc3f\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22be599473904e739fbb8953109e3fed\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d98c65dee82a4b00b3dcec16806a04fa\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a6b4fc478b294aa9b1e47b24d942e5cf\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cd3cd7bd181f47ce9c70d82ea9155190\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ae5624b853bb429ea8baac9a797a281a\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d6bad228d954620a93b21b2b3505e3f\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8359c22c3fd942d6b0028efc51a832a5\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2a05e9929a8342be8a9d64c1b563869d\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\edc05d7626934e3283906809a5fe8a87\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\db1f5943e06243c6aa1aa64e71b70ea2\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d9df4f3a2f7644089af1b38241017ba1\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a8e4452b812341eca49a30267dca9f99\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e09201cd27fe4566b0d71d140bfd93c7\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\700ca115823f441ab63aa8b00f097469\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c94060623407433a9194f873b073780d\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0bac82bc6d0d4bdca2bd3b85e4411648\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\23cf13d0b45e4fb482c60e0a01252ed2\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\337ef9fe64f14125b0e91abc0c87542c\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\abbaeb7a1c6e4779bd9cc79f7254a543\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6011c1dd3d12458e803960d519455258\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\818f3d7cc4e24fd4b5e26fd4cbad9a74\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da5a4d354e214a94adfaeb32b1cae662\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\450942c6120045bab8a92c2e13723a0d\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c5f341c49e2c42b49d06385a5b908ae4\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3c0ee41bb72d48e797cbaafdec167557\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d592ad5c193c4135b3c338198acf5836\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eed361402fca489f9905044ace88981a\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6146e10f69b64d54a768346879a6927e\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b88c1536c8354844b13a9c37103b89cb\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7349078343c4675be282ed19cbdf5f6\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1dc1b51eb6374f66a6b3fb0452ae91dc\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\af3f3889f9a349e0b58366e825535ddb\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ab49cbac032749858eed306867d20071\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5803b3ced7aa4462b70cd333f7b5a878\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7f3bcd1b66d042ca912a40881955a61d\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b06bc4c5efba47e2963add9156dde87b\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a8d14a03b17b47878b73dc585bf42c01\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da0ab2dd6436459780d32725ef6f2242\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\27d30611b24b4662965f0f3e7128393f\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\05ec1d0946234fe68ce816c550eaa684\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e5e5c38a443f4dc18bdac410b2cdd38e\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\16a5e35563c64c418501a1b6b9d8aaca\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d9fdd738018546d68e833d22aa56fd0e\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0fbeee0a7fb34ddc9bb1b1e99c535fcd\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5d46d0dd8974464a9db59845c6bf366\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7c93a2fbec3143d38a08d38103084c84\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c5593d334183400a8ca13416c2c5cd16\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a81e29c6b6b4d7ca42a7eeb49716774\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\..\_external\1\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|