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/c9daf54840a14f9e9c703db0bce7ab95/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/31a1f6af30d1450d9c5dcd989b21e990/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/3eec676013f84a978880f43a2f958b8a/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/db12839c3d2d421d8ebc85b0aaec8774/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/f78089440f534016992b177129c83f19/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/b3bc3834a66745fda395fff1edb623b0/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/89b520a860bc48be8b29b15c716a8ca9/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/2c47ba6dbe8946b29d1d31789ffdb201/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/0a54c962c19049319337d71bfb612b83/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/cbc58e023baf441ab79060a818699e7e/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/4220746653364b53a9df1822eb9f12d7/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/0ef9da3f80144e80aa1af9eba6dca469/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/6a05fb741f214897b80be2b1f6fb73e8/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/9d224d0d7015439f87074814ac94a8de/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/21898791929f4c1d9a2c3c410deb88de/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/79cfa4e8e6094f2cab1754c719554d8e/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/f02f775d9943424f8f57852aa6374190/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/b19b7e895ffc4d268cfb38eba1d9f24a/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/7e3efd2528cf499e96aa9f6d7e3d0fc9/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/12156e6e2e184adb8b4460d7cfbfeeb2/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/21cb6c8585b044a9b7fa7d7b2aa6be3c/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/29edbc3bfe6d41a189b3ee200da8a6dd/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/cb7fe244d7f4465e8327a094d5a7d6ca/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/ff8b0002fe884623b62bdfc1232976a7/System.Threading.ThreadPool.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/NetEventSource.g.cs"/>
  </ItemGroup>
</Project>