File: System.Net.HttpListener.csproj
Web Access
Project: src\runtime\src\libraries\System.Net.HttpListener\src\System.Net.HttpListener.csproj (System.Net.HttpListener)
<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.HttpListener</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;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/BoundaryType.cs"/>
    <Compile Include="System/Net/EntitySendFormat.cs"/>
    <Compile Include="System/Net/HttpListenerPrefixCollection.cs"/>
    <Compile Include="System/Net/HttpRequestStream.cs"/>
    <Compile Include="System/Net/AuthenticationTypes.cs"/>
    <Compile Include="System/Net/HttpResponseStream.cs"/>
    <Compile Include="System/Net/ServiceNameStore.cs"/>
    <Compile Include="System/Net/HttpListenerRequest.cs"/>
    <Compile Include="System/Net/HttpListenerRequestUriBuilder.cs"/>
    <Compile Include="System/Net/AuthenticationSchemeSelector.cs"/>
    <Compile Include="System/Net/HttpListener.cs"/>
    <Compile Include="System/Net/HttpListenerBasicIdentity.cs"/>
    <Compile Include="System/Net/HttpListenerContext.cs"/>
    <Compile Include="System/Net/HttpListenerException.cs"/>
    <Compile Include="System/Net/HttpListenerResponse.cs"/>
    <Compile Include="System/Net/ListenerClientCertState.cs"/>
    <Compile Include="System/Net/NetEventSource.HttpListener.cs"/>
    <Compile Include="System/Net/WebSockets/HttpListenerWebSocketContext.cs"/>
    <Compile Include="System/Net/WebSockets/HttpWebSocket.cs"/>
    <Compile Include="System/Net/LocalAppContextSwitches.cs"/>
    <Compile Include="../../Common/src/DisableRuntimeMarshalling.cs" Link="src/runtime/src/libraries/Common/src/DisableRuntimeMarshalling.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/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/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/CookieComparer.cs" Link="src/runtime/src/libraries/Common/src/System/Net/CookieComparer.cs"/>
    <Compile Include="../../Common/src/System/Net/CookieFields.cs" Link="src/runtime/src/libraries/Common/src/System/Net/CookieFields.cs"/>
    <Compile Include="../../Common/src/System/Net/CookieParser.cs" Link="src/runtime/src/libraries/Common/src/System/Net/CookieParser.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/HttpStatusDescription.cs" Link="src/runtime/src/libraries/Common/src/System/Net/HttpStatusDescription.cs"/>
    <Compile Include="../../Common/src/System/Net/HttpKnownHeaderNames.cs" Link="src/runtime/src/libraries/Common/src/System/Net/HttpKnownHeaderNames.cs"/>
    <Compile Include="../../Common/src/System/Net/LazyAsyncResult.cs" Link="src/runtime/src/libraries/Common/src/System/Net/LazyAsyncResult.cs"/>
    <Compile Include="../../Common/src/System/Net/UriScheme.cs" Link="src/runtime/src/libraries/Common/src/System/Net/UriScheme.cs"/>
    <Compile Include="../../Common/src/System/Net/WebSockets/WebSocketValidate.cs" Link="src/runtime/src/libraries/Common/src/System/Net/WebSockets/WebSocketValidate.cs"/>
    <Compile Include="System/Net/Windows/CookieExtensions.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/Managed/HttpEndPointListener.cs"/>
    <Compile Include="System/Net/Managed/HttpEndPointManager.cs"/>
    <Compile Include="System/Net/Managed/HttpConnection.cs"/>
    <Compile Include="System/Net/Managed/HttpStreamAsyncResult.cs"/>
    <Compile Include="System/Net/Managed/ListenerPrefix.cs"/>
    <Compile Include="System/Net/Managed/HttpRequestStream.Managed.cs"/>
    <Compile Include="System/Net/Managed/HttpListener.Managed.cs"/>
    <Compile Include="System/Net/Managed/HttpListener.Certificates.cs"/>
    <Compile Include="System/Net/Managed/HttpListenerContext.Managed.cs"/>
    <Compile Include="System/Net/Managed/HttpListenerRequest.Managed.cs"/>
    <Compile Include="System/Net/Managed/HttpListenerResponse.Managed.cs"/>
    <Compile Include="System/Net/Managed/HttpListenerTimeoutManager.Managed.cs"/>
    <Compile Include="System/Net/Managed/ListenerAsyncResult.Managed.cs"/>
    <Compile Include="System/Net/Managed/HttpHeaderStrings.cs"/>
    <Compile Include="System/Net/Managed/ChunkedInputStream.cs"/>
    <Compile Include="System/Net/Managed/ChunkStream.cs"/>
    <Compile Include="System/Net/Managed/HttpResponseStream.Managed.cs"/>
    <Compile Include="System/Net/Managed/WebSockets/HttpWebSocket.Managed.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.HttpListener/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/runtime/artifacts/obj/System.Net.HttpListener/Release/net11.0-unix/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.HttpListener/Release/net11.0-unix/System.SR.cs" Link="src/runtime/artifacts/obj/System.Net.HttpListener/Release/net11.0-unix/System.SR.cs"/>
    <Compile Include="../../../../artifacts/obj/System.Net.HttpListener/Release/net11.0-unix/System.Net.HttpListener.AssemblyInfo.cs" Link="src/runtime/artifacts/obj/System.Net.HttpListener/Release/net11.0-unix/System.Net.HttpListener.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/542315ad88874c4889c8da67400f8f0e/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/4c8fda522de64084b10aba606b09897e/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/a1fb632b77704df0835da4a3d8b9c43f/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/1a0ecd7174334d4ba52328429b3437ce/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/5a38e8ab6e084cd98d879eddaf87615c/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/fbe44f0e4bb54aeabfc2578d43122fd2/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/8cfb7384bf1d4eac99dd3d91fb2a6d58/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/c106f6ffa31446f29344e7056ca05773/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/a3e0919cf7b04372a6248e50a0a4d8e8/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/332613255152436987d55e77c3624d6b/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/ee6bce5333854974b4e362389475f85f/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/d09242f2862848c497b581cbdb1ab6ae/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/dbaa0879854b4e62bf725c5bd46cbe14/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/68842f3b1c6f46d4a70f51a0b2e2b3e7/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/8b28e33008f84c77addf4f7de092f7a7/System.Threading.ThreadPool.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/NetEventSource.g.cs"/>
  </ItemGroup>
</Project>