File: System.Security.Cryptography.Pkcs.csproj
Web Access
Project: src\runtime\src\libraries\System.Security.Cryptography.Pkcs\src\System.Security.Cryptography.Pkcs.csproj (System.Security.Cryptography.Pkcs)
<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>System.Security.Cryptography.Pkcs</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;BUILDING_PKCS;RELEASE;NET;NET11_0;NETCOREAPP;WINDOWS;WINDOWS7_0;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;WINDOWS7_0_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="../../Common/src/System/Security/Cryptography/AsnWriter/AsnWriterExtensions.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/AsnWriter/AsnWriterExtensions.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsRecipient.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/ContentInfo.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/EnvelopedCms.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/PublicKeyInfo.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/RecipientInfo.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/RecipientInfoType.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SubjectIdentifier.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs"/>
    <Compile Include="System/Security/Cryptography/Xml/X509IssuerSerial.cs"/>
    <Compile Include="Internal/Cryptography/DecryptorPal.cs"/>
    <Compile Include="Internal/Cryptography/KeyAgreeRecipientInfoPal.cs"/>
    <Compile Include="Internal/Cryptography/KeyLengths.cs"/>
    <Compile Include="Internal/Cryptography/KeyTransRecipientInfoPal.cs"/>
    <Compile Include="Internal/Cryptography/PkcsHelpers.cs"/>
    <Compile Include="Internal/Cryptography/PkcsPal.cs"/>
    <Compile Include="Internal/Cryptography/RecipientInfoPal.cs"/>
    <Compile Include="../../Common/src/System/Experimentals.cs" Link="src/runtime/src/libraries/Common/src/System/Experimentals.cs"/>
    <Compile Include="../../Common/src/System/HexConverter.cs" Link="src/runtime/src/libraries/Common/src/System/HexConverter.cs"/>
    <Compile Include="../../Common/src/Internal/Cryptography/PkcsHelpers.cs" Link="src/runtime/src/libraries/Common/src/Internal/Cryptography/PkcsHelpers.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Helpers.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Helpers.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/CertificateChoiceAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/CertificateChoiceAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/ContentInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/ContentInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/EncryptedContentInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/EncryptedContentInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/EncapsulatedContentInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/EncapsulatedContentInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/IssuerAndSerialNumberAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/IssuerAndSerialNumberAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/OtherCertificateFormat.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/OtherCertificateFormat.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/SignedDataAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/SignedDataAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/SignerInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/SignerInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/SignerIdentifierAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/SignerIdentifierAsn.xml.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/AsnHelpers.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.Asn.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.Decode.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.Decrypt.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.Encrypt.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.Exceptions.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.KeyAgree.cs"/>
    <Compile Include="Internal/Cryptography/Pal/AnyOS/ManagedPal.KeyTrans.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/EnvelopedDataAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/KeyAgreeRecipientIdentifierAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/KeyAgreeRecipientInfoAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/KeyTransRecipientInfoAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/OriginatorIdentifierOrKeyAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/OriginatorInfoAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/OriginatorPublicKeyAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/OtherKeyAttributeAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/RecipientEncryptedKeyAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/RecipientIdentifierAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/RecipientInfoAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/RecipientKeyIdentifier.xml.cs"/>
    <Compile Include="../../Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/AlgId.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/DecryptorPalWindows.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/DecryptorPalWindows.Decode.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/DecryptorPalWindows.DecodeRecipients.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/DecryptorPalWindows.Decrypt.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/HeapBlockRetainer.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/HelpersWindows.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/KeyAgreeRecipientInfoPalWindows.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/KeyTransRecipientInfoPalWindows.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/PkcsPal.Windows.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/PkcsPalWindows.cs"/>
    <Compile Include="Internal/Cryptography/Pal/Windows/PkcsPalWindows.Encrypt.cs"/>
    <Compile Include="Microsoft/Win32/SafeHandles/SafeCertContextHandle.cs"/>
    <Compile Include="Microsoft/Win32/SafeHandles/SafeCryptMsgHandle.cs"/>
    <Compile Include="Microsoft/Win32/SafeHandles/SafeHeapAllocHandle.cs"/>
    <Compile Include="Microsoft/Win32/SafeHandles/SafeProvOrNCryptKeyHandle.cs"/>
    <Compile Include="Microsoft/Win32/SafeHandles/SafeProvOrNCryptKeyHandleUwp.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptAcquireContext.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyHash.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyHash.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyKey.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptDestroyKey.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.CryptGetProvParam.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptGetProvParam.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/Interop.CryptReleaseContext.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptReleaseContext.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/SafeHashHandle.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/SafeHashHandle.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/SafeKeyHandle.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/SafeKeyHandle.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Advapi32/SafeProvHandle.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Advapi32/SafeProvHandle.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CERT_CONTEXT.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CERT_CONTEXT.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CERT_ID.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CERT_ID.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CERT_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CERT_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CERT_ISSUER_SERIAL_NUMBER.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CERT_ISSUER_SERIAL_NUMBER.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CERT_PUBLIC_KEY_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CERT_PUBLIC_KEY_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertContextPropId.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertContextPropId.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateCertificateContext_IntPtr.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertDuplicateCertificateContext_IntPtr.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertFreeCertificateContext.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertFreeCertificateContext.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertGetCertificateContextProperty.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetCertificateContextProperty.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertGetPublicKeyLength.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertGetPublicKeyLength.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertIdChoice.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertIdChoice.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertNameStrTypeAndFlags.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertNameStrTypeAndFlags.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CertNameToStr.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertNameToStr.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_CMS_RECIPIENT_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_CMS_RECIPIENT_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_CTRL_DECRYPT_PARA.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_CTRL_DECRYPT_PARA.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_CTRL_KEY_AGREE_DECRYPT_PARA.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_CTRL_KEY_AGREE_DECRYPT_PARA.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_ENVELOPED_ENCODE_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_ENVELOPED_ENCODE_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_AGREE_RECIPIENT_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_AGREE_RECIPIENT_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_TRANS_RECIPIENT_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_KEY_TRANS_RECIPIENT_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_RC2_AUX_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_RC2_AUX_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_RECIPIENT_ENCODE_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_RECIPIENT_ENCODE_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMSG_RECIPIENT_ENCRYPTED_KEY_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMsgCmsRecipientChoice.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMsgCmsRecipientChoice.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CMsgKeyAgreeOriginatorChoice.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CMsgKeyAgreeOriginatorChoice.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CmsKeyAgreeKeyChoice.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CmsKeyAgreeKeyChoice.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ALGORITHM_IDENTIFIER.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ALGORITHM_IDENTIFIER.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ATTRIBUTE.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ATTRIBUTE.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ATTRIBUTE_TYPE_VALUE.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ATTRIBUTE_TYPE_VALUE.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ATTRIBUTES.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CRYPT_ATTRIBUTES.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CRYPT_BIT_BLOB.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CRYPT_BIT_BLOB.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CRYPT_KEY_PROV_INFO.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CRYPT_KEY_PROV_INFO.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CRYPT_RC2_CBC_PARAMETERS.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CRYPT_RC2_CBC_PARAMETERS.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptAcquireCertificatePrivateKey.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptAcquireCertificatePrivateKey.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptAcquireCertificatePrivateKeyFlags.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptAcquireCertificatePrivateKeyFlags.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObject.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObject.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObjectStructType.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptDecodeObjectStructType.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptEncodeDecodeWrappers.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptEncodeDecodeWrappers.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptEncodeObject.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptEncodeObject.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptKeySpec.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptKeySpec.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgClose.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgClose.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgControl.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgControl.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgGetParam.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgGetParam.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgOpenToDecode.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgOpenToDecode.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgOpenToEncode.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgOpenToEncode.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgParamType.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgParamType.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgType.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgType.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptMsgUpdate.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptMsgUpdate.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.CryptRc2Version.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CryptRc2Version.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.DATA_BLOB.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.DATA_BLOB.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.ErrorCode.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.ErrorCode.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.FindOidInfo.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.FindOidInfo.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.MsgControlType.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.MsgControlType.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Crypt32/Interop.MsgEncodingType.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Crypt32/Interop.MsgEncodingType.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Kernel32/Interop.FormatMessage.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FormatMessage.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Kernel32/Interop.Heap.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.Heap.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/NCrypt/Interop.ErrorCode.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/NCrypt/Interop.ErrorCode.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/NCrypt/Interop.Properties.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/NCrypt/Interop.Properties.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/NCrypt/Interop.NCryptFreeObject.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/NCrypt/Interop.NCryptFreeObject.cs"/>
    <Compile Include="../../Common/src/Interop/Windows/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Windows/Interop.Libraries.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/CryptoThrowHelper.Windows.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/CryptoThrowHelper.Windows.cs"/>
    <Compile Include="../../Common/src/Microsoft/Win32/SafeHandles/SafeHandleCache.cs" Link="src/runtime/src/libraries/Common/src/Microsoft/Win32/SafeHandles/SafeHandleCache.cs"/>
    <Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
    <Compile Include="../../Common/src/System/Memory/PointerMemoryManager.cs" Link="src/runtime/src/libraries/Common/src/System/Memory/PointerMemoryManager.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/CryptoPool.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Oids.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Oids.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Oids.Shared.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Oids.Shared.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/AlgorithmIdentifierAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/AlgorithmIdentifierAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/AlgorithmIdentifierAsn.manual.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/AlgorithmIdentifierAsn.manual.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/AttributeAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/AttributeAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/AttributeAsn.manual.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/AttributeAsn.manual.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/EncryptedPrivateKeyInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/EncryptedPrivateKeyInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/DirectoryStringAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/DirectoryStringAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/EdiPartyNameAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/EdiPartyNameAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/GeneralNameAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/GeneralNameAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/OtherNameAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/OtherNameAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/PBEParameter.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/PBEParameter.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/PBES2Params.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/PBES2Params.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pbkdf2Params.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pbkdf2Params.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pbkdf2SaltChoice.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pbkdf2SaltChoice.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/PssParamsAsn.manual.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/PssParamsAsn.manual.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/PssParamsAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/PssParamsAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/OaepParamsAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/OaepParamsAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/PrivateKeyInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/PrivateKeyInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Rc2CbcParameters.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Rc2CbcParameters.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Rc2CbcParameters.manual.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Rc2CbcParameters.manual.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/SubjectPublicKeyInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/SubjectPublicKeyInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/X509ExtensionAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/X509ExtensionAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/X509ExtensionAsn.manual.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/X509ExtensionAsn.manual.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/CadesIssuerSerial.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/EssCertId.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/EssCertIdV2.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/MessageImprint.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/PkiFailureInfo.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/PkiStatus.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/PkiStatusInfo.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/PolicyInformation.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/PolicyQualifierInfo.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/Rfc3161Accuracy.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/Rfc3161Accuracy.manual.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/Rfc3161TimeStampReq.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/Rfc3161TimeStampResp.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/Rfc3161TstInfo.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/SignedAttributesSet.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/SigningCertificateAsn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Asn1/SigningCertificateV2Asn.xml.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsHash.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsSignature.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsSignature.ECDsa.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsSignature.RSA.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsSignature.MLDsa.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsSignature.SlhDsa.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsSigner.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SignedCms.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SignerInfo.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SignerInfoCollection.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/KeyFormatHelper.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/KeyFormatHelper.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/KeyFormatHelper.Encrypted.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/KeyFormatHelper.Encrypted.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/DigestInfoAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/DigestInfoAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs12/CertBagAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs12/CertBagAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs12/MacData.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs12/MacData.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs12/PfxAsn.manual.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs12/PfxAsn.manual.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs12/PfxAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs12/PfxAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs12/SafeBagAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs12/SafeBagAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs12/SecretBagAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs12/SecretBagAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Asn1/Pkcs7/EncryptedDataAsn.xml.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/EncryptedDataAsn.xml.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/PasswordBasedEncryption.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/PasswordBasedEncryption.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs12Kdf.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs12Kdf.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/CmsSignature.DSA.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs"/>
    <Compile Include="../../Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" Link="src/runtime/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Rfc3161RequestResponseStatus.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs"/>
    <Compile Include="System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs"/>
    <Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Security.Cryptography.Pkcs/Release/net11.0-windows/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Security.Cryptography.Pkcs/Release/net11.0-windows/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Security.Cryptography.Pkcs/Release/net11.0-windows/System.SR.cs" Link="src/runtime/artifacts/obj/System.Security.Cryptography.Pkcs/Release/net11.0-windows/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Security.Cryptography.Pkcs/Release/net11.0-windows/System.Security.Cryptography.Pkcs.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Security.Cryptography.Pkcs/Release/net11.0-windows/System.Security.Cryptography.Pkcs.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/7a976967511247e5b0e3e2116142d5fd/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../ref/5ebaf75e494e4c9e89f75481b14b7fcf/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/a510b1c377de40c09b76daf295e13d9b/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/3786c279c1a24222a0cd69e8aaa784ea/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/cc339222136148a0b5d40c4eb2c249a6/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/7b8789416b7b40d29b6485ca61332de1/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/ecc40f2facf140609f943c744f7eaf08/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/0884d0942dcb40f1a5f2bd4d38db1506/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/df28e0d9cdf442b48047f3cceb0474f0/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../ref/176f207dffc84475965c99cafc143c6d/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/2d45440386e54e5bbbc4b7a2b464ae18/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/b9ec1ff6eae44a3eb6a0c2438fb5d234/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/cb8fdd142b484b6eadcb8a5283a7987a/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/32a2a8be13b341049991490bbb6edaa2/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../ref/484d0a93ffd04bb1abcc05a94d5ff53a/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../ref/c660b6019ed14020be9058acd6102075/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/aa5b52c5ff064cca9752e9e49dad40f7/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/91001b4658744e4f8d8a3aeafd763d95/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../ref/4110ac51dbb74d61a07dfa9e875f1535/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/70bbde04e953463594fee195fc93baea/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/0266a68fd8b0405aa750de93a8e9f69e/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../ref/36c9f370f9c04b799b60c644628b768f/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../ref/c537c5aa97964be8b57a1e9834c555ac/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/ada903246ee64723ba9c8a7330d0e252/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/5644835ee82141109a80e89f94b2dd12/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../ref/cc2ed512652443409a5f4ad21fba6933/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/5b30da5bc7c04d95b090fb8629089fda/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../ref/f371a3cf42c74b919e086ec56cb09f2b/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/bf3de35783c340e0954514eeb60b8a6d/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../ref/a6967bc5abec46b79eb69e3f7fb0bb70/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/17d435aa0973475c9e8c93e18dd01ed6/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/556b760776dd48db88e5a793f4b19de6/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/a222d177bd354c16b67d741d48ff6888/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../ref/5e21e8aad411455da904477733994993/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../ref/9af4965976624e30a13db50d45b6b67b/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../ref/c45e5bdaa9414937a213593193d50c35/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../ref/a301dbf95f59486cb4f5dea193d69800/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/bd17a7e231dd4d848c21ec5e88825f91/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/4779fb8224784452bb4ac760e5243b89/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/f930290c83324c0382d15be957e78d46/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/1ffd2368abbe4e049c562da8524b04e4/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../ref/ecc60c65fbea4427bbc714431a566047/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../ref/3b174486fc3048f4a1580ee9361328c2/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../ref/e9532bdf7f9a43b9a226635ed05f238d/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../ref/8bbec2b44f2c43c8bbb8913450545852/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/078ff66a8ef94ab591d502976fbec97e/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../ref/e06ce9c36e08490999d94daec00f63d9/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../ref/66dd64357af9483d99a63a55746dda42/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../ref/9b66c83f7a3e43949531909ceb02fa26/System.IO.dll"/>
    <ReferencePath Include="../../../../../../ref/653e57a3924f4c2e82e7f3c311295f88/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/59234a82d87a43b5a52d5a717959aaf0/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/082533d141964ee8a0011661905a6882/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/14062820117f49198505c9ea7d0abcdb/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/8d49df5bf39947a3b5d34d63b26f6ffb/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../ref/c6a2e6e625024dd1b15bd41d9be2bcb0/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../ref/dcff320b737c4ecc82adad397529e528/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../ref/b4a908dd05f24d9d978736edcfbcf1be/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../ref/565e362e1a68431497af05133044b7a5/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/3c13a3b326ed4d2fa2a2b70ff2df80e3/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/ca2bc2838ad44e199db0f8ccd866c2f8/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../ref/7ab0fbd3e3f5492d87648cf7910279ed/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../ref/49f47f2f30ae416d926e708fb6748baf/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/57f9eebded9e470da60ac7e537b1ceba/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../ref/514911eb57e6486b830146241ee7c942/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/a6c730070ada4efdb25693426b1e502e/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../ref/14c66c783be048ebaf2bf12abc59499f/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/39a9abd4abde4508b9ccc2ed1d16322e/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/99e58c80110e4d2d863d5dd725b2e5c2/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/47c0aa82701547ad9545f43d48fd7c66/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../ref/68466f38f4ed47a0a7f7f5bed2b3d302/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../ref/10dd2e1effea4432baf1b987201eee24/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/a86d20268be24a9e9adbb854d1c9315c/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/fcf62d6007cb4ff98cc82dcd32c9513b/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../ref/04f3da02966c40eb8c507b5700930bbf/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/e0b814fb76fd43c687e945eb9d70fe19/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../ref/bddc67c9cfab4aac80f41b3f9d1a360c/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/d4d79b68ade2495c8b9532dd2421c594/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/68699840ba8e41728d70b34806b25a8d/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../ref/d014f8f3519b481c87f864bfcea4d269/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../ref/cd5016e15e9e44a89a9e0014600ba82f/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/8ff56e1582be4e5381f7533cd3a82dd0/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../ref/8290cfda753a48189828786fa22c958d/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/df71940649834b6ca8fcd4fff3d3d659/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/85b68712346a47eab1a35a05695864a8/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/abb2a8dcacc741dd890afedefc13ab49/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/cad71cdb63a94cf88eeef35eefcb73bb/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/9740a5e4b93b457d8596da90222c9ae4/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../ref/8e31a773f1034bd1ba5fa1832bfb10c8/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/006f68ce438b453189c81e95c6dcf1aa/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../ref/4b41fc07596e4f6fa0f64d9d57624ccc/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/7189893c6072495eaea3081ecc060799/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/6a8bbbf3b03d46b0a9fb72b14005a1e7/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/3d346f6bc23f40168e8a36a2dc0a5c76/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/218f636cf2b5418090862cea658fa1de/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/3416d343086f4614a5b42ba51aea7852/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/4a4167439a4d4d20afc48bf5c93ba6c4/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/7dff85cfdb3049388832b4d939fdaefe/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../ref/a1f2bfc038204fe8bdce18a811a60998/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../ref/51d9e266ff9d4b2197b316eef8bb7da7/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../ref/93f1ecc109c04e9287ae41013018073c/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../ref/40ea08dd47694d52ba2ab5658147bd63/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../ref/14466c5c1d5d4bd780ecf7dacd212b79/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/c5badd43ea35462f9c19408a2b370986/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/2238fd7e4d914e52b35449164d125dea/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../ref/3952df4d829f437b9621e95ddc6d72ac/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/fc81d0de19d240789912c58cdd9feadb/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../ref/367191433c0d4c1dbe2a50c883a6759e/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/ed085c178d494cdc99cd12016670e664/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../ref/6ed64be34dee4165a8cb43f916106c21/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../ref/8caf5f9e5a144d76b2a02965cdd36b74/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/4fb7b07db30742459c1bee6cc3879b94/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../ref/d83695ed4cd945f19ee6c35160ba8f4d/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/39a5db29547943e0b587ed65bb616eea/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/a68669ead3c249d08e95a7f0544ee079/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/df5937040ad34b38b528023f7bd4ab96/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/2e4becb3bee04dcf961005bf0154f2a1/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/45fdcfa8ff3a46b89ee6888a48c0801f/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../ref/518f3713297c41028ed7cf335e22bf6d/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../ref/9745bff4bae3465ba178a41690e90513/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../ref/3438e3d0bd0f4b588d36e75b470e6c95/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/2888a4b0844646bcb32f4b1bd410acb5/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/909c4336238748eba16728cbb4dd9926/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../ref/fc69c1a0ff6b44969b5ab6e441f094aa/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/7e76b65154d446d2a2cd99bcc9a6a10c/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../ref/6ca325a7b5b24a8682bbec0400f83709/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../ref/498d5516ef3140029a84af7099b97ab1/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/a320e6b08010483daa9fe55886e74ef9/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../ref/f30546afd0014941ad5fdcba77cf0c5c/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../ref/0d00654e30424edd9eab7fcb5d3a3bcf/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/08a8ea1a0146419f976879d9ef31ab39/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/fc2405070401428b93614411d393db6d/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/589ae24a358b436d92ef9af1176cf674/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/b7f1c71c13e143acb29d8c01b99adb6b/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../ref/2419274e47dd46b7a724fc4ae5befcfb/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/3b741b83538842daa20ee12f8df83c57/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/ae02198c4e604c33ba7e35688f32c03b/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/ef004bf4f2cd40f189409ddd35a81700/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/a95e88cec91443a3aab3bed7fd81afdd/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../ref/454d5692512045b78aaa1bc8badde8bd/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../ref/4d3ebe100d204885b5f67727b8fba7a4/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/572f126f51f448179b8091e6e24ba688/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/cbc5e0cfa80343f8b41e5fe7177d6bb9/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/9cc735f407b1452881b2cef7c84576b2/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../ref/91d615bcfce1462b800c4458c795a5bc/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../ref/ce9e327f796241afa883ed16a2feaab6/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../ref/0ea77e17069d4889913813443669c972/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../ref/55e665576fe740eb9902d794bb65c44e/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../ref/c5d4ecfac8c643f3aa747da85b89a5bf/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../ref/9c477328fcaf4eb78ef1c64b762d8f08/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/30574bdfe66e469683348b0476befe68/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/6cf89469819747d4804a1831c3d603c6/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../ref/746424385ed7400597a85bd9b112ee62/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../ref/cf1bc4a9e2aa4e7fa0f672627b3e5fe3/System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LibraryImports.g.cs"/>
  </ItemGroup>
</Project>