|
<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.26210.110\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;KESTREL;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="AnyIPListenOptions.cs"/>
<Compile Include="BadHttpRequestException.cs"/>
<Compile Include="CertificateLoader.cs"/>
<Compile Include="ClientCertificateMode.cs"/>
<Compile Include="EndpointConfiguration.cs"/>
<Compile Include="Features\IConnectionTimeoutFeature.cs"/>
<Compile Include="Features\IDecrementConcurrentConnectionCountFeature.cs"/>
<Compile Include="Features\IHttp2StreamIdFeature.cs"/>
<Compile Include="Features\IHttpMinRequestBodyDataRateFeature.cs"/>
<Compile Include="Features\IHttpMinResponseDataRateFeature.cs"/>
<Compile Include="Features\ISslStreamFeature.cs"/>
<Compile Include="Features\ITlsApplicationProtocolFeature.cs"/>
<Compile Include="Http2Limits.cs"/>
<Compile Include="Http3Limits.cs"/>
<Compile Include="HttpProtocols.cs"/>
<Compile Include="HttpsConfigurationService.cs"/>
<Compile Include="HttpsConnectionAdapterOptions.cs"/>
<Compile Include="IHttpsConfigurationService.cs"/>
<Compile Include="Internal\AddressBindContext.cs"/>
<Compile Include="Internal\AddressBinder.cs"/>
<Compile Include="Internal\BaseHttpConnectionContext.cs"/>
<Compile Include="Internal\CertificatePathWatcher.cs"/>
<Compile Include="Internal\CertificatePathWatcherLoggerExtensions.cs"/>
<Compile Include="Internal\Certificates\CertificateConfigLoader.cs"/>
<Compile Include="Internal\Certificates\ICertificateConfigLoader.cs"/>
<Compile Include="Internal\ConfigSectionClone.cs"/>
<Compile Include="Internal\ConfigurationReader.cs"/>
<Compile Include="Internal\ConnectionDispatcher.cs"/>
<Compile Include="Internal\ConnectionLogScope.cs"/>
<Compile Include="Internal\Http2\FlowControl\FlowControl.cs"/>
<Compile Include="Internal\Http2\FlowControl\InputFlowControl.cs"/>
<Compile Include="Internal\Http2\FlowControl\StreamInputFlowControl.cs"/>
<Compile Include="Internal\Http2\Http2Connection.cs"/>
<Compile Include="Internal\Http2\Http2FrameWriter.cs"/>
<Compile Include="Internal\Http2\Http2KeepAlive.cs"/>
<Compile Include="Internal\Http2\Http2MessageBody.cs"/>
<Compile Include="Internal\Http2\Http2OutputProducer.cs"/>
<Compile Include="Internal\Http2\Http2Stream.cs"/>
<Compile Include="Internal\Http2\Http2Stream.FeatureCollection.cs"/>
<Compile Include="Internal\Http2\Http2StreamContext.cs"/>
<Compile Include="Internal\Http2\Http2StreamErrorException.cs"/>
<Compile Include="Internal\Http2\Http2StreamOfT.cs"/>
<Compile Include="Internal\Http2\IHttp2StreamLifetimeHandler.cs"/>
<Compile Include="Internal\Http3\DefaultStreamDirectionFeature.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.Data.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.GoAway.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.Headers.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.Settings.cs"/>
<Compile Include="Internal\Http3\Http3Connection.cs"/>
<Compile Include="Internal\Http3\Http3ConnectionErrorException.cs"/>
<Compile Include="Internal\Http3\Http3ControlStream.cs"/>
<Compile Include="Internal\Http3\Http3ControlStreamOfT.cs"/>
<Compile Include="Internal\Http3\Http3Formatting.cs"/>
<Compile Include="Internal\Http3\Http3FrameReader.cs"/>
<Compile Include="Internal\Http3\Http3FrameWriter.cs"/>
<Compile Include="Internal\Http3\Http3HeadersEnumerator.cs"/>
<Compile Include="Internal\Http3\Http3MessageBody.cs"/>
<Compile Include="Internal\Http3\Http3OutputProducer.cs"/>
<Compile Include="Internal\Http3\Http3PeerSetting.cs"/>
<Compile Include="Internal\Http3\Http3PeerSettings.cs"/>
<Compile Include="Internal\Http3\Http3PendingStream.cs"/>
<Compile Include="Internal\Http3\Http3PendingStreamException.cs"/>
<Compile Include="Internal\Http3\Http3SettingType.cs"/>
<Compile Include="Internal\Http3\Http3Stream.cs"/>
<Compile Include="Internal\Http3\Http3Stream.FeatureCollection.cs"/>
<Compile Include="Internal\Http3\Http3StreamContext.cs"/>
<Compile Include="Internal\Http3\Http3StreamErrorException.cs"/>
<Compile Include="Internal\Http3\Http3StreamOfT.cs"/>
<Compile Include="Internal\Http3\IHttp3Stream.cs"/>
<Compile Include="Internal\Http3\IHttp3StreamLifetimeHandler.cs"/>
<Compile Include="Internal\Http3\QPackHeaderWriter.cs"/>
<Compile Include="Internal\Http3\QPack\DecoderStreamReader.cs"/>
<Compile Include="Internal\Http3\QPack\DynamicTable.cs"/>
<Compile Include="Internal\Http3\QPack\EncoderStreamReader.cs"/>
<Compile Include="Internal\Http3\StreamCompletionFlags.cs"/>
<Compile Include="Internal\HttpConnection.cs"/>
<Compile Include="Internal\HttpConnectionContext.cs"/>
<Compile Include="Internal\HttpMultiplexedConnectionContext.cs"/>
<Compile Include="Internal\HttpProtocolsFeature.cs"/>
<Compile Include="Internal\Http\ChunkWriter.cs"/>
<Compile Include="Internal\Http\ConnectionOptions.cs"/>
<Compile Include="Internal\Http\DateHeaderValueManager.cs"/>
<Compile Include="Internal\Http\Http1ChunkedEncodingMessageBody.cs"/>
<Compile Include="Internal\Http\Http1Connection.cs"/>
<Compile Include="Internal\Http\Http1Connection.FeatureCollection.cs"/>
<Compile Include="Internal\Http\Http1ConnectionOfT.cs"/>
<Compile Include="Internal\Http\Http1ContentLengthMessageBody.cs"/>
<Compile Include="Internal\Http\Http1MessageBody.cs"/>
<Compile Include="Internal\Http\Http1OutputProducer.cs"/>
<Compile Include="Internal\Http\Http1ParsingHandler.cs"/>
<Compile Include="Internal\Http\Http1UpgradeMessageBody.cs"/>
<Compile Include="Internal\Http\HttpHeaders.cs"/>
<Compile Include="Internal\Http\HttpHeaders.Generated.cs"/>
<Compile Include="Internal\Http\HttpMethod.cs"/>
<Compile Include="Internal\Http\HttpParser.cs"/>
<Compile Include="Internal\Http\HttpProtocol.cs"/>
<Compile Include="Internal\Http\HttpProtocol.FeatureCollection.cs"/>
<Compile Include="Internal\Http\HttpProtocol.Generated.cs"/>
<Compile Include="Internal\Http\HttpRequestHeaders.cs"/>
<Compile Include="Internal\Http\HttpRequestPipeReader.cs"/>
<Compile Include="Internal\Http\HttpRequestStream.cs"/>
<Compile Include="Internal\Http\HttpRequestTargetForm.cs"/>
<Compile Include="Internal\Http\HttpResponseHeaders.cs"/>
<Compile Include="Internal\Http\HttpResponsePipeWriter.cs"/>
<Compile Include="Internal\Http\HttpResponseStream.cs"/>
<Compile Include="Internal\Http\HttpResponseTrailers.cs"/>
<Compile Include="Internal\Http\HttpScheme.cs"/>
<Compile Include="Internal\Http\HttpStreamState.cs"/>
<Compile Include="Internal\Http\HttpUpgradeStream.cs"/>
<Compile Include="Internal\Http\HttpVersion.cs"/>
<Compile Include="Internal\Http\IHttpHeadersHandler.cs"/>
<Compile Include="Internal\Http\IHttpOutputAborter.cs"/>
<Compile Include="Internal\Http\IHttpOutputProducer.cs"/>
<Compile Include="Internal\Http\IHttpParser.cs"/>
<Compile Include="Internal\Http\IHttpRequestLineHandler.cs"/>
<Compile Include="Internal\Http\IHttpResponseControl.cs"/>
<Compile Include="Internal\Http\IHttpResponsePipeWriterControl.cs"/>
<Compile Include="Internal\Http\MessageBody.cs"/>
<Compile Include="Internal\Http\PathDecoder.cs"/>
<Compile Include="Internal\Http\ProduceEndType.cs"/>
<Compile Include="Internal\Http\ReasonPhrases.cs"/>
<Compile Include="Internal\Http\RequestProcessingStatus.cs"/>
<Compile Include="Internal\Http\RequestRejectionReason.cs"/>
<Compile Include="Internal\Http\TransferCoding.cs"/>
<Compile Include="Internal\Http\ZeroContentLengthMessageBody.cs"/>
<Compile Include="Internal\Infrastructure\BodyControl.cs"/>
<Compile Include="Internal\Infrastructure\ConnectionManager.cs"/>
<Compile Include="Internal\Infrastructure\ConnectionMetricsContext.cs"/>
<Compile Include="Internal\Infrastructure\ConnectionReference.cs"/>
<Compile Include="Internal\Infrastructure\Constants.cs"/>
<Compile Include="Internal\Infrastructure\DebuggerWrapper.cs"/>
<Compile Include="Internal\Infrastructure\Disposable.cs"/>
<Compile Include="Internal\Infrastructure\Heartbeat.cs"/>
<Compile Include="Internal\Infrastructure\HttpUtilities.cs"/>
<Compile Include="Internal\Infrastructure\HttpUtilities.Generated.cs"/>
<Compile Include="Internal\Infrastructure\IConnectionListenerBase.cs"/>
<Compile Include="Internal\Infrastructure\IConnectionListenerOfT.cs"/>
<Compile Include="Internal\Infrastructure\IConnectionMetricsContextFeature.cs"/>
<Compile Include="Internal\Infrastructure\IDebugger.cs"/>
<Compile Include="Internal\Infrastructure\IHeartbeatHandler.cs"/>
<Compile Include="Internal\Infrastructure\ITimeoutControl.cs"/>
<Compile Include="Internal\Infrastructure\ITimeoutHandler.cs"/>
<Compile Include="Internal\Infrastructure\KestrelConnection.cs"/>
<Compile Include="Internal\Infrastructure\KestrelConnectionOfT.cs"/>
<Compile Include="Internal\Infrastructure\KestrelEventSource.cs"/>
<Compile Include="Internal\Infrastructure\KestrelMetrics.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.BadRequests.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.Connections.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.General.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.Http2.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.Http3.cs"/>
<Compile Include="Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs"/>
<Compile Include="Internal\Infrastructure\ReadOnlyStream.cs"/>
<Compile Include="Internal\Infrastructure\ResourceCounter.cs"/>
<Compile Include="Internal\Infrastructure\StatusCheckPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\StatusCheckWriteStream.cs"/>
<Compile Include="Internal\Infrastructure\StreamCloseAwaitable.cs"/>
<Compile Include="Internal\Infrastructure\ThrowingPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\ThrowingWasUpgradedWriteOnlyStream.cs"/>
<Compile Include="Internal\Infrastructure\TimeExtensions.cs"/>
<Compile Include="Internal\Infrastructure\TimeoutControl.cs"/>
<Compile Include="Internal\Infrastructure\TimeoutControlExtensions.cs"/>
<Compile Include="Internal\Infrastructure\TimeoutReason.cs"/>
<Compile Include="Internal\Infrastructure\TlsAlpn.cs"/>
<Compile Include="Internal\Infrastructure\TransportConnectionManager.cs"/>
<Compile Include="Internal\Infrastructure\TransportManager.cs"/>
<Compile Include="Internal\Infrastructure\WrappingPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\WrappingStream.cs"/>
<Compile Include="Internal\Infrastructure\WriteOnlyStream.cs"/>
<Compile Include="Internal\IRequestProcessor.cs"/>
<Compile Include="Internal\KestrelServerImpl.cs"/>
<Compile Include="Internal\KestrelServerOptionsSetup.cs"/>
<Compile Include="Internal\LoggerExtensions.cs"/>
<Compile Include="Internal\PinnedBlockMemoryPoolFactory.cs"/>
<Compile Include="Internal\ServerAddressesCollection.cs"/>
<Compile Include="Internal\ServerAddressesFeature.cs"/>
<Compile Include="Internal\ServiceContext.cs"/>
<Compile Include="Internal\SniOptionsSelector.cs"/>
<Compile Include="Internal\ThrowHelper.cs"/>
<Compile Include="Internal\TlsConnectionFeature.cs"/>
<Compile Include="Internal\WebTransport\WebTransportSession.cs"/>
<Compile Include="Internal\WebTransport\WebTransportStream.cs"/>
<Compile Include="Internal\WebTransport\WebTransportStreamType.cs"/>
<Compile Include="KestrelBadHttpRequestException.cs"/>
<Compile Include="KestrelConfigurationLoader.cs"/>
<Compile Include="KestrelServer.cs"/>
<Compile Include="KestrelServerLimits.cs"/>
<Compile Include="KestrelServerOptions.cs"/>
<Compile Include="ListenOptions.cs"/>
<Compile Include="ListenOptionsHttpsExtensions.cs"/>
<Compile Include="LocalhostListenOptions.cs"/>
<Compile Include="Middleware\ConnectionLimitMiddleware.cs"/>
<Compile Include="Middleware\HttpConnectionBuilderExtensions.cs"/>
<Compile Include="Middleware\HttpConnectionMiddleware.cs"/>
<Compile Include="Middleware\HttpMultiplexedConnectionMiddleware.cs"/>
<Compile Include="Middleware\HttpsConnectionMiddleware.cs"/>
<Compile Include="Middleware\Internal\LoggingStream.cs"/>
<Compile Include="Middleware\ListenOptionsConnectionLoggingExtensions.cs"/>
<Compile Include="Middleware\LoggingConnectionMiddleware.cs"/>
<Compile Include="Middleware\LoggingDuplexPipe.cs"/>
<Compile Include="Middleware\LoggingMultiplexedConnectionMiddleware.cs"/>
<Compile Include="Middleware\TlsListener.cs"/>
<Compile Include="MinDataRate.cs"/>
<Compile Include="Systemd\KestrelServerOptionsSystemdExtensions.cs"/>
<Compile Include="TlsConfigurationLoader.cs"/>
<Compile Include="TlsHandshakeCallbackContext.cs"/>
<Compile Include="TlsHandshakeCallbackOptions.cs"/>
<Compile Include="..\..\shared\PooledStreamStack.cs" Link="src\Servers\Kestrel\shared\PooledStreamStack.cs"/>
<Compile Include="..\..\shared\HPackHeaderWriter.cs" Link="src\Servers\Kestrel\shared\HPackHeaderWriter.cs"/>
<Compile Include="..\..\shared\Http2HeadersEnumerator.cs" Link="src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificateExportFormat.cs" Link="src\Shared\CertificateGeneration\CertificateExportFormat.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificateManager.cs" Link="src\Shared\CertificateGeneration\CertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificatePurpose.cs" Link="src\Shared\CertificateGeneration\CertificatePurpose.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\EnsureCertificateResult.cs" Link="src\Shared\CertificateGeneration\EnsureCertificateResult.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\ImportCertificateResult.cs" Link="src\Shared\CertificateGeneration\ImportCertificateResult.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\MacOSCertificateManager.cs" Link="src\Shared\CertificateGeneration\MacOSCertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\UnixCertificateManager.cs" Link="src\Shared\CertificateGeneration\UnixCertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\WindowsCertificateManager.cs" Link="src\Shared\CertificateGeneration\WindowsCertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\ValueTaskExtensions\ValueTaskExtensions.cs" Link="src\Shared\ValueTaskExtensions\ValueTaskExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\UrlDecoder\UrlDecoder.cs" Link="src\Shared\UrlDecoder\UrlDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\PathNormalizer\PathNormalizer.cs" Link="src\Shared\PathNormalizer\PathNormalizer.cs"/>
<Compile Include="..\..\..\..\Shared\InternalHeaderNames.cs" Link="src\Shared\InternalHeaderNames.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers\BufferSegment.cs" Link="src\Shared\Buffers\BufferSegment.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers\BufferSegmentStack.cs" Link="src\Shared\Buffers\BufferSegmentStack.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers\RefPooledArrayBufferWriter.cs" Link="src\Shared\Buffers\RefPooledArrayBufferWriter.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\IHttpStreamHeadersHandler.cs" Link="src\Shared\runtime\IHttpStreamHeadersHandler.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\SR.cs" Link="src\Shared\runtime\SR.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\DynamicTable.cs" Link="src\Shared\runtime\Http2\Hpack\DynamicTable.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\H2StaticTable.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HeaderField.cs" Link="src\Shared\runtime\Http2\Hpack\HeaderField.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackEncodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\Huffman.cs" Link="src\Shared\runtime\Http2\Hpack\Huffman.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\IntegerDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\IntegerEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\StatusCodes.cs" Link="src\Shared\runtime\Http2\Hpack\StatusCodes.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3ErrorCode.cs" Link="src\Shared\runtime\Http3\Frames\Http3ErrorCode.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3Frame.cs" Link="src\Shared\runtime\Http3\Frames\Http3Frame.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3FrameType.cs" Link="src\Shared\runtime\Http3\Frames\Http3FrameType.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs" Link="src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Http3SettingType.cs" Link="src\Shared\runtime\Http3\Http3SettingType.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Http3StreamType.cs" Link="src\Shared\runtime\Http3\Http3StreamType.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\H3StaticTable.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\HeaderField.cs" Link="src\Shared\runtime\Http3\QPack\HeaderField.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackDecoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackDecodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackEncoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackEncodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncodingException.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\DynamicHPackEncoder.cs" Link="src\Shared\Hpack\DynamicHPackEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\EncoderHeaderEntry.cs" Link="src\Shared\Hpack\EncoderHeaderEntry.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\Obsoletions.cs" Link="src\Shared\Hpack\Obsoletions.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\StatusCodes.cs" Link="src\Shared\Hpack\StatusCodes.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\BufferExtensions.cs" Link="src\Shared\ServerInfrastructure\BufferExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\BufferWriter.cs" Link="src\Shared\ServerInfrastructure\BufferWriter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipe.cs" Link="src\Shared\ServerInfrastructure\DuplexPipe.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipeStream.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStream.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Bitshifter.cs" Link="src\Shared\ServerInfrastructure\Http2\Bitshifter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs" Link="src\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2FrameType.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameType.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\HttpCharacters.cs" Link="src\Shared\ServerInfrastructure\HttpCharacters.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs" Link="src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\MemoryPoolExtensions.cs" Link="src\Shared\ServerInfrastructure\MemoryPoolExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\SslDuplexPipe.cs" Link="src\Shared\ServerInfrastructure\SslDuplexPipe.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\StringUtilities.cs" Link="src\Shared\ServerInfrastructure\StringUtilities.cs"/>
<Compile Include="..\..\..\..\Shared\CancellationTokenSourcePool.cs" Link="src\Shared\CancellationTokenSourcePool.cs"/>
<Compile Include="..\..\..\..\Shared\Debugger\DictionaryItemDebugView.cs" Link="src\Shared\Debugger\DictionaryItemDebugView.cs"/>
<Compile Include="..\..\..\..\Shared\Debugger\StringValuesDictionaryDebugView.cs" Link="src\Shared\Debugger\StringValuesDictionaryDebugView.cs"/>
<Compile Include="..\..\..\..\Shared\Metrics\MetricsConstants.cs" Link="src\Shared\Metrics\MetricsConstants.cs"/>
<Compile Include="..\..\..\..\Shared\Obsoletions.cs" Link="src\Shared\Obsoletions.cs"/>
<Compile Include="..\..\..\..\Shared\TaskToApm.cs" Link="src\Shared\TaskToApm.cs"/>
<Compile Include="..\..\..\..\Shared\Metrics\MetricsExtensions.cs" Link="src\Shared\Metrics\MetricsExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\ConnectionEndpointTags.cs" Link="src\Shared\ConnectionEndpointTags.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs" Link="src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\System.Net.Http.SR.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net11.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\..\ref\1072c9fad7b14c10ac845bf346332d46\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\95c9dedde1a8480fb46b4ed92db271b3\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\039599059e964b1ea09f2893f0644a16\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4b9d655b5db94ecca585c73529a2e67a\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\834a35cfd3ae48e58eae793f132e481e\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cea5ab57836940efac6342d3c16c9248\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7dc38233e2024ba5b703f02b12fff1ea\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5ff10b0435ea45e98d3e1a5561f7405a\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\819889b8c54d4cca8a2e2c72b2f4786c\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\23f2c9cd0e3f43629749505994c11007\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d1603c9d2e314ed1883c99d66699b4c2\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b8270d699f6f4014a76f2d61a8ac1e0c\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f86f3d56c4794ea28bac8e5e05a9fa44\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\778905c282e8404aa7c6ea7025f5ea6c\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4c7bbdd51d5e4720a8b08c1cab2bc678\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e4399cb00c542b29ed41de82782a30f\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e6f0e41e371a44fc916cf918b594814f\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d4dd50ad943c48beb23d499113569660\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ec86ad5bea44106b8b6537046d3e8ec\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\06e988ffcb704916bf314345e715f3e3\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\90712fb9ca6645059e198d0dc1dd6eff\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5470f7affc04408aa79d76fb0a4e36f0\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3bd53086a8384779ad7913c008fb4b33\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\39436efe40f64619b3c9b2ff3b74a2b8\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da9fcb2707864b239e4d4d27734ee4cd\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e20c9af803440f1b4d35e00be1017ca\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3a9f807358bc48bdae2bb95de225ccc0\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da7c960b3a3849c5b1b9d3eec7a4fddc\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d15176fa78f4442daebc3ff8663f1c8b\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fc242f81a20442689648425027bc9d1b\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5fb7fe4dc485471880403cd06518fcf8\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\88dbd4461d574011bb92dea15c5823b0\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f61506ae9e014c8a8fe5b0d75b176c41\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dcd01bf3772b4732ab33e1f5d694908f\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4fa2244306114c8dbb71506b22f759b8\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c218de1de77444d9cef489cbd1639c3\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\635113d4edcf41aba933065364056829\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b2cb3ad9c9bb4880b9af5ded45d35968\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c8ce2a5b751743428d393b6b485c7ba0\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\463f97b2e9ad46c3812fe71c257a98c3\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0bd08695536d4adfb5ea47738a77283f\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\11352b300de844758f6e605a146e55a4\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c44276fe148249989cc752c769bfc09c\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a989d205e5cf4dfc92dda427df739a78\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\997c2718cb324fb7a7cd79a8a3f5b1f3\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e4c1d6f4a2bb402493ddd157d1b70d69\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e375cadf0e04967b73c37e0b9ce4fa1\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e091bd5239ef4744a4cc607de24dfa8e\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a200dd11a51e42b98392db365e47598e\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\894a782d44b244489b83713bd10d0011\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ae555890de224941b70ed254962360b1\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1030aa327e714bdb8a3ce2f243caf32c\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\52a3e4d586c24e6f9e114e73af01e371\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e5aa0efa4377415087bc234995d15fd6\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eabadd8e50cc4efd91861f28832f0bbc\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4cf43a7a9a0842c28fce9cf939e30f6d\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4199f6deb04b4b10be840805ffd77cc5\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bcafa837e5694efe8757190c079ead7d\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ab4b1f65260e40b48cb601f4320b5697\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7a11a756355a4e4dbadff67e759a06fb\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b76b509d36a149859d3f5152c026b6ec\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e5edbaf2fe31441fad7048610b362fd9\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\82c6adc01cce4716a283a1594e44b55c\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d00e182cb3bf46689cd17d8596fcae32\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca7dad15acf5496eb923e085ab4eceea\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\97dda86c0eae447f8968ffcc7ba56ef9\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f99d18f07769410c9af862a9e013b512\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4e617551ff1c45d0b5dd90e96238438b\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\560d219598254aa6871820781bfe9c9b\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\27e925e6afa7482eb15eaf184920a4b7\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ee388a6c14d463991ea72c320e9d4b3\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f5b877476f84cf7a242c1600b072a52\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7fedade3d60f46b2bbd52e5219604a06\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c0f55b9a43c547e1af73731d6e8f318f\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\846bd2d2b3e048bdbd2502f116d89b22\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9049f8b0bd2f47f3856480926ae13a58\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\276fecbf15044e9fb684dacdb0903d72\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bff11f4833d04388b3efbf89bcd1220e\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dedab1d1b86247f98de148b38c64398a\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\669a0f82d9a0425ba902d2527c900a8b\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\53476fe6d25347fabbaa3a6889d66ddb\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7ff34bd917064214bc4a7e35e2998195\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b4db631db3e34e188dafe88b3abb0f3c\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d9b2658dd048462b8de2c3189756f2a6\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\90b19bb7bad7409d8f878c07761d52d2\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\260b7c968abb4ecbafda4fee06475364\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cdd7a67495084ad28d53ec6c03f2bf44\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\43c12b3e6cb74dadbf019e7eaff88479\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8fa89b33a4744e47892cfb2eb6297d30\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3be6094dc3af451297bd6bc3c9c6f1d6\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a2e393152a3a4ae1afa0dabfcdfe2156\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2ec037f0311747c7a2e99d46864966a6\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\86bf4d6749c84409a72106ea31b7290a\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e1e36e508d7842b7af6ce567c3e5435b\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4b167c8b500b43f99833793bb5a43916\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\658264fcc2db49e1863deb08689fdc43\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\37338d42373b4233b7ed76223ab4b60a\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\484ef0bb00604a678273f56022b0ed63\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9be125faf02e43a2a2bf15190a3495bb\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ed63ebe12b8a42c8be32be248811c514\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ebfeab59ad1442b0bfef05ffa237d56d\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\25590ea0336e4c3ca97a0f58c0a464a8\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\90d49770ef324a568f99d16b7ba0dc2e\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\62e58bef38084d07b60d3181922c4633\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\66de354cea414cc4b476df8840aa76b0\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8f40cd4800e48da82b6b59a632b28e0\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b8df8dcd31654414a8214a6caabd2478\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\71d7f37528bb42f5ba8e15b1cff2cff2\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ad8374d71fb4bb298377a37f44f0c5c\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a171b70948f7440099c2fdd26e1400f9\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1bc3d0579f904c2aba17ad9245071f3a\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7739d6ade9ae4e77883ec494e1aa20e1\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2008817445af467cb8459899ef6d5096\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac9d57b4664748a89683311b628fc5da\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b50be57abad644aba08c84c4c746554a\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2436ede37b5a47f480a5712efb7c8cf3\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\82ebbe56e1e744cfb0b79c7e97521a3f\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff2540c08f9449fc813d37594cd0c4d7\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f899c0a6dad84688b15456de049a3ecf\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0412ba9bfb9a43799ad5404ec1f36835\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8f04a4d5b0604ac7b6eaf6d8f3b1e865\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9baca96db0e14b1d9e66492221aa9b97\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9dcfbf717bd24162aa6b4deecb9fab00\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dddff17b42e44a2f8558da27ae5899e3\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\05da0c44cf814b1fa801b3853556cf88\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\30b329564a704928913a554fa4054e51\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f62f88da055a4363a8ef417e0fa8e404\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3335fd00cac145178e46f49564b0652d\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\35032f16d6f2409ca31ff89a37cef97c\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b5e4041089eb44a28fed76800c59e09c\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c4548fcd90d1459780d603f46e9a4dd7\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d01a6795614547de8da52daf8c7e505d\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7cda11a122b0415794f8cb78405c6afa\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\97f00c34e2a44d0e89ff2edaf5293533\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d437a026fe8d43f4a3d62529df639a7b\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9cef6c184969440ab2d8b0f6d5417222\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dfcb2b6796024a2caee9494f7d5b2a49\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0de988319d554a66a749d52ff8d15c93\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3ab3af6b21024b4b9748eeddf97a12b9\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c2e1ca387a9e451b81be72170322eaaf\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\174b5ed49e3f48db878ed88f1578bb04\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ba7d69b634054dd3a1571c9d422087f5\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a5f1a49339a49d29ad7d8e5f1016097\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\13bb1570eaa448febc23cce0d06b676e\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d1d35e44c5c04bd18ecda5de261d1b82\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6785c5cf026f46319cf53e266029b64a\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\107029bc4f9443bbbb4634b46a3b7b20\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\14bc7655f1d8448787cc57a858d1fffa\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\af70734cf7f04286ab8df7c16f5eb1c4\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b003c66de98b45c8a65cf03246d89b47\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\324ec0f15188429c813fa7585acefb65\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3e947133371d4905b9997efef1b72a75\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ebe611afee784849a4d2cadcd073e99f\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6de8afaf86144a978ba2ad4aa62e3cfd\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e96ee64ce6e74f9587a5cc3a82f074f0\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f79f11e06504478aae9a9b55cb6021b4\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\54b0681714994909bd44ccd0a7261e1e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3696c33754d24aafb8cacf520460bf4e\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\50432b95811a479ab11542bc57a70011\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\70b41f4dd642476bbd8b6f95d97a5bef\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c41a49536dbd4f8081807b4309c63de0\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd89d36674214882a3846e056a88a1d1\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1aa9ab548ab2404092caa67cc98e2922\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5def98bd477b42a79649da138d995ef5\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7d3074d045a14cd3b3dd156ad2420959\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\990a121da3dc4fb597923721e17be99e\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\01dd18d3058e45ada63a8e75f3007748\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0d1227a691dc4bf29d96705fec95e01b\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\384e8272f92a40e8b94e2556e750d717\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c7e5744f903447a693ef90b9fd2ff50a\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c38ee0ec2f9649ac95d99bfdc8b20d57\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6e4ff835c7794f8ead63b2be8dec8be2\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\93c5ab605edc4d839aef6fb6765d1c27\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b5364c099f394e32a16e2c4c4f351fbc\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\80a4b668c5ad4d5f956ea25b3dfc4ecc\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fcc0cb5af26048628a2cb02b1131e9e1\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0fafc377e327410dbb0024005409d688\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d19a5e81aa2541f98cd1c3218e102b75\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6e9b42d2d64c4a7bb132b59264d01ef0\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f14a628cdf92473697dc30641ac3144a\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\80e124bbe755438d934119b5c4c9f5f4\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a6253b0d5f7d423896c72a6f87558be7\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c166a94fb7ea4b3e90666d67782fc754\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\38c88f10b09947488b31a0044e4779da\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8d770c6700e14526a12f3f16c5167f8f\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9279095a8d1340bfa1e83d9962947fd8\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\46bd00ca1a2f47f0a688cd8e47bc038c\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\45b451885fc84f84ad04e16aeb5063b1\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2878b3faa912491a90e7f0a4d54fd8de\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d344dab16c004aea800e1d9f5cb8e829\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1c2abafbce424511806e8a1bd1a627dc\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\50e6c86efb6f4c40bec0824d13bc80dc\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e472f89af1140aeb4c96499ebb3969a\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f577800c0df44070a11e976cbe8defad\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eef55cd34039455ca04a726afbbca694\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7313696b01b34132affc1061365a44ea\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da0b7026499846109f48497732d733dd\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3438593ec08f40939a8675d595f661a8\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9621dcaa93fd417f913c0f294dec9136\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3f5bc1de2c794467be1222b87ed8be33\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9a3cdc26760e464199a0d2a26d553722\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\28c9a3eebbad48b79ddd7a799fcc1e88\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c834f9d699ed4c93b82f8fdd1ad54315\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c6d825ec4fd42d49aa9b5d4d1d99a09\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d10eb1ba289457bb2c9e32d7e592fe0\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e757d7252b654b989c559bd750cd5fa4\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f91f8611d6cd4797ae935172302f7133\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\44ac2f36eed942bfb770303920795286\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\486871ce12b743dd886f9a97884ed422\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c8e666ff56ad489ab4861d102c3c4b55\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4f60febde79949a88f918f2e2a68a7ad\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7e14deae27b46d1b60233331686fd54\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84bf6e5ab7704cb7bcf85f74a06b33bd\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\33185621262546dd8bb3ea0b16381ebd\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\415ae1276eb54d71b09c3fc4043e9dde\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\37d255ab4f304fe59a9e4301e90c944e\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0076282f4bac4bbdbb124e66abf8c90b\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
<Compile Include="..\..\..\..\..\..\_external\2\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|