|
<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>NuGet.Packaging</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>../../../keys/35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;TRACE;IS_CORECLR;RELEASE;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="ContentModel/AnyFramework.cs"/>
<Compile Include="ContentModel/Asset.cs"/>
<Compile Include="ContentModel/ContentItem.cs"/>
<Compile Include="ContentModel/ContentItemCollection.cs"/>
<Compile Include="ContentModel/ContentItemGroup.cs"/>
<Compile Include="ContentModel/ContentPropertyDefinition.cs"/>
<Compile Include="ContentModel/ContentQueryDefinition.cs"/>
<Compile Include="ContentModel/Infrastructure/Parser.cs"/>
<Compile Include="ContentModel/ManagedCodeConventions.cs"/>
<Compile Include="ContentModel/PatternTable.cs"/>
<Compile Include="ContentModel/PatternTableEntry.cs"/>
<Compile Include="ContentModel/ReadOnlyMemoryCharComparerOrdinal.cs"/>
<Compile Include="ContentModel/SelectionCriteria.cs"/>
<Compile Include="ContentModel/SelectionCriteriaBuilder.cs"/>
<Compile Include="Core/comparers/IPackageIdentityComparer.cs"/>
<Compile Include="Core/comparers/PackageDependencyComparer.cs"/>
<Compile Include="Core/comparers/PackageDependencyInfoComparer.cs"/>
<Compile Include="Core/comparers/PackageIdentityComparer.cs"/>
<Compile Include="Core/ContentExtractor.cs"/>
<Compile Include="Core/ContentFilesEntry.cs"/>
<Compile Include="Core/ExtractPackageFileDelegate.cs"/>
<Compile Include="Core/Fingerprints.cs"/>
<Compile Include="Core/FrameworkNameValidatorUtility.cs"/>
<Compile Include="Core/FrameworkReference.cs"/>
<Compile Include="Core/FrameworkReferenceGroup.cs"/>
<Compile Include="Core/FrameworkSpecificGroup.cs"/>
<Compile Include="Core/IAsyncPackageCoreReader.cs"/>
<Compile Include="Core/INuspecCoreReader.cs"/>
<Compile Include="Core/IPackageCoreReader.cs"/>
<Compile Include="Core/IRepositoryCertificateInfo.cs"/>
<Compile Include="Core/NuspecCoreReader.cs"/>
<Compile Include="Core/NuspecCoreReaderBase.cs"/>
<Compile Include="Core/NuspecUtility.cs"/>
<Compile Include="Core/PackageDependency.cs"/>
<Compile Include="Core/PackageDependencyGroup.cs"/>
<Compile Include="Core/PackageDependencyInfo.cs"/>
<Compile Include="Core/PackageIdentity.cs"/>
<Compile Include="Core/PackageType.cs"/>
<Compile Include="Core/PackagingCoreConstants.cs"/>
<Compile Include="Core/PackagingException.cs"/>
<Compile Include="Core/RepositoryMetadata.cs"/>
<Compile Include="Definitions/IAsyncPackageContentReader.cs"/>
<Compile Include="Definitions/INuspecReader.cs"/>
<Compile Include="Definitions/IPackageContentReader.cs"/>
<Compile Include="Definitions/IPackageDownloader.cs"/>
<Compile Include="Definitions/IPackageResolver.cs"/>
<Compile Include="Exceptions/MinClientVersionException.cs"/>
<Compile Include="Exceptions/PackagesConfigReaderException.cs"/>
<Compile Include="Exceptions/PackagesConfigWriterException.cs"/>
<Compile Include="Exceptions/UnsafePackageEntryException.cs"/>
<Compile Include="FallbackPackagePathInfo.cs"/>
<Compile Include="FallbackPackagePathResolver.cs"/>
<Compile Include="GlobalSuppressions.cs"/>
<Compile Include="IHashFunction.cs"/>
<Compile Include="InvalidPackageIdException.cs"/>
<Compile Include="Licenses/LicenseExpressionToken.cs"/>
<Compile Include="Licenses/LicenseExpressionTokenizer.cs"/>
<Compile Include="Licenses/LicenseExpressionType.cs"/>
<Compile Include="Licenses/LicenseOperator.cs"/>
<Compile Include="Licenses/LicenseOperatorType.cs"/>
<Compile Include="Licenses/LicenseTokenType.cs"/>
<Compile Include="Licenses/LicenseTokenTypeExtensions.cs"/>
<Compile Include="Licenses/LogicalOperator.cs"/>
<Compile Include="Licenses/LogicalOperatorType.cs"/>
<Compile Include="Licenses/NuGetLicense.cs"/>
<Compile Include="Licenses/NuGetLicenseData.cs"/>
<Compile Include="Licenses/NuGetLicenseException.cs"/>
<Compile Include="Licenses/NuGetLicenseExpression.cs"/>
<Compile Include="Licenses/NuGetLicenseExpressionExtensions.cs"/>
<Compile Include="Licenses/NuGetLicenseExpressionParser.cs"/>
<Compile Include="Licenses/NuGetLicenseExpressionParsingException.cs"/>
<Compile Include="Licenses/WithOperator.cs"/>
<Compile Include="MinClientVersionUtility.cs"/>
<Compile Include="NuGetExtractionFileIO.cs"/>
<Compile Include="NupkgMetadata/NupkgMetadataFile.cs"/>
<Compile Include="NupkgMetadata/NupkgMetadataFileFormat.cs"/>
<Compile Include="NupkgMetadata/NupkgMetadataSerializationContext.cs"/>
<Compile Include="NuspecReader.cs"/>
<Compile Include="PackageArchiveReader.cs"/>
<Compile Include="PackageCreation/Authoring/EmptyFrameworkFolderFile.cs"/>
<Compile Include="PackageCreation/Authoring/FrameworkAssemblyReference.cs"/>
<Compile Include="PackageCreation/Authoring/IPackageFile.cs"/>
<Compile Include="PackageCreation/Authoring/IPackageMetadata.cs"/>
<Compile Include="PackageCreation/Authoring/LicenseMetadata.cs"/>
<Compile Include="PackageCreation/Authoring/Manifest.cs"/>
<Compile Include="PackageCreation/Authoring/ManifestContentFiles.cs"/>
<Compile Include="PackageCreation/Authoring/ManifestFile.cs"/>
<Compile Include="PackageCreation/Authoring/ManifestMetadata.cs"/>
<Compile Include="PackageCreation/Authoring/ManifestReader.cs"/>
<Compile Include="PackageCreation/Authoring/ManifestSchemaUtility.cs"/>
<Compile Include="PackageCreation/Authoring/ManifestVersionUtility.cs"/>
<Compile Include="PackageCreation/Authoring/PackageBuilder.cs"/>
<Compile Include="PackageCreation/Authoring/PackageReferenceSet.cs"/>
<Compile Include="PackageCreation/Authoring/PhysicalPackageFile.cs"/>
<Compile Include="PackageCreation/Extensions/CollectionExtensions.cs"/>
<Compile Include="PackageCreation/Extensions/FrameworksExtensions.cs"/>
<Compile Include="PackageCreation/Extensions/StringExtensions.cs"/>
<Compile Include="PackageCreation/Extensions/XElementExtensions.cs"/>
<Compile Include="PackageCreation/Resources/NuGetResources.Designer.cs"/>
<Compile Include="PackageCreation/Utility/FrameworkNameUtility.cs"/>
<Compile Include="PackageCreation/Utility/PackageIdValidator.cs"/>
<Compile Include="PackageCreation/Xml/PackageMetadataXmlExtensions.cs"/>
<Compile Include="PackageExtraction/PackageExtractionBehavior.cs"/>
<Compile Include="PackageExtraction/PackageExtractionContext.cs"/>
<Compile Include="PackageExtraction/PackageExtractionResult.cs"/>
<Compile Include="PackageExtraction/PackageHelper.cs"/>
<Compile Include="PackageExtraction/PackagePathHelper.cs"/>
<Compile Include="PackageExtraction/PackageSaveMode.cs"/>
<Compile Include="PackageExtraction/PackageType.cs"/>
<Compile Include="PackageExtraction/StreamExtensions.cs"/>
<Compile Include="PackageExtraction/XmlDocFileSaveMode.cs"/>
<Compile Include="PackageExtraction/ZipArchiveExtensions.cs"/>
<Compile Include="PackageExtraction/ZipFilePair.cs"/>
<Compile Include="PackageExtractor.cs"/>
<Compile Include="PackageFileExtractor.cs"/>
<Compile Include="PackageFolderReader.cs"/>
<Compile Include="PackagePathResolver.cs"/>
<Compile Include="PackageReaderBase.cs"/>
<Compile Include="PackageReaderExtensions.cs"/>
<Compile Include="PackageReference.cs"/>
<Compile Include="PackagesConfig.cs"/>
<Compile Include="PackagesConfigReader.cs"/>
<Compile Include="PackagesConfigWriter.cs"/>
<Compile Include="PackagingConstants.cs"/>
<Compile Include="Properties/AssemblyInfo.cs"/>
<Compile Include="Rules/AccidentallyCompatibleWithAllFrameworksRule.cs"/>
<Compile Include="Rules/AnalysisResources.Designer.cs"/>
<Compile Include="Rules/BestPractice/MissingReadmeRule.cs"/>
<Compile Include="Rules/ContentFolderInPackageReferenceProjectRule.cs"/>
<Compile Include="Rules/DefaultManifestValuesRule.cs"/>
<Compile Include="Rules/DependenciesGroupsForEachTFMRule.cs"/>
<Compile Include="Rules/IconUrlDeprecationWarning.cs"/>
<Compile Include="Rules/InitScriptNotUnderToolsRule.cs"/>
<Compile Include="Rules/InstallScriptInPackageReferenceProjectRule.cs"/>
<Compile Include="Rules/InvalidFrameworkFolderRule.cs"/>
<Compile Include="Rules/InvalidPlaceholderFileRule.cs"/>
<Compile Include="Rules/InvalidPrereleaseDependencyRule.cs"/>
<Compile Include="Rules/InvalidUndottedFrameworkRule.cs"/>
<Compile Include="Rules/IPackageRule.cs"/>
<Compile Include="Rules/LicenseUrlDeprecationWarning.cs"/>
<Compile Include="Rules/MisplaceAssemblyOutsideLibRule.cs"/>
<Compile Include="Rules/MisplacedAssemblyUnderLibRule.cs"/>
<Compile Include="Rules/MisplacedScriptFileRule.cs"/>
<Compile Include="Rules/MisplacedTransformFileRule.cs"/>
<Compile Include="Rules/PathTooLongRule.cs"/>
<Compile Include="Rules/ReferencesInNuspecMatchRefAssetsRule.cs"/>
<Compile Include="Rules/RuleSet.cs"/>
<Compile Include="Rules/UnrecognizedLicenseIdentifierRule.cs"/>
<Compile Include="Rules/UnrecognizedScriptFileRule.cs"/>
<Compile Include="Rules/UnspecifiedDependencyVersionRule.cs"/>
<Compile Include="Rules/UpholdBuildConventionRule.cs"/>
<Compile Include="Rules/WinRTNameIsObsoleteRule.cs"/>
<Compile Include="Rules/XdtTransformsInPackageReferenceProjectRule.cs"/>
<Compile Include="RuntimeModel/CompatibilityProfile.cs"/>
<Compile Include="RuntimeModel/IObjectWriter.cs"/>
<Compile Include="RuntimeModel/JsonObjectWriter.cs"/>
<Compile Include="RuntimeModel/JsonRuntimeFormat.cs"/>
<Compile Include="RuntimeModel/RuntimeDependencySet.cs"/>
<Compile Include="RuntimeModel/RuntimeDescription.cs"/>
<Compile Include="RuntimeModel/RuntimeGraph.cs"/>
<Compile Include="RuntimeModel/RuntimePackageDependency.cs"/>
<Compile Include="Sha512HashFunction.cs"/>
<Compile Include="Signing/Archive/CentralDirectoryHeader.cs"/>
<Compile Include="Signing/Archive/CentralDirectoryHeaderMetadata.cs"/>
<Compile Include="Signing/Archive/Crc32.cs"/>
<Compile Include="Signing/Archive/EndOfCentralDirectoryRecord.cs"/>
<Compile Include="Signing/Archive/ExtraField.cs"/>
<Compile Include="Signing/Archive/LocalFileHeader.cs"/>
<Compile Include="Signing/Archive/ReadOnlyBufferedStream.cs"/>
<Compile Include="Signing/Archive/SignedPackageArchiveIOUtility.cs"/>
<Compile Include="Signing/Archive/SignedPackageArchiveMetadata.cs"/>
<Compile Include="Signing/Archive/SignedPackageArchiveUtility.cs"/>
<Compile Include="Signing/Archive/UnsignedPackageArchiveMetadata.cs"/>
<Compile Include="Signing/Archive/Zip64EndOfCentralDirectoryLocator.cs"/>
<Compile Include="Signing/Archive/Zip64ExtendedInformationExtraField.cs"/>
<Compile Include="Signing/Archive/ZipConstants.cs"/>
<Compile Include="Signing/Authoring/AuthorSignPackageRequest.cs"/>
<Compile Include="Signing/Authoring/ISignatureProvider.cs"/>
<Compile Include="Signing/Authoring/ITimestampProvider.cs"/>
<Compile Include="Signing/Authoring/RepositorySignPackageRequest.cs"/>
<Compile Include="Signing/Authoring/SigningOptions.cs"/>
<Compile Include="Signing/Authoring/SignPackageRequest.cs"/>
<Compile Include="Signing/Authoring/X509SignatureProvider.cs"/>
<Compile Include="Signing/ChainBuilding/DefaultX509ChainBuildPolicy.cs"/>
<Compile Include="Signing/ChainBuilding/IX509ChainBuildPolicy.cs"/>
<Compile Include="Signing/ChainBuilding/RetriableX509ChainBuildPolicy.cs"/>
<Compile Include="Signing/ChainBuilding/X509ChainBuildPolicyFactory.cs"/>
<Compile Include="Signing/Cms/CmsFactory.cs"/>
<Compile Include="Signing/Cms/HeapBlockRetainer.cs"/>
<Compile Include="Signing/Cms/ICms.cs"/>
<Compile Include="Signing/Cms/ManagedCmsWrapper.cs"/>
<Compile Include="Signing/Cms/NativeCms.cs"/>
<Compile Include="Signing/Cms/NativeCmsWrapper.cs"/>
<Compile Include="Signing/Cms/NativeMethods.cs"/>
<Compile Include="Signing/Cms/NativeUtility.cs"/>
<Compile Include="Signing/Content/KeyPairFileReader.cs"/>
<Compile Include="Signing/Content/KeyPairFileUtility.cs"/>
<Compile Include="Signing/Content/KeyPairFileWriter.cs"/>
<Compile Include="Signing/Content/SignatureContent.cs"/>
<Compile Include="Signing/DerEncoding/DerEncoder.cs"/>
<Compile Include="Signing/DerEncoding/DerGeneralizedTime.cs"/>
<Compile Include="Signing/DerEncoding/DerSequenceReader.cs"/>
<Compile Include="Signing/DerEncoding/SR.Designer.cs"/>
<Compile Include="Signing/EnvironmentVariableConstants.cs"/>
<Compile Include="Signing/Oids.cs"/>
<Compile Include="Signing/Package/ISignedPackage.cs"/>
<Compile Include="Signing/Package/ISignedPackageReader.cs"/>
<Compile Include="Signing/Package/ISignedPackageWriter.cs"/>
<Compile Include="Signing/Package/SignedPackageArchive.cs"/>
<Compile Include="Signing/RepositorySignatureInfo.cs"/>
<Compile Include="Signing/RepositorySignatureInfoProvider.cs"/>
<Compile Include="Signing/SignatureException.cs"/>
<Compile Include="Signing/SignatureLog.cs"/>
<Compile Include="Signing/Signatures/AlgorithmIdentifier.cs"/>
<Compile Include="Signing/Signatures/AuthorPrimarySignature.cs"/>
<Compile Include="Signing/Signatures/CommitmentTypeIndication.cs"/>
<Compile Include="Signing/Signatures/CommitmentTypeQualifier.cs"/>
<Compile Include="Signing/Signatures/EssCertId.cs"/>
<Compile Include="Signing/Signatures/EssCertIdV2.cs"/>
<Compile Include="Signing/Signatures/GeneralName.cs"/>
<Compile Include="Signing/Signatures/IRepositorySignature.cs"/>
<Compile Include="Signing/Signatures/ISignature.cs"/>
<Compile Include="Signing/Signatures/IssuerSerial.cs"/>
<Compile Include="Signing/Signatures/NuGetPackageOwners.cs"/>
<Compile Include="Signing/Signatures/NuGetV3ServiceIndexUrl.cs"/>
<Compile Include="Signing/Signatures/PolicyInformation.cs"/>
<Compile Include="Signing/Signatures/PolicyQualifierInfo.cs"/>
<Compile Include="Signing/Signatures/PrimarySignature.cs"/>
<Compile Include="Signing/Signatures/PrimarySignatureFactory.cs"/>
<Compile Include="Signing/Signatures/RepositoryCountersignature.cs"/>
<Compile Include="Signing/Signatures/RepositoryPrimarySignature.cs"/>
<Compile Include="Signing/Signatures/Signature.cs"/>
<Compile Include="Signing/Signatures/SignaturePlacement.cs"/>
<Compile Include="Signing/Signatures/SignatureType.cs"/>
<Compile Include="Signing/Signatures/SignatureVerifySettings.cs"/>
<Compile Include="Signing/Signatures/SigningCertificate.cs"/>
<Compile Include="Signing/Signatures/SigningCertificateV2.cs"/>
<Compile Include="Signing/Signatures/UnknownPrimarySignature.cs"/>
<Compile Include="Signing/Specifications/SigningSpecifications.cs"/>
<Compile Include="Signing/Specifications/SigningSpecificationsV1.cs"/>
<Compile Include="Signing/Timestamp/Accuracy.cs"/>
<Compile Include="Signing/Timestamp/Extension.cs"/>
<Compile Include="Signing/Timestamp/Extensions.cs"/>
<Compile Include="Signing/Timestamp/IRfc3161TimestampRequest.cs"/>
<Compile Include="Signing/Timestamp/IRfc3161TimestampToken.cs"/>
<Compile Include="Signing/Timestamp/IRfc3161TimestampTokenInfo.cs"/>
<Compile Include="Signing/Timestamp/MessageImprint.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampProvider.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampRequest.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampRequestFactory.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampRequestNet472Wrapper.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampRequestNetstandard21Wrapper.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampToken.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampTokenFactory.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampTokenInfo.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampTokenInfoFactory.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampTokenInfoNet472Wrapper.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampTokenInfoNetstandard21Wrapper.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampTokenNet472Wrapper.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampTokenNetstandard21Wrapper.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampUtils.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampVerificationUtility.cs"/>
<Compile Include="Signing/Timestamp/Rfc3161TimestampWin32.cs"/>
<Compile Include="Signing/Timestamp/Timestamp.cs"/>
<Compile Include="Signing/Timestamp/TimestampException.cs"/>
<Compile Include="Signing/Timestamp/TimestampRequest.cs"/>
<Compile Include="Signing/Timestamp/TstInfo.cs"/>
<Compile Include="Signing/TrustedSigners/ITrustedSignersProvider.cs"/>
<Compile Include="Signing/TrustedSigners/TrustedSignersProvider.cs"/>
<Compile Include="Signing/TrustStore/CertificateBundleX509ChainFactory.cs"/>
<Compile Include="Signing/TrustStore/DotNetDefaultTrustStoreX509ChainFactory.cs"/>
<Compile Include="Signing/TrustStore/FallbackCertificateBundleX509ChainFactory.cs"/>
<Compile Include="Signing/TrustStore/IX509Chain.cs"/>
<Compile Include="Signing/TrustStore/IX509ChainFactory.cs"/>
<Compile Include="Signing/TrustStore/NoCertificateBundleX509ChainFactory.cs"/>
<Compile Include="Signing/TrustStore/SystemCertificateBundleX509ChainFactory.cs"/>
<Compile Include="Signing/TrustStore/X509ChainWrapper.cs"/>
<Compile Include="Signing/TrustStore/X509StorePurpose.cs"/>
<Compile Include="Signing/TrustStore/X509TrustStore.cs"/>
<Compile Include="Signing/Utility/AttributeUtility.cs"/>
<Compile Include="Signing/Utility/CertificateChainUtility.cs"/>
<Compile Include="Signing/Utility/CertificateUtility.cs"/>
<Compile Include="Signing/Utility/IX509CertificateChain.cs"/>
<Compile Include="Signing/Utility/RepositorySignatureInfoUtility.cs"/>
<Compile Include="Signing/Utility/SignatureUtility.cs"/>
<Compile Include="Signing/Utility/SigningUtility.cs"/>
<Compile Include="Signing/Utility/VerificationUtility.cs"/>
<Compile Include="Signing/Utility/X509CertificateChain.cs"/>
<Compile Include="Signing/Utility/X509ChainHolder.cs"/>
<Compile Include="Signing/Verification/AllowListVerificationProvider.cs"/>
<Compile Include="Signing/Verification/CertificateHashAllowListEntry.cs"/>
<Compile Include="Signing/Verification/CertificateType.cs"/>
<Compile Include="Signing/Verification/ClientPolicyContext.cs"/>
<Compile Include="Signing/Verification/IntegrityVerificationProvider.cs"/>
<Compile Include="Signing/Verification/InvalidSignaturePackageVerificationResult.cs"/>
<Compile Include="Signing/Verification/IPackageSignatureVerifier.cs"/>
<Compile Include="Signing/Verification/ISignatureVerificationProvider.cs"/>
<Compile Include="Signing/Verification/PackageSignatureVerifier.cs"/>
<Compile Include="Signing/Verification/PackageVerificationResult.cs"/>
<Compile Include="Signing/Verification/SignatureTrustAndValidityVerificationProvider.cs"/>
<Compile Include="Signing/Verification/SignatureVerificationBehavior.cs"/>
<Compile Include="Signing/Verification/SignatureVerificationStatus.cs"/>
<Compile Include="Signing/Verification/SignatureVerificationStatusFlags.cs"/>
<Compile Include="Signing/Verification/SignatureVerificationSummary.cs"/>
<Compile Include="Signing/Verification/SignedPackageVerificationResult.cs"/>
<Compile Include="Signing/Verification/SignedPackageVerifierSettings.cs"/>
<Compile Include="Signing/Verification/TrustedSignerAllowListEntry.cs"/>
<Compile Include="Signing/Verification/UnsignedPackageVerificationResult.cs"/>
<Compile Include="Signing/Verification/VerificationAllowListEntry.cs"/>
<Compile Include="Signing/Verification/VerificationTarget.cs"/>
<Compile Include="Signing/Verification/VerifySignaturesResult.cs"/>
<Compile Include="StringFormatter.cs"/>
<Compile Include="Strings.Designer.cs"/>
<Compile Include="Telemetry/ExtractionSource.cs"/>
<Compile Include="Telemetry/PackageExtractionTelemetryEvent.cs"/>
<Compile Include="Telemetry/PackageSigningTelemetryEvent.cs"/>
<Compile Include="TopologicalSortUtility.cs"/>
<Compile Include="VersionFolderPathResolver.cs"/>
<Compile Include="../../../build/Shared/DeconstructionExtensions.cs" Link="src/nuget-client/build/Shared/DeconstructionExtensions.cs"/>
<Compile Include="../../../build/Shared/EqualityUtility.cs" Link="src/nuget-client/build/Shared/EqualityUtility.cs"/>
<Compile Include="../../../build/Shared/HashCodeCombiner.cs" Link="src/nuget-client/build/Shared/HashCodeCombiner.cs"/>
<Compile Include="../../../build/Shared/IsExternalInit.cs" Link="src/nuget-client/build/Shared/IsExternalInit.cs"/>
<Compile Include="../../../build/Shared/NoAllocEnumerateExtensions.cs" Link="src/nuget-client/build/Shared/NoAllocEnumerateExtensions.cs"/>
<Compile Include="../../../build/Shared/NullableAttributes.cs" Link="src/nuget-client/build/Shared/NullableAttributes.cs"/>
<Compile Include="../../../build/Shared/RequiredModifierAttributes.cs" Link="src/nuget-client/build/Shared/RequiredModifierAttributes.cs"/>
<Compile Include="../../../build/Shared/SharedExtensions.cs" Link="src/nuget-client/build/Shared/SharedExtensions.cs"/>
<Compile Include="../../../build/Shared/SimplePool.cs" Link="src/nuget-client/build/Shared/SimplePool.cs"/>
<Compile Include="../../../build/Shared/StringBuilderPool.cs" Link="src/nuget-client/build/Shared/StringBuilderPool.cs"/>
<Compile Include="../../../build/Shared/TaskResult.cs" Link="src/nuget-client/build/Shared/TaskResult.cs"/>
<Compile Include="../../../build/Shared/XmlUtility.cs" Link="src/nuget-client/build/Shared/XmlUtility.cs"/>
<Compile Include="../../../artifacts/NuGet.Packaging/obj/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/nuget-client/artifacts/NuGet.Packaging/obj/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../artifacts/NuGet.Packaging/obj/Release/net11.0/NuGet.Packaging.AssemblyInfo.cs" Link="src/nuget-client/artifacts/NuGet.Packaging/obj/Release/net11.0/NuGet.Packaging.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../ref/4cbbd8e7b67344848e5bb23145676336/Microsoft.CSharp.dll"/>
<ReferencePath Include="../../../../../ref/c58b90924b6d456eaeaa937b259a0469/Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/cdd1ed1bc64745b7b192d62b91422264/Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/665dbad03614464893f788de76fd9592/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/161c4866afa04ac6a3c3c2e2a399a855/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/0818cf2bd4a84e34be61aec35862107b/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/21fb016302cc432c80481c280d30300e/Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/fb72f496b88f430cad4eeab66a650c9c/Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/cece2626bbfc403fad82bcd53e009b32/Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="../../../../../ref/43e7bc06947b43daada861167097efe6/Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/881a5e055b9b427baf76ce92c1a65c30/Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="../../../../../ref/33bc3a14f57f49e9b93bcbc8889b79da/Microsoft.VisualBasic.dll"/>
<ReferencePath Include="../../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/f6709942a413455db846377ea3710d03/Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="../../../../../ref/e1fee93e4d2f4f26a42c7faee646e1a8/mscorlib.dll"/>
<ReferencePath Include="../../../../../ref/376d17af887343caa8e2ef5d3c82186b/netstandard.dll"/>
<ReferencePath Include="../../../../../ref/75372d21ad4d4ee7842f102bd20cca34/Newtonsoft.Json.dll"/>
<ReferencePath Include="../../../../../ref/70ef36bbfff142759d425d8c52571c2d/NuGet.Common.dll"/>
<ReferencePath Include="../../../../../ref/7edd5cb6ae9c4fe7af3eb6d5fb410102/NuGet.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/c0f6122d978b4285a29a1c1253803ac3/NuGet.Frameworks.dll"/>
<ReferencePath Include="../../../../../ref/30efac8c8c994e37beaf56a0bddac568/NuGet.Versioning.dll"/>
<ReferencePath Include="../../../../../ref/ac298a2aaa91435f8f65c087a95fff72/System.AppContext.dll"/>
<ReferencePath Include="../../../../../ref/611cda73e8e24eed9e2824b4c8a6341a/System.Buffers.dll"/>
<ReferencePath Include="../../../../../ref/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
<ReferencePath Include="../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
<ReferencePath Include="../../../../../ref/319b9a00bf2a487ab0cad06c3b3542b0/System.Collections.Immutable.dll"/>
<ReferencePath Include="../../../../../ref/542315ad88874c4889c8da67400f8f0e/System.Collections.NonGeneric.dll"/>
<ReferencePath Include="../../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
<ReferencePath Include="../../../../../ref/7416d365708e47979a6238f355c4156f/System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="../../../../../ref/b8ab3bb2c37f4723ab26bcea3280bc91/System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="../../../../../ref/bd18c56a3c7942dbb82326e59bc7cd0e/System.ComponentModel.dll"/>
<ReferencePath Include="../../../../../ref/6cc5d6656fc741469e809c4282d9b7dc/System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="../../../../../ref/c2ec7805f49244de8062d04883afa238/System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/c0e062c3eb1149a49f723e22eb3505f7/System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="../../../../../ref/561c0b3675b74736a899e1fef42223e8/System.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/d5cdc995fdf54ebc9758a8d6304835db/System.Console.dll"/>
<ReferencePath Include="../../../../../ref/2308832a03d047c99cd72e5c55aa9e89/System.Core.dll"/>
<ReferencePath Include="../../../../../ref/4d86b0b59a1649d1b6dcd242a616bb96/System.Data.Common.dll"/>
<ReferencePath Include="../../../../../ref/92091ced92ae4a659fe77e0f4f8a1789/System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="../../../../../ref/1d99b2e137e94638aec97cde3177cd6f/System.Data.dll"/>
<ReferencePath Include="../../../../../ref/9241354e5cfe485295849f69ccefe1d9/System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="../../../../../ref/3adc2e1d85da4046b41ac79accb1c906/System.Diagnostics.Debug.dll"/>
<ReferencePath Include="../../../../../ref/2a6d439abf214aa6bfcfd8b6af121307/System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="../../../../../ref/6c6d0b30fd4b49ef833d96880382a966/System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="../../../../../ref/6ceb191902c04f8bb67ec08c1455e2d5/System.Diagnostics.Process.dll"/>
<ReferencePath Include="../../../../../ref/fc1d41d3a6044c3094881d632401ff88/System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="../../../../../ref/dad9c439593641aeb17a447fad0bb09e/System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="../../../../../ref/2ddb91eb217b48a4914a0409e6584f79/System.Diagnostics.Tools.dll"/>
<ReferencePath Include="../../../../../ref/0d2d33cce3964c829eeaba38068b1dda/System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="../../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="../../../../../ref/468c917f078a423981fb58ca9f8d3a17/System.dll"/>
<ReferencePath Include="../../../../../ref/b0f7a6a5bb664792b6afae68bfb16982/System.Drawing.dll"/>
<ReferencePath Include="../../../../../ref/c09be86162bb4cf8b61173fa3d189d54/System.Drawing.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/21ac7c5940e3492eb1c08266253e33a4/System.Dynamic.Runtime.dll"/>
<ReferencePath Include="../../../../../ref/90c1391728904b939f238ef3546a5374/System.Formats.Asn1.dll"/>
<ReferencePath Include="../../../../../ref/84dfff601dac42d98a4d7da9369c3b94/System.Formats.Tar.dll"/>
<ReferencePath Include="../../../../../ref/7d2f1d03c33e41ebb5fda79a70c22570/System.Globalization.Calendars.dll"/>
<ReferencePath Include="../../../../../ref/d5a8795351e242d0b9fdf0e6dd96065b/System.Globalization.dll"/>
<ReferencePath Include="../../../../../ref/3b75615e4acb4942bcdc6f2b01e5e1a9/System.Globalization.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/0e9742c192584192bc68796f6e3e8daa/System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="../../../../../ref/f4122ab732344d7d9cd93153de91407a/System.IO.Compression.dll"/>
<ReferencePath Include="../../../../../ref/94ae5de030264b0cb2014e858818d2ec/System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="../../../../../ref/5d7bc8f0d5b54dbd9e86839010069b4d/System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="../../../../../ref/aa915db90c9a4a9b809bd397cdfa01e2/System.IO.dll"/>
<ReferencePath Include="../../../../../ref/c2e9d36114db4b4198567d683a537e6f/System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/259c0b6881ba4d708f0f6175202398de/System.IO.FileSystem.dll"/>
<ReferencePath Include="../../../../../ref/206e80f794584a71a6d934e6a2df57b3/System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="../../../../../ref/3bf7802067aa43ce8cb804e96ddad4ae/System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/ca7645d81b224aa3aef6a36160223836/System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="../../../../../ref/ff7d6e939e2f4cae91089c5112d0d0da/System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="../../../../../ref/997528dde6b4404b9425ea77ec76b589/System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="../../../../../ref/3cdd0a6522ba4dde96385c8e14946d20/System.IO.Pipelines.dll"/>
<ReferencePath Include="../../../../../ref/8f368c0ff47e455cba96034e5b39b12f/System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/4bcf2b713e80421982ca5e65e2372095/System.IO.Pipes.dll"/>
<ReferencePath Include="../../../../../ref/1f69ff76a488490b888429f98800a210/System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="../../../../../ref/8376418ba94f410988364a30b1477fc7/System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="../../../../../ref/ce888b4a829b4555a8d7715856848c2d/System.Linq.dll"/>
<ReferencePath Include="../../../../../ref/b8c9e03aa7a44ad598a2398d31aad16d/System.Linq.Expressions.dll"/>
<ReferencePath Include="../../../../../ref/3295816c4aba4ae39ef7c2cd14c156bb/System.Linq.Parallel.dll"/>
<ReferencePath Include="../../../../../ref/ce4225f4f0844bd380059eaa7552e00d/System.Linq.Queryable.dll"/>
<ReferencePath Include="../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
<ReferencePath Include="../../../../../ref/917f37da630340b882f9eebd5adda805/System.Net.dll"/>
<ReferencePath Include="../../../../../ref/08945c3e68ce40a287b7e926b8a65109/System.Net.Http.dll"/>
<ReferencePath Include="../../../../../ref/e2bbca7641704c4eb91acd9529138989/System.Net.Http.Json.dll"/>
<ReferencePath Include="../../../../../ref/df95e3434cce4c008e47a5090a0a2ed0/System.Net.HttpListener.dll"/>
<ReferencePath Include="../../../../../ref/53db511be88f46af812b09128a4e70df/System.Net.Mail.dll"/>
<ReferencePath Include="../../../../../ref/4c8fda522de64084b10aba606b09897e/System.Net.NameResolution.dll"/>
<ReferencePath Include="../../../../../ref/a6c1a75997304953a3b50c928ab4f7d6/System.Net.NetworkInformation.dll"/>
<ReferencePath Include="../../../../../ref/5cbe71460143422bbd73c34c2ceeaa7e/System.Net.Ping.dll"/>
<ReferencePath Include="../../../../../ref/a1fb632b77704df0835da4a3d8b9c43f/System.Net.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/f3ce510fe4154acf9f5ff6b132f285fe/System.Net.Quic.dll"/>
<ReferencePath Include="../../../../../ref/1a0ecd7174334d4ba52328429b3437ce/System.Net.Requests.dll"/>
<ReferencePath Include="../../../../../ref/5a38e8ab6e084cd98d879eddaf87615c/System.Net.Security.dll"/>
<ReferencePath Include="../../../../../ref/12d3a63084e741bd9a5605ee350b8f1b/System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="../../../../../ref/39b7359ca90945b0a77e0cae26e5a336/System.Net.ServicePoint.dll"/>
<ReferencePath Include="../../../../../ref/fbe44f0e4bb54aeabfc2578d43122fd2/System.Net.Sockets.dll"/>
<ReferencePath Include="../../../../../ref/832329b8eba04a97ae3bffb169003fcd/System.Net.WebClient.dll"/>
<ReferencePath Include="../../../../../ref/8cfb7384bf1d4eac99dd3d91fb2a6d58/System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="../../../../../ref/d4773685c48843baa5d4214b8b6cf224/System.Net.WebProxy.dll"/>
<ReferencePath Include="../../../../../ref/c106f6ffa31446f29344e7056ca05773/System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="../../../../../ref/a3e0919cf7b04372a6248e50a0a4d8e8/System.Net.WebSockets.dll"/>
<ReferencePath Include="../../../../../ref/ffeb39dfcb734eeea044122741b73980/System.Numerics.dll"/>
<ReferencePath Include="../../../../../ref/332613255152436987d55e77c3624d6b/System.Numerics.Vectors.dll"/>
<ReferencePath Include="../../../../../ref/0373cf5da70b4912837fa24ce0494f51/System.ObjectModel.dll"/>
<ReferencePath Include="../../../../../ref/2b3f9d5b53944190803d33b964b0c1dc/System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="../../../../../ref/0f56233358fe48a3b5dae8b9d451df4a/System.Reflection.dll"/>
<ReferencePath Include="../../../../../ref/4efc86340c434c48b440edb348f415d4/System.Reflection.Emit.dll"/>
<ReferencePath Include="../../../../../ref/4c05feb3f8e24f05bfe92bbb4c7024c6/System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="../../../../../ref/6ef3776281ce41acbde003fa2d028f44/System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="../../../../../ref/0004eb50ed5e4860924bcf76150f7d6b/System.Reflection.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/16a18ae8f39e4a2a8ebb02fd729f836a/System.Reflection.Metadata.dll"/>
<ReferencePath Include="../../../../../ref/44a0f39d72ed4206a3738525e581cd98/System.Reflection.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/cf7c379f9605417a9b0e8c266f2919de/System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="../../../../../ref/800f88cc5e624d18a5379d2b94500316/System.Resources.Reader.dll"/>
<ReferencePath Include="../../../../../ref/375922fbcb0946029135837101414236/System.Resources.ResourceManager.dll"/>
<ReferencePath Include="../../../../../ref/ecdb9aed32264c5890e729e00bee9823/System.Resources.Writer.dll"/>
<ReferencePath Include="../../../../../ref/2e4ca8cf51024c27a809596b25c14782/System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="../../../../../ref/9c1eed5e82b4450089254f21f097b2d3/System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
<ReferencePath Include="../../../../../ref/e9d66600a8604347944509f635f11096/System.Runtime.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/3b5a7a4739fe4d17be27f078ad7e4e79/System.Runtime.Handles.dll"/>
<ReferencePath Include="../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
<ReferencePath Include="../../../../../ref/7e976e9ba4794fe19eef6bfd6405641e/System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="../../../../../ref/b7e097e499e64efe9feb0980235b8b77/System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="../../../../../ref/1fc2d3c2a8b942c99940f466c9f06dd5/System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="../../../../../ref/e3d43f4520d447fc9e854d7c0e501352/System.Runtime.Loader.dll"/>
<ReferencePath Include="../../../../../ref/c7758676a29e4a8188c856281738f4ab/System.Runtime.Numerics.dll"/>
<ReferencePath Include="../../../../../ref/a7b092a87f1a4105ba7a3d87a90695ec/System.Runtime.Serialization.dll"/>
<ReferencePath Include="../../../../../ref/9bdcff1b0f1a49ffbf612c7e6da96fed/System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="../../../../../ref/6ddbb77fa89448ec9cbe80dce5265f14/System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="../../../../../ref/141b3ee73dfe40fcb92cd9365464f80c/System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/db047fd2156c45f990f28004090b2d9a/System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="../../../../../ref/74e78496ea424e1fb3f330b6fdf13451/System.Security.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/ee6bce5333854974b4e362389475f85f/System.Security.Claims.dll"/>
<ReferencePath Include="../../../../../ref/7953878f69cd45aaa9b7aa57784f2bc6/System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="../../../../../ref/59595587783247a3b73e8b496a91c4ac/System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="../../../../../ref/6197862ade6b47a98e87eed4449135a7/System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="../../../../../ref/d09242f2862848c497b581cbdb1ab6ae/System.Security.Cryptography.dll"/>
<ReferencePath Include="../../../../../ref/6524c09b9b5e48e69292ef608c9c42c5/System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="../../../../../ref/9563aa7f205d40e0ac235211b8248078/System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="../../../../../ref/75dd83c9e3ed487cb1cdd81b8c167bdd/System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="../../../../../ref/1c274240d8804c148460c59040cf1d4d/System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/cc53cd35e8364b5b8d150c3c401ef9ac/System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="../../../../../ref/8c574540601e462590f124bb7038c720/System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="../../../../../ref/d28218f686fd4b24a5dd8852a0e48af4/System.Security.dll"/>
<ReferencePath Include="../../../../../ref/01d7683de6334228b06028292e3100e5/System.Security.Principal.dll"/>
<ReferencePath Include="../../../../../ref/dbaa0879854b4e62bf725c5bd46cbe14/System.Security.Principal.Windows.dll"/>
<ReferencePath Include="../../../../../ref/ba2e4f25088449b5bf680b2fe570c38b/System.Security.SecureString.dll"/>
<ReferencePath Include="../../../../../ref/67ca06743fef4d64b6263e1a6f00f4e9/System.ServiceModel.Web.dll"/>
<ReferencePath Include="../../../../../ref/e77cee48ff104f96b6d876d4aa9ca1ad/System.ServiceProcess.dll"/>
<ReferencePath Include="../../../../../ref/d93ce7693db64211bae409aa54162f95/System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="../../../../../ref/a0f929bad5e34516b886ca00b7c906a4/System.Text.Encoding.dll"/>
<ReferencePath Include="../../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/e236e3a34efd46ecb8a6552a0d6c0bd1/System.Text.Encodings.Web.dll"/>
<ReferencePath Include="../../../../../ref/a1b3fd3bf3e14a1ba7d39a4749ba4dae/System.Text.Json.dll"/>
<ReferencePath Include="../../../../../ref/91d768c25ebc4468bfac2b32f381bfb5/System.Text.RegularExpressions.dll"/>
<ReferencePath Include="../../../../../ref/87d1c45851344b0995b336a673b3d644/System.Threading.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/55a2564b079e4be6a60c012295355159/System.Threading.Channels.dll"/>
<ReferencePath Include="../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
<ReferencePath Include="../../../../../ref/68842f3b1c6f46d4a70f51a0b2e2b3e7/System.Threading.Overlapped.dll"/>
<ReferencePath Include="../../../../../ref/f5e710dd52d94d3887f514a6ab78223a/System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="../../../../../ref/7119f63aad4f42b994b9496e918659c2/System.Threading.Tasks.dll"/>
<ReferencePath Include="../../../../../ref/b8cd2b1152704d1db7377e9c57781498/System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/d1fb96c3ae284304b485cbab4a49e4f3/System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="../../../../../ref/8bca14e9e6d14a4ca576c978d23bb9ee/System.Threading.Thread.dll"/>
<ReferencePath Include="../../../../../ref/8b28e33008f84c77addf4f7de092f7a7/System.Threading.ThreadPool.dll"/>
<ReferencePath Include="../../../../../ref/cb4cb38f5a3f42cc8069aed6aa9834a8/System.Threading.Timer.dll"/>
<ReferencePath Include="../../../../../ref/0160a5a8f083475dad2c66521cdb5392/System.Transactions.dll"/>
<ReferencePath Include="../../../../../ref/b90baddfbbf84cb89ea579815671438e/System.Transactions.Local.dll"/>
<ReferencePath Include="../../../../../ref/a773fee2a9d049549b32150827d8ddf7/System.ValueTuple.dll"/>
<ReferencePath Include="../../../../../ref/65652c706fed4af09ca0061bb71db820/System.Web.dll"/>
<ReferencePath Include="../../../../../ref/7b3799b860e9421cab2762e5870c4de6/System.Web.HttpUtility.dll"/>
<ReferencePath Include="../../../../../ref/a66ee12eb7f14b61b5d1d7e5cb29cbd2/System.Windows.dll"/>
<ReferencePath Include="../../../../../ref/0ff0049fc06c4de0a43e02486f2920b3/System.Xml.dll"/>
<ReferencePath Include="../../../../../ref/fd6d023bf61e48409802a54419f0e457/System.Xml.Linq.dll"/>
<ReferencePath Include="../../../../../ref/7045817db5a94cda9cdd7fb464085531/System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="../../../../../ref/53e07fa6113e47d2842f83541882aaf1/System.Xml.Serialization.dll"/>
<ReferencePath Include="../../../../../ref/44e0f837ba10412d8d97201adcdf862f/System.Xml.XDocument.dll"/>
<ReferencePath Include="../../../../../ref/25cd1bd0ee3d4be28e743aaa3afe90bf/System.Xml.XmlDocument.dll"/>
<ReferencePath Include="../../../../../ref/8cd6c34a682f4c778a4cb46e9e9cc0d7/System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="../../../../../ref/5dae10a6af8d44aa8d6acf255bef9a8b/System.Xml.XPath.dll"/>
<ReferencePath Include="../../../../../ref/6889bb964efc4ef0a8c06315e505dfb7/System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="../../../../../ref/0787834f21b14046bc71d10c7b60c600/WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/NupkgMetadataSerializationContext.NupkgMetadataFile.g.cs"/>
<Compile Include="_generated/1/NupkgMetadataSerializationContext.Int32.g.cs"/>
<Compile Include="_generated/2/NupkgMetadataSerializationContext.String.g.cs"/>
<Compile Include="_generated/3/NupkgMetadataSerializationContext.g.cs"/>
<Compile Include="_generated/4/NupkgMetadataSerializationContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/5/NupkgMetadataSerializationContext.PropertyNames.g.cs"/>
</ItemGroup>
</Project>
|