File: Microsoft.AspNetCore.Server.Kestrel.Core.csproj
Web Access
Project: src\src\Servers\Kestrel\Core\src\Microsoft.AspNetCore.Server.Kestrel.Core.csproj (Microsoft.AspNetCore.Server.Kestrel.Core)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.AspNetCore.Server.Kestrel.Core</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;KESTREL;RELEASE;NET;NET9_0;NETCOREAPP;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="AnyIPListenOptions.cs"/>
    <Compile Include="BadHttpRequestException.cs"/>
    <Compile Include="CertificateLoader.cs"/>
    <Compile Include="ClientCertificateMode.cs"/>
    <Compile Include="EndpointConfiguration.cs"/>
    <Compile Include="Features\IConnectionTimeoutFeature.cs"/>
    <Compile Include="Features\IDecrementConcurrentConnectionCountFeature.cs"/>
    <Compile Include="Features\IHttp2StreamIdFeature.cs"/>
    <Compile Include="Features\IHttpMinRequestBodyDataRateFeature.cs"/>
    <Compile Include="Features\IHttpMinResponseDataRateFeature.cs"/>
    <Compile Include="Features\ISslStreamFeature.cs"/>
    <Compile Include="Features\ITlsApplicationProtocolFeature.cs"/>
    <Compile Include="Http2Limits.cs"/>
    <Compile Include="Http3Limits.cs"/>
    <Compile Include="HttpProtocols.cs"/>
    <Compile Include="HttpsConfigurationService.cs"/>
    <Compile Include="HttpsConnectionAdapterOptions.cs"/>
    <Compile Include="IHttpsConfigurationService.cs"/>
    <Compile Include="Internal\AddressBindContext.cs"/>
    <Compile Include="Internal\AddressBinder.cs"/>
    <Compile Include="Internal\BaseHttpConnectionContext.cs"/>
    <Compile Include="Internal\CertificatePathWatcher.cs"/>
    <Compile Include="Internal\CertificatePathWatcherLoggerExtensions.cs"/>
    <Compile Include="Internal\Certificates\CertificateConfigLoader.cs"/>
    <Compile Include="Internal\Certificates\ICertificateConfigLoader.cs"/>
    <Compile Include="Internal\ConfigSectionClone.cs"/>
    <Compile Include="Internal\ConfigurationReader.cs"/>
    <Compile Include="Internal\ConnectionDispatcher.cs"/>
    <Compile Include="Internal\ConnectionLogScope.cs"/>
    <Compile Include="Internal\Http2\FlowControl\FlowControl.cs"/>
    <Compile Include="Internal\Http2\FlowControl\InputFlowControl.cs"/>
    <Compile Include="Internal\Http2\FlowControl\StreamInputFlowControl.cs"/>
    <Compile Include="Internal\Http2\Http2Connection.cs"/>
    <Compile Include="Internal\Http2\Http2FrameWriter.cs"/>
    <Compile Include="Internal\Http2\Http2KeepAlive.cs"/>
    <Compile Include="Internal\Http2\Http2MessageBody.cs"/>
    <Compile Include="Internal\Http2\Http2OutputProducer.cs"/>
    <Compile Include="Internal\Http2\Http2Stream.cs"/>
    <Compile Include="Internal\Http2\Http2Stream.FeatureCollection.cs"/>
    <Compile Include="Internal\Http2\Http2StreamContext.cs"/>
    <Compile Include="Internal\Http2\Http2StreamErrorException.cs"/>
    <Compile Include="Internal\Http2\Http2StreamOfT.cs"/>
    <Compile Include="Internal\Http2\IHttp2StreamLifetimeHandler.cs"/>
    <Compile Include="Internal\Http3\DefaultStreamDirectionFeature.cs"/>
    <Compile Include="Internal\Http3\Frames\Http3RawFrame.cs"/>
    <Compile Include="Internal\Http3\Frames\Http3RawFrame.Data.cs"/>
    <Compile Include="Internal\Http3\Frames\Http3RawFrame.GoAway.cs"/>
    <Compile Include="Internal\Http3\Frames\Http3RawFrame.Headers.cs"/>
    <Compile Include="Internal\Http3\Frames\Http3RawFrame.Settings.cs"/>
    <Compile Include="Internal\Http3\Http3Connection.cs"/>
    <Compile Include="Internal\Http3\Http3ConnectionErrorException.cs"/>
    <Compile Include="Internal\Http3\Http3ControlStream.cs"/>
    <Compile Include="Internal\Http3\Http3ControlStreamOfT.cs"/>
    <Compile Include="Internal\Http3\Http3Formatting.cs"/>
    <Compile Include="Internal\Http3\Http3FrameReader.cs"/>
    <Compile Include="Internal\Http3\Http3FrameWriter.cs"/>
    <Compile Include="Internal\Http3\Http3HeadersEnumerator.cs"/>
    <Compile Include="Internal\Http3\Http3MessageBody.cs"/>
    <Compile Include="Internal\Http3\Http3OutputProducer.cs"/>
    <Compile Include="Internal\Http3\Http3PeerSetting.cs"/>
    <Compile Include="Internal\Http3\Http3PeerSettings.cs"/>
    <Compile Include="Internal\Http3\Http3PendingStream.cs"/>
    <Compile Include="Internal\Http3\Http3PendingStreamException.cs"/>
    <Compile Include="Internal\Http3\Http3SettingType.cs"/>
    <Compile Include="Internal\Http3\Http3Stream.cs"/>
    <Compile Include="Internal\Http3\Http3Stream.FeatureCollection.cs"/>
    <Compile Include="Internal\Http3\Http3StreamContext.cs"/>
    <Compile Include="Internal\Http3\Http3StreamErrorException.cs"/>
    <Compile Include="Internal\Http3\Http3StreamOfT.cs"/>
    <Compile Include="Internal\Http3\IHttp3Stream.cs"/>
    <Compile Include="Internal\Http3\IHttp3StreamLifetimeHandler.cs"/>
    <Compile Include="Internal\Http3\QPackHeaderWriter.cs"/>
    <Compile Include="Internal\Http3\QPack\DecoderStreamReader.cs"/>
    <Compile Include="Internal\Http3\QPack\DynamicTable.cs"/>
    <Compile Include="Internal\Http3\QPack\EncoderStreamReader.cs"/>
    <Compile Include="Internal\Http3\StreamCompletionFlags.cs"/>
    <Compile Include="Internal\HttpConnection.cs"/>
    <Compile Include="Internal\HttpConnectionContext.cs"/>
    <Compile Include="Internal\HttpMultiplexedConnectionContext.cs"/>
    <Compile Include="Internal\HttpProtocolsFeature.cs"/>
    <Compile Include="Internal\Http\ChunkWriter.cs"/>
    <Compile Include="Internal\Http\ConnectionOptions.cs"/>
    <Compile Include="Internal\Http\DateHeaderValueManager.cs"/>
    <Compile Include="Internal\Http\Http1ChunkedEncodingMessageBody.cs"/>
    <Compile Include="Internal\Http\Http1Connection.cs"/>
    <Compile Include="Internal\Http\Http1Connection.FeatureCollection.cs"/>
    <Compile Include="Internal\Http\Http1ConnectionOfT.cs"/>
    <Compile Include="Internal\Http\Http1ContentLengthMessageBody.cs"/>
    <Compile Include="Internal\Http\Http1MessageBody.cs"/>
    <Compile Include="Internal\Http\Http1OutputProducer.cs"/>
    <Compile Include="Internal\Http\Http1ParsingHandler.cs"/>
    <Compile Include="Internal\Http\Http1UpgradeMessageBody.cs"/>
    <Compile Include="Internal\Http\HttpHeaders.cs"/>
    <Compile Include="Internal\Http\HttpHeaders.Generated.cs"/>
    <Compile Include="Internal\Http\HttpMethod.cs"/>
    <Compile Include="Internal\Http\HttpParser.cs"/>
    <Compile Include="Internal\Http\HttpProtocol.cs"/>
    <Compile Include="Internal\Http\HttpProtocol.FeatureCollection.cs"/>
    <Compile Include="Internal\Http\HttpProtocol.Generated.cs"/>
    <Compile Include="Internal\Http\HttpRequestHeaders.cs"/>
    <Compile Include="Internal\Http\HttpRequestPipeReader.cs"/>
    <Compile Include="Internal\Http\HttpRequestStream.cs"/>
    <Compile Include="Internal\Http\HttpRequestTargetForm.cs"/>
    <Compile Include="Internal\Http\HttpResponseHeaders.cs"/>
    <Compile Include="Internal\Http\HttpResponsePipeWriter.cs"/>
    <Compile Include="Internal\Http\HttpResponseStream.cs"/>
    <Compile Include="Internal\Http\HttpResponseTrailers.cs"/>
    <Compile Include="Internal\Http\HttpScheme.cs"/>
    <Compile Include="Internal\Http\HttpStreamState.cs"/>
    <Compile Include="Internal\Http\HttpUpgradeStream.cs"/>
    <Compile Include="Internal\Http\HttpVersion.cs"/>
    <Compile Include="Internal\Http\IHttpHeadersHandler.cs"/>
    <Compile Include="Internal\Http\IHttpOutputAborter.cs"/>
    <Compile Include="Internal\Http\IHttpOutputProducer.cs"/>
    <Compile Include="Internal\Http\IHttpParser.cs"/>
    <Compile Include="Internal\Http\IHttpRequestLineHandler.cs"/>
    <Compile Include="Internal\Http\IHttpResponseControl.cs"/>
    <Compile Include="Internal\Http\IHttpResponsePipeWriterControl.cs"/>
    <Compile Include="Internal\Http\MessageBody.cs"/>
    <Compile Include="Internal\Http\PathDecoder.cs"/>
    <Compile Include="Internal\Http\ProduceEndType.cs"/>
    <Compile Include="Internal\Http\ReasonPhrases.cs"/>
    <Compile Include="Internal\Http\RequestProcessingStatus.cs"/>
    <Compile Include="Internal\Http\RequestRejectionReason.cs"/>
    <Compile Include="Internal\Http\TransferCoding.cs"/>
    <Compile Include="Internal\Http\ZeroContentLengthMessageBody.cs"/>
    <Compile Include="Internal\Infrastructure\BodyControl.cs"/>
    <Compile Include="Internal\Infrastructure\ConnectionManager.cs"/>
    <Compile Include="Internal\Infrastructure\ConnectionMetricsContext.cs"/>
    <Compile Include="Internal\Infrastructure\ConnectionReference.cs"/>
    <Compile Include="Internal\Infrastructure\Constants.cs"/>
    <Compile Include="Internal\Infrastructure\DebuggerWrapper.cs"/>
    <Compile Include="Internal\Infrastructure\Disposable.cs"/>
    <Compile Include="Internal\Infrastructure\Heartbeat.cs"/>
    <Compile Include="Internal\Infrastructure\HttpUtilities.cs"/>
    <Compile Include="Internal\Infrastructure\HttpUtilities.Generated.cs"/>
    <Compile Include="Internal\Infrastructure\IConnectionListenerBase.cs"/>
    <Compile Include="Internal\Infrastructure\IConnectionListenerOfT.cs"/>
    <Compile Include="Internal\Infrastructure\IConnectionMetricsContextFeature.cs"/>
    <Compile Include="Internal\Infrastructure\IDebugger.cs"/>
    <Compile Include="Internal\Infrastructure\IHeartbeatHandler.cs"/>
    <Compile Include="Internal\Infrastructure\ITimeoutControl.cs"/>
    <Compile Include="Internal\Infrastructure\ITimeoutHandler.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelConnection.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelConnectionOfT.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelEventSource.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelMetrics.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelTrace.BadRequests.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelTrace.Connections.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelTrace.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelTrace.General.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelTrace.Http2.cs"/>
    <Compile Include="Internal\Infrastructure\KestrelTrace.Http3.cs"/>
    <Compile Include="Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs"/>
    <Compile Include="Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs"/>
    <Compile Include="Internal\Infrastructure\ReadOnlyStream.cs"/>
    <Compile Include="Internal\Infrastructure\ResourceCounter.cs"/>
    <Compile Include="Internal\Infrastructure\StatusCheckPipeWriter.cs"/>
    <Compile Include="Internal\Infrastructure\StatusCheckWriteStream.cs"/>
    <Compile Include="Internal\Infrastructure\StreamCloseAwaitable.cs"/>
    <Compile Include="Internal\Infrastructure\ThrowingPipeWriter.cs"/>
    <Compile Include="Internal\Infrastructure\ThrowingWasUpgradedWriteOnlyStream.cs"/>
    <Compile Include="Internal\Infrastructure\TimeExtensions.cs"/>
    <Compile Include="Internal\Infrastructure\TimeoutControl.cs"/>
    <Compile Include="Internal\Infrastructure\TimeoutControlExtensions.cs"/>
    <Compile Include="Internal\Infrastructure\TimeoutReason.cs"/>
    <Compile Include="Internal\Infrastructure\TlsAlpn.cs"/>
    <Compile Include="Internal\Infrastructure\TransportConnectionManager.cs"/>
    <Compile Include="Internal\Infrastructure\TransportManager.cs"/>
    <Compile Include="Internal\Infrastructure\WrappingPipeWriter.cs"/>
    <Compile Include="Internal\Infrastructure\WrappingStream.cs"/>
    <Compile Include="Internal\Infrastructure\WriteOnlyStream.cs"/>
    <Compile Include="Internal\IRequestProcessor.cs"/>
    <Compile Include="Internal\KestrelServerImpl.cs"/>
    <Compile Include="Internal\KestrelServerOptionsSetup.cs"/>
    <Compile Include="Internal\LoggerExtensions.cs"/>
    <Compile Include="Internal\ServerAddressesCollection.cs"/>
    <Compile Include="Internal\ServerAddressesFeature.cs"/>
    <Compile Include="Internal\ServiceContext.cs"/>
    <Compile Include="Internal\SniOptionsSelector.cs"/>
    <Compile Include="Internal\ThrowHelper.cs"/>
    <Compile Include="Internal\TlsConnectionFeature.cs"/>
    <Compile Include="Internal\WebTransport\WebTransportSession.cs"/>
    <Compile Include="Internal\WebTransport\WebTransportStream.cs"/>
    <Compile Include="Internal\WebTransport\WebTransportStreamType.cs"/>
    <Compile Include="KestrelBadHttpRequestException.cs"/>
    <Compile Include="KestrelConfigurationLoader.cs"/>
    <Compile Include="KestrelServer.cs"/>
    <Compile Include="KestrelServerLimits.cs"/>
    <Compile Include="KestrelServerOptions.cs"/>
    <Compile Include="ListenOptions.cs"/>
    <Compile Include="ListenOptionsHttpsExtensions.cs"/>
    <Compile Include="LocalhostListenOptions.cs"/>
    <Compile Include="Middleware\ConnectionLimitMiddleware.cs"/>
    <Compile Include="Middleware\HttpConnectionBuilderExtensions.cs"/>
    <Compile Include="Middleware\HttpConnectionMiddleware.cs"/>
    <Compile Include="Middleware\HttpMultiplexedConnectionMiddleware.cs"/>
    <Compile Include="Middleware\HttpsConnectionMiddleware.cs"/>
    <Compile Include="Middleware\Internal\LoggingStream.cs"/>
    <Compile Include="Middleware\ListenOptionsConnectionLoggingExtensions.cs"/>
    <Compile Include="Middleware\LoggingConnectionMiddleware.cs"/>
    <Compile Include="Middleware\LoggingDuplexPipe.cs"/>
    <Compile Include="Middleware\LoggingMultiplexedConnectionMiddleware.cs"/>
    <Compile Include="MinDataRate.cs"/>
    <Compile Include="Systemd\KestrelServerOptionsSystemdExtensions.cs"/>
    <Compile Include="TlsConfigurationLoader.cs"/>
    <Compile Include="TlsHandshakeCallbackContext.cs"/>
    <Compile Include="TlsHandshakeCallbackOptions.cs"/>
    <Compile Include="..\..\shared\PooledStreamStack.cs" Link="src\Servers\Kestrel\shared\PooledStreamStack.cs"/>
    <Compile Include="..\..\shared\HPackHeaderWriter.cs" Link="src\Servers\Kestrel\shared\HPackHeaderWriter.cs"/>
    <Compile Include="..\..\shared\Http2HeadersEnumerator.cs" Link="src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificateExportFormat.cs" Link="src\Shared\CertificateGeneration\CertificateExportFormat.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificateManager.cs" Link="src\Shared\CertificateGeneration\CertificateManager.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificatePurpose.cs" Link="src\Shared\CertificateGeneration\CertificatePurpose.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\EnsureCertificateResult.cs" Link="src\Shared\CertificateGeneration\EnsureCertificateResult.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\ImportCertificateResult.cs" Link="src\Shared\CertificateGeneration\ImportCertificateResult.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\MacOSCertificateManager.cs" Link="src\Shared\CertificateGeneration\MacOSCertificateManager.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\UnixCertificateManager.cs" Link="src\Shared\CertificateGeneration\UnixCertificateManager.cs"/>
    <Compile Include="..\..\..\..\Shared\CertificateGeneration\WindowsCertificateManager.cs" Link="src\Shared\CertificateGeneration\WindowsCertificateManager.cs"/>
    <Compile Include="..\..\..\..\Shared\ValueTaskExtensions\ValueTaskExtensions.cs" Link="src\Shared\ValueTaskExtensions\ValueTaskExtensions.cs"/>
    <Compile Include="..\..\..\..\Shared\UrlDecoder\UrlDecoder.cs" Link="src\Shared\UrlDecoder\UrlDecoder.cs"/>
    <Compile Include="..\..\..\..\Shared\PathNormalizer\PathNormalizer.cs" Link="src\Shared\PathNormalizer\PathNormalizer.cs"/>
    <Compile Include="..\..\..\..\Shared\InternalHeaderNames.cs" Link="src\Shared\InternalHeaderNames.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers\BufferSegment.cs" Link="src\Shared\Buffers\BufferSegment.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers\BufferSegmentStack.cs" Link="src\Shared\Buffers\BufferSegmentStack.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\IHttpStreamHeadersHandler.cs" Link="src\Shared\runtime\IHttpStreamHeadersHandler.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\SR.cs" Link="src\Shared\runtime\SR.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\DynamicTable.cs" Link="src\Shared\runtime\Http2\Hpack\DynamicTable.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\H2StaticTable.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HeaderField.cs" Link="src\Shared\runtime\Http2\Hpack\HeaderField.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecoder.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncoder.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackEncodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncodingException.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\Huffman.cs" Link="src\Shared\runtime\Http2\Hpack\Huffman.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\IntegerDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\IntegerEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerEncoder.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\StatusCodes.cs" Link="src\Shared\runtime\Http2\Hpack\StatusCodes.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3ErrorCode.cs" Link="src\Shared\runtime\Http3\Frames\Http3ErrorCode.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3Frame.cs" Link="src\Shared\runtime\Http3\Frames\Http3Frame.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3FrameType.cs" Link="src\Shared\runtime\Http3\Frames\Http3FrameType.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs" Link="src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\Http3SettingType.cs" Link="src\Shared\runtime\Http3\Http3SettingType.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\Http3StreamType.cs" Link="src\Shared\runtime\Http3\Http3StreamType.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\H3StaticTable.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\HeaderField.cs" Link="src\Shared\runtime\Http3\QPack\HeaderField.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackDecoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecoder.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackDecodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecodingException.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackEncoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncoder.cs"/>
    <Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackEncodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncodingException.cs"/>
    <Compile Include="..\..\..\..\Shared\Hpack\DynamicHPackEncoder.cs" Link="src\Shared\Hpack\DynamicHPackEncoder.cs"/>
    <Compile Include="..\..\..\..\Shared\Hpack\EncoderHeaderEntry.cs" Link="src\Shared\Hpack\EncoderHeaderEntry.cs"/>
    <Compile Include="..\..\..\..\Shared\Hpack\Obsoletions.cs" Link="src\Shared\Hpack\Obsoletions.cs"/>
    <Compile Include="..\..\..\..\Shared\Hpack\StatusCodes.cs" Link="src\Shared\Hpack\StatusCodes.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\BufferExtensions.cs" Link="src\Shared\ServerInfrastructure\BufferExtensions.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\BufferWriter.cs" Link="src\Shared\ServerInfrastructure\BufferWriter.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipe.cs" Link="src\Shared\ServerInfrastructure\DuplexPipe.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipeStream.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStream.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Bitshifter.cs" Link="src\Shared\ServerInfrastructure\Http2\Bitshifter.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs" Link="src\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2FrameType.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameType.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\HttpCharacters.cs" Link="src\Shared\ServerInfrastructure\HttpCharacters.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs" Link="src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\MemoryPoolExtensions.cs" Link="src\Shared\ServerInfrastructure\MemoryPoolExtensions.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\SslDuplexPipe.cs" Link="src\Shared\ServerInfrastructure\SslDuplexPipe.cs"/>
    <Compile Include="..\..\..\..\Shared\ServerInfrastructure\StringUtilities.cs" Link="src\Shared\ServerInfrastructure\StringUtilities.cs"/>
    <Compile Include="..\..\..\..\Shared\CancellationTokenSourcePool.cs" Link="src\Shared\CancellationTokenSourcePool.cs"/>
    <Compile Include="..\..\..\..\Shared\Debugger\DictionaryItemDebugView.cs" Link="src\Shared\Debugger\DictionaryItemDebugView.cs"/>
    <Compile Include="..\..\..\..\Shared\Debugger\StringValuesDictionaryDebugView.cs" Link="src\Shared\Debugger\StringValuesDictionaryDebugView.cs"/>
    <Compile Include="..\..\..\..\Shared\Metrics\MetricsConstants.cs" Link="src\Shared\Metrics\MetricsConstants.cs"/>
    <Compile Include="..\..\..\..\Shared\TaskToApm.cs" Link="src\Shared\TaskToApm.cs"/>
    <Compile Include="..\..\..\..\Shared\Metrics\MetricsExtensions.cs" Link="src\Shared\Metrics\MetricsExtensions.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\System.Net.Http.SR.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net9.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\e4f1c803878d4155abd17cf03a181546\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f64e83f3e5c41489a38e5d7082ce49d\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e23bcf6eab44ea794a50f425ee7748a\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b1d02abd358a418799090490f8a84b05\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c5188abc15214d30a62404dce65c9cb1\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\565355ba662e467aaf0e568b5e5d9387\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\382cafa33d4242658946c5d718ac4363\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b466af2e91ec4a17bced66ed0300c955\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47f462f08e854d3a940c26b7c4d82c9d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7e2164c3d1114bd5a0120c9c4a354a15\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\71cf31ff46f44a95a187fa6f51c38a68\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0e9f2ab350f940df99e4f1b5957fc487\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\81c36a98257b441e88c1248a16fe4681\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2c11e01b39bb4933a7585af4816c000f\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9db5b3c658e54978a814b6ec25e8dba0\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b367076672c54a4880ca91c2b5df8c62\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48f20b0c084f4cbdac5591dfa5b90c64\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aeaef0a045e94be4bbdfc0ae0e3fcac6\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\77a4161603c04ba199e711174a7f5f4e\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dc562e2a161a43aaa2dfc152e222770f\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cdaab095ef8b4baf821814801e177615\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b93be64abd474451b8946f30dff911e2\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\df437adf4f6d4bf0aac3a8066e050868\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\be059bee24a242ea9c3f70c5b1e32835\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f392bd22c2d4eebb72c59fc0fc11530\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\83736562e45a465d9395f94296e2762f\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5cd70d0bb6434068bd752695032743f5\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\781d90ad75cc486f9372f1422127d9ca\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e91b67e7ef74bb188852fd61e0ea0a9\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b90dc7852089472789c3c95092bc7afc\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef2bcbae56a24e9cb0a4474fed663c43\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9a5762c9b2d04fe78f66ca571c29b03e\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fb6fea08b879419c8b33b0432f9f497d\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b7a942eb2ccf49c68c5ed7fe958f4ae1\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b9249457adfa4e95959b75ea632b135b\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87496b9ae9af49afa96b18c76d4b90db\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6a55e5a75135456084cae797738a946a\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a6441030cadc4fbfbf3a59cb8c33cee0\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b84d4ec3bf44f898fabffab599da86a\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8682517f2e6e46b6a491fef3117b151d\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e9dd62283437415b869750475d4c1635\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\db779b722bb04166a41fbf59b1f4c27f\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a0234dccca134bf0aafc6d5313c16026\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5664e992a3d743248781ac0752cac716\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f4be80bb14ea4815ba51d41af667c813\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48079cc0e9654bd0b4244930c11cdd4f\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0ca69d373993474b8dcef6fbf0533610\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ceca3e673cba43f4be1ca3af20e9efcb\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0618e7f8364a4f64b7efc633c26d9362\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9878b924cfa44cb9835c5684476d5272\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\41278a8000354b31836a7864a4d08622\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6756d8587f2242a3a481c6a819349fee\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\18c6f75b2476463aad55086512e15918\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26b95dcbb5c742dba09dbd4107eab07f\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26c62a2367f4499cbda5d90eb8141ed6\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6986e50a236044a9b6cf3c7dac8e6e9e\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e2fa5ed79994704914d277b948e9568\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6c8f9ac7820a47729b737b72d8be356e\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\583ecc0c44ce43da82f52321cd249f75\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9a0c7af617f744dbb2517e91f555f588\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1e9c7d2d3e784beabbb3f9f18825c1b2\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\16b34f3736d04669b666517f92540516\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34b6b343fbf5485282c1f59307d9ed2d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\969e3735ea884c83ba1d5a6fbb589204\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aa76ec834cea44bda0afd1ee32d1cf55\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3aac3fdd57c74f55a0264cbc5a6d7429\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c35d12e384e141b59bb9bbe581b90292\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\72f931040d464dc8869fd579fe2be828\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87ff83efe3c44acfb105de9ede35bdef\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e1551f6ffa52494e888c3332b4499d1d\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\edb96abde2e24d62aca552591ff65445\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dbd4bda754124f48b613405ea21b9b08\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e2b056df15945eeb9ec57041167d18c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\04ffbd3e69b3493c9c63264a2e3e8e98\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7ac0851af99041a5ba67bd3dce60a39c\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8df81576018c490bab282ed857692aa0\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\de5b4e8d85d94736866beaaefd82a2ff\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\35e55ce0c51a4eb9b73b8c797e20c26b\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\379be0aa5557409a85ed1d28627eca48\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e7c9cc7290d04a70b0803169c1d08cbb\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a9fb67bb44c7410d8eed73c0b2f3db0f\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\76229314c0f04b41acd92d139b0c6d6d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fed243999b36497fb4d16ac4a3414061\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8a510188c4694fbfb28e6334696fe4c4\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\24876f7a76bd415bb0ef46dff164ac2f\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f5e8796938e4ea98b0dab779f25d996\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8f52a335ccfe4ab6b1c7b53d749d5e8f\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\be00d843035d4f38a22569735c6a6115\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\31565ef02286497a93ace22a712b988e\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bd664797aa974f0196b4b20484582be7\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2037748e1d284e50b287012f47eec4bb\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3d0fb02665a741228be73199f7248b3d\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\035650b423cb427c8cb0b5f235e3b25e\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\492b8297b23f49d0a1fe274a9d6d9a8a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d9e481662d6540b1ba48f52b2d0a4328\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8b068f2132fa4475803c8dcb705a654f\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5c0cddce7aee412181c84ab17c05a99e\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d6ff46b239294af7b68496a923b9cc6f\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c539700ee6f94875b8d6d2847b470268\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8a54e4d7182b46ddbe1ef8345e6bd812\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c84d37b8bcf24d4192504efea0ed62ed\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bfed198477074b3bbf3ae03e36b05947\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dacb4e55a2934a27a9ffefd17de7df5c\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\856476aed1fc4e23becc117fd60e03c0\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1cc3647fd77a4156aa6007091b0ba5a8\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bc24f1358e484e499e61406e5887aeb9\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aab33d6160a34544890428a39fa0c606\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f9923edd2a24f9e868a4e05561a865b\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02c24c4a2e1742288caad22942d1e8c3\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f173501cd5fe488a81583ee03c01fe27\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\956ea634b4114a40b1f724875c2eab55\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13e5da4783f44defa28665a4c87ee81c\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\200ced15d3724bb1bbb2611d38d4d6aa\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9cb90fd8e1e741d396ea29b6fddd302d\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\18e5d734217d44198c6b6c789374304c\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e12bfb5e349a4d6cbe3e775686e9a514\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3b275410fb2c4d9ca47f90e047e6f0de\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\afd2278add3544d5bf9304a769da703a\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d2cb80cfd2704fa4b803a894ff6c4c02\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\80834825bcf04549bf365fff234fd055\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2da36c3100af485f8ef67f073f7e0d22\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e532b44b7ac40f794eeb0afdfd53442\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c0706e6eedea4b909e01eb8edd344410\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4a62cd9bdcca4b999ff908a1da12a4f2\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7eff89fb28b54a60abb1f7dee059fef5\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d0e1aa5d440c422aa90755487ef189b5\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e94ea6b602c436baf890070c429abcb\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\871231fbe65b4b36abd5887e49c99959\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b2f8cb2fc5644c0ca82f646f3c885c89\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\53b82df95fb348c89a31c4c7026d83e5\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78d904c49fff4e5e910c88f761d58a56\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3dc03d166b314af9964030c2103b9628\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\190d2a1ab0624e0f98b532d35c90236f\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02088e83ab3c429e966f53a40469d095\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7a47e477a2844219999c879861df0619\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa969ebca8d04602b0bb5babc403789f\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c69cc1b522b6414ab4f84084d12a9440\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9d9ac4d707e040e88e09c4d6f9dd88cb\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f6fe57f6ebb743c1b525319ab6a67aaa\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e1eb0ee8e0b84be398dadaf3298f7b57\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5274957035f64652a70a7ff2639b1dd4\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\76e216419435428da0677758abf02748\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a360ac8f6cae4aedaa63771ab8885a2b\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02a3bc9c291a48c1ad1e8cba744a7d65\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f5de7365e1594c6892322a0b5641a68d\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f89888c83869405693278b4f486cd0bd\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e06bd181d14457ab1907cc31ba74e40\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d3e010e5786640b78a65934c7aed1426\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2f4f20a7638b411982294e11b74c218c\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f5410ded72974a6ab859c5675769b172\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d710b3bd3cdb47d1a37e0de40904cd45\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7e480e8333674855b38491cd9e9052a5\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a39d62aa847c4d8bbb2ce60975cca73a\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\55d6bc2aab7245f89ad54637b4e3c3ae\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cbd63b053441409c829ec163e7cf6016\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dc6c0f96ec8b422080376664c869c8f1\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5ed6e446ebfc494f91eeb41bcdcc11f6\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\37a0d59c21f84085ae7127912c83e5e6\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a53db9eba0c6418d86b9f9d9dfe7ddd0\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3192419aef0d4b33842bec37f62124b9\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4fdbc2ccb2a74da4bd38489b4f947cc5\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1453eff5411541a19387e14a67df1817\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e33f43b27f2645e0a4376ac6832fc927\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9971e8b6434f44268ce82fa05c2f0890\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1a9e62b0f9d54c20b3d2dbc82f8d668e\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\07fc07187b8b482b99fc66ae4bc38f4f\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c9c7b001d1e4f89b2f54d1487aa710b\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5a5fbc229cb9419690a62f6e507cc39f\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d41eec9bc6bb4666b6f9b3b49f70409c\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74066ce105734384a3b4978ae7c1d301\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\451c2258d8a445c799317d33cc3ca936\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f8b6c3948b074b6c9e75196d7baeff19\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cfafede331fb41b9a1d531fcac3c64e0\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f62a9251b98246febf8c972966d61aeb\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2159fc27d35241d9ad95aa6c97823fbc\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19268f564d5549edabbfb3a1cb75fa7e\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa687fc4eeef436299620102626e4219\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d48878613638452ca47493229094b733\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef3cb816e21e4a10a86958b5a501f6cc\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4b9c4a86e1bf41ee9e58bfbf15c4d070\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ff7a12f38cc64b2298afe6069291eea1\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7bcb87403f7c45789e9be773f0fdc159\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e6d468863aa4ee08ad983624e4908db\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8c352fa1d7054c299cba6d974aa875db\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cee5f082ec0496fa1a517eabd9c9a92\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\233f295ce2994c8b8d4b8ba81e33fd3c\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\59ed5e7f9f0d4d988d25802642afc1cf\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e7bd8e8b5f0348f2aaf9c47797218233\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c0f42c778f074c3bad7d7ec1ed4dae07\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d4646490c4b04e529f9bee3563366170\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4b0b49f7b0d74f3c93f9ac59b10afac8\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9aa9e2249bf04979b5fc5d2eb8636e54\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e0d639b5eb604d208678e56fa3043aa1\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f860968342ce4bb0aa5f0e34cc40d347\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5f31ba1aacb549c0bf8fbe54f2068b15\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9d5a2448fe4a47e8be3ffa22515662e6\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4ae4f2114bfe4df1867b7bfe551b0e9d\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\236478e6c2cc46f4a800abf08b76534e\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f482cbafd60f4b2191c563203ebbd983\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\967a3fbafa1d4c148bbd54abf51c5a2a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\53e2c408df7e4fe1a828caa750b50896\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3947ea5ece2a4e45a2798788b23880cb\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\57c42789f80d41a68cc50b4cfca2eaf9\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\881a1688dc344635a38933f552b60813\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c57bf175ba24e2f830d58d84ead6898\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d30cf6a2a2b24e89b7a6446449b7a9d4\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\57fe0f0483b044279129a872ef444f7e\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7fda1a6d006840168552fc3f0c6b4ef3\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6ba6cf8deead42628505635b50753d64\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3455476ef5424bfda68737ba64dcb65e\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c9d63ce61acd4a7f841877798694e28c\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\22bfbc6e473a4362b0ca5574532ebbe4\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e80afa537c0408c9736d7a354f8f600\WindowsBase.dll"/>
  </ItemGroup>
</Project>