|
<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>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25367.101\tools\snk\Open.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET10_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;NET10_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\net10.0-unix\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net10.0-unix\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.HttpListener\Debug\net10.0-unix\System.SR.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net10.0-unix\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Net.HttpListener\Debug\net10.0-unix\System.Net.HttpListener.AssemblyInfo.cs" Link="artifacts\obj\System.Net.HttpListener\Debug\net10.0-unix\System.Net.HttpListener.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\f0b6a8e21f6e42c69de672d4e6b31875\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\615baf9d81ca44afba507758174e80f9\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c3130f6e3d74a4ba53f2ecc3b861a3f\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54d0ad84e5524b159fc9d9bb63f09334\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ccfcf6a404e4bd0b83be9913ba8b64b\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdabb3320bbc4162939110065db989ad\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b52e44ba702f41a89a90590bf3264fb9\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ceb113bc67da43edab72a40e7395339f\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bf6a047a344477f902a930975f768c1\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b48fb32a89045e69816adc240234744\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64f1870a186f4ccd83daec06afba716e\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db3970784cc545ccb1a0428d5701030e\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2c0842953a143d7bcebd6403658dcc9\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f3b6a7d4f224230a56794fb0f3a86b6\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\269ec75f7b6c4c6cb7d3997a8c683cdd\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\282872a41b974bbb89462f6be082c79e\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37ce505eb6a24a1cb96f82fd372eb306\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0dfa8d2caea459a832ead1b6a34821f\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aec894df3dcb4a06b2e0bf25dea69009\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\15a2b9e6ec2d40269322cb017ff69633\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d56cc920799f4585a884a89b2ae3882e\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a8bd7a0edf540a88afe99a362050a96\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4932ce9643084a87afb000d1232843c6\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa19b1baef9a406e999a267a14048bbf\System.Threading.ThreadPool.dll"/>
</ItemGroup>
</Project>
|