File: Microsoft.AspNetCore.Server.Kestrel.Core.csproj
Web Access
Project: src\aspnetcore\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>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/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/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/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/QPack/DecoderStreamReader.cs"/>
    <Compile Include="Internal/Http3/QPack/DynamicTable.cs"/>
    <Compile Include="Internal/Http3/QPack/EncoderStreamReader.cs"/>
    <Compile Include="Internal/Http3/QPackHeaderWriter.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/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/aspnetcore/src/Servers/Kestrel/shared/PooledStreamStack.cs"/>
    <Compile Include="../../shared/HPackHeaderWriter.cs" Link="src/aspnetcore/src/Servers/Kestrel/shared/HPackHeaderWriter.cs"/>
    <Compile Include="../../shared/Http2HeadersEnumerator.cs" Link="src/aspnetcore/src/Servers/Kestrel/shared/Http2HeadersEnumerator.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/CertificateExportFormat.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/CertificateExportFormat.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/CertificateManager.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/CertificateManager.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/CertificatePurpose.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/CertificatePurpose.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/EnsureCertificateResult.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/EnsureCertificateResult.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/ImportCertificateResult.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/ImportCertificateResult.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/MacOSCertificateManager.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/MacOSCertificateManager.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/UnixCertificateManager.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/UnixCertificateManager.cs"/>
    <Compile Include="../../../../Shared/CertificateGeneration/WindowsCertificateManager.cs" Link="src/aspnetcore/src/Shared/CertificateGeneration/WindowsCertificateManager.cs"/>
    <Compile Include="../../../../Shared/ValueTaskExtensions/ValueTaskExtensions.cs" Link="src/aspnetcore/src/Shared/ValueTaskExtensions/ValueTaskExtensions.cs"/>
    <Compile Include="../../../../Shared/UrlDecoder/UrlDecoder.cs" Link="src/aspnetcore/src/Shared/UrlDecoder/UrlDecoder.cs"/>
    <Compile Include="../../../../Shared/PathNormalizer/PathNormalizer.cs" Link="src/aspnetcore/src/Shared/PathNormalizer/PathNormalizer.cs"/>
    <Compile Include="../../../../Shared/InternalHeaderNames.cs" Link="src/aspnetcore/src/Shared/InternalHeaderNames.cs"/>
    <Compile Include="../../../../Shared/Buffers/BufferSegment.cs" Link="src/aspnetcore/src/Shared/Buffers/BufferSegment.cs"/>
    <Compile Include="../../../../Shared/Buffers/BufferSegmentStack.cs" Link="src/aspnetcore/src/Shared/Buffers/BufferSegmentStack.cs"/>
    <Compile Include="../../../../Shared/Buffers/RefPooledArrayBufferWriter.cs" Link="src/aspnetcore/src/Shared/Buffers/RefPooledArrayBufferWriter.cs"/>
    <Compile Include="../../../../Shared/runtime/IHttpStreamHeadersHandler.cs" Link="src/aspnetcore/src/Shared/runtime/IHttpStreamHeadersHandler.cs"/>
    <Compile Include="../../../../Shared/runtime/SR.cs" Link="src/aspnetcore/src/Shared/runtime/SR.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/DynamicTable.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/DynamicTable.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/H2StaticTable.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/H2StaticTable.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/H2StaticTable.Http2.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/H2StaticTable.Http2.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/HeaderField.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/HeaderField.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/HPackDecoder.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/HPackDecoder.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/HPackDecodingException.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/HPackDecodingException.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/HPackEncoder.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/HPackEncoder.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/HPackEncodingException.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/HPackEncodingException.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/Huffman.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/Huffman.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/HuffmanDecodingException.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/HuffmanDecodingException.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/IntegerDecoder.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/IntegerDecoder.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/IntegerEncoder.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/IntegerEncoder.cs"/>
    <Compile Include="../../../../Shared/runtime/Http2/Hpack/StatusCodes.cs" Link="src/aspnetcore/src/Shared/runtime/Http2/Hpack/StatusCodes.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/Frames/Http3ErrorCode.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/Frames/Http3ErrorCode.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/Frames/Http3Frame.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/Frames/Http3Frame.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/Frames/Http3FrameType.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/Frames/Http3FrameType.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/Helpers/VariableLengthIntegerHelper.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/Helpers/VariableLengthIntegerHelper.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/Http3SettingType.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/Http3SettingType.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/Http3StreamType.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/Http3StreamType.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/QPack/H3StaticTable.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/QPack/H3StaticTable.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/QPack/H3StaticTable.Http3.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/QPack/H3StaticTable.Http3.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/QPack/HeaderField.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/QPack/HeaderField.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/QPack/QPackDecoder.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/QPack/QPackDecoder.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/QPack/QPackDecodingException.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/QPack/QPackDecodingException.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/QPack/QPackEncoder.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/QPack/QPackEncoder.cs"/>
    <Compile Include="../../../../Shared/runtime/Http3/QPack/QPackEncodingException.cs" Link="src/aspnetcore/src/Shared/runtime/Http3/QPack/QPackEncodingException.cs"/>
    <Compile Include="../../../../Shared/Hpack/DynamicHPackEncoder.cs" Link="src/aspnetcore/src/Shared/Hpack/DynamicHPackEncoder.cs"/>
    <Compile Include="../../../../Shared/Hpack/EncoderHeaderEntry.cs" Link="src/aspnetcore/src/Shared/Hpack/EncoderHeaderEntry.cs"/>
    <Compile Include="../../../../Shared/Hpack/Obsoletions.cs" Link="src/aspnetcore/src/Shared/Hpack/Obsoletions.cs"/>
    <Compile Include="../../../../Shared/Hpack/StatusCodes.cs" Link="src/aspnetcore/src/Shared/Hpack/StatusCodes.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/BufferExtensions.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/BufferExtensions.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/BufferWriter.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/BufferWriter.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/DuplexPipe.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/DuplexPipe.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/DuplexPipeStream.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/DuplexPipeStream.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/DuplexPipeStreamAdapter.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/DuplexPipeStreamAdapter.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Bitshifter.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Bitshifter.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/ConnectionEndReason.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/ConnectionEndReason.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2ConnectionErrorException.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2ConnectionErrorException.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2ContinuationFrameFlags.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2ContinuationFrameFlags.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2DataFrameFlags.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2DataFrameFlags.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2ErrorCode.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2ErrorCode.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.Continuation.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.Continuation.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.Data.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.Data.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.GoAway.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.GoAway.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.Headers.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.Headers.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.Ping.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.Ping.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.Priority.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.Priority.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.RstStream.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.RstStream.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.Settings.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.Settings.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2Frame.WindowUpdate.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2Frame.WindowUpdate.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2FrameReader.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2FrameReader.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2FrameType.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2FrameType.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2HeadersFrameFlags.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2HeadersFrameFlags.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2PeerSetting.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2PeerSetting.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2PeerSettings.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2PeerSettings.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2PingFrameFlags.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2PingFrameFlags.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2SettingsFrameFlags.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2SettingsFrameFlags.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2SettingsParameter.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2SettingsParameter.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/Http2/Http2SettingsParameterOutOfRangeException.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/Http2/Http2SettingsParameterOutOfRangeException.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/HttpCharacters.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/HttpCharacters.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/ManualResetValueTaskSource.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/ManualResetValueTaskSource.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/MemoryPoolExtensions.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/MemoryPoolExtensions.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/SslDuplexPipe.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/SslDuplexPipe.cs"/>
    <Compile Include="../../../../Shared/ServerInfrastructure/StringUtilities.cs" Link="src/aspnetcore/src/Shared/ServerInfrastructure/StringUtilities.cs"/>
    <Compile Include="../../../../Shared/CancellationTokenSourcePool.cs" Link="src/aspnetcore/src/Shared/CancellationTokenSourcePool.cs"/>
    <Compile Include="../../../../Shared/Debugger/DictionaryItemDebugView.cs" Link="src/aspnetcore/src/Shared/Debugger/DictionaryItemDebugView.cs"/>
    <Compile Include="../../../../Shared/Debugger/StringValuesDictionaryDebugView.cs" Link="src/aspnetcore/src/Shared/Debugger/StringValuesDictionaryDebugView.cs"/>
    <Compile Include="../../../../Shared/Metrics/MetricsConstants.cs" Link="src/aspnetcore/src/Shared/Metrics/MetricsConstants.cs"/>
    <Compile Include="../../../../Shared/Obsoletions.cs" Link="src/aspnetcore/src/Shared/Obsoletions.cs"/>
    <Compile Include="../../../../Shared/TaskToApm.cs" Link="src/aspnetcore/src/Shared/TaskToApm.cs"/>
    <Compile Include="../../../../Shared/Metrics/MetricsExtensions.cs" Link="src/aspnetcore/src/Shared/Metrics/MetricsExtensions.cs"/>
    <Compile Include="../../../../Shared/ConnectionEndpointTags.cs" Link="src/aspnetcore/src/Shared/ConnectionEndpointTags.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/DefaultMemoryPoolFactory.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/DefaultMemoryPoolFactory.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/DiagnosticMemoryPool.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/DiagnosticMemoryPool.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/DiagnosticPoolBlock.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/DiagnosticPoolBlock.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/MemoryPoolBlock.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/MemoryPoolBlock.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/MemoryPoolFactory.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/MemoryPoolFactory.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/MemoryPoolMetrics.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/MemoryPoolMetrics.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/MemoryPoolThrowHelper.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/MemoryPoolThrowHelper.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/PinnedBlockMemoryPool.cs" Link="src/aspnetcore/src/Shared/Buffers.MemoryPool/PinnedBlockMemoryPool.cs"/>
    <Compile Include="../../../../Shared/Buffers.MemoryPool/UnmanagedBufferAllocator.cs" Link="src/aspnetcore/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="src/aspnetcore/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="src/aspnetcore/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="src/aspnetcore/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="src/aspnetcore/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="src/aspnetcore/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="src/aspnetcore/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="src/aspnetcore/artifacts/obj/Microsoft.AspNetCore.Server.Kestrel.Core/Release/net11.0/Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../../ref/e59e427675264601aa4b4709bcd638ab/Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/156eac4a960f48659bb60dd7d51d8729/Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/8d12261f72294aaf9d468a6a46de82e8/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/abd4a86595ef4c9393d46601680fa1d3/Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/2260b753634e49ebadf126e495182842/Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="../../../../../../../ref/9dc7f81210f947708744166b77b09d92/Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="../../../../../../../ref/46f5f95e567c4a6abb62ebf39fdde00e/Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="../../../../../../../ref/38daea2aaefd4134a2a71773711c7c78/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../../ref/e9e64a96a34b4a4387a3c40a23437354/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/2b4f757e793042d397abc6e06a7dbef5/Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="../../../../../../../ref/558c68e30ba6483196cd2e08d3be7390/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/10fff3dbccac43ab92bdd1ee1087f508/Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="../../../../../../../ref/562f9d1f3f7e40c8a1b20706dc50b508/Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="../../../../../../../ref/9a84f00517634d1396333dacef8453b7/Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="../../../../../../../ref/72d7919b0e404e579c9ca1a3a7852543/Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="../../../../../../../ref/7d9a97a6582b429783e3a3de17164874/Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/f1a90ff14305411ebfe15bb5703cee20/Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="../../../../../../../ref/75583bafac5c47beaa78d1fddfdc4043/Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="../../../../../../../ref/e5f8ffd0ef144231a00d3e5715dcbc65/Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="../../../../../../../ref/1471e4a297c349aeb55ef8929fe1b596/Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="../../../../../../../ref/4749c2d5eae34599b56cef27c878804c/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/f88a861bee394966ba2ccfe1739f058b/Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="../../../../../../../ref/1bd9649b68a54598a4ecc4095ab86ed2/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/8e798336f3404072abfada6430bb3ec4/Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="../../../../../../../ref/80b1825d9921494ca9bf5c605dddc291/Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="../../../../../../../ref/bccb31b6fd234273a5f827d035100d59/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/230074e60b85474e8277be01ba4b7697/Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="../../../../../../../ref/ac9ee917bfca4947b24da5c23ec7a028/Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="../../../../../../../ref/bc22dda2a3234630a1b5b0edfc13d18c/Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="../../../../../../../ref/65eb34f837504655b4ecce714c9e0da9/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/27456523ed1d4ed59b26180ef50a7a4e/Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="../../../../../../../ref/8a6cc81ef39849039814ff541dabe6f4/Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="../../../../../../../ref/9512da011d2047f3b689612d4acb601e/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../../ref/babaa1b6a04f44509143d8f90e83d06d/Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="../../../../../../../ref/2100a361b64d47b8b09d1ffc8a19d2e2/Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="../../../../../../../ref/63539c77403c4865923734c9564951d9/Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="../../../../../../../ref/e2e4a8f35470424da0bc06a834abd30b/Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="../../../../../../../ref/9ac68ac3e9c14eb89ebd12c76e086e04/Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="../../../../../../../ref/e9fdb5dd6c334173840c4bcf262b3d60/Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="../../../../../../../ref/e75de339fa42471cae7ede76315fac73/Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../../ref/da3ef87f17bf4cebb29ec2ea6380b0fd/Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="../../../../../../../ref/4e962dcb29ad42aead665a9f5bc4ea72/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/4600411ef4344d3aa5bbcc66cd2c1e77/Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../../../ref/224b269b077145a2a78992d8fa08bb03/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../../ref/b9a825b301c54a948a2e62c4c10b5b49/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/681b77f2b50040d292694fee4576c47e/Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="../../../../../../../ref/3cab053a248c4bdc95cae7401236eb1c/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../../ref/b00f1dd3e0614ce49ad9cc8df883f891/Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="../../../../../../../ref/36b48c32219140849f49397068864a0c/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/37a0d38139e142969900d02c44adb2fe/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../../ref/8c84461e29a4467ab41e785c97289c6d/mscorlib.dll"/>
    <ReferencePath Include="../../../../../../../ref/62bcb62eb4d04e7783759b047b853341/netstandard.dll"/>
    <ReferencePath Include="../../../../../../../ref/d7d7c1ed4146434eafaec6f7ec9a4d2e/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../../ref/1039274d5ea64afabc8ddd4ffa3a8128/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../../ref/069b8e9e934a4ef983a6db1b949668d7/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../../ref/ad1d38ae2a15443ab06bc70ed60f59bf/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../../ref/e334ccad4ce440c89a18ff9f74073584/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../../ref/4c941a2681ed412498410801184c9307/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../../ref/6421543eeaf9479e8dc8f9eef6cf9156/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../../ref/8a52e6e15d604d5f98782d938dd9918b/System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../../../ref/7778fc7ebb1149f9a9a72c44023332d9/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../../ref/45efa0cad9c84c1dbd6fcafb40b29bda/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../../ref/50c7b8651e6b4508ba65df2f362e900a/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/685291478cd1415496e5a5ee38f11823/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../../ref/c19c5962dfd149c38bbd9a044d1c3670/System.Configuration.dll"/>
    <ReferencePath Include="../../../../../../../ref/f500412f8d2a49a5b98079dcaeb140c2/System.Console.dll"/>
    <ReferencePath Include="../../../../../../../ref/9cbcc5507a434f82b49858e0a09b6163/System.Core.dll"/>
    <ReferencePath Include="../../../../../../../ref/75bb045e5d6f43e9acad20075058ea06/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../../ref/546bf30471884c1f99bb5f351a79d465/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/e5a518305acd4ae386ff4a387f893f44/System.Data.dll"/>
    <ReferencePath Include="../../../../../../../ref/e62dd07e25c14d74bafd23839987da24/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../../ref/0d8c207a2a284e98862ba64ad86282c0/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../../ref/b55e65d6ba34422283ad9a91adafe8b1/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../../ref/b82bc9dfda634b65bccf8c2de69f40f4/System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="../../../../../../../ref/6c46a787f3764816b624f225241398e4/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../../ref/eb18d6354ba64fd4b67b472d66aff1d5/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../../ref/106cfbc0e9184da2a758178e342b29a1/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../../ref/49ed1421268548209e61a0f283b58938/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../../ref/621274633e44429db61c7b7f9b307663/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../../ref/cb6f17ae80a04d5697af21cb3ff9102c/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../../ref/0e5befbb999348f79d616e0d672cff80/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../../ref/d71b85f98f644fa7a937835ebb0d9004/System.dll"/>
    <ReferencePath Include="../../../../../../../ref/39353a1ff7cd49a8b00bb73c1ccbf5ba/System.Drawing.dll"/>
    <ReferencePath Include="../../../../../../../ref/c10d55cee0d245d285ee49a81dc55c6e/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/3517873e75684970a0eeef88eb6a3b41/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../../ref/86621bc00e2241dbb29a90772dc7d3c8/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../../ref/8aa419d2671b440db3173f56eac4e80f/System.Formats.Cbor.dll"/>
    <ReferencePath Include="../../../../../../../ref/d5d98171a8834aa69f2837d80981cae5/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../../ref/71dae13c2bb1428993b0bb73c392a805/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../../ref/ea5772fbe3b142e2a61ed52c63b23197/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../../ref/7239a304512244c9881f25dc95f5dc0b/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/11a132654e5f4427b3129448afcade52/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../../ref/4104a88626234553bd3419b56160966a/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../../ref/2ab60ced0bbf491a998e96bf4e6eb8e9/System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../../ref/fdbe21c57ff34f87a392a01040e5bebd/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../../ref/2bba4f321842473dbb940034460f0b58/System.IO.dll"/>
    <ReferencePath Include="../../../../../../../ref/bddf6b7db0544f9aa0c49ef526a99c3f/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../../ref/09f26e67cbae455fa95da46efad48735/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../../ref/5396d618638c455598115db37f2a23f4/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../../ref/868a44da79ba4be98b45357b4e2a2b9e/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/6879538a3e4f4e5d974b60b3529f8371/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../../ref/0f43eae407b840f18c8d4cb12d208dae/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../../ref/840de9be7c024653bba0d8fb5165c3fb/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../../ref/7f2257aea10b4e9bbe513cd80d39b3c9/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../../ref/4b412aa5846849c6bfcd6425d67c33e0/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../../ref/fc80e7a14b004535b08e84d0c00cb5a0/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../../ref/fe71d6f095cc4b9dbaac0e3477c62702/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../../ref/e6e02a7cc3474c9282bfd5ed1ab0a3c8/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../../ref/e70fdfba2db548aeb08b9e17ea23d5bd/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../../ref/0201c8f14cbd4c2e8cee90f4428ea174/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../../ref/8c2ed11248b64813ab15db985e77e03b/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../../ref/dc340ed0ff0c4c1299322d057e8a7f34/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../../ref/21d5d876c791479f8543cc9bf2088554/System.Net.dll"/>
    <ReferencePath Include="../../../../../../../ref/2e78459a3ae14fbdb014f79e1364d0e2/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../../ref/36118e9e06e14b7ca7281d871edb221f/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../../ref/bd37d57e85134754bd6b78da2da89425/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../../ref/35d59c122880473597e424346cdcf3f5/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../../ref/d955a8e3a9904dab8ff3e40ac1c0d2af/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../../ref/977d4463c67a4b0e888095a026ac4534/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../../ref/f3655547457a46f09ced29179396aa0e/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../../ref/40eae5436f354b2d97029882b237f7ae/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/8b6223a39d164009b42a6cf569c40a30/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../../ref/e934a56f35d74a049def8928170a041c/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../../ref/d9cc880230e94d2d99e6f918c9a8ab52/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../../ref/adbf7497be6a45209caed918c3182928/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../../ref/6cd297618e3e42d39e3cd178a2df6969/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../../ref/d7589453d5cd4ef091a35265d188f6f7/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../../ref/97837035c22e46619c3e34ba0788d084/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../../ref/f1351a9f4d4647f7803170e534c5e317/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../../ref/e9bd665d5f834aadad7ac3455053423a/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../../ref/d29d9fcbe5ba4e77be893e5edd979b29/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../../ref/52ff9acbe47a4a29ad16527783c2b1f3/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../../ref/47916c90461542e48ae93e0e77f4d264/System.Numerics.dll"/>
    <ReferencePath Include="../../../../../../../ref/547b241c7e8f4ab0a043b448ef7b4352/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../../ref/82dc5db1fd5a484d94e46333390818a1/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../../ref/e0ca8fd5b76543c2835b7cd38a1861ab/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../../ref/69211b44b67c417c887d0271bcf8087f/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../../ref/430738c0396a40c2b4b971bbb7d60b78/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../../ref/3c80f89c29564b38b14dc610f8379eeb/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../../ref/60f22d3e3ada4b78b2521605ffbe9fb7/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../../ref/a3b10ad122f949008a81244bb493e6e4/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/67ba7fb2072f4024bc1ecfed35cecdec/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../../ref/cb89857cf5eb453e93a62514fda87503/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/c753d50d6d634ea0a778e98b7521a6c0/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/59734d1955574035a70320c842bb64db/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../../ref/3519e2e3944d48a993ba7127c8ee4daf/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../../ref/657d9e9a70fc424c95f96400d76db501/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../../ref/0972ac1951584e85b57dc2aab3da9532/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../../ref/dab917a9340547e09b5d572b205f0fa6/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../../ref/25e5da47f7c04f40841da724c4eb582c/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/34ad02e5b7cf4c0dbe2d6899a510c8dc/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../../ref/cc61c625dddf42d5b7315e37a4dbbd5a/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../../ref/c0be15a4dbe54a18a9311f1f61b1b477/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../../ref/6d0c4cecdd00456b8c468aba60f52fe6/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../../ref/245f0d4a3ff44bca9529489e7d3da974/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../../ref/a05d19bc02c24b6f9e83e0ef98689718/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../../ref/98852bdb146240b4b6a016aef9b3a7e8/System.Runtime.Serialization.dll"/>
    <ReferencePath Include="../../../../../../../ref/92d5698ca22b461eb09a08637ea4df7c/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../../ref/9712020128da4363a757e698f11e5d6b/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../../ref/fb3a8262dd8845d5b8fe20470bc67d23/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/69cd4abde3874b6ca1cb1fd85d454ed9/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../../ref/167503daf5be41a89bf4da74f09f5da7/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../../ref/5c7ccea6f1bf4531a871c79c1a1ac211/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../../ref/0ae0a869e67d484aa9b5d8a384e27ec1/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../../ref/517b4122b09c46df81099ea6b1b4e9ef/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../../ref/8192cfb56aa449e7a4411f64030c9004/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../../ref/f18683cb1f4c402dbbf567cef3e8d90c/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../../ref/36fb3a25545f437aade687509a7a7098/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../../ref/3cf902e2b96a4370b36e7b3f242ae353/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../../ref/d2fa0040fa55456581653cabdaf75275/System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="../../../../../../../ref/ee706324bc294e24be0b37d2ecc62bd8/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../../ref/d61edd2d434f4bccab038a387d359008/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../../ref/8f25b8d919634366b73cf75524ee1870/System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="../../../../../../../ref/2003d2fefd564af0a4f78e2cdb0f1a04/System.Security.dll"/>
    <ReferencePath Include="../../../../../../../ref/c098f437fc7c42e499777981bf155501/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../../ref/f79ca6be4d66412cba748433928c9064/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../../ref/922ffc3c523342d2b389ff0993b05f75/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../../ref/74bdc26b3979482982a56fc11c961076/System.ServiceModel.Web.dll"/>
    <ReferencePath Include="../../../../../../../ref/b941df6dd5a7477c922f705c997141b0/System.ServiceProcess.dll"/>
    <ReferencePath Include="../../../../../../../ref/9c8c2b19fc804bc083e3e06cb3c881cc/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../../ref/5f7d1fabdaf74bbca590d456b340dbb6/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../../ref/5c72661e24844ff8bc47fde971357fbb/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/f108c8fcdd20442199ef82a67e2d5654/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../../ref/5ed63ba41b9e43a0b7588e84f74648a1/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../../ref/e469e5cf5dbc43dcb8e5c2258e94e778/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../../ref/0992953e981047569f27b0d41dc04902/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../../ref/c6f67289551c462487fcad5edf7da263/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../../ref/aa464827477f41bfa5a8e9efdcbc2af0/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../../ref/cb2cc3a601c54e909a66ea4f003c28da/System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="../../../../../../../ref/f55b017d93804f969cfc61e4913fdb37/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../../ref/35fe3841da264a2dbb631a307945e986/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../../ref/be05930c39744c0089cfe9a5050656eb/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../../ref/fcc8384569454d1ca4e93bc816dbb9f9/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../../ref/9f75480d23ab401dbf3ddf17fca45268/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../../ref/540f4265ca6b4d5b8eeeee07bf34800a/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../../ref/55ab0b8970cc44b9beee3e834e03d8ed/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../../ref/e3be7f71fe78485ab405b69610b12b05/System.Transactions.dll"/>
    <ReferencePath Include="../../../../../../../ref/f5c9ca3370024eaca8cacf51446d93cb/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../../ref/020b421d2d724937bd69e11dc23b5ee3/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../../ref/b779103c7cb64b558b55d066a7a7db6c/System.Web.dll"/>
    <ReferencePath Include="../../../../../../../ref/82fce13b022541d5aaed5622545886ed/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../../ref/25c777b6552e450e9540b2c55455e7d9/System.Windows.dll"/>
    <ReferencePath Include="../../../../../../../ref/9edc000344094675a472457878ace890/System.Xml.dll"/>
    <ReferencePath Include="../../../../../../../ref/824c174b6c014c8c96a79fec7c207e3d/System.Xml.Linq.dll"/>
    <ReferencePath Include="../../../../../../../ref/05a8a4a247bd4b0b82386426e1a792f3/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../../ref/64b4dcd2c4b84d9e98a692df0e5b47a3/System.Xml.Serialization.dll"/>
    <ReferencePath Include="../../../../../../../ref/e8ffa152e28c4a88840d23dc5b5f4a32/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../../ref/b5758e2a8cda412186236514992bc0c3/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../../ref/6394f970a2de46a88a4e9c9c3f57ba35/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../../ref/1a6bfbfb55374533a352e062da02bcaa/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../../ref/ac80fef0c9dc4e5480ea3bbf2e7a3054/System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="../../../../../../../ref/4119b935c75040218fe5fcac3aa1d0b7/WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/LoggerMessage.g.cs"/>
    <Compile Include="_generated/1/RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>