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>
    <AssemblyName>System.Net.HttpListener</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\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\net9.0-unix\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net9.0-unix\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.HttpListener\Debug\net9.0-unix\System.SR.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net9.0-unix\System.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\System.Net.HttpListener\Debug\net9.0-unix\System.Net.HttpListener.AssemblyInfo.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net9.0-unix\System.Net.HttpListener.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\66d74f997e374720968e9c7f96fa5630\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecfac0c0077841a6b5433c90eee656e1\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\979c0a250e7e4c7f8eca8c23fae85011\System.Net.NameResolution.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\1a0e19602d8947458c1dc6ba45d063ab\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb5b0610df6340a5ba265f62957369f8\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1e073988439414ca3772a731ff0c6af\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\860d495c2f8c43669622ddab4561331b\System.Numerics.Vectors.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\02c37e5dfd824fb08107071349e54372\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3025184d35540879186684ed27c6064\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce25d0b2084a4f0fbcb54accc4c7fa4f\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f334c8f2cf24bf58f4d6246a45e0391\System.Threading.ThreadPool.dll"/>
  </ItemGroup>
</Project>