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.26153.117\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\SuccessfulTests.cs" Link="src\Shared\test\SuccessfulTests.cs"/>
    <Compile Include="AdaptiveCapacityDictionaryTests.cs"/>
    <Compile Include="Buffers\PooledArrayBufferWriterTests.cs"/>
    <Compile Include="Buffers\RefPooledArrayBufferWriterTests.cs"/>
    <Compile Include="CertificateManagerEventSourceTests.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="Encoding\Int7BitEncodingUtilsTests.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="TestCertificateManager.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="..\..\Encoding\Int7BitEncodingUtils.cs" Link="src\Shared\Encoding\Int7BitEncodingUtils.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\net11.0\Microsoft.AspNetCore.Shared.Tests.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\Microsoft.AspNetCore.Shared.Tests.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\System.Net.Http.SR.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\Microsoft.AspNetCore.Shared.Tests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net11.0\Microsoft.AspNetCore.Shared.Tests.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\0265d15cb2f34fd5ad8cc157521c68a6\BuildWebHostInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17ba7661fcaa4dba85a121b4f5392004\BuildWebHostPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00a5c25039af4835b87f2477313112d6\CreateHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\758a5a7696a64303a74b75880c422c2a\CreateHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e97120be2b67457a814705c9e39a906a\CreateWebHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0638117dd60c40ad91a357ee163cbe36\CreateWebHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca823583c6826184f31cdb84df1724fb\FSharp.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\217de05b4f5a4db1addc8a9132582d1f\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0526bcd5eb445b8ac234f01f5c6984d\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f03058b9543c44bf862b75a55971f44a\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5d4c44693d0494fbfd534a141f22c59\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6174bde001c48198c5e3426b8c620a1\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4beb82ae6524c8bb0234fb31cdccf2e\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99d1e69b87a1440f90891faec15f40ab\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7e17a5e86d84f17a27e04c0bec38e24\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a97e7d163bf1497d85efb3a1baaa773d\Microsoft.AspNetCore.InternalTesting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32fbd2c206e34cae9e1a9e38a22f999d\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b27b9d3e68134fccba0550d563c961b6\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b8b107ad1a24991979439ef830bd98e\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58a4a93b5640473f8a3d19d01ea04d31\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f9a191c5ca6471a8560949cac4ba4f2\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68a79f597b7843c4b8420dfdd0e3c96d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da8aecfa90a140bfbe1bed4aba807089\Microsoft.DotNet.RemoteExecutor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b4474caaac6436e8d7f2acbfd67834e\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e72ac8e119346c3ae5beff9f0015cab\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d8dad09dc564740a84f4a2b652c52b4\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acf2c8dd1b95453a9071a4131489190b\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00fce8e9cb564315b2953a8a6fb3b0a8\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11085371cb1d465090db835e786036da\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db894f1d30f54dccbeaf8ab8c52a4b9b\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c54e5ac94d3452b912941b784f02bb2\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf814374ed3640518640b867222e1b73\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a042d0f4ec834c30be35678e0e17f4dc\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5c0ee2707a5d481fa46e81cd49301d01\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d779b3ffb50143c5aa821cfafcc6f7a9\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2640be1cca8e40a9b268727d306597ef\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\233b4537bd9e44c49cff5527d84b35a9\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a96457e6811342fd98da88b0af4d9296\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcd98a29428948f69c6f37f7066694c2\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55997eae8f2046fcb3b01ea48a604ffd\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c89d6cded381443ab9ed53a801f6c0db\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ced17c0e7594044b2f70721e4e5674b\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5aecde1d1d194ec086e4d6e823a9889a\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3155985a2b644de995bfacf19fd5241f\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb10040e6efd404a9ea9ee1bb4514260\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8bc762fc47e45659435e3dec38a1ba1\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65330a4fcdf04a2385bea33ea90c53db\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9da19bc34cef4ae4827bc5cff48ed501\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\738ff2d7221b4e84bae650e9f3d8d807\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1b0de9b674e2400d863b01d9a94ccd97\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aad45e1303304d42aa2e09e768765172\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e93957f33b9c4e678ae6647a962e2a4e\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\015af1f8801d47dd8469ad247b2c3207\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10aa0e6924564ee59c61b6448d6c2055\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2aeda4f96f21498381f52e7bc1f99b9f\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\f8b1a760a4064b728ecb6b345c8b89f8\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84e4206ba5eb45e6b8466ca14b8c44c6\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\13351208d6754c9ba934a1411b755e6e\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14cc53a115b140d993a3ce4ad897e49f\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b20eefc7062404eb57c9b2ebfe5dd11\MockHostTypes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d2f7530e61347cc9ace0f6ab5e14673\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\921171f0765a45cda6963806357a8811\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\971dd8696524472f872aec9815d3d39e\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9be26105f6274d478b82969dc8d01a9f\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38265886f5954d7d9c42df33e2eeda37\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d548e5826064867af2f6fbf066cbc80\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\caad293e45884a91abea9dd7b4ebb58c\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1703d4f90e7d4b239c73953597db182a\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6078a6a6436b4c978b4954aaa8cdfc16\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e16623c07884959a2b6a402de814887\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c1972366d024731ad2e77cb3fb25364\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b4cf91670944935b35dca76cc8f5d7c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1408c591ff8d4717b04389311c32caeb\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d501e1abba745529899e8548b9c73a5\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b371bbeb4ac44d47bc42c3bea0bfb564\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51e7127941714e6b89945620a0d994ac\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8657184856e1416fa985eda2060ac723\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64413ae7386341db9e3a7cb0f906bf87\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7713edadf27147199f43f8b9a67d2a02\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67a4193d2fd64f818d39d4b0f635a8d0\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\012f0be4e8f24b48af2facce7d6965bb\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c42ecea5e84e433e8539971f6e3d3ecf\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b10c09a2d9cf45cebe34aee17b0a4c61\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13df77202f7948969b0e89ff24eb9f48\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc7e3e004d364175ac5d3dac6a0dfd89\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c304003997f74b3984d72bec29c46613\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4511510b238d47fbb989658a94f427fc\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67f243fd3d634b4eb72a9c463341a8ae\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\503c44be8d0a4fff9429151b8f1f7f62\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78da140fe66a43e48f8d6fcf337329c3\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30f29acab54c43c28db215c4179a6f4a\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f3c75db47794d599a7136fa961bc69b\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74faaa8174e84943a765553a136bde77\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ade2c58b6735444d8acf9349b468933e\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\279e8210881d4ce49fe6bac521e2f758\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39a8f366c2104c35b82f267fdbe24974\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98a5d5591493444285fd21723cd43eda\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\747a81b35c464732a038a8bbf67b409e\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\012cbcfe6a464fdc9017dd82cdaa3bd5\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d38d19ce46b8461a8216f1928031a3b8\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af0b59d5caa048afa2959dc08fcf43da\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d8e352c0bdd46dcaf76ef6cbef460c4\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b45a2ad704e4f66a267724ec20ad745\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30b8657c0a714aeebaf5691320c1d954\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d49df9cefc124d63b8ba540508cf6905\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3627be3c1c7e474c83bbd3726454df97\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40141315f0ae4c92a9b7665c0f185d83\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dba57e3d0fd642c4ac3541b1474dabe7\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39e762b7069e4cc0bbb7d62547190fe4\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f9105aae6704e2f8da5db27184a3166\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c91d372f27842f9b204d64af686a1f6\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c20e644ff3e7429fa89b455ad1a59a96\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\084849ccc7ff4578a97c2acc4877a7f2\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\913b3a90f43a4aabb81f9ac9beadeaee\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc5ec9cb6c704b46a0eed745fb49c241\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df27556eccf04a4984422387ee5aa8e2\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22302ca604bb4bfcbecf77d614b98114\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb6f33dc36164128b50cf3bd8a4cdc41\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31fe2d8169754accb062f9ed1579ae76\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\903e348a687940239fe6a59eaf08e306\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13846b55bce44db396fc51f5127ed6b2\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\479bd33ea8c94bae86be28ac5acb62b5\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e406f29ecca47dc8bcd7e7ebb046ca6\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf3b269462b045a8af6a3872e711dd80\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c27b5bc4c0e49a780d8cb1785fdcd48\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\430a4b4397c0410a9b1c83d25566279c\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e7a15a2dab0443f9095a95d02b26c96\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\531bcbdd4cdb425386c2ffecf65a4b4d\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3559df936a114b599eba23a7010261a6\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffa2772958c3481ba0eb5518f82d1e88\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\269e5d325e9d4883a1b74ba70d351e2d\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41cbb3b95f6a40eaa1674d385fcf8832\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac2e568176a44a799f44f8872f1cf9ae\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb396317e36e40b28f6b5af351bf29fc\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a706368c44d4c8fa801ed70a226d5ec\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b14aedfe2df4847abc0d4001f05813a\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fa2d29ae72a496ea571c3a16e50e4b1\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b486854a6e5d46299de6d5f083f1de93\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7728858cc1bb4349912c688438ecb50c\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a50051d8d21b406e95ab403c9d533655\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e9340d21f9d474cb4ac4c8cdf0c7319\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d12d93d2668491089c9cea6c92179a8\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\21d90d42ea704b759d33095300e1ccdd\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3152cd80a87442b8a13fc5075d2ed6b\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\104b4469c2fe41a2848bb393e1dbdae5\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97b29104a1c14ad19c21ffd39c08693e\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab93f9c026fa46b892e80950b6906a8a\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45d9ac5e294b406393273cf5254941f9\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61ff30095a3b441f92350b76f5082488\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74c8388089bb4663a207743fb447bd7f\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b29f64b62dfc40fd8b370c20060f84f3\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9911f147ef384add9d7bcec1f1b39376\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b45bfe5bdf244c6bab5fac331d05b0ed\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb0862b764424e838eed1a2d7a8c892f\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecbe1e65942145bfb502cf530f6c0f98\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\304b83ef941840a1a9c0c312e042d05a\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ce37d9c869c4e1f844a51b66ab3ec1a\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b6b5c95387049ebbf2d484b6859b133\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6bc2a9358904515869a97fb3dc771e4\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d53e5a959fdb41719215ef7704714985\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b375b84eda8d48bf8cde19f0396c4ef6\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1583ad9f12af440c939c2aef3a979b52\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c22b7fc8219490fb6a8e5c17cb6670f\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84ef6ce9246a45d68eb14c8eb8cdecf7\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\282977a1d0424334bc82b3fbafd32289\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\955f5e37947f47f3893a07e894513b6f\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e2bbcd3e5264fe899c8ae459a69c5c7\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5cfeb2f748b940489a8e6fe052c90b8b\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\357a391662eb42898bf510a1f78f5404\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f64dc4b853e14c4cbdb05e563ea9eb3d\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6cbeeebc3484777b56b0b050b0fd7d8\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3bd4920997f4a22bebdbbe9668ef598\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1180d74e7c24e2d8a67d8d10e0a53ae\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb7e442ecf8d445cbf9874c0dea06588\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\128651aa2524471787bcfb0c35bb0780\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3e0a920e43e48428d37e354b65a3509\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87eefdef26db4b568da7888544e49107\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5303568ac1154d2d809c5d1554f8538f\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a45cca8999c84a96966b7280d8dd42c0\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\efbe5902cf2d4f768ab59954f22ad067\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c361e8006ca64b8db48dd03cbdf37ccd\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\488ca5367c2141619c7f25541d9c226f\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cf3fd1358e34209a79ed73bfe665f5a\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eea03b46b683419eb783e4c13fc5af56\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cef11ea698e44c368ae89bafe4433840\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fd3ec4a50de4a9c8299b1b155cdbc4a\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bb09853d1c44627a2aaef90c547d04d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c4e605f262c44cab2a56bc588404008\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b8c60c94b3243bf9459ec94f506dac3\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57f384abc70a4e678b27b6f0f77ab3e7\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dfe39a52e75b49618ca3064b350a5f41\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecbef436e9e545f4b4c9d0f383be531c\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a2e996da3d9433aaca978da5a8242ca\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ccf23ce245a4367942d583c222fc61a\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69dad00b82d141608ed8c3213eaefc66\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f8558c4918f4cd8bf34ba1ba0ea14e3\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f563999da39c417495f229bf66fc997c\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2be291d5a0444293bf0516da76189cf1\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0099c15752054d0cbb1d3c1e254fa4fc\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8e718826306426091d48be00dd9acb0\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d19d5a59f7d34a1295d97e9b71408606\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0d974095b6a4663b12b0b70bffeddea\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f69af6a6ee04e47a908be6d96108446\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d6b8f50116540e8bda3d9fb2e4ecf92\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e96c6885f6a4bc2b7865678207b764f\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61360d396b7d41ab885110779c4b7425\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2895b6f5752d4a3e8f8f4fee3da9aae9\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cb4720a72c64ab5a375cbe5e7a14a64\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9cc00041fc5495782ac2fbedb2ac62e\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e88f77b775e641fdb75b052a0168849d\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\136e736b7bba4bc0a91171a930687aa8\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\982a831904ce453a9b2857f7691a3b5c\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c51201661ba345bebcbec7765b60602e\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0ccd0119007b48e39f8636d01fad96ab\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34cb1b2316de4b34948b1769332fc85c\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e51489c687a44b1b4e790ec75829fc8\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7812caa95e6c44e48b9775a972fb958c\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c7bccad1ca0456ca0950ced5c5a75ff\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72a01586ecfb49dfae5a9c27014e2b2a\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d0b917410c54abaa4690567430b558b\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f6e6cb34d534a84ad2aee594b7a105a\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cac86ee1030044f5a653d426fdefb253\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3deda49f3b548a3919cf7a77106deeb\ThrowingLibrary.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db3696f3bb2a45198b0deaecfc62610b\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_CERT_CONFIG_ENTRY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\22\Windows.Win32.HTTP_CERT_CONFIG_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\23\Windows.Win32.HTTP_CHANNEL_BIND_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\24\Windows.Win32.HTTP_CONNECTION_LIMIT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\25\Windows.Win32.HTTP_COOKED_URL.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\26\Windows.Win32.HTTP_CREATE_REQUEST_QUEUE_PROPERTY_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\27\Windows.Win32.HTTP_CREATE_REQUEST_QUEUE_PROPERTY_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\28\Windows.Win32.HTTP_DATA_CHUNK.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\29\Windows.Win32.HTTP_DATA_CHUNK_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\30\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\31\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\32\Windows.Win32.HTTP_ENABLED_STATE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\33\Windows.Win32.HTTP_ERROR_HEADERS_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\34\Windows.Win32.HTTP_FAST_FORWARD_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\35\Windows.Win32.HTTP_FEATURE_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\36\Windows.Win32.HTTP_FLOWRATE_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\37\Windows.Win32.HTTP_HEADER_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\38\Windows.Win32.HTTP_INITIALIZE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\39\Windows.Win32.HTTP_KNOWN_HEADER.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\40\Windows.Win32.HTTP_KNOWN_HEADER.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\41\Windows.Win32.HTTP_LISTEN_ENDPOINT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\42\Windows.Win32.HTTP_LOGGING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\43\Windows.Win32.HTTP_LOGGING_ROLLOVER_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\44\Windows.Win32.HTTP_LOGGING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\45\Windows.Win32.HTTP_LOG_DATA.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\46\Windows.Win32.HTTP_LOG_DATA_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\47\Windows.Win32.HTTP_LOG_FIELDS_DATA.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\48\Windows.Win32.HTTP_MULTIPLE_KNOWN_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\49\Windows.Win32.HTTP_PERFORMANCE_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\50\Windows.Win32.HTTP_PERFORMANCE_PARAM_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\51\Windows.Win32.HTTP_PROPERTY_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\52\Windows.Win32.HTTP_PROTECTION_LEVEL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\53\Windows.Win32.HTTP_PROTECTION_LEVEL_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\54\Windows.Win32.HTTP_QOS_SETTING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\55\Windows.Win32.HTTP_QOS_SETTING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\56\Windows.Win32.HTTP_QUERY_REQUEST_QUALIFIER_QUIC.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\57\Windows.Win32.HTTP_QUERY_REQUEST_QUALIFIER_TCP.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\58\Windows.Win32.HTTP_QUIC_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\59\Windows.Win32.HTTP_QUIC_CONNECTION_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\60\Windows.Win32.HTTP_QUIC_STREAM_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\61\Windows.Win32.HTTP_QUIC_STREAM_REQUEST_STATS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\62\Windows.Win32.HTTP_RECEIVE_HTTP_REQUEST_FLAGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\63\Windows.Win32.HTTP_REQUEST_AUTH_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\64\Windows.Win32.HTTP_REQUEST_AUTH_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\65\Windows.Win32.HTTP_REQUEST_CHANNEL_BIND_STATUS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\66\Windows.Win32.HTTP_REQUEST_DSCP_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\67\Windows.Win32.HTTP_REQUEST_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\68\Windows.Win32.HTTP_REQUEST_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\69\Windows.Win32.HTTP_REQUEST_INFO_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\70\Windows.Win32.HTTP_REQUEST_INITIAL_PACKET_TTL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\71\Windows.Win32.HTTP_REQUEST_PROPERTY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\72\Windows.Win32.HTTP_REQUEST_PROPERTY_SNI.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\73\Windows.Win32.HTTP_REQUEST_PROPERTY_STREAM_ERROR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\74\Windows.Win32.HTTP_REQUEST_SIZING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\75\Windows.Win32.HTTP_REQUEST_SIZING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\76\Windows.Win32.HTTP_REQUEST_TIMING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\77\Windows.Win32.HTTP_REQUEST_TIMING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\78\Windows.Win32.HTTP_REQUEST_TOKEN_BINDING_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\79\Windows.Win32.HTTP_REQUEST_TRANSPORT_IDLE_CONNECTION_TIMEOUT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\80\Windows.Win32.HTTP_REQUEST_V1.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\81\Windows.Win32.HTTP_REQUEST_V2.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\82\Windows.Win32.HTTP_RESPONSE_HEADERS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\83\Windows.Win32.HTTP_RESPONSE_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\84\Windows.Win32.HTTP_RESPONSE_INFO_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\85\Windows.Win32.HTTP_RESPONSE_V1.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\86\Windows.Win32.HTTP_RESPONSE_V2.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\87\Windows.Win32.HTTP_SCHEME.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\88\Windows.Win32.HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\89\Windows.Win32.HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\90\Windows.Win32.HTTP_SERVER_AUTHENTICATION_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\91\Windows.Win32.HTTP_SERVER_PROPERTY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\92\Windows.Win32.HTTP_SERVICE_BINDING_A.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\93\Windows.Win32.HTTP_SERVICE_BINDING_BASE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\94\Windows.Win32.HTTP_SERVICE_BINDING_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\95\Windows.Win32.HTTP_SERVICE_BINDING_W.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\96\Windows.Win32.HTTP_SERVICE_CONFIG_CACHE_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\97\Windows.Win32.HTTP_SERVICE_CONFIG_CACHE_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\98\Windows.Win32.HTTP_SERVICE_CONFIG_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\99\Windows.Win32.HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\100\Windows.Win32.HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\101\Windows.Win32.HTTP_SERVICE_CONFIG_QUERY_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\102\Windows.Win32.HTTP_SERVICE_CONFIG_SETTING_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\103\Windows.Win32.HTTP_SERVICE_CONFIG_SETTING_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\104\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\105\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\106\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_QUERY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\107\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\108\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_SET_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\109\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\110\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_KEY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\111\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\112\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_PARAM_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\113\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\114\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_QUERY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\115\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\116\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SET_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\117\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\118\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\119\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_QUERY_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\120\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\121\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_SET_EX.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\122\Windows.Win32.HTTP_SERVICE_CONFIG_TIMEOUT_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\123\Windows.Win32.HTTP_SERVICE_CONFIG_TIMEOUT_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\124\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_KEY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\125\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\126\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_QUERY.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\127\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_SET.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\128\Windows.Win32.HTTP_SSL_CLIENT_CERT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\129\Windows.Win32.HTTP_SSL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\130\Windows.Win32.HTTP_SSL_PROTOCOL_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\131\Windows.Win32.HTTP_SSL_SERVICE_CONFIG_EX_PARAM_TYPE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\132\Windows.Win32.HTTP_STATE_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\133\Windows.Win32.HTTP_TIMEOUT_LIMIT_INFO.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\134\Windows.Win32.HTTP_TLS_RESTRICTIONS_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\135\Windows.Win32.HTTP_TLS_SESSION_TICKET_KEYS_PARAM.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\136\Windows.Win32.HTTP_TRANSPORT_ADDRESS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\137\Windows.Win32.HTTP_UNKNOWN_HEADER.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\138\Windows.Win32.HTTP_VERB.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\139\Windows.Win32.HTTP_VERSION.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\140\Windows.Win32.HTTP_WINHTTP_FAST_FORWARDING_DATA.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\141\Windows.Win32.HTTP_WSK_API_TIMINGS.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\142\Windows.Win32.IN6_ADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\143\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\144\Windows.Win32.IN_ADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\145\Windows.Win32.PCSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\146\Windows.Win32.PCWSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\147\Windows.Win32.PInvoke.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\148\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\149\Windows.Win32.PInvoke.KERNEL32.dll.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\150\Windows.Win32.PSECURITY_DESCRIPTOR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\151\Windows.Win32.PSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\152\Windows.Win32.PWSTR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\153\Windows.Win32.SCOPE_ID.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\154\Windows.Win32.SECURITY_ATTRIBUTES.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\155\Windows.Win32.SOCKADDR.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\156\Windows.Win32.SOCKADDR_IN.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\157\Windows.Win32.SOCKADDR_IN6.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\158\Windows.Win32.SOCKADDR_STORAGE.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\159\Windows.Win32.ulong.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\160\Windows.Win32.ushort.InlineArrays.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\161\Windows.Win32.VariableLengthInlineArray.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\162\RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>