File: System.Net.Sockets.csproj
Web Access
Project: src\runtime\src\libraries\System.Net.Sockets\src\System.Net.Sockets.csproj (System.Net.Sockets)
<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.Sockets</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;SYSTEM_NET_SOCKETS_DLL;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/Sockets/ConnectAlgorithm.cs"/>
    <Compile Include="System/Net/Sockets/SocketReceiveFromResult.cs"/>
    <Compile Include="System/Net/Sockets/SocketReceiveMessageFromResult.cs"/>
    <Compile Include="System/Net/Sockets/SocketsTelemetry.cs"/>
    <Compile Include="System/Net/Sockets/SocketTaskExtensions.cs"/>
    <Compile Include="System/Net/Sockets/IOControlCode.cs"/>
    <Compile Include="System/Net/Sockets/IPPacketInformation.cs"/>
    <Compile Include="System/Net/Sockets/IPProtectionLevel.cs"/>
    <Compile Include="System/Net/Sockets/LingerOption.cs"/>
    <Compile Include="System/Net/Sockets/MulticastOption.cs"/>
    <Compile Include="System/Net/Sockets/NetEventSource.Sockets.cs"/>
    <Compile Include="System/Net/Sockets/NetworkStream.cs"/>
    <Compile Include="System/Net/Sockets/SafeSocketHandle.cs"/>
    <Compile Include="System/Net/Sockets/SelectMode.cs"/>
    <Compile Include="System/Net/Sockets/SendPacketsElement.cs"/>
    <Compile Include="System/Net/Sockets/Socket.cs"/>
    <Compile Include="System/Net/Sockets/Socket.Tasks.cs"/>
    <Compile Include="System/Net/Sockets/SocketAsyncEventArgs.cs"/>
    <Compile Include="System/Net/Sockets/SocketAsyncOperation.cs"/>
    <Compile Include="System/Net/Sockets/SocketFlags.cs"/>
    <Compile Include="System/Net/Sockets/SocketInformationOptions.cs"/>
    <Compile Include="System/Net/Sockets/SocketInformation.cs"/>
    <Compile Include="System/Net/Sockets/SocketOptionLevel.cs"/>
    <Compile Include="System/Net/Sockets/SocketOptionName.cs"/>
    <Compile Include="System/Net/Sockets/SocketShutdown.cs"/>
    <Compile Include="System/Net/Sockets/TCPClient.cs"/>
    <Compile Include="System/Net/Sockets/TCPListener.cs"/>
    <Compile Include="System/Net/Sockets/TransmitFileOptions.cs"/>
    <Compile Include="System/Net/Sockets/UDPClient.cs"/>
    <Compile Include="System/Net/Sockets/UdpReceiveResult.cs"/>
    <Compile Include="System/Net/Sockets/UnixDomainSocketEndPoint.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.DumpBuffer.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Logging/NetEventSource.Common.DumpBuffer.cs"/>
    <Compile Include="../../Common/src/System/Net/InternalException.cs" Link="src/runtime/src/libraries/Common/src/System/Net/InternalException.cs"/>
    <Compile Include="../../Common/src/System/Net/DebugSafeHandleMinusOneIsInvalid.cs" Link="src/runtime/src/libraries/Common/src/System/Net/DebugSafeHandleMinusOneIsInvalid.cs"/>
    <Compile Include="../../Common/src/System/Net/IPEndPointExtensions.cs" Link="src/runtime/src/libraries/Common/src/System/Net/IPEndPointExtensions.cs"/>
    <Compile Include="../../Common/src/System/Net/IPEndPointStatics.cs" Link="src/runtime/src/libraries/Common/src/System/Net/IPEndPointStatics.cs"/>
    <Compile Include="../../Common/src/System/Net/IPAddressParserStatics.cs" Link="src/runtime/src/libraries/Common/src/System/Net/IPAddressParserStatics.cs"/>
    <Compile Include="../../Common/src/System/Net/ExceptionCheck.cs" Link="src/runtime/src/libraries/Common/src/System/Net/ExceptionCheck.cs"/>
    <Compile Include="../../Common/src/System/Net/RangeValidationHelpers.cs" Link="src/runtime/src/libraries/Common/src/System/Net/RangeValidationHelpers.cs"/>
    <Compile Include="../../Common/src/System/Net/TcpValidationHelpers.cs" Link="src/runtime/src/libraries/Common/src/System/Net/TcpValidationHelpers.cs"/>
    <Compile Include="../../Common/src/System/Net/SocketAddressExtensions.cs" Link="src/runtime/src/libraries/Common/src/System/Net/SocketAddressExtensions.cs"/>
    <Compile Include="../../Common/src/System/LocalAppContextSwitches.Common.cs" Link="src/runtime/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs"/>
    <Compile Include="../../Common/src/System/Net/LocalAppContextSwitches.Net.cs" Link="src/runtime/src/libraries/Common/src/System/Net/LocalAppContextSwitches.Net.cs"/>
    <Compile Include="../../Common/src/System/Net/SocketProtocolSupportPal.cs" Link="src/runtime/src/libraries/Common/src/System/Net/SocketProtocolSupportPal.cs"/>
    <Compile Include="../../Common/src/System/Net/Sockets/SocketExceptionFactory.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Sockets/SocketExceptionFactory.cs"/>
    <Compile Include="../../Common/src/System/Net/Sockets/ProtocolFamily.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Sockets/ProtocolFamily.cs"/>
    <Compile Include="../../Common/src/System/Net/Sockets/ProtocolType.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Sockets/ProtocolType.cs"/>
    <Compile Include="../../Common/src/System/Net/Sockets/SocketType.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Sockets/SocketType.cs"/>
    <Compile Include="System/Net/Sockets/UnixDomainSocketEndPoint.Unix.cs"/>
    <Compile Include="System/Net/Sockets/SocketAsyncEngine.Unix.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SocketEvent.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketEvent.cs"/>
    <Compile Include="System/Net/Sockets/SafeSocketHandle.Unix.cs"/>
    <Compile Include="System/Net/Sockets/SafeSocketHandle.Unix.OptionTracking.cs"/>
    <Compile Include="System/Net/Sockets/Socket.Unix.cs"/>
    <Compile Include="System/Net/Sockets/SocketAsyncContext.Unix.cs"/>
    <Compile Include="System/Net/Sockets/SocketAsyncEventArgs.Unix.cs"/>
    <Compile Include="System/Net/Sockets/SocketPal.Unix.cs"/>
    <Compile Include="../../Common/src/System/Net/InteropIPAddressExtensions.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/Net/InteropIPAddressExtensions.Unix.cs"/>
    <Compile Include="../../Common/src/System/Net/SocketAddressPal.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/Net/SocketAddressPal.Unix.cs"/>
    <Compile Include="../../Common/src/System/Net/SocketProtocolSupportPal.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/Net/SocketProtocolSupportPal.Unix.cs"/>
    <Compile Include="../../Common/src/System/Net/Sockets/SocketErrorPal.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Sockets/SocketErrorPal.Unix.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.Errors.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Errors.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.Libraries.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Libraries.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Accept.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Accept.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Bind.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Bind.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Close.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Close.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Connect.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Connect.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Fcntl.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Disconnect.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Disconnect.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDomainSocketSizes.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetMaximumAddressSize.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetMaximumAddressSize.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetPeerName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetPeerName.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetSocketErrorOption.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketErrorOption.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetSocketType.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSocketType.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetSockName.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockName.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.GetSockOpt.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSockOpt.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.IPAddress.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPAddress.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.IPPacketInformation.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IPPacketInformation.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.LingerOption.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.LingerOption.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SendFile.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendFile.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SetSendTimeout.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSendTimeout.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SetReceiveTimeout.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetReceiveTimeout.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Stat.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Listen.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Listen.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.IOVector.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.IOVector.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.MessageHeader.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MessageHeader.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.MulticastOption.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.MulticastOption.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Poll.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Poll.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/Interop.Poll.Structs.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/Interop.Poll.Structs.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.PlatformSocketSupport.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.PlatformSocketSupport.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Read.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Read.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Receive.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Receive.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.ReceiveMessage.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.ReceiveMessage.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Send.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Send.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Select.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Select.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SendMessage.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendMessage.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SetSockOpt.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SetSockOpt.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Shutdown.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Shutdown.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Socket.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Socket.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.SocketAddress.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Pipe.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Pipe.cs"/>
    <Compile Include="../../Common/src/Interop/Unix/System.Native/Interop.Write.cs" Link="src/runtime/src/libraries/Common/src/Interop/Unix/System.Native/Interop.Write.cs"/>
    <Compile Include="../../Common/src/System/Net/Sockets/SocketExceptionFactory.Unix.cs" Link="src/runtime/src/libraries/Common/src/System/Net/Sockets/SocketExceptionFactory.Unix.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.Sockets/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Net.Sockets/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.Sockets/Release/net11.0-unix/System.SR.cs" Link="src/runtime/artifacts/obj/System.Net.Sockets/Release/net11.0-unix/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.Sockets/Release/net11.0-unix/System.Net.Sockets.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Net.Sockets/Release/net11.0-unix/System.Net.Sockets.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/36b48c32219140849f49397068864a0c/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/069b8e9e934a4ef983a6db1b949668d7/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/b55e65d6ba34422283ad9a91adafe8b1/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/0e5befbb999348f79d616e0d672cff80/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/d955a8e3a9904dab8ff3e40ac1c0d2af/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/40eae5436f354b2d97029882b237f7ae/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/aa464827477f41bfa5a8e9efdcbc2af0/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/9f75480d23ab401dbf3ddf17fca45268/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/540f4265ca6b4d5b8eeeee07bf34800a/System.Threading.ThreadPool.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LibraryImports.g.cs"/>
    <Compile Include="_generated/1/SocketsTelemetry.g.cs"/>
    <Compile Include="_generated/2/NetEventSource.g.cs"/>
  </ItemGroup>
</Project>