| 
<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.25529.101\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;KESTREL;RELEASE;NET;NET10_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;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\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\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\System.Net.Http.SR.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\70c5187b878b4aa8884b340bb77968c7\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a0181509463b4b50a4c8b54804493be5\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f1f88473f71f492d868df9db77efec2f\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e3317a5e9f0a4109919359ae2fa22edb\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\962551afd8014130b1cd2fdbf4376af0\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f3ca68c23d4e45b1ada46ef948e8e118\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c71f56a67ee94a549d67aa8256196ea4\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c4c1937ee84d4eef9114f538b63120d0\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\33d827056938435dabf5d46c7c39a08b\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\189098e671794341a218882038a9c3c3\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8259723cd7214d4487dc96c644a39412\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a21ade8af8db4184966cba009593f75a\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c4c2b94960042aebb93e809af2ca4bc\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3bb18905ba984cc1a9adaee78c9f5ca9\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7b652a26a0b24baa8ab4952610f045d5\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e94ade9c3be488aab3dd932323924da\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e235fc280704dc7809f5bafba5d15b8\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f702207d94ee4823b0da42a6745b468f\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3552533b566d4392ac491955368cea3c\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\738d6de85e064e129ffa933ee3ff5ea7\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7f4bd0b244264d6fab425d5564d92c4c\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7507bbeee4744822a68c4c6ec6b9a6c7\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f85ab9829a164c6b9accfe02f0abd802\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c97a39f7ce5b4b008a784faa8648397c\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fae4ff5aeb5e4619bb055d4a23e80dd4\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\318318f7ce554626be29c0b9c086972a\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\55ba443890224fb4ac1f76673293a0bc\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\702de0f4caf044faa39274f34d9c2229\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c2736efdc193463dab21f7715186843d\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5228a1d10948497d9fe4d59f82f399cb\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e88e7778f334cb1b8ce8e09114d21be\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\43fde5c564a741acabdf7568ca3b7bf9\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bd70999531c54c70ba8e41c9e4ab6d7f\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3d7866bdf9f646daa701271610d38c94\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bc92bbcb8920414c8da337683309eae0\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\034777f67f314dc5941bc0a20a9e6888\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\129f7275cfb84a4e835dd89e75cca2a0\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\16ffa69287704e5d9ef818aa654a085d\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\73a30324583548b482896a314ea39509\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\96f69374b6814e478df7201c04f067ff\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c85221bc9c7f4a08a4cd1ea2e2de32e3\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9500be8a3ba94e46b91f199f94b5dcd1\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5412efa7b6934ca8b39e1f5132edab91\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5dd2607950954dc796039951017ab5d4\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7a7c926ee0c94a0198e484e566e9134c\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\82e5eace2e8441cd9015d4639ce6367e\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\658d28569e064efca8e3d1d4de1513a5\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ab48cc64473f4355bc9b411bd367f47d\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d3b54f60a29a4149be5ff02e7daac1de\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8f76abdfe9c849f093cf8db05eee7ee4\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0646534e0320461fb8e3b1c3a15caf79\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\83f4fe4e7c4f48d486f9933e7c6bfce8\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cc4fb88e8aca416389f3577fae4e5ecb\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cdae635ac205445680f154ee15e68c5f\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ea41a8860603421f8ffa6c14c8a3fb36\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\990bbd29da344fd28f8f682c56de0a87\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b0e813339f9d44908c847dbc184287be\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9d98d796ddc54e209d5e8e884d8911ad\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f6435f9d842a425daefcf26b71a0c532\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34fa4a6a87a549d2853f17bcc87a5887\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6cff34b93fcc46ed96e42e3f29f95f34\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ffcce4e75beb4516b60fdf8954a064d0\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5031e46f87444a15aa2352bbc0b9117a\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6904bee065f142c1aedaedc2a42eed22\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\767bbe00eb8c454badb1831f42458192\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c5bcf95268f346c387d5f14c267717c3\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\86606a848a234c938ca2e776efa27b0a\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19278b59f5c14b5ebc88180d35d65e3d\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a5bafe24ceb145ad80fcaf340fe3ec8a\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f89e8ac6d7044b5b890d515c1c2ef6d0\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ba3e187756e24d14b67fd8bb4571481e\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\21254abf7a594076bd8fdec2363b8658\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cba893558bff4f5eb33f9c82705849d3\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\492dedcbfbb2471095250236b57be074\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4fd1ce11a820495e9de45c0f3e202dc9\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68ada7fc70ae47108d3683a9a6e2f028\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7254d57858614ae09155c36b755886ba\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0134981e47524666b9273a47b4f2020a\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c32733b058eb4333b847f728e5966751\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a5a5dd9703cc42b4948615a79f7475ab\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ce47db5f0b244ce9b0a455bd6dcc5e3f\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e66079ad0e44ecd8d5d5dbf755c4e86\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\673a427267fb455ea93f55897f258ebc\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f0ee3f2eab34517b8406f0d8abe421b\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9a22a30655924eaa81fde4b04ba6fb41\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\76f6a2157b5e41ecba52fde0cb176e98\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9a432190b79b4de7adead971b51104be\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1d72ca2154e94242806d0f6c9d13eb8f\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\48333c112787496395affe6da12f1e72\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d74737fb660b48cf8c3d5d884a0308f0\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f023cc77af1f46fcb2f6cc94b5728758\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ada588eb8d1c4cb0bc137a25a3dcf05e\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b75184d92fe346f3b516681c3b55b4ac\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b3d738f3ec74105b14da87dc0518928\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3b1b7effaf3b4ef1b7bc43965670cf5e\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78b31b2bdb4242f58c77624760cf9e0b\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\930bef7a62c845479406ab9969f9d7d1\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d3041a707b004a9c8b7428d1f452acd9\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\09158d6490ac405ca089cb406d6c936d\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6086efbded7643b59937cd6531718e52\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8717a66919504f2096e88d889c6a0211\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7a2f8c1d491347b8996c51ac9a91a434\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b7f37d622a25470cbabc2a201b81a7f3\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8436550fde7e4d859db37746fad3631d\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5ad751a98d3b47e3a370755ddf673f66\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\caff05fb7e494bc2ab2b2bdb9fc4f348\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b644722aedb2460b97bdbe19be2a329e\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2f26be33ed4a43728abaab73d7579b41\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b6e36e569fe542bb9ef78d988794f4d7\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6f259960b673466a834fb40b913c4f35\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\05610c5122b44abca927a313eda2ceef\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2141190ace5840649ef9da6f36d9f88e\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\71219a52fbf04402a544e2b0e4d4de80\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dca5362b32df474d818f8ddcc3daaff0\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e654c39c0e6749c9b046163e86efd3c7\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47130dc83e81497baa660c2abc999700\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c9154c8f9ba04969b1d6c77de926a2b3\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e906ab7636f548fa84cb01ab30fa02d3\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34ec6c1df7c34f4db2dea7420969da49\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\216223c1b951436783470fab5b4205ba\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fc3fcf4cd35541b29685e1e6398f47ef\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c36d3ff2351f4340ac8cf14733bfb5c3\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\01696e66675e4e4fb2d5c3917e788f57\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1555d5932e6248328e2c020da73bed89\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\151a282f64294195ab1f4f5c05d5a3aa\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\12f862a2a1dc4ea9a117a0f2edeb62c3\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cdb1069ae7a4460aaf166533d116ef44\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef38a426abee44e4bcee2c8edb7b032e\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b421c892d81149acbc287d0038f50457\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6430bf8625e343688ccb3f9c1f8de3f3\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\227aab8dbf914a3086adea31b0496b2a\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0dbea641a4f642378af0d21763903936\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eee9419e8a7645a89138766725958fe7\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\718a87d3e0ab49e2b55d77ed479e24c5\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e6536b26e658417e89390bc826a4966e\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cc0864b9d273412b89ed534c0a6d87f3\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa7f81a291bc4b8a92d7b5079bf1a1b5\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c855c07f57524df68650087d5952d29f\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\703daaf07b7942d284c322a53f6ef47f\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f51875e0404c463e88d45e2720335ee0\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\52b116fbcee34ff5b581818a963979c1\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\35e90105890348df80b571a2e5cbeff2\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ac87ea40629c40f49297a70d5c95e43d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02f75cc339dc4ca2b7226a631dfd8751\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6d083d5c6a754609b31e0c4b4c7f7799\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\549c6671db51449d9c7cb2cba12aa5de\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\66addb8019634d018717c3784af4f78a\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\002f575ca34b4601a7e9fe181aaa103f\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a27d2c8d49e343e0b4f106b930acad5f\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\93f217b531ee4cf4b368b618c454055a\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1fb17c2ad9484f7d93356ac495df11b5\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\10a7f825f09448d5bbe6b481edb93abf\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\20d8e4c1b09c4c53bc7fcd41237efbc9\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ecf21c0ea19842e6a7afa9a4c6e20103\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\654ae4a81b644fe0b70ee27b404cd59f\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7137ed8236f24e63a1ff182cb09a5d70\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c179b439391043798733c61dfec979f6\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c6d407e45aa04017a5b2e233ffb56399\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4513a9e295cf4e35a67cc870c6c31cc4\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\17cf7a26a6ec4d7fa1e97defb7655dbe\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aae3ef3cc92e4a5ca160b5dd07cb54bb\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d898faebe7094c72963432611af475eb\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3cd6d7f4af354a86bae8fc30c075bf33\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8c03e856ef7d4b81afbf6d470379ed2a\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39b9e4bfa7c04de78e3a01fbd55d72f6\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e02e71c586c4729b06490c33b635956\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\39afbd6ae7ec4d6790feda08d9823df1\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6e7ebdcaffec457caf68d90ec1d57f88\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6938160845f14514b6fded9aea00b400\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\71115db8655a4d6a919994bae675e86c\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1665c04d42a047d789f8a962d32ac0d8\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\29cbcddb3307462fb2a2cf159926abec\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\563a116637554dc7be0a539fde8fe48b\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8b12f9c5c2014382bc5b546ac4871818\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dd40852428294fbba0a1472462d9ca07\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\112f0f40bba345cdb18d417edc778a7b\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1bb1ceff02d448ee87f8808a638c839d\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dffb66ed46394c1a9a0d69f200f73bdc\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\85ee5dd6743f49f6892710514e5dfa77\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6e5bb91d145d433fa817a1fee732e732\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1438574abf90493ebc0c016e52e4eb5b\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\865d9451b7fc4eb887fd0a3c6b19fe3d\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\62738d860a2649d387da29c31a68a2f1\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0c4cea33330e45d6ae490a009fbbadf9\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e3cf649cece443df980e403adb48bcb0\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2d03d98070f746eb95103899e0fa3762\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f51ac39af39c4db8b3cf7f931afed14f\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1874ddb715c74742976b8d643ebe36c8\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9c9142fbaf364f66b210c3efd132a709\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\144eba46e5a04794a8f143818dfb4479\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ee213f5af252495d92e1d693d7d4dd4c\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\08f71ec9f21a4e7cb168c0e32f6d55ea\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ce5abdd4bcbb4c02aa320a60c6071f83\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\176a0fb3d37742509c121172963885e9\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7c82af5582794c57b40c90188f2b1117\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c98f8baecc9e4b45afa5794c7dee62a3\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a37dbe1a13eb465a9c00889103139941\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\46887f0ff0a1485a9bf2446ad99eb85e\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6a8e6cbe2374425c9f17ff36c39de82d\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c606d7fcad7940769489cd3d2a84bbcd\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\802d0abb9914437f99e9e28d66c5ac24\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e9ebd335f4584c2398645e1632f1b40c\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0c99a6e92869446284ceda931bd7c1b1\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9a289dfaee894830aa5eb69a261ff937\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a3de91ce49d44c8f8e9d61116f00d13a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ea7d240bd2074a96a419a672dddd20e0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4e4567ffa2594ebc8bfbb852ebd05495\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7ebe772737a844d1aa12dd789a429283\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f02d0460b50440d3be54e30426a5d3c2\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\84a0aedb773248a59367b2d66f123a51\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1fa1626f70c74a97be37b1ddcd2d0111\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2bf94682cf4648df80dc21a155577850\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0335835576024d4c87ca507124f2a9f6\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\917c8b4fa10341ac882eb8f2b165a055\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\eb95fbf6ede949e79c20b4c623a51c10\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4afbe28fc89449e39ea0a6e709d2ac94\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1984ffe7168a4442a6e33b2cebe43e76\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b883a4799a2746f2afffdb4cfccf5008\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
    <Compile Include="..\..\..\..\..\..\_external\2\RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>
 |