File: System.Net.Mail.csproj
Web Access
Project: src\runtime\src\libraries\System.Net.Mail\src\System.Net.Mail.csproj (System.Net.Mail)
<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.Net.Mail</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/Open.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;UNIX;UNIX1_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</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System/Net/Base64Stream.cs"/>
    <Compile Include="System/Net/Mime/MimePart.cs"/>
    <Compile Include="System/Net/Mime/Base64WriteStateInfo.cs"/>
    <Compile Include="System/Net/Mime/QuotedPrintableStream.cs"/>
    <Compile Include="System/Net/CloseableStream.cs"/>
    <Compile Include="System/Net/Mime/EightBitStream.cs"/>
    <Compile Include="System/Net/Mime/EncodedStreamFactory.cs"/>
    <Compile Include="System/Net/Mime/IEncodableStream.cs"/>
    <Compile Include="System/Net/Mime/QEncodedStream.cs"/>
    <Compile Include="System/Net/Mime/WriteStateInfoBase.cs"/>
    <Compile Include="System/Net/Mime/BaseWriter.cs"/>
    <Compile Include="System/Net/Mime/TransferEncoding.cs"/>
    <Compile Include="System/Net/Mime/ContentDisposition.cs"/>
    <Compile Include="System/Net/Mime/ContentType.cs"/>
    <Compile Include="System/Net/Mime/DispositionTypeNames.cs"/>
    <Compile Include="System/Net/Mime/HeaderCollection.cs"/>
    <Compile Include="System/Net/Mime/MediaTypeNames.cs"/>
    <Compile Include="System/Net/Mime/MediaTypeMap.cs"/>
    <Compile Include="System/Net/Mime/MimeBasePart.cs"/>
    <Compile Include="System/Net/Mime/SmtpDateTime.cs"/>
    <Compile Include="System/Net/Mime/ByteEncoder.cs"/>
    <Compile Include="System/Net/Mime/Base64Encoder.cs"/>
    <Compile Include="System/Net/Mime/IByteEncoder.cs"/>
    <Compile Include="System/Net/Mime/QEncoder.cs"/>
    <Compile Include="System/Net/TrackingStringDictionary.cs"/>
    <Compile Include="System/Net/TrackingValidationObjectDictionary.cs"/>
    <Compile Include="System/Net/Mail/MailHeaderID.cs"/>
    <Compile Include="System/Net/Mail/MailHeaderInfo.cs"/>
    <Compile Include="System/Net/BufferBuilder.cs"/>
    <Compile Include="System/Net/Mail/AlternateView.cs"/>
    <Compile Include="System/Net/Mail/AlternateViewCollection.cs"/>
    <Compile Include="System/Net/Mail/Attachment.cs"/>
    <Compile Include="System/Net/Mail/AttachmentCollection.cs"/>
    <Compile Include="System/Net/BufferedReadStream.cs"/>
    <Compile Include="System/Net/Mail/LinkedResource.cs"/>
    <Compile Include="System/Net/Mail/LinkedResourceCollection.cs"/>
    <Compile Include="System/Net/Mail/DomainLiteralReader.cs"/>
    <Compile Include="System/Net/Mail/DotAtomReader.cs"/>
    <Compile Include="System/Net/Mail/MailAddress.cs"/>
    <Compile Include="System/Net/Mail/MailAddressCollection.cs"/>
    <Compile Include="System/Net/Mail/MailAddressParser.cs"/>
    <Compile Include="System/Net/Mail/MailBnfHelper.cs"/>
    <Compile Include="System/Net/Mail/MailMessage.cs"/>
    <Compile Include="System/Net/Mail/MailPriority.cs"/>
    <Compile Include="System/Net/Mail/QuotedPairReader.cs"/>
    <Compile Include="System/Net/Mail/QuotedStringFormatReader.cs"/>
    <Compile Include="System/Net/Mail/WhitespaceReader.cs"/>
    <Compile Include="System/Net/Mime/MimeMultiPart.cs"/>
    <Compile Include="System/Net/Mime/MimeMultiPartType.cs"/>
    <Compile Include="System/Net/Mime/MimeWriter.cs"/>
    <Compile Include="System/Net/Mail/SmtpException.cs"/>
    <Compile Include="System/Net/Mail/SmtpFailedRecipientException.cs"/>
    <Compile Include="System/Net/Mail/SmtpFailedRecipientsException.cs"/>
    <Compile Include="System/Net/Mail/SmtpStatusCode.cs"/>
    <Compile Include="System/Net/DelegatedStream.cs"/>
    <Compile Include="../../Common/src/System/Net/ReadWriteAdapter.cs" Link="src/runtime/src/libraries/Common/src/System/Net/ReadWriteAdapter.cs"/>
    <Compile Include="../../Common/src/System/Text/ValueStringBuilder.cs" Link="src/runtime/src/libraries/Common/src/System/Text/ValueStringBuilder.cs"/>
    <Compile Include="../../Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.cs"/>
    <Compile Include="../../Common/src/System/Net/Logging/NetEventSource.Common.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Logging/NetEventSource.Common.cs"/>
    <Compile Include="../../Common/src/System/Net/Logging/NetEventSource.Common.Associate.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Logging/NetEventSource.Common.Associate.cs"/>
    <Compile Include="../../Common/src/System/HexConverter.cs" Link="src/runtime/src/libraries/Common/src/System/HexConverter.cs"/>
    <Compile Include="../../Common/src/System/Obsoletions.cs" Link="src/runtime/src/libraries/Common/src/System/Obsoletions.cs"/>
    <Compile Include="System/Net/Mail/SmtpClient.cs"/>
    <Compile Include="System/Net/Mail/ISmtpAuthenticationModule.cs"/>
    <Compile Include="System/Net/Mail/SmtpAuthenticationManager.cs"/>
    <Compile Include="System/Net/Mail/SmtpCommands.cs"/>
    <Compile Include="System/Net/Mail/SmtpConnection.cs"/>
    <Compile Include="System/Net/Mail/SmtpConnection.Auth.cs"/>
    <Compile Include="System/Net/Mail/SmtpReplyReader.cs"/>
    <Compile Include="System/Net/Mail/SmtpReplyReaderFactory.cs"/>
    <Compile Include="System/Net/Mail/SmtpTransport.cs"/>
    <Compile Include="System/Net/Mail/SmtpLoginAuthenticationModule.cs"/>
    <Compile Include="System/Net/Mail/SmtpNegotiateAuthenticationModule.cs"/>
    <Compile Include="System/Net/Mail/SmtpNtlmAuthenticationModule.cs"/>
    <Compile Include="System/Net/Mail/MailWriter.cs"/>
    <Compile Include="System/Net/Mail/NetEventSource.Mail.cs"/>
    <Compile Include="../../Common/src/System/NotImplemented.cs" Link="src/runtime/src/libraries/Common/src/System/NotImplemented.cs"/>
    <Compile Include="../../Common/src/System/SR.cs" Link="src/runtime/src/libraries/Common/src/System/SR.cs"/>
    <Compile Include="../../Common/src/SkipLocalsInit.cs" Link="src/runtime/src/libraries/Common/src/SkipLocalsInit.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.Mail/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Net.Mail/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.Mail/Release/net11.0-unix/System.SR.cs" Link="src/runtime/artifacts/obj/System.Net.Mail/Release/net11.0-unix/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.Mail/Release/net11.0-unix/System.Net.Mail.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Net.Mail/Release/net11.0-unix/System.Net.Mail.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/4c941a2681ed412498410801184c9307/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/45efa0cad9c84c1dbd6fcafb40b29bda/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/0e5befbb999348f79d616e0d672cff80/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/977d4463c67a4b0e888095a026ac4534/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/40eae5436f354b2d97029882b237f7ae/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/e934a56f35d74a049def8928170a041c/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/d9cc880230e94d2d99e6f918c9a8ab52/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/d7589453d5cd4ef091a35265d188f6f7/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/f18683cb1f4c402dbbf567cef3e8d90c/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/NetEventSource.g.cs"/>
  </ItemGroup>
</Project>