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;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/38daea2aaefd4134a2a71773711c7c78/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../ref/e9e64a96a34b4a4387a3c40a23437354/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/558c68e30ba6483196cd2e08d3be7390/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/4749c2d5eae34599b56cef27c878804c/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/1bd9649b68a54598a4ecc4095ab86ed2/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/bccb31b6fd234273a5f827d035100d59/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/65eb34f837504655b4ecce714c9e0da9/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/9512da011d2047f3b689612d4acb601e/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/224b269b077145a2a78992d8fa08bb03/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../ref/b9a825b301c54a948a2e62c4c10b5b49/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/3cab053a248c4bdc95cae7401236eb1c/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/36b48c32219140849f49397068864a0c/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/37a0d38139e142969900d02c44adb2fe/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/d7d7c1ed4146434eafaec6f7ec9a4d2e/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../ref/1039274d5ea64afabc8ddd4ffa3a8128/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../ref/069b8e9e934a4ef983a6db1b949668d7/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/ad1d38ae2a15443ab06bc70ed60f59bf/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../ref/e334ccad4ce440c89a18ff9f74073584/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/4c941a2681ed412498410801184c9307/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/6421543eeaf9479e8dc8f9eef6cf9156/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../ref/7778fc7ebb1149f9a9a72c44023332d9/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../ref/45efa0cad9c84c1dbd6fcafb40b29bda/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/50c7b8651e6b4508ba65df2f362e900a/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/685291478cd1415496e5a5ee38f11823/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../ref/f500412f8d2a49a5b98079dcaeb140c2/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/75bb045e5d6f43e9acad20075058ea06/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../ref/546bf30471884c1f99bb5f351a79d465/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/e62dd07e25c14d74bafd23839987da24/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../ref/0d8c207a2a284e98862ba64ad86282c0/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/b55e65d6ba34422283ad9a91adafe8b1/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/6c46a787f3764816b624f225241398e4/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/eb18d6354ba64fd4b67b472d66aff1d5/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../ref/106cfbc0e9184da2a758178e342b29a1/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../ref/49ed1421268548209e61a0f283b58938/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../ref/621274633e44429db61c7b7f9b307663/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../ref/cb6f17ae80a04d5697af21cb3ff9102c/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/0e5befbb999348f79d616e0d672cff80/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/c10d55cee0d245d285ee49a81dc55c6e/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/3517873e75684970a0eeef88eb6a3b41/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/86621bc00e2241dbb29a90772dc7d3c8/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../ref/d5d98171a8834aa69f2837d80981cae5/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../ref/71dae13c2bb1428993b0bb73c392a805/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../ref/ea5772fbe3b142e2a61ed52c63b23197/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../ref/7239a304512244c9881f25dc95f5dc0b/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/11a132654e5f4427b3129448afcade52/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../ref/4104a88626234553bd3419b56160966a/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../ref/fdbe21c57ff34f87a392a01040e5bebd/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../ref/2bba4f321842473dbb940034460f0b58/System.IO.dll"/>
    <ReferencePath Include="../../../../../../ref/bddf6b7db0544f9aa0c49ef526a99c3f/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/09f26e67cbae455fa95da46efad48735/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/5396d618638c455598115db37f2a23f4/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/868a44da79ba4be98b45357b4e2a2b9e/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/6879538a3e4f4e5d974b60b3529f8371/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../ref/0f43eae407b840f18c8d4cb12d208dae/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../ref/840de9be7c024653bba0d8fb5165c3fb/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../ref/7f2257aea10b4e9bbe513cd80d39b3c9/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../ref/4b412aa5846849c6bfcd6425d67c33e0/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/fc80e7a14b004535b08e84d0c00cb5a0/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/fe71d6f095cc4b9dbaac0e3477c62702/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../ref/e6e02a7cc3474c9282bfd5ed1ab0a3c8/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../ref/e70fdfba2db548aeb08b9e17ea23d5bd/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/0201c8f14cbd4c2e8cee90f4428ea174/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../ref/8c2ed11248b64813ab15db985e77e03b/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/dc340ed0ff0c4c1299322d057e8a7f34/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/2e78459a3ae14fbdb014f79e1364d0e2/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/36118e9e06e14b7ca7281d871edb221f/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/bd37d57e85134754bd6b78da2da89425/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../ref/35d59c122880473597e424346cdcf3f5/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../ref/d955a8e3a9904dab8ff3e40ac1c0d2af/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/977d4463c67a4b0e888095a026ac4534/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/f3655547457a46f09ced29179396aa0e/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../ref/40eae5436f354b2d97029882b237f7ae/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/8b6223a39d164009b42a6cf569c40a30/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../ref/e934a56f35d74a049def8928170a041c/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/d9cc880230e94d2d99e6f918c9a8ab52/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/adbf7497be6a45209caed918c3182928/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../ref/6cd297618e3e42d39e3cd178a2df6969/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../ref/d7589453d5cd4ef091a35265d188f6f7/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/97837035c22e46619c3e34ba0788d084/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../ref/f1351a9f4d4647f7803170e534c5e317/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/e9bd665d5f834aadad7ac3455053423a/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/d29d9fcbe5ba4e77be893e5edd979b29/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/52ff9acbe47a4a29ad16527783c2b1f3/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/547b241c7e8f4ab0a043b448ef7b4352/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/82dc5db1fd5a484d94e46333390818a1/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../ref/e0ca8fd5b76543c2835b7cd38a1861ab/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/69211b44b67c417c887d0271bcf8087f/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../ref/430738c0396a40c2b4b971bbb7d60b78/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/3c80f89c29564b38b14dc610f8379eeb/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/60f22d3e3ada4b78b2521605ffbe9fb7/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/a3b10ad122f949008a81244bb493e6e4/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/67ba7fb2072f4024bc1ecfed35cecdec/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/cb89857cf5eb453e93a62514fda87503/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/c753d50d6d634ea0a778e98b7521a6c0/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/59734d1955574035a70320c842bb64db/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../ref/3519e2e3944d48a993ba7127c8ee4daf/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../ref/657d9e9a70fc424c95f96400d76db501/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../ref/0972ac1951584e85b57dc2aab3da9532/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../ref/dab917a9340547e09b5d572b205f0fa6/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/25e5da47f7c04f40841da724c4eb582c/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/34ad02e5b7cf4c0dbe2d6899a510c8dc/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/cc61c625dddf42d5b7315e37a4dbbd5a/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../ref/c0be15a4dbe54a18a9311f1f61b1b477/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/6d0c4cecdd00456b8c468aba60f52fe6/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../ref/245f0d4a3ff44bca9529489e7d3da974/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../ref/a05d19bc02c24b6f9e83e0ef98689718/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/92d5698ca22b461eb09a08637ea4df7c/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../ref/9712020128da4363a757e698f11e5d6b/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/fb3a8262dd8845d5b8fe20470bc67d23/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/69cd4abde3874b6ca1cb1fd85d454ed9/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/167503daf5be41a89bf4da74f09f5da7/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/5c7ccea6f1bf4531a871c79c1a1ac211/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/0ae0a869e67d484aa9b5d8a384e27ec1/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../ref/517b4122b09c46df81099ea6b1b4e9ef/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../ref/8192cfb56aa449e7a4411f64030c9004/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../ref/f18683cb1f4c402dbbf567cef3e8d90c/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/36fb3a25545f437aade687509a7a7098/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/3cf902e2b96a4370b36e7b3f242ae353/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../ref/ee706324bc294e24be0b37d2ecc62bd8/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/d61edd2d434f4bccab038a387d359008/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../ref/c098f437fc7c42e499777981bf155501/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../ref/f79ca6be4d66412cba748433928c9064/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/922ffc3c523342d2b389ff0993b05f75/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../ref/9c8c2b19fc804bc083e3e06cb3c881cc/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../ref/5f7d1fabdaf74bbca590d456b340dbb6/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/5c72661e24844ff8bc47fde971357fbb/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/f108c8fcdd20442199ef82a67e2d5654/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/5ed63ba41b9e43a0b7588e84f74648a1/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/e469e5cf5dbc43dcb8e5c2258e94e778/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../ref/0992953e981047569f27b0d41dc04902/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/c6f67289551c462487fcad5edf7da263/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/aa464827477f41bfa5a8e9efdcbc2af0/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/f55b017d93804f969cfc61e4913fdb37/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../ref/35fe3841da264a2dbb631a307945e986/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../ref/be05930c39744c0089cfe9a5050656eb/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/fcc8384569454d1ca4e93bc816dbb9f9/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/9f75480d23ab401dbf3ddf17fca45268/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/540f4265ca6b4d5b8eeeee07bf34800a/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../ref/55ab0b8970cc44b9beee3e834e03d8ed/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../ref/f5c9ca3370024eaca8cacf51446d93cb/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../ref/020b421d2d724937bd69e11dc23b5ee3/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../ref/82fce13b022541d5aaed5622545886ed/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../ref/05a8a4a247bd4b0b82386426e1a792f3/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../ref/e8ffa152e28c4a88840d23dc5b5f4a32/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/b5758e2a8cda412186236514992bc0c3/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/6394f970a2de46a88a4e9c9c3f57ba35/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../ref/1a6bfbfb55374533a352e062da02bcaa/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../ref/ac80fef0c9dc4e5480ea3bbf2e7a3054/System.Xml.XPath.XDocument.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LibraryImports.g.cs"/>
  </ItemGroup>
</Project>