|
<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.25511.101\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;KESTREL;RELEASE;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="AnyIPListenOptions.cs"/>
<Compile Include="BadHttpRequestException.cs"/>
<Compile Include="CertificateLoader.cs"/>
<Compile Include="ClientCertificateMode.cs"/>
<Compile Include="EndpointConfiguration.cs"/>
<Compile Include="Features\IConnectionTimeoutFeature.cs"/>
<Compile Include="Features\IDecrementConcurrentConnectionCountFeature.cs"/>
<Compile Include="Features\IHttp2StreamIdFeature.cs"/>
<Compile Include="Features\IHttpMinRequestBodyDataRateFeature.cs"/>
<Compile Include="Features\IHttpMinResponseDataRateFeature.cs"/>
<Compile Include="Features\ISslStreamFeature.cs"/>
<Compile Include="Features\ITlsApplicationProtocolFeature.cs"/>
<Compile Include="Http2Limits.cs"/>
<Compile Include="Http3Limits.cs"/>
<Compile Include="HttpProtocols.cs"/>
<Compile Include="HttpsConfigurationService.cs"/>
<Compile Include="HttpsConnectionAdapterOptions.cs"/>
<Compile Include="IHttpsConfigurationService.cs"/>
<Compile Include="Internal\AddressBindContext.cs"/>
<Compile Include="Internal\AddressBinder.cs"/>
<Compile Include="Internal\BaseHttpConnectionContext.cs"/>
<Compile Include="Internal\CertificatePathWatcher.cs"/>
<Compile Include="Internal\CertificatePathWatcherLoggerExtensions.cs"/>
<Compile Include="Internal\Certificates\CertificateConfigLoader.cs"/>
<Compile Include="Internal\Certificates\ICertificateConfigLoader.cs"/>
<Compile Include="Internal\ConfigSectionClone.cs"/>
<Compile Include="Internal\ConfigurationReader.cs"/>
<Compile Include="Internal\ConnectionDispatcher.cs"/>
<Compile Include="Internal\ConnectionLogScope.cs"/>
<Compile Include="Internal\Http2\FlowControl\FlowControl.cs"/>
<Compile Include="Internal\Http2\FlowControl\InputFlowControl.cs"/>
<Compile Include="Internal\Http2\FlowControl\StreamInputFlowControl.cs"/>
<Compile Include="Internal\Http2\Http2Connection.cs"/>
<Compile Include="Internal\Http2\Http2FrameWriter.cs"/>
<Compile Include="Internal\Http2\Http2KeepAlive.cs"/>
<Compile Include="Internal\Http2\Http2MessageBody.cs"/>
<Compile Include="Internal\Http2\Http2OutputProducer.cs"/>
<Compile Include="Internal\Http2\Http2Stream.cs"/>
<Compile Include="Internal\Http2\Http2Stream.FeatureCollection.cs"/>
<Compile Include="Internal\Http2\Http2StreamContext.cs"/>
<Compile Include="Internal\Http2\Http2StreamErrorException.cs"/>
<Compile Include="Internal\Http2\Http2StreamOfT.cs"/>
<Compile Include="Internal\Http2\IHttp2StreamLifetimeHandler.cs"/>
<Compile Include="Internal\Http3\DefaultStreamDirectionFeature.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.Data.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.GoAway.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.Headers.cs"/>
<Compile Include="Internal\Http3\Frames\Http3RawFrame.Settings.cs"/>
<Compile Include="Internal\Http3\Http3Connection.cs"/>
<Compile Include="Internal\Http3\Http3ConnectionErrorException.cs"/>
<Compile Include="Internal\Http3\Http3ControlStream.cs"/>
<Compile Include="Internal\Http3\Http3ControlStreamOfT.cs"/>
<Compile Include="Internal\Http3\Http3Formatting.cs"/>
<Compile Include="Internal\Http3\Http3FrameReader.cs"/>
<Compile Include="Internal\Http3\Http3FrameWriter.cs"/>
<Compile Include="Internal\Http3\Http3HeadersEnumerator.cs"/>
<Compile Include="Internal\Http3\Http3MessageBody.cs"/>
<Compile Include="Internal\Http3\Http3OutputProducer.cs"/>
<Compile Include="Internal\Http3\Http3PeerSetting.cs"/>
<Compile Include="Internal\Http3\Http3PeerSettings.cs"/>
<Compile Include="Internal\Http3\Http3PendingStream.cs"/>
<Compile Include="Internal\Http3\Http3PendingStreamException.cs"/>
<Compile Include="Internal\Http3\Http3SettingType.cs"/>
<Compile Include="Internal\Http3\Http3Stream.cs"/>
<Compile Include="Internal\Http3\Http3Stream.FeatureCollection.cs"/>
<Compile Include="Internal\Http3\Http3StreamContext.cs"/>
<Compile Include="Internal\Http3\Http3StreamErrorException.cs"/>
<Compile Include="Internal\Http3\Http3StreamOfT.cs"/>
<Compile Include="Internal\Http3\IHttp3Stream.cs"/>
<Compile Include="Internal\Http3\IHttp3StreamLifetimeHandler.cs"/>
<Compile Include="Internal\Http3\QPackHeaderWriter.cs"/>
<Compile Include="Internal\Http3\QPack\DecoderStreamReader.cs"/>
<Compile Include="Internal\Http3\QPack\DynamicTable.cs"/>
<Compile Include="Internal\Http3\QPack\EncoderStreamReader.cs"/>
<Compile Include="Internal\Http3\StreamCompletionFlags.cs"/>
<Compile Include="Internal\HttpConnection.cs"/>
<Compile Include="Internal\HttpConnectionContext.cs"/>
<Compile Include="Internal\HttpMultiplexedConnectionContext.cs"/>
<Compile Include="Internal\HttpProtocolsFeature.cs"/>
<Compile Include="Internal\Http\ChunkWriter.cs"/>
<Compile Include="Internal\Http\ConnectionOptions.cs"/>
<Compile Include="Internal\Http\DateHeaderValueManager.cs"/>
<Compile Include="Internal\Http\Http1ChunkedEncodingMessageBody.cs"/>
<Compile Include="Internal\Http\Http1Connection.cs"/>
<Compile Include="Internal\Http\Http1Connection.FeatureCollection.cs"/>
<Compile Include="Internal\Http\Http1ConnectionOfT.cs"/>
<Compile Include="Internal\Http\Http1ContentLengthMessageBody.cs"/>
<Compile Include="Internal\Http\Http1MessageBody.cs"/>
<Compile Include="Internal\Http\Http1OutputProducer.cs"/>
<Compile Include="Internal\Http\Http1ParsingHandler.cs"/>
<Compile Include="Internal\Http\Http1UpgradeMessageBody.cs"/>
<Compile Include="Internal\Http\HttpHeaders.cs"/>
<Compile Include="Internal\Http\HttpHeaders.Generated.cs"/>
<Compile Include="Internal\Http\HttpMethod.cs"/>
<Compile Include="Internal\Http\HttpParser.cs"/>
<Compile Include="Internal\Http\HttpProtocol.cs"/>
<Compile Include="Internal\Http\HttpProtocol.FeatureCollection.cs"/>
<Compile Include="Internal\Http\HttpProtocol.Generated.cs"/>
<Compile Include="Internal\Http\HttpRequestHeaders.cs"/>
<Compile Include="Internal\Http\HttpRequestPipeReader.cs"/>
<Compile Include="Internal\Http\HttpRequestStream.cs"/>
<Compile Include="Internal\Http\HttpRequestTargetForm.cs"/>
<Compile Include="Internal\Http\HttpResponseHeaders.cs"/>
<Compile Include="Internal\Http\HttpResponsePipeWriter.cs"/>
<Compile Include="Internal\Http\HttpResponseStream.cs"/>
<Compile Include="Internal\Http\HttpResponseTrailers.cs"/>
<Compile Include="Internal\Http\HttpScheme.cs"/>
<Compile Include="Internal\Http\HttpStreamState.cs"/>
<Compile Include="Internal\Http\HttpUpgradeStream.cs"/>
<Compile Include="Internal\Http\HttpVersion.cs"/>
<Compile Include="Internal\Http\IHttpHeadersHandler.cs"/>
<Compile Include="Internal\Http\IHttpOutputAborter.cs"/>
<Compile Include="Internal\Http\IHttpOutputProducer.cs"/>
<Compile Include="Internal\Http\IHttpParser.cs"/>
<Compile Include="Internal\Http\IHttpRequestLineHandler.cs"/>
<Compile Include="Internal\Http\IHttpResponseControl.cs"/>
<Compile Include="Internal\Http\IHttpResponsePipeWriterControl.cs"/>
<Compile Include="Internal\Http\MessageBody.cs"/>
<Compile Include="Internal\Http\PathDecoder.cs"/>
<Compile Include="Internal\Http\ProduceEndType.cs"/>
<Compile Include="Internal\Http\ReasonPhrases.cs"/>
<Compile Include="Internal\Http\RequestProcessingStatus.cs"/>
<Compile Include="Internal\Http\RequestRejectionReason.cs"/>
<Compile Include="Internal\Http\TransferCoding.cs"/>
<Compile Include="Internal\Http\ZeroContentLengthMessageBody.cs"/>
<Compile Include="Internal\Infrastructure\BodyControl.cs"/>
<Compile Include="Internal\Infrastructure\ConnectionManager.cs"/>
<Compile Include="Internal\Infrastructure\ConnectionMetricsContext.cs"/>
<Compile Include="Internal\Infrastructure\ConnectionReference.cs"/>
<Compile Include="Internal\Infrastructure\Constants.cs"/>
<Compile Include="Internal\Infrastructure\DebuggerWrapper.cs"/>
<Compile Include="Internal\Infrastructure\Disposable.cs"/>
<Compile Include="Internal\Infrastructure\Heartbeat.cs"/>
<Compile Include="Internal\Infrastructure\HttpUtilities.cs"/>
<Compile Include="Internal\Infrastructure\HttpUtilities.Generated.cs"/>
<Compile Include="Internal\Infrastructure\IConnectionListenerBase.cs"/>
<Compile Include="Internal\Infrastructure\IConnectionListenerOfT.cs"/>
<Compile Include="Internal\Infrastructure\IConnectionMetricsContextFeature.cs"/>
<Compile Include="Internal\Infrastructure\IDebugger.cs"/>
<Compile Include="Internal\Infrastructure\IHeartbeatHandler.cs"/>
<Compile Include="Internal\Infrastructure\ITimeoutControl.cs"/>
<Compile Include="Internal\Infrastructure\ITimeoutHandler.cs"/>
<Compile Include="Internal\Infrastructure\KestrelConnection.cs"/>
<Compile Include="Internal\Infrastructure\KestrelConnectionOfT.cs"/>
<Compile Include="Internal\Infrastructure\KestrelEventSource.cs"/>
<Compile Include="Internal\Infrastructure\KestrelMetrics.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.BadRequests.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.Connections.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.General.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.Http2.cs"/>
<Compile Include="Internal\Infrastructure\KestrelTrace.Http3.cs"/>
<Compile Include="Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs"/>
<Compile Include="Internal\Infrastructure\ReadOnlyStream.cs"/>
<Compile Include="Internal\Infrastructure\ResourceCounter.cs"/>
<Compile Include="Internal\Infrastructure\StatusCheckPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\StatusCheckWriteStream.cs"/>
<Compile Include="Internal\Infrastructure\StreamCloseAwaitable.cs"/>
<Compile Include="Internal\Infrastructure\ThrowingPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\ThrowingWasUpgradedWriteOnlyStream.cs"/>
<Compile Include="Internal\Infrastructure\TimeExtensions.cs"/>
<Compile Include="Internal\Infrastructure\TimeoutControl.cs"/>
<Compile Include="Internal\Infrastructure\TimeoutControlExtensions.cs"/>
<Compile Include="Internal\Infrastructure\TimeoutReason.cs"/>
<Compile Include="Internal\Infrastructure\TlsAlpn.cs"/>
<Compile Include="Internal\Infrastructure\TransportConnectionManager.cs"/>
<Compile Include="Internal\Infrastructure\TransportManager.cs"/>
<Compile Include="Internal\Infrastructure\WrappingPipeWriter.cs"/>
<Compile Include="Internal\Infrastructure\WrappingStream.cs"/>
<Compile Include="Internal\Infrastructure\WriteOnlyStream.cs"/>
<Compile Include="Internal\IRequestProcessor.cs"/>
<Compile Include="Internal\KestrelServerImpl.cs"/>
<Compile Include="Internal\KestrelServerOptionsSetup.cs"/>
<Compile Include="Internal\LoggerExtensions.cs"/>
<Compile Include="Internal\PinnedBlockMemoryPoolFactory.cs"/>
<Compile Include="Internal\ServerAddressesCollection.cs"/>
<Compile Include="Internal\ServerAddressesFeature.cs"/>
<Compile Include="Internal\ServiceContext.cs"/>
<Compile Include="Internal\SniOptionsSelector.cs"/>
<Compile Include="Internal\ThrowHelper.cs"/>
<Compile Include="Internal\TlsConnectionFeature.cs"/>
<Compile Include="Internal\WebTransport\WebTransportSession.cs"/>
<Compile Include="Internal\WebTransport\WebTransportStream.cs"/>
<Compile Include="Internal\WebTransport\WebTransportStreamType.cs"/>
<Compile Include="KestrelBadHttpRequestException.cs"/>
<Compile Include="KestrelConfigurationLoader.cs"/>
<Compile Include="KestrelServer.cs"/>
<Compile Include="KestrelServerLimits.cs"/>
<Compile Include="KestrelServerOptions.cs"/>
<Compile Include="ListenOptions.cs"/>
<Compile Include="ListenOptionsHttpsExtensions.cs"/>
<Compile Include="LocalhostListenOptions.cs"/>
<Compile Include="Middleware\ConnectionLimitMiddleware.cs"/>
<Compile Include="Middleware\HttpConnectionBuilderExtensions.cs"/>
<Compile Include="Middleware\HttpConnectionMiddleware.cs"/>
<Compile Include="Middleware\HttpMultiplexedConnectionMiddleware.cs"/>
<Compile Include="Middleware\HttpsConnectionMiddleware.cs"/>
<Compile Include="Middleware\Internal\LoggingStream.cs"/>
<Compile Include="Middleware\ListenOptionsConnectionLoggingExtensions.cs"/>
<Compile Include="Middleware\LoggingConnectionMiddleware.cs"/>
<Compile Include="Middleware\LoggingDuplexPipe.cs"/>
<Compile Include="Middleware\LoggingMultiplexedConnectionMiddleware.cs"/>
<Compile Include="Middleware\TlsListener.cs"/>
<Compile Include="MinDataRate.cs"/>
<Compile Include="Systemd\KestrelServerOptionsSystemdExtensions.cs"/>
<Compile Include="TlsConfigurationLoader.cs"/>
<Compile Include="TlsHandshakeCallbackContext.cs"/>
<Compile Include="TlsHandshakeCallbackOptions.cs"/>
<Compile Include="..\..\shared\PooledStreamStack.cs" Link="src\Servers\Kestrel\shared\PooledStreamStack.cs"/>
<Compile Include="..\..\shared\HPackHeaderWriter.cs" Link="src\Servers\Kestrel\shared\HPackHeaderWriter.cs"/>
<Compile Include="..\..\shared\Http2HeadersEnumerator.cs" Link="src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificateExportFormat.cs" Link="src\Shared\CertificateGeneration\CertificateExportFormat.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificateManager.cs" Link="src\Shared\CertificateGeneration\CertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\CertificatePurpose.cs" Link="src\Shared\CertificateGeneration\CertificatePurpose.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\EnsureCertificateResult.cs" Link="src\Shared\CertificateGeneration\EnsureCertificateResult.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\ImportCertificateResult.cs" Link="src\Shared\CertificateGeneration\ImportCertificateResult.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\MacOSCertificateManager.cs" Link="src\Shared\CertificateGeneration\MacOSCertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\UnixCertificateManager.cs" Link="src\Shared\CertificateGeneration\UnixCertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\CertificateGeneration\WindowsCertificateManager.cs" Link="src\Shared\CertificateGeneration\WindowsCertificateManager.cs"/>
<Compile Include="..\..\..\..\Shared\ValueTaskExtensions\ValueTaskExtensions.cs" Link="src\Shared\ValueTaskExtensions\ValueTaskExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\UrlDecoder\UrlDecoder.cs" Link="src\Shared\UrlDecoder\UrlDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\PathNormalizer\PathNormalizer.cs" Link="src\Shared\PathNormalizer\PathNormalizer.cs"/>
<Compile Include="..\..\..\..\Shared\InternalHeaderNames.cs" Link="src\Shared\InternalHeaderNames.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers\BufferSegment.cs" Link="src\Shared\Buffers\BufferSegment.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers\BufferSegmentStack.cs" Link="src\Shared\Buffers\BufferSegmentStack.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\IHttpStreamHeadersHandler.cs" Link="src\Shared\runtime\IHttpStreamHeadersHandler.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\SR.cs" Link="src\Shared\runtime\SR.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\DynamicTable.cs" Link="src\Shared\runtime\Http2\Hpack\DynamicTable.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\H2StaticTable.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HeaderField.cs" Link="src\Shared\runtime\Http2\Hpack\HeaderField.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HPackEncodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\Huffman.cs" Link="src\Shared\runtime\Http2\Hpack\Huffman.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\IntegerDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\IntegerEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http2\Hpack\StatusCodes.cs" Link="src\Shared\runtime\Http2\Hpack\StatusCodes.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3ErrorCode.cs" Link="src\Shared\runtime\Http3\Frames\Http3ErrorCode.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3Frame.cs" Link="src\Shared\runtime\Http3\Frames\Http3Frame.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Frames\Http3FrameType.cs" Link="src\Shared\runtime\Http3\Frames\Http3FrameType.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs" Link="src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Http3SettingType.cs" Link="src\Shared\runtime\Http3\Http3SettingType.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\Http3StreamType.cs" Link="src\Shared\runtime\Http3\Http3StreamType.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\H3StaticTable.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\HeaderField.cs" Link="src\Shared\runtime\Http3\QPack\HeaderField.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackDecoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackDecodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecodingException.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackEncoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\runtime\Http3\QPack\QPackEncodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncodingException.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\DynamicHPackEncoder.cs" Link="src\Shared\Hpack\DynamicHPackEncoder.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\EncoderHeaderEntry.cs" Link="src\Shared\Hpack\EncoderHeaderEntry.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\Obsoletions.cs" Link="src\Shared\Hpack\Obsoletions.cs"/>
<Compile Include="..\..\..\..\Shared\Hpack\StatusCodes.cs" Link="src\Shared\Hpack\StatusCodes.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\BufferExtensions.cs" Link="src\Shared\ServerInfrastructure\BufferExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\BufferWriter.cs" Link="src\Shared\ServerInfrastructure\BufferWriter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipe.cs" Link="src\Shared\ServerInfrastructure\DuplexPipe.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipeStream.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStream.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Bitshifter.cs" Link="src\Shared\ServerInfrastructure\Http2\Bitshifter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs" Link="src\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2FrameType.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameType.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\HttpCharacters.cs" Link="src\Shared\ServerInfrastructure\HttpCharacters.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs" Link="src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\MemoryPoolExtensions.cs" Link="src\Shared\ServerInfrastructure\MemoryPoolExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\SslDuplexPipe.cs" Link="src\Shared\ServerInfrastructure\SslDuplexPipe.cs"/>
<Compile Include="..\..\..\..\Shared\ServerInfrastructure\StringUtilities.cs" Link="src\Shared\ServerInfrastructure\StringUtilities.cs"/>
<Compile Include="..\..\..\..\Shared\CancellationTokenSourcePool.cs" Link="src\Shared\CancellationTokenSourcePool.cs"/>
<Compile Include="..\..\..\..\Shared\Debugger\DictionaryItemDebugView.cs" Link="src\Shared\Debugger\DictionaryItemDebugView.cs"/>
<Compile Include="..\..\..\..\Shared\Debugger\StringValuesDictionaryDebugView.cs" Link="src\Shared\Debugger\StringValuesDictionaryDebugView.cs"/>
<Compile Include="..\..\..\..\Shared\Metrics\MetricsConstants.cs" Link="src\Shared\Metrics\MetricsConstants.cs"/>
<Compile Include="..\..\..\..\Shared\Obsoletions.cs" Link="src\Shared\Obsoletions.cs"/>
<Compile Include="..\..\..\..\Shared\TaskToApm.cs" Link="src\Shared\TaskToApm.cs"/>
<Compile Include="..\..\..\..\Shared\Metrics\MetricsExtensions.cs" Link="src\Shared\Metrics\MetricsExtensions.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\DefaultMemoryPoolFactory.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs" Link="src\Shared\Buffers.MemoryPool\MemoryPoolThrowHelper.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs" Link="src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs"/>
<Compile Include="..\..\..\..\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs" Link="src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\System.Net.Http.SR.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Server.Kestrel.Core\Release\net10.0\Microsoft.AspNetCore.Server.Kestrel.Core.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\..\ref\b9515fe344f8479da95c4c743cc66eac\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c3e2ef5df9c547c0ac3b8a31453f61fd\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bf42167b44f640e1a51eeac2f01a7b80\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f5c7ce1dc14749dead6e4d20b35a6ef3\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8aac4bdbccfa4d49a472cc8f97fd0523\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\70bd8c67dec847fa83be17ddebe77383\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b84975cea6a747318c725a380217061f\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8150cdbdd5d4bf28ded7fc0eb1f9e61\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a0f18535d93840bcb61fb3f72ccd5f43\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\31edc4adb26b43588621a9509c4cc76e\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1fd617cdacc045bbb8000606dbcc8f60\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\955ac24245c44ca49641a2d0ede2b206\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c76f1a72372e4023849e47fcf488186a\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d95541067c864c5e8f02f8720137baa6\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\246bbd10452841c8a9b5668366820af7\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\39413bf579dd421595c91a6b783764ab\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1c074c585c4449a997681d1d076b43e\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\037301e32a93499f91636be021c5cf2c\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e99bb49a62142d18c3aea9314a7cea7\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f0a501c2a4aa45e28d0d29faacbd3b76\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\74fc7fe318a74cbd84f9b8960fe18783\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\df70c2ffe117484bafaecd252001db61\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3d6066047b384201b4115707d46ce886\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ad5a2f19deef4991b0cd8c9adb1526fb\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\875a625313024926bdf3bd72217951eb\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3cc1ded5ee78434ea4e09e2d545d5702\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7d055385ec545709abf4b12327eb47b\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff7f5c2bcb3b4baaaafd902d8a121028\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\544f1bd385c1460ea43e694425ce1fcc\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7cfcce41889941daaa21da1532450d82\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5a947a48c45249a0be7555f8dd770e42\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d63eb2766bee4399b6bbd5ebfe94aa88\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9a95beae483649468715c3ed97dd2240\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\48814c0dc63b4f62ae452061d4251024\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e5a06be379140b4bfad394b4892b96c\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b994637a24b47a78598cadd3900759d\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9dd86a8d165d4234b25670f64672d93f\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c6dc8b7999b04fce86d359763f0b7157\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\79d27a64ca0b43118cf278ec301b762e\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\76ea28b749554f7f849c7c4b9c764919\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c940bfe55924269bcb17834204d9572\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d0407ccce23f47c8ab3c0ca5cc1c868b\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9e66ca6a28824f6887e1b7ae12aa84dd\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cc80a967540b481fb804ad3a44d8dc5d\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cdb70ba944814240a24354a60549c43f\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f11424e5cc664702bed0a24005c92e04\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\64a5afa851534a5a8936b3a829a246c8\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6d11c7d21abf4966b999e5f96e52693c\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b697914a21b44b5b2bc07091c4a720a\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f4c3c20aa25e4364b2442f6cfe6b35d4\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\28a8576e621248bbad5e0b221d2bd7e6\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\42d3a5a51b17499ba57a081b14e3dd96\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ca4fc391f8cc4f9c931d2a5ea41e713a\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ab77aa4ad1a48959e1533bcbde4090f\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ef9ef1df6ec946edb7fad313d4dd5e38\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b918b030d1fe449f8662a9eb0f1ba55b\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5375aa2d9b5044fa99e69cdc40a78fb2\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\43f803a644da4b53adbd0c539ac56061\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2fa6acb305ca4ac6895216b0f72d65f9\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4970028cadb746a8bbc76a3b1b938081\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7ae9d473aad0489ca0ce68672398ab61\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9ec93be63a05433ab9d8649cdb44fcb0\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e5d74e76c1c440f998dc6e39c89513ed\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b0dd2fc1bec40d889fa0a3325bc149d\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5fe5569314b844e1b18b8ab0bee71343\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\816e94e2e3f845869fcde1cda591ae45\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9502c4da27af4172bd5c25f92f6df042\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\576979ea8b764c2a9868d4a0a44536db\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6acbbaeffa98419e828fafdfbe03cb56\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea285c745e3f4f47ad7cf29141f27f9a\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ab8fada8fba4778af70761897d750a8\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\473aca9b741b4a1880d3df724d85e35e\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f6fe3a4048664f61a286a78b1dd900d8\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\50bf165a27894447aec143fb9d101a9a\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a5b3414dc29d49f8975d293bae3fd838\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f9bdc851e2440e38bce1514a080be79\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c62dc4835082444f8e77a1224202607b\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aca9f459835a46039cfc1a29056499db\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\38ef137faf694481831cc8a3517ccb36\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c97abe4476fd42f2a10e23115c1caaac\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\60068220af1e42538feed8d53c8bbab6\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12c36814161940289e1669baff140d5c\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\909e9c3e82e44d28bb475531a58cc3c2\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\471d373ed40e45859965eff4759d796b\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\362eababfd19422b91892e6f4289bbdf\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\daf1e79de44741089cdccbf4edd24df3\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0d27af344d154ea6838b63c2033a7542\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\09fe9451bcec4f52b4ba24ac404ef350\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\968c888f26ac4c4bb3a83cbbfae6c908\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\126e5cbc37cf43d896c917de87d3c6c3\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\131d0736f3a24c1f98860da7835ce786\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\138d474be5a744c8808236f5038728c1\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22a68fbbf2e14de8b970ec1720f3cfe7\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\79b7c1a909804ea9a61374a9a705be77\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12acf863b3c04bdb92adbd609cf08bf5\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c87d3d4863b4c7597b21740ab9b9b96\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cce052f685f9404fbbf1f6546cbc04f3\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aba1e8f3a78645e791385d35c25042e3\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\51b348fce30c4b9a94a4aa1171b8c026\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f664ca1026a844a1a5084b996e6d3b67\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f1ee1f248e2d41cea907a7740d5e6039\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\585201cc24214f07a388268193a9e77e\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\778892090af74eecb58be79f6c857008\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a657159a25a040fbabe0984ea3850db9\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\57af1c02ff7a49728e6ddff1f76e9aa8\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\84c5bc8873d24a0e84047a905af83b69\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c87d28d5927d4af99b337c64e592e944\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7d42b97ea72848329b8a0e96a0c387b8\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0b0e1e40da434d3196afa501448fddd9\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\beeaf38ca3a74cb0b13d7cb181608b82\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0106e9c393ca45d0a5e7abedc3279095\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a14d918ecf914edc829a1a7b0cae54e3\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0fb514a2c8894b40bca505ec6500597d\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a351243cedd84c609ffe59a83545d178\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b6d0521e03be463d997aa7f9ab838a29\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b36f3f6d7a4b48eb9a4d374446710b32\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\76dd3d96b0004db498194cb12ced2040\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f930c2e5a0b414f82a814a98343315d\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\abdb507503fc4fd9921ee3cc44065a96\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\29a8e7cb378c43e6871ed67048c5aef8\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\333cfb95f542465ebd9ec78d2c5f20fc\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5e5c5a0d746543a5b202db2d5f4c5c78\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\713de176102f43278a3a3190c18eb041\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0c6c48ccbd2745d783bfcdb35c224cbd\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8c5a1f8af7894e828bc881e7eeb553a5\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ee8188c8d1d04b56b4166773eefa4286\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4420cde21194f5cb0b521076757e69a\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8d330cdb8860487286b13d484a8f8f98\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\156b92c10c8a46a2b4e5398ae60d0c9f\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4baca48d3ee54ed384c76c8a809452dd\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea871cfa81644c68a79a9390605c17cb\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a3b5a1cb0cee46aea237eb87398de777\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5215ec8bbab14cb0b737f57a06a99e08\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd4c6ba7b2264c3ea498dc0b3fecfa6d\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7768b63689f49179d71b140fe13087a\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\063e599e92794ea09b00a81be7c417fe\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c0d5be2a09fd4f0285850368403dbc5a\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0bafb9c027a347ddb5a492f119752c12\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\60c63ecd31b64217b487f5a41e38ad49\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1b79a99cd9d547339a61ddb5ce2ea072\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\18bf3c8dd64b421e9486cf03c76b6e7e\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fe20ff0c74aa447f91d6d87784e37646\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\78099d8bbef54b288b9c91b4e7660872\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22cef0246efd40b0b65b1984ec26f50d\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bd27c2f84fbf47df8290eeab20f6c6bb\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\43e6c324aac2458380214652be445e22\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\807c2690f5f04715991eb8733cc125e1\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4844403095f645349032dea29b0c33ea\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fa23a8b7aa4e4002b11cb8723b70487a\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\68058c1430a846ebb368ed576957838a\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b6370f1434e84242b835b99fe96287cb\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a03552264c4b4e929d4070dfdf2f28d4\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ba1dc7a288543b7919d28dac1a5157d\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b25d75eef8924c668a7d42b0bcdd1cf6\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a8d51f980927494785ffbf749da86463\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0e119e364103428dac61bbe8856015ce\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\229dc4c92b4e4c50b69bc6d020c3fa42\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\77c5234d01024034b700897435d0bfd9\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fd8e864e3172490ea51c53148bffbb4d\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9f45599e31f473db0533610cf13122f\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1e55e20db8ed47bb833d7c98e0463678\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d073febfc2dc488ca5c8ebfb1cbb54de\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d95bd065058f45a7b596c7f9380f9c5c\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b4eb6e68c2e14dde9b2ff9d9c887b53e\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b000f97e82f44159b2c6b8e742d6205\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ef973746e7b4e32a59ab55ab42ea461\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\021e1967e2894eef99d94fb1835db5cb\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\246bc6ec6a4c4c1e9ef1c12c9322e32d\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\850cf0ab62144186bdf267361cf7147a\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2910fa0e8e4c4d1c9aef4b0a908df65c\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\641e74d0fe6949859e9bc5b515bd6498\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5679203be2d64bf1a36900f23994d5c9\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7d5f0e85bc74a51b66ba8f2b91c8bb4\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2b700164970f43fcac49a4e94abc7c6f\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e2a414f8642d44f98369d8f6ce1359bf\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6fe6f0163fa440fe88cf55b72b95e9c4\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eecba76d047e43818c15275cf16ef002\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\94f0199508a14d4795117a69403fa1e7\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\73f74d6db02b40288db10e879af4f236\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\466b108a9dd94a9ebfbb22d5e610f50b\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d890a751e8e64d20b1f6438d3e65913b\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c0916eb29af94794a44936f05b387739\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8056ad328e6d4d83bed8bdbcde563398\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\048869a29dee42e8afc247fad6fde013\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\156be2152c4246aa931f8aeb16c98b33\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1663b377b9af4b8491ca665894de689c\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c88119cac8a24dcc99cb36df10514526\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ad00d853d5324d7caeccf26a53b340f4\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1b51fd91acf43d7abedefe49ef205df\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\42e81220a2314921893a770a555f823a\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5dcb64f3d2314568a05471aee50fe72e\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cbc6ddb372714a3c80b7f1881180f782\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\74ce7c5aa68c4de3a1dfb05071e53680\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c221e34394d483d86279e75ec1fdd54\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bf4ffbef7d7f49db89a32680f1e7287a\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a49b605c6ae2440da35554993ebbf26a\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\49e596813b5445d8aeb1d6c087e7f4c1\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2e8d41c351a94492b5b22f98440acd73\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\95e5f56496d149fca2221b4aa10d3bc9\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bb3fa1913f714ed890aa10f53cdfc678\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1aaaae4c462544ca87e826598aaf35bf\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\69ec26164ec04001b041cd93caff41e4\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\110bed895c1e49aa823740b789d71b43\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22250e513b2e41ccbb0f026c1d3a2ae7\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6b260fa9d2174eea856e56a7817cada5\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\62418c068f7a4b718119a056b87ee90c\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8d9a1532b0b44ae9eed245b0229cd6e\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2db6c144145f4f609a266c58217565a0\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3d1b35b8d16d4e59bdbc96d001be18e6\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\88e1021124f34404bb1b52fb4288cb79\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dd3b99d728f444a3a0c33a149bf3329e\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7a48414e2d784ea9bff52f7d9557f661\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\abff7c6f12654132997a79e39c32835e\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\54049a1be06f42cb9c43bd53676c7398\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6e986956cec640ec8b94ea306c872fa5\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\54a478fd5d2e4a7093c06ff8cb7f31bd\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\45713f935b144bbe827fc6815b6380b3\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a109c05e6aa84d0cb7cb3dd951f992c4\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
<Compile Include="..\..\..\..\..\..\_external\2\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|