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>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.AspNetCore.Server.Kestrel.Core</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <KeyOriginatorFile>..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26153.117\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;KESTREL;RELEASE;NET;NET11_0;NETCOREAPP;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="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\PinnedBlockMemoryPoolFactory.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="Middleware\TlsListener.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\Buffers\RefPooledArrayBufferWriter.cs" Link="src\Shared\Buffers\RefPooledArrayBufferWriter.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\Obsoletions.cs" Link="src\Shared\Obsoletions.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="..\..\..\..\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs"/>
    <Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs" Link="src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\System.Net.Http.SR.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\f0526bcd5eb445b8ac234f01f5c6984d\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f03058b9543c44bf862b75a55971f44a\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\30f1c050a49c422d928b731d1fa97d41\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b6174bde001c48198c5e3426b8c620a1\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b4beb82ae6524c8bb0234fb31cdccf2e\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d7e17a5e86d84f17a27e04c0bec38e24\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8f9a191c5ca6471a8560949cac4ba4f2\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68a79f597b7843c4b8420dfdd0e3c96d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a6d6988863884d3ea1d9fc3760e8a5dd\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\60ef5927e9e54a3da47e22dd09a9c3a5\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a1db2b4551cd4100bb4be93cfcd1e710\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\07cd3631bddb4ef6806c298712ae6bee\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f4eba9e6b3f64a118f485a8c33a01155\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e2e31945233848dcb116af907a3bca06\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\66f1d58776d746de9d8fe2c13d6309ce\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d98009836234e899f1cfc6f25bfbe9b\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3029c94728234b5d91bf54169910d73f\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\659b1dcf12a746d5aebf96971ab2ad34\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3845cb1f614f403fbe45fc63abb9c941\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1b0be28dd8a648da9675df1c7bc8a57c\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\257fe247b5e041c88dc3a0a518e237db\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6209a4bf8a6240bf9a74163a3cdfb0b3\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\08a5b63626c44c4db00a7f65d541b03b\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d16b0409331146179de422523109628f\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2640be1cca8e40a9b268727d306597ef\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\88d0f1d1f3024aefa7b27c27a2a6925a\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\57ae17277eae4185a7a3efad120f263e\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eb5277c6bfda4581a15eb96db23eaa82\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9c32d585818b4df486e8e09d5d29ca7c\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7fce5609d9594237913e6249591e9869\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8df14d69e0ac4e7193a137dfe99a75e1\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\abb99a9667d4451b82c533802a87d406\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a7f0a305b3c94d1eb3a08f84a36b17ec\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\53fdb909b30f4cd39c0e9a5e44ed0efb\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7522f2e690184f4082af4c7760503fb2\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19af5319e73e49a384b5162a763db63c\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9bb50033bdde49059f3470dfe28080f3\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b79c68fb133046de8ddcf8ff7d192c04\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1e63f5b1a1de4f32a9e37b14213fa6b7\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\58007b52f16d4186a5db16c9bc506f06\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1b0de9b674e2400d863b01d9a94ccd97\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\64ae5fd209054309b1619e8b6e9a4fe3\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fd4b0c8b485c4045be41b649da204134\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d6b4e2398d6548c0bd55b2a46aeb144e\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f56dc3b238154c808dbb8bc43ac354b5\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2aeda4f96f21498381f52e7bc1f99b9f\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f8b1a760a4064b728ecb6b345c8b89f8\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\84e4206ba5eb45e6b8466ca14b8c44c6\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13351208d6754c9ba934a1411b755e6e\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\14cc53a115b140d993a3ce4ad897e49f\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d2f7530e61347cc9ace0f6ab5e14673\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\921171f0765a45cda6963806357a8811\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\971dd8696524472f872aec9815d3d39e\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9be26105f6274d478b82969dc8d01a9f\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\38265886f5954d7d9c42df33e2eeda37\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2d548e5826064867af2f6fbf066cbc80\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\caad293e45884a91abea9dd7b4ebb58c\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1703d4f90e7d4b239c73953597db182a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6078a6a6436b4c978b4954aaa8cdfc16\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e16623c07884959a2b6a402de814887\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c1972366d024731ad2e77cb3fb25364\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2b4cf91670944935b35dca76cc8f5d7c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1408c591ff8d4717b04389311c32caeb\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7d501e1abba745529899e8548b9c73a5\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b371bbeb4ac44d47bc42c3bea0bfb564\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\51e7127941714e6b89945620a0d994ac\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8657184856e1416fa985eda2060ac723\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\64413ae7386341db9e3a7cb0f906bf87\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7713edadf27147199f43f8b9a67d2a02\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\67a4193d2fd64f818d39d4b0f635a8d0\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\012f0be4e8f24b48af2facce7d6965bb\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c42ecea5e84e433e8539971f6e3d3ecf\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b10c09a2d9cf45cebe34aee17b0a4c61\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13df77202f7948969b0e89ff24eb9f48\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\df42d5fbb33a43918b422bc4abe5fce6\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c304003997f74b3984d72bec29c46613\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4511510b238d47fbb989658a94f427fc\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\67f243fd3d634b4eb72a9c463341a8ae\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\503c44be8d0a4fff9429151b8f1f7f62\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78da140fe66a43e48f8d6fcf337329c3\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\30f29acab54c43c28db215c4179a6f4a\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1f3c75db47794d599a7136fa961bc69b\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74faaa8174e84943a765553a136bde77\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ade2c58b6735444d8acf9349b468933e\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\279e8210881d4ce49fe6bac521e2f758\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39a8f366c2104c35b82f267fdbe24974\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\98a5d5591493444285fd21723cd43eda\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2da2675249144081a8ac046badf6518a\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\747a81b35c464732a038a8bbf67b409e\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\012cbcfe6a464fdc9017dd82cdaa3bd5\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d38d19ce46b8461a8216f1928031a3b8\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\af0b59d5caa048afa2959dc08fcf43da\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7d8e352c0bdd46dcaf76ef6cbef460c4\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8b45a2ad704e4f66a267724ec20ad745\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\30b8657c0a714aeebaf5691320c1d954\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d49df9cefc124d63b8ba540508cf6905\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3627be3c1c7e474c83bbd3726454df97\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\40141315f0ae4c92a9b7665c0f185d83\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dba57e3d0fd642c4ac3541b1474dabe7\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39e762b7069e4cc0bbb7d62547190fe4\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6f9105aae6704e2f8da5db27184a3166\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9c91d372f27842f9b204d64af686a1f6\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c20e644ff3e7429fa89b455ad1a59a96\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\084849ccc7ff4578a97c2acc4877a7f2\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\913b3a90f43a4aabb81f9ac9beadeaee\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fc5ec9cb6c704b46a0eed745fb49c241\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\df27556eccf04a4984422387ee5aa8e2\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\22302ca604bb4bfcbecf77d614b98114\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bb6f33dc36164128b50cf3bd8a4cdc41\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\31fe2d8169754accb062f9ed1579ae76\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\903e348a687940239fe6a59eaf08e306\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13846b55bce44db396fc51f5127ed6b2\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\479bd33ea8c94bae86be28ac5acb62b5\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e406f29ecca47dc8bcd7e7ebb046ca6\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bf3b269462b045a8af6a3872e711dd80\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0c27b5bc4c0e49a780d8cb1785fdcd48\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\430a4b4397c0410a9b1c83d25566279c\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0e7a15a2dab0443f9095a95d02b26c96\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\531bcbdd4cdb425386c2ffecf65a4b4d\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3559df936a114b599eba23a7010261a6\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ffa2772958c3481ba0eb5518f82d1e88\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\269e5d325e9d4883a1b74ba70d351e2d\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\41cbb3b95f6a40eaa1674d385fcf8832\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ac2e568176a44a799f44f8872f1cf9ae\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eb396317e36e40b28f6b5af351bf29fc\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6a706368c44d4c8fa801ed70a226d5ec\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7b14aedfe2df4847abc0d4001f05813a\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3fa2d29ae72a496ea571c3a16e50e4b1\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b486854a6e5d46299de6d5f083f1de93\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7728858cc1bb4349912c688438ecb50c\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a50051d8d21b406e95ab403c9d533655\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e9340d21f9d474cb4ac4c8cdf0c7319\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3d12d93d2668491089c9cea6c92179a8\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\21d90d42ea704b759d33095300e1ccdd\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a3152cd80a87442b8a13fc5075d2ed6b\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\104b4469c2fe41a2848bb393e1dbdae5\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\97b29104a1c14ad19c21ffd39c08693e\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ab93f9c026fa46b892e80950b6906a8a\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\45d9ac5e294b406393273cf5254941f9\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\61ff30095a3b441f92350b76f5082488\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74c8388089bb4663a207743fb447bd7f\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b29f64b62dfc40fd8b370c20060f84f3\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9911f147ef384add9d7bcec1f1b39376\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b45bfe5bdf244c6bab5fac331d05b0ed\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cb0862b764424e838eed1a2d7a8c892f\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ecbe1e65942145bfb502cf530f6c0f98\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\304b83ef941840a1a9c0c312e042d05a\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7ce37d9c869c4e1f844a51b66ab3ec1a\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5b6b5c95387049ebbf2d484b6859b133\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c6bc2a9358904515869a97fb3dc771e4\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d53e5a959fdb41719215ef7704714985\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b375b84eda8d48bf8cde19f0396c4ef6\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1583ad9f12af440c939c2aef3a979b52\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8c22b7fc8219490fb6a8e5c17cb6670f\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\84ef6ce9246a45d68eb14c8eb8cdecf7\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\282977a1d0424334bc82b3fbafd32289\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\955f5e37947f47f3893a07e894513b6f\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e2bbcd3e5264fe899c8ae459a69c5c7\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5cfeb2f748b940489a8e6fe052c90b8b\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\357a391662eb42898bf510a1f78f5404\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f64dc4b853e14c4cbdb05e563ea9eb3d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a6cbeeebc3484777b56b0b050b0fd7d8\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c3bd4920997f4a22bebdbbe9668ef598\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e1180d74e7c24e2d8a67d8d10e0a53ae\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bb7e442ecf8d445cbf9874c0dea06588\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\128651aa2524471787bcfb0c35bb0780\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b3e0a920e43e48428d37e354b65a3509\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87eefdef26db4b568da7888544e49107\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5303568ac1154d2d809c5d1554f8538f\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a45cca8999c84a96966b7280d8dd42c0\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\efbe5902cf2d4f768ab59954f22ad067\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c361e8006ca64b8db48dd03cbdf37ccd\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\488ca5367c2141619c7f25541d9c226f\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1a17aecc92f94ddb8121ef42d2b282a7\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9cf3fd1358e34209a79ed73bfe665f5a\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eea03b46b683419eb783e4c13fc5af56\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ea5da8c8cc2a4ae9bf17071de4ac7e19\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cef11ea698e44c368ae89bafe4433840\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7fd3ec4a50de4a9c8299b1b155cdbc4a\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6bb09853d1c44627a2aaef90c547d04d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0c4e605f262c44cab2a56bc588404008\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5b8c60c94b3243bf9459ec94f506dac3\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\57f384abc70a4e678b27b6f0f77ab3e7\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dfe39a52e75b49618ca3064b350a5f41\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ecbef436e9e545f4b4c9d0f383be531c\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8a2e996da3d9433aaca978da5a8242ca\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1ccf23ce245a4367942d583c222fc61a\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\69dad00b82d141608ed8c3213eaefc66\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5f8558c4918f4cd8bf34ba1ba0ea14e3\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f563999da39c417495f229bf66fc997c\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2be291d5a0444293bf0516da76189cf1\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0099c15752054d0cbb1d3c1e254fa4fc\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a8e718826306426091d48be00dd9acb0\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bd5feab3faa245d5889293ac6c25589a\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d19d5a59f7d34a1295d97e9b71408606\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a0d974095b6a4663b12b0b70bffeddea\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f69af6a6ee04e47a908be6d96108446\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1d6b8f50116540e8bda3d9fb2e4ecf92\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6e96c6885f6a4bc2b7865678207b764f\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\61360d396b7d41ab885110779c4b7425\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2895b6f5752d4a3e8f8f4fee3da9aae9\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7cb4720a72c64ab5a375cbe5e7a14a64\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b9cc00041fc5495782ac2fbedb2ac62e\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e88f77b775e641fdb75b052a0168849d\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\136e736b7bba4bc0a91171a930687aa8\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\982a831904ce453a9b2857f7691a3b5c\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c51201661ba345bebcbec7765b60602e\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0ccd0119007b48e39f8636d01fad96ab\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34cb1b2316de4b34948b1769332fc85c\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e51489c687a44b1b4e790ec75829fc8\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7812caa95e6c44e48b9775a972fb958c\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c7bccad1ca0456ca0950ced5c5a75ff\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\72a01586ecfb49dfae5a9c27014e2b2a\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d0b917410c54abaa4690567430b558b\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f6e6cb34d534a84ad2aee594b7a105a\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cac86ee1030044f5a653d426fdefb253\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\db3696f3bb2a45198b0deaecfc62610b\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
    <Compile Include="..\..\..\..\..\..\_external\2\RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>