File: System.Net.Mail.csproj
Web Access
Project: src\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>
    <AssemblyName>System.Net.Mail</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;DEBUG;NET;NET9_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;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\MimeBasePart.cs"/>
    <Compile Include="System\Net\Mime\SmtpDateTime.cs"/>
    <Compile Include="System\Net\Mime\MultiAsyncResult.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\Text\ValueStringBuilder.cs" Link="src\libraries\Common\src\System\Text\ValueStringBuilder.cs"/>
    <Compile Include="..\..\Common\src\DisableRuntimeMarshalling.cs" Link="src\libraries\Common\src\DisableRuntimeMarshalling.cs"/>
    <Compile Include="..\..\Common\src\System\Net\LazyAsyncResult.cs" Link="src\libraries\Common\src\System\Net\LazyAsyncResult.cs"/>
    <Compile Include="..\..\Common\src\System\Net\Logging\NetEventSource.Common.cs" Link="src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs"/>
    <Compile Include="..\..\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs" Link="src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs"/>
    <Compile Include="..\..\Common\src\System\HexConverter.cs" Link="src\libraries\Common\src\System\HexConverter.cs"/>
    <Compile Include="..\..\Common\src\System\Obsoletions.cs" Link="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\Net\ContextAwareResult.cs" Link="src\libraries\Common\src\System\Net\ContextAwareResult.cs"/>
    <Compile Include="..\..\Common\src\System\Net\DebugSafeHandleZeroOrMinusOneIsInvalid.cs" Link="src\libraries\Common\src\System\Net\DebugSafeHandleZeroOrMinusOneIsInvalid.cs"/>
    <Compile Include="..\..\Common\src\System\Net\DebugSafeHandle.cs" Link="src\libraries\Common\src\System\Net\DebugSafeHandle.cs"/>
    <Compile Include="..\..\Common\src\System\Net\InternalException.cs" Link="src\libraries\Common\src\System\Net\InternalException.cs"/>
    <Compile Include="..\..\Common\src\System\Net\ExceptionCheck.cs" Link="src\libraries\Common\src\System\Net\ExceptionCheck.cs"/>
    <Compile Include="..\..\Common\src\System\Collections\Generic\BidirectionalDictionary.cs" Link="src\libraries\Common\src\System\Collections\Generic\BidirectionalDictionary.cs"/>
    <Compile Include="..\..\Common\src\System\NotImplemented.cs" Link="src\libraries\Common\src\System\NotImplemented.cs"/>
    <Compile Include="..\..\Common\src\System\Net\SecurityProtocol.cs" Link="src\libraries\Common\src\System\Net\SecurityProtocol.cs"/>
    <Compile Include="..\..\Common\src\System\Net\ContextAwareResult.Unix.cs" Link="src\libraries\Common\src\System\Net\ContextAwareResult.Unix.cs"/>
    <Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
    <Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.Mail\Debug\net9.0-unix\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.Mail\Debug\net9.0-unix\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.Mail\Debug\net9.0-unix\System.SR.cs" Link="artifacts\obj\System.Net.Mail\Debug\net9.0-unix\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.Mail\Debug\net9.0-unix\System.Net.Mail.AssemblyInfo.cs" Link="artifacts\obj\System.Net.Mail\Debug\net9.0-unix\System.Net.Mail.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\1a0ca1145f874ec2b20cd427ff229d1b\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea3f97b293844a95a7d96fe5aa5cf949\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abb45adaddc64904abaa5c99f658854c\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa47526cf9a844b5b3d4c8d74f42896f\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85580fc9e5314bc7ab260e3723791c29\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66d74f997e374720968e9c7f96fa5630\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecfac0c0077841a6b5433c90eee656e1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ceac9d4473445f79b4107fd8883acee\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8753f4b967994651bd6e7e209fa2135d\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd5f80b087984c3e982f742dca924e57\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3996a57428304f32814a7999fa2e538d\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c8effef553746bdbe9bdb57dbb09bec\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fe7e9e0d68d474c903923044fb409dd\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c781fe8da814f3191a483f37b320258\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f001cb657ae4ade9045e7f0aa3535c2\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46f5d83f6b1e4567aaf53a8b2db27e6a\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\815df6f7b12f48d6987a440800b87ea6\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3025184d35540879186684ed27c6064\System.Threading.dll"/>
  </ItemGroup>
</Project>