File: Microsoft.AspNetCore.Shared.Tests.csproj
Web Access
Project: src\src\Shared\test\Shared.Tests\Microsoft.AspNetCore.Shared.Tests.csproj (Microsoft.AspNetCore.Shared.Tests)
<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.Shared.Tests</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25603.106\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;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="..\SuccessfulTests.cs" Link="src\Shared\test\SuccessfulTests.cs"/>
    <Compile Include="AdaptiveCapacityDictionaryTests.cs"/>
    <Compile Include="Buffers\PooledArrayBufferWriterTests.cs"/>
    <Compile Include="Buffers\RefPooledArrayBufferWriterTests.cs"/>
    <Compile Include="CertificateManagerTests.cs"/>
    <Compile Include="ClassInGlobalNamespace.cs"/>
    <Compile Include="ClosedGenericMatcherTest.cs"/>
    <Compile Include="CommandLineApplicationTests.cs"/>
    <Compile Include="CopyOnWriteDictionaryHolderTest.cs"/>
    <Compile Include="CopyOnWriteDictionaryTest.cs"/>
    <Compile Include="DotNetMuxerTests.cs"/>
    <Compile Include="NonCapturingTimerTest.cs"/>
    <Compile Include="ObjectMethodExecutorTest.cs"/>
    <Compile Include="PathNormalizerTests.cs"/>
    <Compile Include="PropertyActivatorTest.cs"/>
    <Compile Include="PropertyHelperTest.cs"/>
    <Compile Include="QueryStringEnumerableTest.cs"/>
    <Compile Include="runtime\Http2\DynamicTableTest.cs"/>
    <Compile Include="runtime\Http2\HPackDecoderTest.cs"/>
    <Compile Include="runtime\Http2\HPackIntegerTest.cs"/>
    <Compile Include="runtime\Http2\HuffmanDecodingTests.cs"/>
    <Compile Include="runtime\Http3\QPackDecoderTest.cs"/>
    <Compile Include="runtime\Http3\VariableLengthIntegerHelperTests.cs"/>
    <Compile Include="SecurityHelperTests.cs"/>
    <Compile Include="SegmentWriteStreamTests.cs"/>
    <Compile Include="SingleThreadedSynchronizationContext.cs"/>
    <Compile Include="StackTraceHelperTest.cs"/>
    <Compile Include="TypeNameHelperTest.cs"/>
    <Compile Include="UrlDecoderTests.cs"/>
    <Compile Include="ValueStopwatchTest.cs"/>
    <Compile Include="WebEncodersTests.cs"/>
    <Compile Include="..\..\ActivatorUtilities\ActivatorUtilities.cs" Link="src\Shared\ActivatorUtilities\ActivatorUtilities.cs"/>
    <Compile Include="..\..\CertificateGeneration\CertificateExportFormat.cs" Link="src\Shared\CertificateGeneration\CertificateExportFormat.cs"/>
    <Compile Include="..\..\CertificateGeneration\CertificateManager.cs" Link="src\Shared\CertificateGeneration\CertificateManager.cs"/>
    <Compile Include="..\..\CertificateGeneration\CertificatePurpose.cs" Link="src\Shared\CertificateGeneration\CertificatePurpose.cs"/>
    <Compile Include="..\..\CertificateGeneration\EnsureCertificateResult.cs" Link="src\Shared\CertificateGeneration\EnsureCertificateResult.cs"/>
    <Compile Include="..\..\CertificateGeneration\ImportCertificateResult.cs" Link="src\Shared\CertificateGeneration\ImportCertificateResult.cs"/>
    <Compile Include="..\..\CertificateGeneration\MacOSCertificateManager.cs" Link="src\Shared\CertificateGeneration\MacOSCertificateManager.cs"/>
    <Compile Include="..\..\CertificateGeneration\UnixCertificateManager.cs" Link="src\Shared\CertificateGeneration\UnixCertificateManager.cs"/>
    <Compile Include="..\..\CertificateGeneration\WindowsCertificateManager.cs" Link="src\Shared\CertificateGeneration\WindowsCertificateManager.cs"/>
    <Compile Include="..\..\CommandLineUtils\CommandLine\AnsiConsole.cs" Link="src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs"/>
    <Compile Include="..\..\CommandLineUtils\CommandLine\CommandArgument.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandArgument.cs"/>
    <Compile Include="..\..\CommandLineUtils\CommandLine\CommandLineApplication.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs"/>
    <Compile Include="..\..\CommandLineUtils\CommandLine\CommandOption.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandOption.cs"/>
    <Compile Include="..\..\CommandLineUtils\CommandLine\CommandOptionType.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandOptionType.cs"/>
    <Compile Include="..\..\CommandLineUtils\CommandLine\CommandParsingException.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandParsingException.cs"/>
    <Compile Include="..\..\CommandLineUtils\Utilities\DotNetMuxer.cs" Link="src\Shared\CommandLineUtils\Utilities\DotNetMuxer.cs"/>
    <Compile Include="..\..\ClosedGenericMatcher\ClosedGenericMatcher.cs" Link="src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs"/>
    <Compile Include="..\..\CopyOnWriteDictionary\CopyOnWriteDictionary.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs"/>
    <Compile Include="..\..\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs"/>
    <Compile Include="..\..\runtime\IHttpStreamHeadersHandler.cs" Link="src\Shared\runtime\IHttpStreamHeadersHandler.cs"/>
    <Compile Include="..\..\runtime\SR.cs" Link="src\Shared\runtime\SR.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\DynamicTable.cs" Link="src\Shared\runtime\Http2\Hpack\DynamicTable.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\H2StaticTable.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\H2StaticTable.Http2.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\HeaderField.cs" Link="src\Shared\runtime\Http2\Hpack\HeaderField.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\HPackDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecoder.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\HPackDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\HPackEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncoder.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\HPackEncodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncodingException.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\Huffman.cs" Link="src\Shared\runtime\Http2\Hpack\Huffman.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\HuffmanDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\IntegerDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\IntegerEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerEncoder.cs"/>
    <Compile Include="..\..\runtime\Http2\Hpack\StatusCodes.cs" Link="src\Shared\runtime\Http2\Hpack\StatusCodes.cs"/>
    <Compile Include="..\..\runtime\Http3\Frames\Http3ErrorCode.cs" Link="src\Shared\runtime\Http3\Frames\Http3ErrorCode.cs"/>
    <Compile Include="..\..\runtime\Http3\Frames\Http3Frame.cs" Link="src\Shared\runtime\Http3\Frames\Http3Frame.cs"/>
    <Compile Include="..\..\runtime\Http3\Frames\Http3FrameType.cs" Link="src\Shared\runtime\Http3\Frames\Http3FrameType.cs"/>
    <Compile Include="..\..\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs" Link="src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs"/>
    <Compile Include="..\..\runtime\Http3\Http3SettingType.cs" Link="src\Shared\runtime\Http3\Http3SettingType.cs"/>
    <Compile Include="..\..\runtime\Http3\Http3StreamType.cs" Link="src\Shared\runtime\Http3\Http3StreamType.cs"/>
    <Compile Include="..\..\runtime\Http3\QPack\H3StaticTable.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.cs"/>
    <Compile Include="..\..\runtime\Http3\QPack\H3StaticTable.Http3.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs"/>
    <Compile Include="..\..\runtime\Http3\QPack\HeaderField.cs" Link="src\Shared\runtime\Http3\QPack\HeaderField.cs"/>
    <Compile Include="..\..\runtime\Http3\QPack\QPackDecoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecoder.cs"/>
    <Compile Include="..\..\runtime\Http3\QPack\QPackDecodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecodingException.cs"/>
    <Compile Include="..\..\runtime\Http3\QPack\QPackEncoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncoder.cs"/>
    <Compile Include="..\..\runtime\Http3\QPack\QPackEncodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncodingException.cs"/>
    <Compile Include="..\..\Hpack\DynamicHPackEncoder.cs" Link="src\Shared\Hpack\DynamicHPackEncoder.cs"/>
    <Compile Include="..\..\Hpack\EncoderHeaderEntry.cs" Link="src\Shared\Hpack\EncoderHeaderEntry.cs"/>
    <Compile Include="..\..\Hpack\Obsoletions.cs" Link="src\Shared\Hpack\Obsoletions.cs"/>
    <Compile Include="..\..\Hpack\StatusCodes.cs" Link="src\Shared\Hpack\StatusCodes.cs"/>
    <Compile Include="..\..\HttpSys\Constants.cs" Link="src\Shared\HttpSys\Constants.cs"/>
    <Compile Include="..\..\HttpSys\NativeInterop\CookedUrl.cs" Link="src\Shared\HttpSys\NativeInterop\CookedUrl.cs"/>
    <Compile Include="..\..\HttpSys\NativeInterop\HttpApiTypes.cs" Link="src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs"/>
    <Compile Include="..\..\HttpSys\NativeInterop\HttpSysRequestHeader.cs" Link="src\Shared\HttpSys\NativeInterop\HttpSysRequestHeader.cs"/>
    <Compile Include="..\..\HttpSys\NativeInterop\HttpSysResponseHeader.cs" Link="src\Shared\HttpSys\NativeInterop\HttpSysResponseHeader.cs"/>
    <Compile Include="..\..\HttpSys\NativeInterop\SecPkgContext_CipherInfo.cs" Link="src\Shared\HttpSys\NativeInterop\SecPkgContext_CipherInfo.cs"/>
    <Compile Include="..\..\HttpSys\NativeInterop\SocketAddress.cs" Link="src\Shared\HttpSys\NativeInterop\SocketAddress.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\HeaderCollection.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\HeaderEncoding.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderEncoding.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\HeaderParser.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderParser.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\NativeRequestContext.cs" Link="src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\RawUrlHelper.cs" Link="src\Shared\HttpSys\RequestProcessing\RawUrlHelper.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\RequestHeaders.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\RequestHeaders.Generated.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\RequestUriBuilder.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestUriBuilder.cs"/>
    <Compile Include="..\..\HttpSys\RequestProcessing\SslStatus.cs" Link="src\Shared\HttpSys\RequestProcessing\SslStatus.cs"/>
    <Compile Include="..\..\NonCapturingTimer\NonCapturingTimer.cs" Link="src\Shared\NonCapturingTimer\NonCapturingTimer.cs"/>
    <Compile Include="..\..\ObjectMethodExecutor\AwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\AwaitableInfo.cs"/>
    <Compile Include="..\..\ObjectMethodExecutor\CoercedAwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs"/>
    <Compile Include="..\..\ObjectMethodExecutor\ObjectMethodExecutor.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs"/>
    <Compile Include="..\..\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs"/>
    <Compile Include="..\..\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs"/>
    <Compile Include="..\..\ParameterDefaultValue\ParameterDefaultValue.cs" Link="src\Shared\ParameterDefaultValue\ParameterDefaultValue.cs"/>
    <Compile Include="..\..\PropertyActivator\PropertyActivator.cs" Link="src\Shared\PropertyActivator\PropertyActivator.cs"/>
    <Compile Include="..\..\PropertyHelper\PropertyHelper.cs" Link="src\Shared\PropertyHelper\PropertyHelper.cs"/>
    <Compile Include="..\..\SecurityHelper\SecurityHelper.cs" Link="src\Shared\SecurityHelper\SecurityHelper.cs"/>
    <Compile Include="..\..\ServerInfrastructure\BufferExtensions.cs" Link="src\Shared\ServerInfrastructure\BufferExtensions.cs"/>
    <Compile Include="..\..\ServerInfrastructure\BufferWriter.cs" Link="src\Shared\ServerInfrastructure\BufferWriter.cs"/>
    <Compile Include="..\..\ServerInfrastructure\DuplexPipe.cs" Link="src\Shared\ServerInfrastructure\DuplexPipe.cs"/>
    <Compile Include="..\..\ServerInfrastructure\DuplexPipeStream.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStream.cs"/>
    <Compile Include="..\..\ServerInfrastructure\DuplexPipeStreamAdapter.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Bitshifter.cs" Link="src\Shared\ServerInfrastructure\Http2\Bitshifter.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\ConnectionEndReason.cs" Link="src\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2DataFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2ErrorCode.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Continuation.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Data.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.GoAway.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Headers.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Ping.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Priority.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.RstStream.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Settings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2FrameReader.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2FrameType.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameType.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2PeerSetting.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2PeerSettings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2PingFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2SettingsParameter.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs"/>
    <Compile Include="..\..\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs"/>
    <Compile Include="..\..\ServerInfrastructure\HttpCharacters.cs" Link="src\Shared\ServerInfrastructure\HttpCharacters.cs"/>
    <Compile Include="..\..\ServerInfrastructure\ManualResetValueTaskSource.cs" Link="src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs"/>
    <Compile Include="..\..\ServerInfrastructure\MemoryPoolExtensions.cs" Link="src\Shared\ServerInfrastructure\MemoryPoolExtensions.cs"/>
    <Compile Include="..\..\ServerInfrastructure\SslDuplexPipe.cs" Link="src\Shared\ServerInfrastructure\SslDuplexPipe.cs"/>
    <Compile Include="..\..\ServerInfrastructure\StringUtilities.cs" Link="src\Shared\ServerInfrastructure\StringUtilities.cs"/>
    <Compile Include="..\..\ValueTaskExtensions\ValueTaskExtensions.cs" Link="src\Shared\ValueTaskExtensions\ValueTaskExtensions.cs"/>
    <Compile Include="..\..\StackTrace\StackFrame\MethodDisplayInfo.cs" Link="src\Shared\StackTrace\StackFrame\MethodDisplayInfo.cs"/>
    <Compile Include="..\..\StackTrace\StackFrame\ParameterDisplayInfo.cs" Link="src\Shared\StackTrace\StackFrame\ParameterDisplayInfo.cs"/>
    <Compile Include="..\..\StackTrace\StackFrame\StackFrameInfo.cs" Link="src\Shared\StackTrace\StackFrame\StackFrameInfo.cs"/>
    <Compile Include="..\..\StackTrace\StackFrame\StackFrameSourceCodeInfo.cs" Link="src\Shared\StackTrace\StackFrame\StackFrameSourceCodeInfo.cs"/>
    <Compile Include="..\..\StackTrace\StackFrame\StackTraceHelper.cs" Link="src\Shared\StackTrace\StackFrame\StackTraceHelper.cs"/>
    <Compile Include="..\..\Dictionary\AdaptiveCapacityDictionary.cs" Link="src\Shared\Dictionary\AdaptiveCapacityDictionary.cs"/>
    <Compile Include="..\..\ValueStopwatch\ValueStopwatch.cs" Link="src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
    <Compile Include="..\..\WebEncoders\Properties\EncoderResources.cs" Link="src\Shared\WebEncoders\Properties\EncoderResources.cs"/>
    <Compile Include="..\..\WebEncoders\WebEncoders.cs" Link="src\Shared\WebEncoders\WebEncoders.cs"/>
    <Compile Include="..\..\QueryStringEnumerable.cs" Link="src\Shared\QueryStringEnumerable.cs"/>
    <Compile Include="..\..\UrlDecoder\UrlDecoder.cs" Link="src\Shared\UrlDecoder\UrlDecoder.cs"/>
    <Compile Include="..\..\PathNormalizer\PathNormalizer.cs" Link="src\Shared\PathNormalizer\PathNormalizer.cs"/>
    <Compile Include="..\..\ThrowHelpers\ArgumentNullThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs"/>
    <Compile Include="..\..\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs"/>
    <Compile Include="..\..\ThrowHelpers\ArgumentThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentThrowHelper.cs"/>
    <Compile Include="..\..\ThrowHelpers\ObjectDisposedThrowHelper.cs" Link="src\Shared\ThrowHelpers\ObjectDisposedThrowHelper.cs"/>
    <Compile Include="..\..\CallerArgument\CallerArgumentExpressionAttribute.cs" Link="src\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs"/>
    <Compile Include="..\..\TypeNameHelper\TypeNameHelper.cs" Link="src\Shared\TypeNameHelper\TypeNameHelper.cs"/>
    <Compile Include="..\..\TaskToApm.cs" Link="src\Shared\TaskToApm.cs"/>
    <Compile Include="..\..\SegmentWriteStream.cs" Link="src\Shared\SegmentWriteStream.cs"/>
    <Compile Include="..\..\Debugger\DictionaryItemDebugView.cs" Link="src\Shared\Debugger\DictionaryItemDebugView.cs"/>
    <Compile Include="..\..\Debugger\DictionaryDebugView.cs" Link="src\Shared\Debugger\DictionaryDebugView.cs"/>
    <Compile Include="..\..\Debugger\StringValuesDictionaryDebugView.cs" Link="src\Shared\Debugger\StringValuesDictionaryDebugView.cs"/>
    <Compile Include="..\..\PooledArrayBufferWriter.cs" Link="src\Shared\PooledArrayBufferWriter.cs"/>
    <Compile Include="..\..\Buffers\RefPooledArrayBufferWriter.cs" Link="src\Shared\Buffers\RefPooledArrayBufferWriter.cs"/>
    <Compile Include="..\..\..\..\.packages\microsoft.net.test.sdk\17.1.0-preview-20211109-03\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs" Link=".packages\microsoft.net.test.sdk\17.1.0-preview-20211109-03\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\System.Net.Http.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\f5c199402bfd46f1b5a995d6e3325294\BuildWebHostInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f456e7af2e534b8f813633ab022e234d\BuildWebHostPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba9cc7ab0d6d4b63b43518db2f688856\CreateHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b5482c659754adb910afebd19d36230\CreateHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed5369d83ab44837aa75929c88999c64\CreateWebHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f55471e1d3764093b94e7d3105461902\CreateWebHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca823583c6826184f31cdb84df1724fb\FSharp.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb2a08db6ddf468c98d7cfc32bcae253\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\598a00caa6a647ac9448b4f61be516f3\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9536e3d41181436a896a623b6f260b4a\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cfdd430e52f943b89c14bb571a629888\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff263e18030148e9a3eb5e913f0312fb\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\819e29bbc9ac473e936e76a153c5fa32\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7263da4ca57e4150bbecd0e7fc720312\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba02741f49524297a1335d6450b4a1e9\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ed9102d3383489f849fb933eb4b024b\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bfb26327b281400cba5aa83fb6ca910a\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb4dbccecf9347d1a6ff8b324a4a1b7a\Microsoft.AspNetCore.InternalTesting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c99f9a23b1f94e3c85ef6cc4c0c39e16\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebc1341551e44e35a185b907b6634937\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\158ba7e7ce034d21bd7f6a03fe3540f5\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\551d0b9c0ae94153b81e9cadace4d249\Microsoft.DotNet.RemoteExecutor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a844dd4bbdde49bc80aa1f9604597709\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\002e9bb31b8b49b1a5f37c874868e196\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15ea6dd8816e4600812c661930a47d96\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ddefd121c3ab4783aa6b88b9a1160869\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b911598487644904a1c0374b99bad46e\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab2b844998d24ec49bfe5a1e9f1827c5\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c698d53abac4e43a4f0e1cb783787c3\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f76f23700f264d479a42840b194b018f\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d44f670ba50f4b5c8d66ecc59583aedc\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e3df018298a49adaa51f8e223a939c4\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33d38379fb104dce917e8a0d9a6fb5ba\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27eb48f792824aee85c494f155b6690b\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f00299a9248c4f7d85fde417b87c1a15\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\daa2546b06e144a49b4c41f334251c91\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b95809844a6b4c8d9c6603732120257d\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34865c9c8a2f4e39a79258d41dc09a68\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d6c0dde65f74029a0343e9e4f6774eb\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63a2c354aca94b8496175e7ad675ede6\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc14b9593a73433eaba47d0205124688\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c5232d27e32e45ab8fe9448d385816d3\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f58020a020b1498e926feb3c099075f3\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43c8d0e4f3d1405ab3c6794fd1089adb\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\56fa1878e96f4b3ca13be6e31eac3526\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe6256aac5bd405b87d2a5ce1bdcd4fe\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b8058faf8954bf081b9d10df181215a\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f622e89418434a59a79f63f29c3cffe5\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32a9b1b4bbbd40f89ba845d08d1592ef\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e6721d34fb849cba36e84533dcf50ec\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ddc8676afc34041a2b0dd0acee1010f\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcbc8fcc65964c29842e26a266064b45\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ff59ec0d8f64f7899cfc67fb7297d73\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68916bb9f54e4fb99a20b64c70714960\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4bee0dbe4c340cf9b28450b5b03062b\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81a9340a931d485092f8b5565f512f06\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3527f09e25ea4ccc827a85e38517bdf4\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9c3e36504294611b44d554c9e8e28c5\Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a873f83db514d17ad2673b90eecf789\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ef848792460435a9ead4f84c6553bd4\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\457f21156c734dd3b20d7496199f5807\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b84f2f123d54cbc99acab9a08335041\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50f2e2ac0a72464ca4fa74aedaa1b548\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa3136ab9c8149ed8d8ce234c507d83f\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae6504bd9dec4cf683059cb9279a2922\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6582e557236e4e598be0ba47adb665de\MockHostTypes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc0d43ffc1b74b43a47368deb66fbaf7\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5d75f7d09ec40f9a5b3cfb0862c2d7a\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5179dd1b79f047d0ac657ed8a725efc1\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1e431d95a224bcda819e89c30deb6d5\NuGet.Frameworks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dea0dc22eeaa4de08543fb7b818eecc9\Serilog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec052b8032f34723aa1278b7ddbbb9df\Serilog.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e05270176ae64de18d2cb94a9dca64f2\Serilog.Sinks.File.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e5173ae9c8b4ee19a2a308745d31219\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce6a93449efd49c2a77fa9cc76db5d8a\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2df525ab63441da809eca3a4f5c7fb6\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4bcbd4558e564d62892eee94345a37b5\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8502608d252d424ab08c21c03de61318\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22452b7636ea49faa529c9c1e88a497b\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c66a9ddba1854d0eaebdb77910cd03cd\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\675198f463184ffbbc0d4afafe09d594\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7770071205c42c9b15905c59bd4b2de\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62ad293112ed4091972aeccd71e931ce\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b75626928c2f456182ff62af1c0c54e2\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba3c034a85c34839a1ab25c2578b7b92\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b2b5756871e4745aa9b4793e1304fce\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e022f3766264398b37af57d51767986\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f30bb3c6fa04952b8a2b4dc850c45d0\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\001bd3e628ae48c896c7b92d37879647\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79a337ba5aa24f62a0eae542ad3c8b2c\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\127281c1299740aabe418a565c145903\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a680c1b640a044dd9cc501c4b5263e15\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86e7f2aca7ef4aefb90cc64af5b07d9b\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be3dc1f7fc714190ac96cbe99a8e52c1\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed908586e2b14174bcf33ab2eff5fa7e\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71b6a3622c6046e48f23b9a84dbe5520\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\581928b88bb44eaf943161b23a1ace35\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3aad3c3e89804a29a1069c206786edad\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2f92292d8d94309baee1a8305dc2744\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c021b6d85ff04de9aed0a9d6d9e3d0f6\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\620befeaa34b44b8908b08382087ae5d\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8a21baf888946cc955a8e37e1fffae7\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3456307ff3ed4d75aa74234d8d59b40c\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\808498bbad854f97b583d20d4746f243\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18ce199486e74f609b3adc73ec15cfb4\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b8fa71b25f8480d84e5d6478c8cda30\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80eeaeeb7ad9408f9748d469275db56a\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46dd51fc4c5c4a5b8762141cd10ea8dc\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb93b5d6692b49dd8583ac301f1a328c\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\376cd44d07ab4528a774d689c13f2f65\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\555ac28cd6fc476692e1e1cd1a670645\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\814ae14a1a9347848abd7e5355e6b94e\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43d3fb47bea6436f931452e44a357f02\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e493978e006487fb69d26df969586fb\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb443f4784784f798bc7617f1ff70128\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\07b45dd49c4a4f9286841cc701a959be\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7548aefbf1d6413787149a69d769041d\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f16417823464aa9985bb54200c7f231\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fca1cbf32b1149f6ba858b34888c80d3\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8bc0c8098b0a4c64ba5a2a3a2c00d731\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b39f345ece7243aab8c4038e5403f7a7\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ee61c46cb44482e8d6331a555604090\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3752cc03b910429e891c7f2551af309a\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21fe57af88994d97ad107e819731b385\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\564433ca71aa407f9428ceafc990f9c5\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93b2432c10db476095b6ef3f59caa6a1\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\389fbffe8ff644c9907f35520a8bbc7c\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bcb8bac55384b29962b64e55307a8fc\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b559cc19ce14d94a053a24146096f6b\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bb9875a217746ee9b133e1d9d6704a6\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edfc915defec4f02981bc93d3b7f5944\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b09f0a64f3ce4f6399cc7aaf5f498ea7\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92e0e45614974983b543911a8f12b131\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45b1b5b73b054062b30db8979a823209\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19c29ae85b4f453d9e78a8db9a698d21\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57e5374a304a4e44bfaa7dde94cb1fdd\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee07e2b9e5f3465aa602d2c5672557eb\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50b608b4a8d14e7fa5c2fc389039d376\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\026814290f1b4dc583eab0071e4ee276\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83d0cc5d32de4c8cb0f96cda08be2165\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f1701bef2e94f14bb95d64e3d8b9fd1\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1e173cd2ffe4ed4bb9d66b6e1c3aa5f\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65d9541df51d4d0e829d0d1c715a78aa\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dc39c2da28c4f9a9a2c523c08c88c13\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3248d62dd150424ab392553f23eed9df\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eaebfd9b49274fec9fa12812e304d6b9\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c772af055594edcac0752738bef175b\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74730ad5e45645b9be1bb417729f7b15\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c31ceff36cd4835b5a834ea436fb801\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d42aa3e54d93409ba15f7ceaa165aa4d\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fd39bbaf53b46d496357d7c8a8e99d3\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87899563dd2f438cade86e970c6c8c0a\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92695a07044049f08e5dbb935a09e229\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f1c94bc132448d888f0b11f845865d6\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e0f6e68425f4f86814368d8db321b81\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3029539537a342998306ae6d6ea3b5ca\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\812c73569c074b72b6d09944fc616bde\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b538bd3053b847eb9f6a348317e26675\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05cd894d28004759a8981a2d622090ec\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c05a1e6078f4d5baecd513227cbc695\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3daad16343ea479ba1ca044f9e2d917e\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85daef476d914a1e8d41b79141ff9d26\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d30dceddb20a4be080ae96aa1322c6be\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c862f503b6464ea4b04eda699e1abfcf\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d840ab90f614b34a93fb95a322534d8\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b00ac1d801b7454db0f26a351cfdc7b9\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1c74cdc7ecf4bf5957f5925666432e4\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acd80235048144b99b1f970850d43f47\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87ecb8c0514e4bad8f3ab3b12b20d9fa\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bddafc2ebf04d62a27fc327d63dda7a\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4bf9063e0c374da190056759132c9509\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c107dfbb864343a6bb74eddd9ce15bde\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67d30203587e44358a5c400819f28ed3\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2aa4e7bba4c74663a2268106ec6dbfab\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66195144e1f0499b811cec8651a5abff\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01f7c0710a2b4bf0ac99ce26f89f213b\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d90442de769486491bea26c188cba22\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\739fe6db3a724d278235607b8e881247\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e668e959ef194212b03a7922fc09037d\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6dce5e5aa15d4e7dbe6451d59d04d5af\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\36c06aefe30e4fba8629a50ad8c5fb6d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\558798c0fb604e489b12186723be731a\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\018df21b803e41aeaf15f9344762cb44\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf3358390cc84558bcb6ad854876ee48\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d72481a421dd4562834e1578ce83b130\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad2388204714417eb2a17d711b3379ab\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fc3a472660745e597b02560c8dd8139\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6593082fe9dd4d12a168cfe7be3c1bf6\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ece22a36f0e428f93d3c55d8409349d\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3c88cab1c7114a14a63cc965aa13f4ad\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2cf7f29ee7d743e78de6cd17e3b46f9d\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f4854235af24c7aa6b262f7e3af9d2e\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\597aaf0195554dd9bc9fc2c3ed81429a\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b20a233a462417c9d9a8be7fa85e5a1\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69ac72dceee24f9bb310b8549d1b4fce\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c703e3845fa842f9ba3344827a3071bc\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee3c92528c644b1bad119eda61f5433b\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6df8ad04f4a14ede98a80a4b5fcfe641\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\95f96e935f08447da7acede6c1702863\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e177d25014b443c862502134be66b8b\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9235c580fcb465b9ca1bc2ae43a9212\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\153b678004b448d687c0aa05439406e3\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67fd9745b61e4a67821f4cbb02e36df8\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b1529c5df8e04bb69ea4b03569deb8c3\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81aa97991dff4b1cb7e8cd48650b5bee\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62b41481af6649a498e889dc16eb8dda\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a505aab29f5d4c0ea01bc2b2409e16c3\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\619e6761fb114d35bf4918672d7a9c5d\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7f032efc25cf4cefa62809f6ef6fe7e5\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8897bb5f1b9d49629202c731c3370690\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ded66f9109a74747abbe5ab2a5e2ea5c\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\300986877517490da006a851f349bb8a\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16e8dae4aebb4cad8aed35aa6f3b6cd3\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00e82dcaf5b64947aa3a8cd6b97ddbc6\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c83713da49cf48f9b421bcf11c1fd194\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be945b389e4046ebbaf009a288867314\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7b7c764eb4a438eb5937b68ed8a8d6c\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb30826bbdb74a5cb9fb72e519ba9277\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d29e8e4336ef4eedb2afbcbbd47ce2c3\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51b85521220a4442a5e28d298c404fcf\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b56561a55af495e9abe062b31136dba\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15372bd8456c4b87ad7b85b4f9c383f5\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fa6bcf0c9f347a6967a0ec686b8201c\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f553c68bef042ea846795202039f1ff\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3dcc84ae22724a5390d35d7f7b2a4122\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\067f4a33c98e481b8cba0a00fc253368\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3462363458ee479f948814d2fd412da9\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\210e4a3d924d4e03a8cb9ca00048016f\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31ea3f4721d44dd2a3c0157d783b983c\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d449996ce26a44b8a942954efb8fec48\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\edc02202647d4548b98051f5a8190e37\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b141e95c60646199250719dc387dcc5\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ac28bf5752b482eb5865f8ca777b369\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e68a31b26c442e5935ab9394edaea49\ThrowingLibrary.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b678ab6477be482bbb80552cca3cb317\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\_external\1\Windows.Win32.ADDRESS_FAMILY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\2\Windows.Win32.BOOL.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\3\Windows.Win32.BOOLEAN.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\4\Windows.Win32.byte.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\5\Windows.Win32.CHAR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\6\Windows.Win32.CHAR.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\7\Windows.Win32.CsWin32Stamp.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\8\Windows.Win32.HANDLE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\9\Windows.Win32.HRESULT.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\10\Windows.Win32.HTTP2_SETTINGS_LIMITS_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\11\Windows.Win32.HTTP2_WINDOW_SIZE_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\12\Windows.Win32.HTTPAPI_VERSION.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\13\Windows.Win32.HTTP_503_RESPONSE_VERBOSITY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\14\Windows.Win32.HTTP_AUTHENTICATION_HARDENING_LEVELS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\15\Windows.Win32.HTTP_AUTH_STATUS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\16\Windows.Win32.HTTP_BANDWIDTH_LIMIT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\17\Windows.Win32.HTTP_BINDING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\18\Windows.Win32.HTTP_BYTE_RANGE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\19\Windows.Win32.HTTP_CACHE_POLICY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\20\Windows.Win32.HTTP_CACHE_POLICY_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\21\Windows.Win32.HTTP_CHANNEL_BIND_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\22\Windows.Win32.HTTP_CONNECTION_LIMIT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\23\Windows.Win32.HTTP_COOKED_URL.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\24\Windows.Win32.HTTP_CREATE_REQUEST_QUEUE_PROPERTY_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\25\Windows.Win32.HTTP_CREATE_REQUEST_QUEUE_PROPERTY_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\26\Windows.Win32.HTTP_DATA_CHUNK.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\27\Windows.Win32.HTTP_DATA_CHUNK_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\28\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\29\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\30\Windows.Win32.HTTP_ENABLED_STATE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\31\Windows.Win32.HTTP_ERROR_HEADERS_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\32\Windows.Win32.HTTP_FEATURE_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\33\Windows.Win32.HTTP_FLOWRATE_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\34\Windows.Win32.HTTP_HEADER_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\35\Windows.Win32.HTTP_INITIALIZE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\36\Windows.Win32.HTTP_KNOWN_HEADER.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\37\Windows.Win32.HTTP_KNOWN_HEADER.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\38\Windows.Win32.HTTP_LISTEN_ENDPOINT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\39\Windows.Win32.HTTP_LOGGING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\40\Windows.Win32.HTTP_LOGGING_ROLLOVER_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\41\Windows.Win32.HTTP_LOGGING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\42\Windows.Win32.HTTP_LOG_DATA.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\43\Windows.Win32.HTTP_LOG_DATA_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\44\Windows.Win32.HTTP_LOG_FIELDS_DATA.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\45\Windows.Win32.HTTP_MULTIPLE_KNOWN_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\46\Windows.Win32.HTTP_PERFORMANCE_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\47\Windows.Win32.HTTP_PERFORMANCE_PARAM_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\48\Windows.Win32.HTTP_PROPERTY_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\49\Windows.Win32.HTTP_PROTECTION_LEVEL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\50\Windows.Win32.HTTP_PROTECTION_LEVEL_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\51\Windows.Win32.HTTP_QOS_SETTING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\52\Windows.Win32.HTTP_QOS_SETTING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\53\Windows.Win32.HTTP_QUERY_REQUEST_QUALIFIER_QUIC.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\54\Windows.Win32.HTTP_QUERY_REQUEST_QUALIFIER_TCP.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\55\Windows.Win32.HTTP_QUIC_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\56\Windows.Win32.HTTP_QUIC_CONNECTION_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\57\Windows.Win32.HTTP_QUIC_STREAM_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\58\Windows.Win32.HTTP_QUIC_STREAM_REQUEST_STATS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\59\Windows.Win32.HTTP_RECEIVE_HTTP_REQUEST_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\60\Windows.Win32.HTTP_REQUEST_AUTH_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\61\Windows.Win32.HTTP_REQUEST_AUTH_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\62\Windows.Win32.HTTP_REQUEST_CHANNEL_BIND_STATUS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\63\Windows.Win32.HTTP_REQUEST_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\64\Windows.Win32.HTTP_REQUEST_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\65\Windows.Win32.HTTP_REQUEST_INFO_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\66\Windows.Win32.HTTP_REQUEST_PROPERTY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\67\Windows.Win32.HTTP_REQUEST_PROPERTY_SNI.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\68\Windows.Win32.HTTP_REQUEST_PROPERTY_STREAM_ERROR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\69\Windows.Win32.HTTP_REQUEST_SIZING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\70\Windows.Win32.HTTP_REQUEST_SIZING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\71\Windows.Win32.HTTP_REQUEST_TIMING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\72\Windows.Win32.HTTP_REQUEST_TIMING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\73\Windows.Win32.HTTP_REQUEST_TOKEN_BINDING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\74\Windows.Win32.HTTP_REQUEST_V1.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\75\Windows.Win32.HTTP_REQUEST_V2.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\76\Windows.Win32.HTTP_RESPONSE_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\77\Windows.Win32.HTTP_RESPONSE_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\78\Windows.Win32.HTTP_RESPONSE_INFO_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\79\Windows.Win32.HTTP_RESPONSE_V1.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\80\Windows.Win32.HTTP_RESPONSE_V2.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\81\Windows.Win32.HTTP_SCHEME.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\82\Windows.Win32.HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\83\Windows.Win32.HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\84\Windows.Win32.HTTP_SERVER_AUTHENTICATION_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\85\Windows.Win32.HTTP_SERVER_PROPERTY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\86\Windows.Win32.HTTP_SERVICE_BINDING_A.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\87\Windows.Win32.HTTP_SERVICE_BINDING_BASE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\88\Windows.Win32.HTTP_SERVICE_BINDING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\89\Windows.Win32.HTTP_SERVICE_BINDING_W.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\90\Windows.Win32.HTTP_SERVICE_CONFIG_CACHE_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\91\Windows.Win32.HTTP_SERVICE_CONFIG_CACHE_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\92\Windows.Win32.HTTP_SERVICE_CONFIG_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\93\Windows.Win32.HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\94\Windows.Win32.HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\95\Windows.Win32.HTTP_SERVICE_CONFIG_QUERY_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\96\Windows.Win32.HTTP_SERVICE_CONFIG_SETTING_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\97\Windows.Win32.HTTP_SERVICE_CONFIG_SETTING_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\98\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\99\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\100\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_QUERY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\101\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\102\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_SET_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\103\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\104\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_KEY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\105\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\106\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_PARAM_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\107\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\108\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_QUERY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\109\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\110\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SET_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\111\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\112\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\113\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_QUERY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\114\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\115\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_SET_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\116\Windows.Win32.HTTP_SERVICE_CONFIG_TIMEOUT_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\117\Windows.Win32.HTTP_SERVICE_CONFIG_TIMEOUT_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\118\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\119\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\120\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\121\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\122\Windows.Win32.HTTP_SSL_CLIENT_CERT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\123\Windows.Win32.HTTP_SSL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\124\Windows.Win32.HTTP_SSL_PROTOCOL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\125\Windows.Win32.HTTP_SSL_SERVICE_CONFIG_EX_PARAM_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\126\Windows.Win32.HTTP_STATE_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\127\Windows.Win32.HTTP_TIMEOUT_LIMIT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\128\Windows.Win32.HTTP_TLS_RESTRICTIONS_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\129\Windows.Win32.HTTP_TLS_SESSION_TICKET_KEYS_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\130\Windows.Win32.HTTP_TRANSPORT_ADDRESS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\131\Windows.Win32.HTTP_UNKNOWN_HEADER.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\132\Windows.Win32.HTTP_VERB.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\133\Windows.Win32.HTTP_VERSION.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\134\Windows.Win32.HTTP_WSK_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\135\Windows.Win32.IN6_ADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\136\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\137\Windows.Win32.IN_ADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\138\Windows.Win32.PCSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\139\Windows.Win32.PCWSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\140\Windows.Win32.PInvoke.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\141\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\142\Windows.Win32.PInvoke.KERNEL32.dll.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\143\Windows.Win32.PSECURITY_DESCRIPTOR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\144\Windows.Win32.PSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\145\Windows.Win32.PWSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\146\Windows.Win32.SCOPE_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\147\Windows.Win32.SECURITY_ATTRIBUTES.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\148\Windows.Win32.SOCKADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\149\Windows.Win32.SOCKADDR_IN.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\150\Windows.Win32.SOCKADDR_IN6.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\151\Windows.Win32.SOCKADDR_STORAGE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\152\Windows.Win32.SOCKADDR_STORAGE.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\153\Windows.Win32.ulong.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\154\Windows.Win32.ushort.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\155\RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>