File: System.Net.HttpListener.csproj
Web Access
Project: src\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>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25609.108\tools\snk\Open.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;DEBUG;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="..\..\Common\src\DisableRuntimeMarshalling.cs" Link="src\libraries\Common\src\DisableRuntimeMarshalling.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\Net\Logging\NetEventSource.Common.DumpBuffer.cs" Link="src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.DumpBuffer.cs"/>
    <Compile Include="..\..\Common\src\System\Net\CookieComparer.cs" Link="src\libraries\Common\src\System\Net\CookieComparer.cs"/>
    <Compile Include="..\..\Common\src\System\Net\CookieFields.cs" Link="src\libraries\Common\src\System\Net\CookieFields.cs"/>
    <Compile Include="..\..\Common\src\System\Net\CookieParser.cs" Link="src\libraries\Common\src\System\Net\CookieParser.cs"/>
    <Compile Include="..\..\Common\src\System\Net\ExceptionCheck.cs" Link="src\libraries\Common\src\System\Net\ExceptionCheck.cs"/>
    <Compile Include="..\..\Common\src\System\Net\HttpStatusDescription.cs" Link="src\libraries\Common\src\System\Net\HttpStatusDescription.cs"/>
    <Compile Include="..\..\Common\src\System\Net\HttpKnownHeaderNames.cs" Link="src\libraries\Common\src\System\Net\HttpKnownHeaderNames.cs"/>
    <Compile Include="..\..\Common\src\System\Net\LazyAsyncResult.cs" Link="src\libraries\Common\src\System\Net\LazyAsyncResult.cs"/>
    <Compile Include="..\..\Common\src\System\Net\UriScheme.cs" Link="src\libraries\Common\src\System\Net\UriScheme.cs"/>
    <Compile Include="..\..\Common\src\System\Net\WebHeaderEncoding.cs" Link="src\libraries\Common\src\System\Net\WebHeaderEncoding.cs"/>
    <Compile Include="..\..\Common\src\System\Net\WebSockets\WebSocketValidate.cs" Link="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\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\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\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.HttpListener\Debug\net11.0-unix\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net11.0-unix\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.HttpListener\Debug\net11.0-unix\System.SR.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net11.0-unix\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.HttpListener\Debug\net11.0-unix\System.Net.HttpListener.AssemblyInfo.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net11.0-unix\System.Net.HttpListener.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\44edb173ac264ba59b0ef736db8b5965\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d1de1f2465043188942d457b4643ca6\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83b45d770be54745951ade64c4a57922\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e28d0af46784ee48d4b83c3abecd2ce\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31a2d88af9924a488054230d54fbdbb2\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c03d53db62d045a2830fdd69b8680bf5\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34ba072e46a443329b6de5a866e8ce7d\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7cd2fec024b422e845433b2a743cac3\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37bc4305fd90493d8695690208215615\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25782b07b87f4f03bfc1c48b74154889\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2871cf8b84ac49269d90a58990211c22\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dee47d059cff4f2e802018269f5b7623\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\856df17154fe4e43ba2ba7f14a5a1358\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b22fe61b75848858abb59a262a42abd\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5378c422f2a947cda1070e6c6aa5d867\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9165775148f34a6fab69e57028b1a44a\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\583f926d6ca54d229b5c192aeb429aac\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\caa087604edc4e66a582f8dd3baabda2\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98083b5062284fd296c146dd3a94cc15\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\374fa477da824be4bf0a37f0e63ba5b5\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\420dd7c0177e4930893a69b1679eaa81\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f7d0fb445b0d4814a69efa71b6a04058\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37be514fab844030814a381df7813438\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6228c36a70fd4887874680c8dd0258af\System.Threading.ThreadPool.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\_external\1\NetEventSource.g.cs"/>
  </ItemGroup>
</Project>