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.26210.110\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\18.0.1\build\net8.0\Microsoft.NET.Test.Sdk.Program.cs" Link=".packages\microsoft.net.test.sdk\18.0.1\build\net8.0\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\6098e6b9c471409b81f7e7540e93cc35\BuildWebHostInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\65309f7d0e8442aaac87a4b29cf0fe09\BuildWebHostPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5aef736d5681452b8caaa68ad3a7ee8a\CreateHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\921573610f774241a3feafa597492865\CreateHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5adebb481d684a6e8d2254b3b7387655\CreateWebHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e56188ec7b2347d3be8d6e5daf611f94\CreateWebHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca823583c6826184f31cdb84df1724fb\FSharp.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4bc6ec7abcd4cb2b41faf3b7f0e9cef\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1072c9fad7b14c10ac845bf346332d46\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\95c9dedde1a8480fb46b4ed92db271b3\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\733feacf48f9460b94be435609966a84\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b9d655b5db94ecca585c73529a2e67a\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\834a35cfd3ae48e58eae793f132e481e\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3226666de6084341b36db3d1a1895406\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cea5ab57836940efac6342d3c16c9248\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\06890d188b354c80aa2551055ae6d110\Microsoft.AspNetCore.InternalTesting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\912f7992a10842f487df333474dfcd61\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6468ada04cc145f1b732599d965c6a2d\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\024b3a5bfc874c9399537574f5a69dbf\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab5b213074cb4cfb991b835c68733c2a\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7dc38233e2024ba5b703f02b12fff1ea\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ff10b0435ea45e98d3e1a5561f7405a\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ef3954503155418c966ab62cfc8048dd\Microsoft.DotNet.RemoteExecutor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\819889b8c54d4cca8a2e2c72b2f4786c\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1603c9d2e314ed1883c99d66699b4c2\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4474bf9721a4abb8cbe82e612968757\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\10a2813fea8e441388d2d5d410313239\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f2b98bc89710412cb28589183f92a3d9\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d0580c694c7f42a8bad44facc9897450\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a02da072050b49b2a8ff1e3548f8d251\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72650370213f46698d46c1520917eb20\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\778ccb8a52c0441abcf9756a66381b07\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90712fb9ca6645059e198d0dc1dd6eff\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e752f27c220d4b098c94d0833c69f2a4\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3bd53086a8384779ad7913c008fb4b33\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e88ab91e56db4599b3b5ed2557063678\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da9fcb2707864b239e4d4d27734ee4cd\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8e20c9af803440f1b4d35e00be1017ca\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7926b41120944257939fcec6fb5056c7\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a425b810cb44286840b1ff0f18437e3\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\daebe9a2fd194b0fa326dd43a01777ee\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc242f81a20442689648425027bc9d1b\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8989b4e15e6f4b37bb8173123a5a0c13\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f61506ae9e014c8a8fe5b0d75b176c41\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b02ba6aef3a748579aed52348f6bd5a8\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fc2418369f6461a9f4fb77babfcd4cf\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f85bf92093d64f5c87d084e0fa728c5b\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54593ba7b5c24b1bb34735ac87e0db93\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1db7d3af3764aa1acdc4d26d156b71b\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\873cdf56be2c433ea0115212b963e2c7\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0bd08695536d4adfb5ea47738a77283f\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb5c29838c864a42bbd280bf091e5553\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a989d205e5cf4dfc92dda427df739a78\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\997c2718cb324fb7a7cd79a8a3f5b1f3\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d4eac938a703401c91c0063c414f45b9\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4c1d6f4a2bb402493ddd157d1b70d69\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3419c8ddb5ae43aebc184d2ebcc28a8e\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c19e70bfad74c54adb0c5471153291a\Microsoft.TestPlatform.CoreUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff8c47c817704775b38b70f729f82abd\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0577f6d377f84bd08a19ed0768de9fac\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf0163c7d5904934997f126f0253c7cf\Microsoft.TestPlatform.Utilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e375cadf0e04967b73c37e0b9ce4fa1\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e091bd5239ef4744a4cc607de24dfa8e\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2739ee11ae974fd08158c829ce920850\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69da6497c787482daa50eca794e9f03e\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\556555114048401cba920c874254d500\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a200dd11a51e42b98392db365e47598e\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\894a782d44b244489b83713bd10d0011\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7127f3176bad406395de2f15257bd264\MockHostTypes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae555890de224941b70ed254962360b1\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1030aa327e714bdb8a3ce2f243caf32c\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.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\52a3e4d586c24e6f9e114e73af01e371\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5aa0efa4377415087bc234995d15fd6\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eabadd8e50cc4efd91861f28832f0bbc\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4cf43a7a9a0842c28fce9cf939e30f6d\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4199f6deb04b4b10be840805ffd77cc5\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcafa837e5694efe8757190c079ead7d\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab4b1f65260e40b48cb601f4320b5697\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a11a756355a4e4dbadff67e759a06fb\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b76b509d36a149859d3f5152c026b6ec\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5edbaf2fe31441fad7048610b362fd9\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82c6adc01cce4716a283a1594e44b55c\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d00e182cb3bf46689cd17d8596fcae32\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca7dad15acf5496eb923e085ab4eceea\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97dda86c0eae447f8968ffcc7ba56ef9\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f99d18f07769410c9af862a9e013b512\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e617551ff1c45d0b5dd90e96238438b\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\560d219598254aa6871820781bfe9c9b\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27e925e6afa7482eb15eaf184920a4b7\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ee388a6c14d463991ea72c320e9d4b3\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f5b877476f84cf7a242c1600b072a52\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fedade3d60f46b2bbd52e5219604a06\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c0f55b9a43c547e1af73731d6e8f318f\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4021aff1ad6c41c1a0b08cd846859daa\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9049f8b0bd2f47f3856480926ae13a58\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\276fecbf15044e9fb684dacdb0903d72\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bff11f4833d04388b3efbf89bcd1220e\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dedab1d1b86247f98de148b38c64398a\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\669a0f82d9a0425ba902d2527c900a8b\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53476fe6d25347fabbaa3a6889d66ddb\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ff34bd917064214bc4a7e35e2998195\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4db631db3e34e188dafe88b3abb0f3c\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d9b2658dd048462b8de2c3189756f2a6\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90b19bb7bad7409d8f878c07761d52d2\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\260b7c968abb4ecbafda4fee06475364\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cdd7a67495084ad28d53ec6c03f2bf44\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8fa89b33a4744e47892cfb2eb6297d30\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3be6094dc3af451297bd6bc3c9c6f1d6\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a2e393152a3a4ae1afa0dabfcdfe2156\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ec037f0311747c7a2e99d46864966a6\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86bf4d6749c84409a72106ea31b7290a\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1e36e508d7842b7af6ce567c3e5435b\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4b167c8b500b43f99833793bb5a43916\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\658264fcc2db49e1863deb08689fdc43\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37338d42373b4233b7ed76223ab4b60a\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\484ef0bb00604a678273f56022b0ed63\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9be125faf02e43a2a2bf15190a3495bb\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed63ebe12b8a42c8be32be248811c514\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebfeab59ad1442b0bfef05ffa237d56d\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\25590ea0336e4c3ca97a0f58c0a464a8\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\90d49770ef324a568f99d16b7ba0dc2e\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62e58bef38084d07b60d3181922c4633\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66de354cea414cc4b476df8840aa76b0\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8f40cd4800e48da82b6b59a632b28e0\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8df8dcd31654414a8214a6caabd2478\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71d7f37528bb42f5ba8e15b1cff2cff2\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ad8374d71fb4bb298377a37f44f0c5c\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a171b70948f7440099c2fdd26e1400f9\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bc3d0579f904c2aba17ad9245071f3a\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7739d6ade9ae4e77883ec494e1aa20e1\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2008817445af467cb8459899ef6d5096\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac9d57b4664748a89683311b628fc5da\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b50be57abad644aba08c84c4c746554a\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2436ede37b5a47f480a5712efb7c8cf3\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82ebbe56e1e744cfb0b79c7e97521a3f\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff2540c08f9449fc813d37594cd0c4d7\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f899c0a6dad84688b15456de049a3ecf\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0412ba9bfb9a43799ad5404ec1f36835\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f04a4d5b0604ac7b6eaf6d8f3b1e865\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9baca96db0e14b1d9e66492221aa9b97\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9dcfbf717bd24162aa6b4deecb9fab00\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dddff17b42e44a2f8558da27ae5899e3\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05da0c44cf814b1fa801b3853556cf88\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\30b329564a704928913a554fa4054e51\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f62f88da055a4363a8ef417e0fa8e404\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3335fd00cac145178e46f49564b0652d\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35032f16d6f2409ca31ff89a37cef97c\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b5e4041089eb44a28fed76800c59e09c\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4548fcd90d1459780d603f46e9a4dd7\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d01a6795614547de8da52daf8c7e505d\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7cda11a122b0415794f8cb78405c6afa\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97f00c34e2a44d0e89ff2edaf5293533\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d437a026fe8d43f4a3d62529df639a7b\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9cef6c184969440ab2d8b0f6d5417222\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dfcb2b6796024a2caee9494f7d5b2a49\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0de988319d554a66a749d52ff8d15c93\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ab3af6b21024b4b9748eeddf97a12b9\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2e1ca387a9e451b81be72170322eaaf\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\174b5ed49e3f48db878ed88f1578bb04\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba7d69b634054dd3a1571c9d422087f5\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0a5f1a49339a49d29ad7d8e5f1016097\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13bb1570eaa448febc23cce0d06b676e\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1d35e44c5c04bd18ecda5de261d1b82\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6785c5cf026f46319cf53e266029b64a\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\107029bc4f9443bbbb4634b46a3b7b20\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14bc7655f1d8448787cc57a858d1fffa\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\af70734cf7f04286ab8df7c16f5eb1c4\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b003c66de98b45c8a65cf03246d89b47\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\324ec0f15188429c813fa7585acefb65\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e947133371d4905b9997efef1b72a75\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ebe611afee784849a4d2cadcd073e99f\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6de8afaf86144a978ba2ad4aa62e3cfd\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e96ee64ce6e74f9587a5cc3a82f074f0\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f79f11e06504478aae9a9b55cb6021b4\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\54b0681714994909bd44ccd0a7261e1e\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3696c33754d24aafb8cacf520460bf4e\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50432b95811a479ab11542bc57a70011\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70b41f4dd642476bbd8b6f95d97a5bef\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c41a49536dbd4f8081807b4309c63de0\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd89d36674214882a3846e056a88a1d1\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1aa9ab548ab2404092caa67cc98e2922\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5def98bd477b42a79649da138d995ef5\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d3074d045a14cd3b3dd156ad2420959\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\990a121da3dc4fb597923721e17be99e\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01dd18d3058e45ada63a8e75f3007748\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d1227a691dc4bf29d96705fec95e01b\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\384e8272f92a40e8b94e2556e750d717\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7e5744f903447a693ef90b9fd2ff50a\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c38ee0ec2f9649ac95d99bfdc8b20d57\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e4ff835c7794f8ead63b2be8dec8be2\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93c5ab605edc4d839aef6fb6765d1c27\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80a4b668c5ad4d5f956ea25b3dfc4ecc\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcc0cb5af26048628a2cb02b1131e9e1\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d19a5e81aa2541f98cd1c3218e102b75\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e9b42d2d64c4a7bb132b59264d01ef0\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f14a628cdf92473697dc30641ac3144a\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80e124bbe755438d934119b5c4c9f5f4\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6253b0d5f7d423896c72a6f87558be7\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c166a94fb7ea4b3e90666d67782fc754\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38c88f10b09947488b31a0044e4779da\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d770c6700e14526a12f3f16c5167f8f\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9279095a8d1340bfa1e83d9962947fd8\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46bd00ca1a2f47f0a688cd8e47bc038c\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\45b451885fc84f84ad04e16aeb5063b1\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2878b3faa912491a90e7f0a4d54fd8de\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d344dab16c004aea800e1d9f5cb8e829\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1c2abafbce424511806e8a1bd1a627dc\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\50e6c86efb6f4c40bec0824d13bc80dc\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e472f89af1140aeb4c96499ebb3969a\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eef55cd34039455ca04a726afbbca694\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7313696b01b34132affc1061365a44ea\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da0b7026499846109f48497732d733dd\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3438593ec08f40939a8675d595f661a8\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9621dcaa93fd417f913c0f294dec9136\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f5bc1de2c794467be1222b87ed8be33\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9a3cdc26760e464199a0d2a26d553722\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28c9a3eebbad48b79ddd7a799fcc1e88\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c834f9d699ed4c93b82f8fdd1ad54315\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c6d825ec4fd42d49aa9b5d4d1d99a09\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d10eb1ba289457bb2c9e32d7e592fe0\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e757d7252b654b989c559bd750cd5fa4\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f91f8611d6cd4797ae935172302f7133\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44ac2f36eed942bfb770303920795286\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\486871ce12b743dd886f9a97884ed422\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8e666ff56ad489ab4861d102c3c4b55\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f60febde79949a88f918f2e2a68a7ad\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7e14deae27b46d1b60233331686fd54\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\84bf6e5ab7704cb7bcf85f74a06b33bd\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33185621262546dd8bb3ea0b16381ebd\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\415ae1276eb54d71b09c3fc4043e9dde\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37d255ab4f304fe59a9e4301e90c944e\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\069dbcee4215480cac1e85bbdbfe9207\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28ea74ebb1ef4dabae80e4d6229a8b38\ThrowingLibrary.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0076282f4bac4bbdbb124e66abf8c90b\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>