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.26176.106\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\542f15db933e42609ba7c5ba1b5bf8b5\BuildWebHostInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a49fcccee5474194be1ddd03383dd4ee\BuildWebHostPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc3683b52f2b4f77b2bf7099c71f8961\CreateHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1e88690a1fc44a2981a98a5b0407aa77\CreateHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b688d8aba6b5445a8a4e7f4db94b4278\CreateWebHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\879992fd1db54c9394425777c2c6a223\CreateWebHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca823583c6826184f31cdb84df1724fb\FSharp.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a336750469b042f79321156100a48bd8\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0910b166ca914afba81c3034de838ed4\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db0326354d9a4ee1af3bcfb184222c1a\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ff561400477479697522a014a0dd7a3\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5c1a63d15d4e4adf9b17602d1e9a0639\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31761be6e0ee4273abcd57582a7bc995\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3853927159a45ddb5533dd72ba79e86\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e5cb953b33f45cfb53c3fab3cdb3d11\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19ace120a4a544259a34ffdaf681220c\Microsoft.AspNetCore.InternalTesting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02d3228d72854901afb1f4022cdeb12d\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\776168694b5741b1a21a418e4b337590\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8809ac5565e44edaaebf08b4402c8fbc\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f13b3479d529454fbbd7afa26baaca21\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c5f42e602750455285a44edcc0f04e4e\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97c65639b4a34df4ba15b2c62d834979\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de10bb0f14d448e99ba61ffbaeda2122\Microsoft.DotNet.RemoteExecutor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54902fa99e534172b0d432b39de6e3a6\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3bea92116eaf4e5485e3f4c86b28d82f\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76452f88ed5849c7beae7ad0970c6d70\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7311a1a8f994f47b05e111815863826\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\610ad3f54f804020892fc3b3b56fa2ee\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d38dcf88e434c35ada8168466f49aba\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\003eb1d0ba434e20a8ec0c990af33487\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4089e6bd07c34b73ad093e58e6f0b5fe\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8883c7d42e6343b482a1219276055e6a\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7c5e37a417c64d78b1118d1a9fe2debd\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf610c77b6af4abf89ef38c552973ac5\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\56dd64cba6bc4340b53064dab4aef867\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff358248eccc461ab4ed4e8e1341447b\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ad9a23af469343bf985a75e94c16f891\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\518daad79042476e8224dc79637323a8\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33ca2551fd3f48e1b1e0597c8e865c21\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\afaa5ee9564c4b0b957cff7044708628\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aee6cf0937a9403b936ecf28965c5c63\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6e580b57a8e4a54852a366e6376529d\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd0924e05f784c06af334aa2e547afbf\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3518f3ffd0d4253acf86eba13384eb8\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3516d85b89e44e3bd0a3b89d3d3efd7\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63ab9182051f4498b68b1f708b7ea8f1\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\845ebe9846304483b9c06efb92cfed85\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25184cf72d0048268613904eb7e9be90\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10fee89d4f074550bb2bb90591f7d105\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cdb270e12be248d9a5d801521e450549\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15abc5b040fa4ab499683632dc697f9c\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91f741e442d74ba19a8eacad082d573a\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\470686450da2427db8e9eb13b9be15ed\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6a1deaeeb624550aa613fed486219ad\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0722f2bcf4294719903ac2ea7bb76690\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\785236ce1b6e45ab9d4024ce49900ef2\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23680fa29e3b474aba99b960af802a02\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\35beeb8a03cb4177bad3a181d71ada44\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2316ed7bb0f64d1eb548bddb0d15b62d\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f3ef520091e488794c9f427eceacc1d\MockHostTypes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c15a6368d44b425bb022031ec671814e\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\61fd075ec3c3486aad9854d4a6ecdc48\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\9be78a2ae4db4b1c9a293115140746d9\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd50d28e1f1e439eb523d58e9286605c\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf163cc6260f40b4a114d36c7aef8b8f\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\148693eaed31455190aa8166398a32d6\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9892a0db10464a3ba754d8d5b34f7f68\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ebfd9443dc54f27b82e15cef7f8d71d\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2c10c736614479a8e8ba63f0888e6bf\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28a292677ad94c2ab50cc43dc4dcac60\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1921af0ead094a1fba2250960cdfd332\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f537180250b64c7b931925fb8133351a\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05c51879a5a741a99b13faaacbd84a18\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e402504f1a1742ba88b42d6289efd715\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf9776b0609f42608ba815b2180bcacb\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aeca0bea9e194f6d9f2252dcbd4c5d49\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e3b9149b0bb4c00b4baee6b92c8bf94\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ecb62a11f0004494a09508de7b344a4c\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3b5b16cb01c445e9d8e4991c8b879f2\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02fb5fa0f4b04ddb95fa3e41603916f8\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbe05b431bce495abc8b0436c2d520fb\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53206397872c4e79ab833b9322e80ee9\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcdb907296c243c497bba0c4d1b15731\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac3d1e05083f46beaef34d943a8b8804\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f49d0898a40344ab87754472fc3bc49c\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d5c2100239e4dcfb830ab0cd95f2b5a\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d5f8a473dd4464eabccb95f610e354c\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdff571f101643059b8db33d586ef433\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d13056a34f34adaa036ce9dbd2c46ec\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d2ff1e058e744354b810f58958ea4f84\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b9248ea084274639989e9af2b5f12200\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4452451d4e9c42c49d00a7d63ac91c78\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38af558237064d6b95b3a229e2c45c32\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a43e0057335641abb7cf221508ea262e\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\883dbf61db6a4bc199e66f923d4c279f\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76adca4940794506bb9aafb47f2d3a2e\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0f532955edc64d308f1319f4144c657f\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\980135dc76b74871b28fab5a568e4b56\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d598ba86d6248edba33d2da4607439d\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23b7ff5008cf4281ab73b87290de0c3b\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\56a5d513a8374cfabe37f20d5307478c\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8256f7fdb84b41f19ec06076edafc59b\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4131ea36924f47a6b4fa38c9a108f740\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8340eb0894054aa8ac60c950c1816370\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2a7334b1ab994f56bfb44908468503e2\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\02e1cf4f45e741f7b29cfe20f0347cee\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d03fde3afae45379e808ccc6ab81c25\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\283b1b425cb04d199185a435457d7d06\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4116a55ab57b4bf5b7c57844aa09cb46\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34a43e0fad27490fa8ceb0084e2f6141\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93b48f4550ce4af7b2e36b6eac7027a4\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79788be5c8224f5fab559e2b2804da47\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b197768b7f4141b881b4d6cc739d00a7\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f3571276a5b47dabe2357e46ab22bdd\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49afd3b91b604d4782fa3b5ace55b995\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a34c008243a04dc1a9e68c173ca07868\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\607d09cd461044798d7c7b8dfbfdfea4\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\857b6a1ee04e425f859b390923f307dd\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db032ce14a1b40cd911cf4c3bb611f0d\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bcc6740f05847b488e155f0920f5ba0\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\290024ee0c9943bca37a01cf7b4add35\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12515b3682e04ed0b5e24b3762990acb\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c8c743c6ee54f66a7eae20e753d609e\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7a416e501ce401aaf492b55ccfd2bb0\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9203a19e0def4bc8bd6dcce1ea15c552\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11a6eb5fe90142629533986894c56503\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74e7603c693f432d98263f0c6bcaaf67\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75c3f32816c440eea8cd34785f57ade0\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d721575507874d3296702670dea8fb79\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9dc8762adeb4469bc1c9100c73e2539\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa0401a68d9b4da793bcac072442e08d\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b1aab436fda4e0586b2e35226ab0180\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fe705890d73491bb5f06e2e4d194da7\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ac7b8d7a223482eb9d1c58f4fb0a85c\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2feebc527134c5b989ebb327ded2c8b\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa0f5eb890324e6a8a5f7a136508d3f7\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abf1781a96c64c2db220fe7ceddf37f9\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6e1667f7dfc49c8ab2dcff37c619ecd\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\649a01f7e5cf4a68b5a0c10b5bc6f65e\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9344e9b9eac4cf5a61d9983fd34bcf7\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b34caac053c43f3a586fc41e38a835e\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c62d7f46f1145a494297cca175d5617\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\73c868a33eaa4203aa78805ff265d55a\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbb545adae2f424c8b6c8562b1c75f0f\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d15bb37db9ae46df9d830a88e4bf622c\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c14bfa56d944d0aa45447bd9dbab91a\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8821c686d2314b4280949150c9c6fa41\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2287ac015264f689ac93988e69ddd9a\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9fd63f47a0746c6a65cf48c1d2661eb\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\51ea1222e09a453b81047a767ae1fc98\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba76097aa18540a59299401d2581d221\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8887f8782fc4805bcacd235d6c77583\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fc358a1a74d455d8b38ce55972b7713\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31fda7f8436949e18ef8694ed86be38d\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\58887aa49e5d4e31b3ff96fc297db57f\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\978778d921134179bafabd55b0184984\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65654fbec34349e787eab907eee20b93\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0586b1fc3b6c449d8fa0274f089224b0\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8abfa03927554737b86e42d0367f4ac2\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1bb9f5e1a9c4289aefe10ccc28dc78f\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c4ed8787859474885cc7f8fb6c628d1\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e467ce0d7ea426bbb85dfb7f1c7f0ab\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96d3820cb3f949248b4dab758787084c\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6810ed9610443b18659f01efec23cd0\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3475a6867ad42f5aebbc113a9011b8a\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9b9597a2d844faaa07598b5d104c566\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6c3a0fee57f4a71bb0140928f44faca\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7b917a28cae648b4a0474b5e010b908a\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5246498476e142c899946c25c21da34d\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b8cd3b661504d75bf8df26dc4484a9a\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdaa916bbb1240bf9eea14e2165e6a15\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3a382e7ded9449c97d51173267afcd8\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81a57c62a1ec497588e0dd09f6b02185\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2c43810b600452cbb0e2793b894a721\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7857e1a6693e4e83baadb83a58e322b6\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\224337b764114b429880b6dc275b1606\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff6ecad27557455fb880c8034dbb5e9b\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2d4d04d5d2e4e48aa0332922fe39354\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9aaf108fb0e47fd9457eed7446d7f59\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fd8dbfbc6c84c25afe2233bee0f6183\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fbe6d47df362468e8dd4882662ad7a27\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2cff1b164e1d48d9ba07d60cc98cc9d9\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63d228eb68094b6383c750275c4db78d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67147b86fb3948d6b844c008cfdb8a87\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\944e6055febc4eea80b11aceb65a6e85\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b7b2d28b7f904737af613db6180589a0\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7229c6e1bccb473eb2c4959a51cd7635\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65370591cb6146b0a6ea72a77ad90ff6\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5931fec9310b48298ed10a06b35d2301\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11b9543388fb4820bee52986ee50bb3a\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7e6ea659d5c427b8a0a9cb06594e100\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\736453dca6d548888914c947de7b9d17\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cb17416a0b54043a7afb74c0f392fa9\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dc2f267ecfb247c3b1e90723f8390406\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7ebab1d3ef44161b566c8ee60070daf\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e522ccaebdd45f988a2832b7b97385f\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ccb9e3a30cca4c84b88293a6941c00b1\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f0bf8707a514e8f90aa97edd7c7146b\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\686a939f62694598b3664886614ef9c3\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\006076079c43493eb46a1f70e2a29319\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbfa5cabf78340dea1639101135e8b4e\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52ecfacd2f254a22b7c9eb30c3d4aa3c\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ea6a48d389d4e9bbc565a57c404acfc\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\74027fbb9af6461aa0c01fb5c75eb8e2\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aae783d5487e40ee9aab2b5ef5e5581e\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12ed802ab3284e63b07607dde2aac1d4\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e85ddfcb0ef4626a5b0079c272823be\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bddfdb06a984310866f73bb8f27f24e\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a70cfc1335464fe39a82d3e290dc7779\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7474442b79204bb596927967c7609a8b\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0829fd1f4b8c4bba8b982669bd3f5f71\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04d0ad28b68d40c6a65e40389911b98d\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6181ef95bd064960a30ebb5515bf2980\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7eb9797b81945039da2418bf1de61a9\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e58ac1e0a92c4dab90e2fbae5f2392a7\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\073abe68c28348279447fb848a2430cc\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\588660e16dd0470490f17dcab063cfbd\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0db3b8d6e86e43109b06501c6d38ea77\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b3302d9f647414eab83d3f9d65e696c\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5e35c9f11cd4327963ebd12e7bd61e5\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe61cc36ecfe4c26b45be6525e7d9a4e\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83e9c3605b084d46b9903d2ac4951204\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2009a23efc794806acfd28d551d43f88\ThrowingLibrary.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f6f8231511cd45e59cd5e528aa1429f6\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>