|
<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.26055.102\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SuccessfulTests.cs" Link="src\Shared\test\SuccessfulTests.cs"/>
<Compile Include="AdaptiveCapacityDictionaryTests.cs"/>
<Compile Include="Buffers\PooledArrayBufferWriterTests.cs"/>
<Compile Include="Buffers\RefPooledArrayBufferWriterTests.cs"/>
<Compile Include="CertificateManagerTests.cs"/>
<Compile Include="ClassInGlobalNamespace.cs"/>
<Compile Include="ClosedGenericMatcherTest.cs"/>
<Compile Include="CommandLineApplicationTests.cs"/>
<Compile Include="CopyOnWriteDictionaryHolderTest.cs"/>
<Compile Include="CopyOnWriteDictionaryTest.cs"/>
<Compile Include="DotNetMuxerTests.cs"/>
<Compile Include="NonCapturingTimerTest.cs"/>
<Compile Include="ObjectMethodExecutorTest.cs"/>
<Compile Include="PathNormalizerTests.cs"/>
<Compile Include="PropertyActivatorTest.cs"/>
<Compile Include="PropertyHelperTest.cs"/>
<Compile Include="QueryStringEnumerableTest.cs"/>
<Compile Include="runtime\Http2\DynamicTableTest.cs"/>
<Compile Include="runtime\Http2\HPackDecoderTest.cs"/>
<Compile Include="runtime\Http2\HPackIntegerTest.cs"/>
<Compile Include="runtime\Http2\HuffmanDecodingTests.cs"/>
<Compile Include="runtime\Http3\QPackDecoderTest.cs"/>
<Compile Include="runtime\Http3\VariableLengthIntegerHelperTests.cs"/>
<Compile Include="SecurityHelperTests.cs"/>
<Compile Include="SegmentWriteStreamTests.cs"/>
<Compile Include="SingleThreadedSynchronizationContext.cs"/>
<Compile Include="StackTraceHelperTest.cs"/>
<Compile Include="TypeNameHelperTest.cs"/>
<Compile Include="UrlDecoderTests.cs"/>
<Compile Include="ValueStopwatchTest.cs"/>
<Compile Include="WebEncodersTests.cs"/>
<Compile Include="..\..\ActivatorUtilities\ActivatorUtilities.cs" Link="src\Shared\ActivatorUtilities\ActivatorUtilities.cs"/>
<Compile Include="..\..\CertificateGeneration\CertificateExportFormat.cs" Link="src\Shared\CertificateGeneration\CertificateExportFormat.cs"/>
<Compile Include="..\..\CertificateGeneration\CertificateManager.cs" Link="src\Shared\CertificateGeneration\CertificateManager.cs"/>
<Compile Include="..\..\CertificateGeneration\CertificatePurpose.cs" Link="src\Shared\CertificateGeneration\CertificatePurpose.cs"/>
<Compile Include="..\..\CertificateGeneration\EnsureCertificateResult.cs" Link="src\Shared\CertificateGeneration\EnsureCertificateResult.cs"/>
<Compile Include="..\..\CertificateGeneration\ImportCertificateResult.cs" Link="src\Shared\CertificateGeneration\ImportCertificateResult.cs"/>
<Compile Include="..\..\CertificateGeneration\MacOSCertificateManager.cs" Link="src\Shared\CertificateGeneration\MacOSCertificateManager.cs"/>
<Compile Include="..\..\CertificateGeneration\UnixCertificateManager.cs" Link="src\Shared\CertificateGeneration\UnixCertificateManager.cs"/>
<Compile Include="..\..\CertificateGeneration\WindowsCertificateManager.cs" Link="src\Shared\CertificateGeneration\WindowsCertificateManager.cs"/>
<Compile Include="..\..\CommandLineUtils\CommandLine\AnsiConsole.cs" Link="src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs"/>
<Compile Include="..\..\CommandLineUtils\CommandLine\CommandArgument.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandArgument.cs"/>
<Compile Include="..\..\CommandLineUtils\CommandLine\CommandLineApplication.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs"/>
<Compile Include="..\..\CommandLineUtils\CommandLine\CommandOption.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandOption.cs"/>
<Compile Include="..\..\CommandLineUtils\CommandLine\CommandOptionType.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandOptionType.cs"/>
<Compile Include="..\..\CommandLineUtils\CommandLine\CommandParsingException.cs" Link="src\Shared\CommandLineUtils\CommandLine\CommandParsingException.cs"/>
<Compile Include="..\..\CommandLineUtils\Utilities\DotNetMuxer.cs" Link="src\Shared\CommandLineUtils\Utilities\DotNetMuxer.cs"/>
<Compile Include="..\..\ClosedGenericMatcher\ClosedGenericMatcher.cs" Link="src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs"/>
<Compile Include="..\..\CopyOnWriteDictionary\CopyOnWriteDictionary.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs"/>
<Compile Include="..\..\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs" Link="src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs"/>
<Compile Include="..\..\runtime\IHttpStreamHeadersHandler.cs" Link="src\Shared\runtime\IHttpStreamHeadersHandler.cs"/>
<Compile Include="..\..\runtime\SR.cs" Link="src\Shared\runtime\SR.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\DynamicTable.cs" Link="src\Shared\runtime\Http2\Hpack\DynamicTable.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\H2StaticTable.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\H2StaticTable.Http2.cs" Link="src\Shared\runtime\Http2\Hpack\H2StaticTable.Http2.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\HeaderField.cs" Link="src\Shared\runtime\Http2\Hpack\HeaderField.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\HPackDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecoder.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\HPackDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\HPackEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncoder.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\HPackEncodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HPackEncodingException.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\Huffman.cs" Link="src\Shared\runtime\Http2\Hpack\Huffman.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\HuffmanDecodingException.cs" Link="src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\IntegerDecoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\IntegerEncoder.cs" Link="src\Shared\runtime\Http2\Hpack\IntegerEncoder.cs"/>
<Compile Include="..\..\runtime\Http2\Hpack\StatusCodes.cs" Link="src\Shared\runtime\Http2\Hpack\StatusCodes.cs"/>
<Compile Include="..\..\runtime\Http3\Frames\Http3ErrorCode.cs" Link="src\Shared\runtime\Http3\Frames\Http3ErrorCode.cs"/>
<Compile Include="..\..\runtime\Http3\Frames\Http3Frame.cs" Link="src\Shared\runtime\Http3\Frames\Http3Frame.cs"/>
<Compile Include="..\..\runtime\Http3\Frames\Http3FrameType.cs" Link="src\Shared\runtime\Http3\Frames\Http3FrameType.cs"/>
<Compile Include="..\..\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs" Link="src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs"/>
<Compile Include="..\..\runtime\Http3\Http3SettingType.cs" Link="src\Shared\runtime\Http3\Http3SettingType.cs"/>
<Compile Include="..\..\runtime\Http3\Http3StreamType.cs" Link="src\Shared\runtime\Http3\Http3StreamType.cs"/>
<Compile Include="..\..\runtime\Http3\QPack\H3StaticTable.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.cs"/>
<Compile Include="..\..\runtime\Http3\QPack\H3StaticTable.Http3.cs" Link="src\Shared\runtime\Http3\QPack\H3StaticTable.Http3.cs"/>
<Compile Include="..\..\runtime\Http3\QPack\HeaderField.cs" Link="src\Shared\runtime\Http3\QPack\HeaderField.cs"/>
<Compile Include="..\..\runtime\Http3\QPack\QPackDecoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecoder.cs"/>
<Compile Include="..\..\runtime\Http3\QPack\QPackDecodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackDecodingException.cs"/>
<Compile Include="..\..\runtime\Http3\QPack\QPackEncoder.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncoder.cs"/>
<Compile Include="..\..\runtime\Http3\QPack\QPackEncodingException.cs" Link="src\Shared\runtime\Http3\QPack\QPackEncodingException.cs"/>
<Compile Include="..\..\Hpack\DynamicHPackEncoder.cs" Link="src\Shared\Hpack\DynamicHPackEncoder.cs"/>
<Compile Include="..\..\Hpack\EncoderHeaderEntry.cs" Link="src\Shared\Hpack\EncoderHeaderEntry.cs"/>
<Compile Include="..\..\Hpack\Obsoletions.cs" Link="src\Shared\Hpack\Obsoletions.cs"/>
<Compile Include="..\..\Hpack\StatusCodes.cs" Link="src\Shared\Hpack\StatusCodes.cs"/>
<Compile Include="..\..\HttpSys\Constants.cs" Link="src\Shared\HttpSys\Constants.cs"/>
<Compile Include="..\..\HttpSys\NativeInterop\CookedUrl.cs" Link="src\Shared\HttpSys\NativeInterop\CookedUrl.cs"/>
<Compile Include="..\..\HttpSys\NativeInterop\HttpApiTypes.cs" Link="src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs"/>
<Compile Include="..\..\HttpSys\NativeInterop\HttpSysRequestHeader.cs" Link="src\Shared\HttpSys\NativeInterop\HttpSysRequestHeader.cs"/>
<Compile Include="..\..\HttpSys\NativeInterop\HttpSysResponseHeader.cs" Link="src\Shared\HttpSys\NativeInterop\HttpSysResponseHeader.cs"/>
<Compile Include="..\..\HttpSys\NativeInterop\SecPkgContext_CipherInfo.cs" Link="src\Shared\HttpSys\NativeInterop\SecPkgContext_CipherInfo.cs"/>
<Compile Include="..\..\HttpSys\NativeInterop\SocketAddress.cs" Link="src\Shared\HttpSys\NativeInterop\SocketAddress.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\HeaderCollection.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\HeaderEncoding.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderEncoding.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\HeaderParser.cs" Link="src\Shared\HttpSys\RequestProcessing\HeaderParser.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\NativeRequestContext.cs" Link="src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\RawUrlHelper.cs" Link="src\Shared\HttpSys\RequestProcessing\RawUrlHelper.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\RequestHeaders.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\RequestHeaders.Generated.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\RequestUriBuilder.cs" Link="src\Shared\HttpSys\RequestProcessing\RequestUriBuilder.cs"/>
<Compile Include="..\..\HttpSys\RequestProcessing\SslStatus.cs" Link="src\Shared\HttpSys\RequestProcessing\SslStatus.cs"/>
<Compile Include="..\..\NonCapturingTimer\NonCapturingTimer.cs" Link="src\Shared\NonCapturingTimer\NonCapturingTimer.cs"/>
<Compile Include="..\..\ObjectMethodExecutor\AwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\AwaitableInfo.cs"/>
<Compile Include="..\..\ObjectMethodExecutor\CoercedAwaitableInfo.cs" Link="src\Shared\ObjectMethodExecutor\CoercedAwaitableInfo.cs"/>
<Compile Include="..\..\ObjectMethodExecutor\ObjectMethodExecutor.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs"/>
<Compile Include="..\..\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorAwaitable.cs"/>
<Compile Include="..\..\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs" Link="src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs"/>
<Compile Include="..\..\ParameterDefaultValue\ParameterDefaultValue.cs" Link="src\Shared\ParameterDefaultValue\ParameterDefaultValue.cs"/>
<Compile Include="..\..\PropertyActivator\PropertyActivator.cs" Link="src\Shared\PropertyActivator\PropertyActivator.cs"/>
<Compile Include="..\..\PropertyHelper\PropertyHelper.cs" Link="src\Shared\PropertyHelper\PropertyHelper.cs"/>
<Compile Include="..\..\SecurityHelper\SecurityHelper.cs" Link="src\Shared\SecurityHelper\SecurityHelper.cs"/>
<Compile Include="..\..\ServerInfrastructure\BufferExtensions.cs" Link="src\Shared\ServerInfrastructure\BufferExtensions.cs"/>
<Compile Include="..\..\ServerInfrastructure\BufferWriter.cs" Link="src\Shared\ServerInfrastructure\BufferWriter.cs"/>
<Compile Include="..\..\ServerInfrastructure\DuplexPipe.cs" Link="src\Shared\ServerInfrastructure\DuplexPipe.cs"/>
<Compile Include="..\..\ServerInfrastructure\DuplexPipeStream.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStream.cs"/>
<Compile Include="..\..\ServerInfrastructure\DuplexPipeStreamAdapter.cs" Link="src\Shared\ServerInfrastructure\DuplexPipeStreamAdapter.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Bitshifter.cs" Link="src\Shared\ServerInfrastructure\Http2\Bitshifter.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\ConnectionEndReason.cs" Link="src\Shared\ServerInfrastructure\Http2\ConnectionEndReason.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ConnectionErrorException.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ContinuationFrameFlags.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2DataFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2DataFrameFlags.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2ErrorCode.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2ErrorCode.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Continuation.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Continuation.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Data.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Data.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.GoAway.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Headers.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Headers.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Ping.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Priority.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Priority.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.RstStream.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.Settings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2Frame.WindowUpdate.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2FrameReader.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2FrameType.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2FrameType.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2HeadersFrameFlags.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2PeerSetting.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSetting.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2PeerSettings.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PeerSettings.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2PingFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2PingFrameFlags.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsFrameFlags.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2SettingsParameter.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameter.cs"/>
<Compile Include="..\..\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs" Link="src\Shared\ServerInfrastructure\Http2\Http2SettingsParameterOutOfRangeException.cs"/>
<Compile Include="..\..\ServerInfrastructure\HttpCharacters.cs" Link="src\Shared\ServerInfrastructure\HttpCharacters.cs"/>
<Compile Include="..\..\ServerInfrastructure\ManualResetValueTaskSource.cs" Link="src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs"/>
<Compile Include="..\..\ServerInfrastructure\MemoryPoolExtensions.cs" Link="src\Shared\ServerInfrastructure\MemoryPoolExtensions.cs"/>
<Compile Include="..\..\ServerInfrastructure\SslDuplexPipe.cs" Link="src\Shared\ServerInfrastructure\SslDuplexPipe.cs"/>
<Compile Include="..\..\ServerInfrastructure\StringUtilities.cs" Link="src\Shared\ServerInfrastructure\StringUtilities.cs"/>
<Compile Include="..\..\ValueTaskExtensions\ValueTaskExtensions.cs" Link="src\Shared\ValueTaskExtensions\ValueTaskExtensions.cs"/>
<Compile Include="..\..\StackTrace\StackFrame\MethodDisplayInfo.cs" Link="src\Shared\StackTrace\StackFrame\MethodDisplayInfo.cs"/>
<Compile Include="..\..\StackTrace\StackFrame\ParameterDisplayInfo.cs" Link="src\Shared\StackTrace\StackFrame\ParameterDisplayInfo.cs"/>
<Compile Include="..\..\StackTrace\StackFrame\StackFrameInfo.cs" Link="src\Shared\StackTrace\StackFrame\StackFrameInfo.cs"/>
<Compile Include="..\..\StackTrace\StackFrame\StackFrameSourceCodeInfo.cs" Link="src\Shared\StackTrace\StackFrame\StackFrameSourceCodeInfo.cs"/>
<Compile Include="..\..\StackTrace\StackFrame\StackTraceHelper.cs" Link="src\Shared\StackTrace\StackFrame\StackTraceHelper.cs"/>
<Compile Include="..\..\Dictionary\AdaptiveCapacityDictionary.cs" Link="src\Shared\Dictionary\AdaptiveCapacityDictionary.cs"/>
<Compile Include="..\..\ValueStopwatch\ValueStopwatch.cs" Link="src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
<Compile Include="..\..\WebEncoders\Properties\EncoderResources.cs" Link="src\Shared\WebEncoders\Properties\EncoderResources.cs"/>
<Compile Include="..\..\WebEncoders\WebEncoders.cs" Link="src\Shared\WebEncoders\WebEncoders.cs"/>
<Compile Include="..\..\QueryStringEnumerable.cs" Link="src\Shared\QueryStringEnumerable.cs"/>
<Compile Include="..\..\UrlDecoder\UrlDecoder.cs" Link="src\Shared\UrlDecoder\UrlDecoder.cs"/>
<Compile Include="..\..\PathNormalizer\PathNormalizer.cs" Link="src\Shared\PathNormalizer\PathNormalizer.cs"/>
<Compile Include="..\..\ThrowHelpers\ArgumentNullThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs"/>
<Compile Include="..\..\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs"/>
<Compile Include="..\..\ThrowHelpers\ArgumentThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentThrowHelper.cs"/>
<Compile Include="..\..\ThrowHelpers\ObjectDisposedThrowHelper.cs" Link="src\Shared\ThrowHelpers\ObjectDisposedThrowHelper.cs"/>
<Compile Include="..\..\CallerArgument\CallerArgumentExpressionAttribute.cs" Link="src\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs"/>
<Compile Include="..\..\TypeNameHelper\TypeNameHelper.cs" Link="src\Shared\TypeNameHelper\TypeNameHelper.cs"/>
<Compile Include="..\..\TaskToApm.cs" Link="src\Shared\TaskToApm.cs"/>
<Compile Include="..\..\SegmentWriteStream.cs" Link="src\Shared\SegmentWriteStream.cs"/>
<Compile Include="..\..\Debugger\DictionaryItemDebugView.cs" Link="src\Shared\Debugger\DictionaryItemDebugView.cs"/>
<Compile Include="..\..\Debugger\DictionaryDebugView.cs" Link="src\Shared\Debugger\DictionaryDebugView.cs"/>
<Compile Include="..\..\Debugger\StringValuesDictionaryDebugView.cs" Link="src\Shared\Debugger\StringValuesDictionaryDebugView.cs"/>
<Compile Include="..\..\PooledArrayBufferWriter.cs" Link="src\Shared\PooledArrayBufferWriter.cs"/>
<Compile Include="..\..\Buffers\RefPooledArrayBufferWriter.cs" Link="src\Shared\Buffers\RefPooledArrayBufferWriter.cs"/>
<Compile Include="..\..\..\..\.packages\microsoft.net.test.sdk\17.1.0-preview-20211109-03\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs" Link=".packages\microsoft.net.test.sdk\17.1.0-preview-20211109-03\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\System.Net.Http.SR.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\System.Net.Http.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Server.SharedStrings.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Shared.Tests\Release\net10.0\Microsoft.AspNetCore.Shared.Tests.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\24162174fa7e485285b88d2f47b102b0\BuildWebHostInvalidSignature.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19b847f29c6e4fed9c66b3ce8679b46d\BuildWebHostPatternTestSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ec4cace142e4d9580238ae995ff02a5\CreateHostBuilderInvalidSignature.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30f23eefce40499296cdfa8bc30f9c80\CreateHostBuilderPatternTestSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a369ee285214110963ae06452abab72\CreateWebHostBuilderInvalidSignature.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79e37ea020ca49a09223e96fdd39cdfb\CreateWebHostBuilderPatternTestSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca823583c6826184f31cdb84df1724fb\FSharp.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f93400d448ea47f3b467c06f556ff058\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\14c48ff4495046ca8a9d17f1f1fa7db1\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\923d38bdf21e4dc6b9720ac385a9237c\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\384736f92201479187b1c1d90be122fe\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\466ec6bfa3e140a487e8f899241052eb\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff53b2cb408d46d2b4921314f18aa362\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f241fb242b78412bbb4b602c01b8daed\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e204e6fe321e4c3ca12c2bf179337eb6\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a8d9d38286e4bc985f060129bb32ed0\Microsoft.AspNetCore.InternalTesting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\053ffb733a7340a0abae7bae6b3d296b\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\106e288cc48842fbb1a6228e6c4437c7\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62041e8c296d44d58351b2d8be3d9617\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e08885ef1cad44fdbbde827451abb2be\Microsoft.AspNetCore.Server.HttpSys.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03ab69fafef54a18b70b540eaa3d75a2\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8bc6da9a79c469e8abcfab68aee862e\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3319f2a35771411ab3d329b6ceaaf7c3\Microsoft.DotNet.RemoteExecutor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64cae591f4db4c5182644f28c6575f24\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\028da19e51a641e4a12b0299f4c620b7\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ef2c11ba81a4879b11c836c490d2b8a\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d404f87e2935418980e47d7b30c4f255\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\52a3badace104dc7a0d781637f1916eb\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89cc8364ee6b452594f6458c788ed291\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e76a88dfa914b3ca6991ecc8a9a5383\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab0645f07fda41d3a457962ab5911375\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1091614ce3054edbbe4e78087d1010eb\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7e0430146914529a141d5dd95353d5d\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0123afe29b8749bb8b03a945f4418d4d\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6633e51272f4f74a934ab4269b4775e\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76616efbc39a46f2b0f41ba68a72921c\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4be0828b61f469c9ce98dcd8a5ffdc5\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60434af87b464a31b0309de1c8b5365e\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8ed55a46c034a4e85b1c52b593e6e5a\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbb5c86e4e7e4cf1897be21e32de36d4\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08d9c5dab82d4ff7b1523da1bf8edd61\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86b1d2cda14d478ba0c57f2cd22cea87\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f98b9ffa983a4c96910c396d593194dc\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\29abcae59b4f4119810edb6f2f25fa6b\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eba92f7693b5401d92e5b2714dbefa83\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\667dfaabd8d748a58e3832f319e29d3d\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fbc4a85e0ba54b33a8b974d33503efb0\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa047abd440946b3b2afd1045cc3cbe8\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b346a6e3349445fba1ca8fd35de8e786\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c42950eb1e84450b656b4b8f14a6a3d\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5b6307239fa47018719b5f80bcb4ecf\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e084d52574d0482f93fbad3a5a5b3b88\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f4d712a3da54ba392858ddb2de3b7b3\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6ae047deb7c4d6a9ea798d744518df6\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\debf5a783845443eb5178887e4ffbf07\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\65dc087417d8480e929fd978bf608d71\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35f8b62444764b88baea075afa6ebe43\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\70ca6293f8c34c6f9c4cb83e5d7aa51c\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43f41d2bb5ee43fa977d1b7f4bfd3918\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b7449c6912844b6cbff93b43fd5e67bb\MockHostTypes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e1579f2c9854dc2b4420bd9538eefac\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4a06d2f9d0434e97afdd403191f8efa2\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\af369395541946d097f313da2f0c01a4\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22f5979260db46cd9f30d414b446ea80\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e100bbfb51b400d81d92e44981e7ad0\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4cf9592bd4d490fa68b9c4f33726297\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\637dcf61f6f14e0b9f25ede299f13d55\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eef744a3ee5641e09c120cea3dbecd4a\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f265990cc3b6442b9ce28a23b6bb96c1\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\962011192067430ca76ac8744c9971a8\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b194b15a13474155a198bf2a977909ae\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8eea18c8e9ac495ba38f2b0dcbb714a1\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64018030c7fe44f686a2e24b8d0cab99\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd891eb7f2c5431ca012a4b49ae5773e\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c783d4d03de3415495d86ef681ebbd9a\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24372bc043f24af6a8acb4fc65aa44a0\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f7522760abd4d529e962f13329be7a9\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dae7891e8a2547cb964118ccc9db67d0\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb77b45b6f274787ad77d78ad69f1f1c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bde749da47c4949850b69d23989a585\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f216f06b24e4deb98902824e9572d57\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aaafe6f1baa9454eb7fb284b3ea6ae4e\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8dc4390647be4783ae7d06627774a7c6\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e153b9fce064465ebafe1fbf7fd223ea\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30b51c3fa2074b64baf280872d48dbc2\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\710e34196045434daf90db267e27d69c\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79d06aa06a13422ba0765faffe1bc84b\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9aeb49c03e047f493c3e2579ccd8669\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee86475576304daeb6130739f25fc6b9\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30b100b5258749cca62b44d950254d98\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56fdfa4e3a424466826448f017c7181b\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7a4c39a77b04710ab74f72bec716800\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be7437f81f154e49a4fdb9342ffd6785\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c652751b64f14be3bd22bf7c9366f727\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcfa21beec3b48fba3d6c720d0f01e24\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cda2df5f344642d79d66d75c2cea1498\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8172906239e4695a931cabddeb91bf9\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b83234eed1b4c8ca099e575a6019d12\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43a5abc6c42244bab9f549ab418568b7\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0060366f9ecc4ab9afa89799d56256e9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\167dd91a5f8e46f8a02326925cf106bc\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f35927943aa74e5f921271b019a7ba05\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7bd2bd44c6644ac1854a9292628798a9\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22f961b557744f04a628b582f561db25\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ade234590eef4c05bf450c6874530dd4\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8952315ffd644815b08072c97cb94880\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb008c0d200a40aa90da7ac39fac973e\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd295bc3e9bb4e409fa9a897e43ad298\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\140dcc763fab4c97a8bdbb6e33a1c27e\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89039f9f63cc44e9b165bdd28a82e219\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\971b6db9800b4f64a492d4a31fb33b95\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a96cfaef54f54bcaa26a7688bb3f3bad\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c56da06dd02f4bbdb59182073dbdc098\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f366577c009749ebb028331504c62bce\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e92873b04a24b2a954b29ab48ba52b5\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\13d882bfb2df470fb152b90b0da63386\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fd394f840854af29c5db9b5401a861f\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d3c3c254cf24706b0b0286d847598a4\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d77241436fa490aa3aff5e779e9e10c\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a22ee8c64a4747fca58f458cd2f7de62\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\472504af3e8b4367a3d73a5f467fd3a3\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\affe83dff03d4ce7a1ffb6609cf2df61\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3139cc7f2aa94060be4cb6da53194e6f\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51bd84c40f514637a60ce1227c56f201\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a515374b832a4776958795e7452ccb05\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e6566c893a24aeb98f3a75c34bf0292\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1448c7e8c90f4ddaa41bbf8875951373\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\028c3b101420438dbfa25e7d3fd8d625\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86674470839d4bd88ef1b09606cb7bd8\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4999583b0b14effaa430b39ba1c3a2b\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afb2173a06fb45bb85aa1f7506ff5455\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c098e9861954609a70a85d9c53a1ee0\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dd249b4bb0d4ea8b98cc35b5ac42ad0\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26145e434dcf46a3bbfcbb7a6dfa7a16\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\39357f09c44b4714b0367fe36989dfbc\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\061bfc347589477992448ce4395f108b\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\454be79d7b2041aa97f1b9e7af10a5b7\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ffa435dea96430192c477469f62e3c6\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0abfa4379c6c4351a656cab399e087d7\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b2d6807245b47c8b529cc7f4edb7246\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6134b46947284a6a8798177c577e89af\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4453e80526334a898ef1b6b03260731a\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8d9ccfeecfa45dea293bfddb4238fdc\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c964689d4cc4cb6a8c699a72b49e279\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7767d5831fa544d59267bf8a24397001\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2444dc54a8fe4d138797ef708dc3eb1c\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6c4e7f4cd5b47b9817400cd0a53080c\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4472e3d164c45c493d98c7841b428ba\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf8a24aff2c244cfadf49083f55a701e\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddb62fdac00b42e09483d9315b30733b\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b23c529a68c453f96774c58ad72ebf1\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71e8df1ae09744678769455a148c7719\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fa4ac5016594176a1b4ecb1d1bb1b1d\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67553ff08b664164aa6c26e2d4742949\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a8bca9ef91146d08403e0cd5194894c\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ee7447bef4684bd4b271f05510f62413\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e8a7028bc394b85bba46be11b551ece\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\37152dfc5be647e69cd13285a458b42d\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff5d7110f49f47429f2a9093b4f78714\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59424328db034d56b09fc9c8009da807\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5531b7c507044d39a226db6594a9197d\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86f46f67ead441f99257cf9624819a06\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f503b1ba1e99402b96992e544eca67c0\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b4c590c19b646e28af847fd74cd7554\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c681bcaa1ca94db293344cc2510612f7\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a625495243248aead38002c5aaaa4d0\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51f70bc9de6d426c803a76441d869315\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a1afa0d680748b885175a12f4982ec2\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\633a8fb6814049f8bfbd4dd449c9d71a\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\09b4ca662ecf49af975e350edb85ed9b\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ce333d5db7d44a594f3fda60b059307\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\586ffe786fe347c08489a24361bc1df2\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b41789f6673a483fb9e1d00d3522b4b0\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa84f0a94ee3436aa7d4fab5cc6aac89\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fd91a845d3442e0baeffdb3bd359287\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\175bf364068a4194b0ffbc59a02f782d\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4fab7a1b8b941adbf5eb79de999846c\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b345d7f489c4ab59088d5fb48ce34fe\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec0762269b5742299f95822c2fd8598d\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df91146ecc574b5ca419b59cadfa0275\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\491e897b944a4954b0a17697cc54b82f\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1b5742bb62c04450b6231830a1b4d8c2\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\976b50d9f961433ab5a25fd666435a0e\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\803aadd0916a478fad2b1dbe0d78dc62\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1b882edf86b42608e0accafa12bed6e\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97872b33db914d6885e5705aeb3e6f83\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d189f814373f421ea873107879b9b743\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\342aae90bea94b6a801d300934182e96\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a17bece66ab341edacc98b6114eac2eb\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87d1300817704b349e7d5c8d1ee12a95\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c690a4763ef44ff4b6be5484f13a51eb\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02dadb56468e4d7cb0649ab3da1a2929\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b3be77f11a8418db21e998d78bb5d7f\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb8776b43ec64acda40b535d0695530b\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30fb62b42b1749838b386be1f09d04f2\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19e4faed02644f3a9469a4e5d5f3df49\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\97ac3b2135b1425ea3f46ea355f7e680\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\830c0ddcf95c4018acce0b47fdd567fb\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10ec7c2c1a274b1787a1af61586e8e9b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8032f896538e4267bf80437a1090f489\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4888c6a741b14e9b94adeb45727bb4da\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53456104b2064df8b36f9d12d0417d6b\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a47d68487154378a713b4663c60bb62\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcce0ae733c74547bad645ae4c499b8c\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6124ed50af6e428a8746ab713011385d\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a3028ce31824f618f3ca95eea3d4727\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16590bcb3417432aafbffc1c3516c741\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92c069f74aa441a3a847cdd4709219d1\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a92af8559a8e49a9bd98d73475e31c61\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3d8f3f4cf9c438ba21cacc93f9ca411\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed735350fd5e46f9aaed7636f4df13d8\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b2f381c01dd42b9bd6d8b9254eaeb1c\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\872f66f328e0464cae0ecfea53a6dfab\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dcb45ea1bdb04c8b8ea616678ec36e3c\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44de202515c842d886999ab9db47acaf\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da78bf8307314c25b2c9e6926b93e2e7\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d9a5ff835baa4ca6b0c7e570cb370e7c\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fa78ee954bd4c9a9751ac4777fe8d98\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a1e9612b6d748e8a79eb26d42a284a8\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c129e8390b0042a09e21556e43d61a34\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\811eb61f663e48eeb752e19306a2c8fa\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d661335f72642c2848cba68cb02d8d5\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2b552947b8f4f34a64973abb7a2175f\ThrowingLibrary.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c32d101714c14308a2e640e7c14bb087\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\_external\1\Windows.Win32.ADDRESS_FAMILY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\2\Windows.Win32.BOOL.g.cs"/>
<Compile Include="..\..\..\..\..\_external\3\Windows.Win32.BOOLEAN.g.cs"/>
<Compile Include="..\..\..\..\..\_external\4\Windows.Win32.byte.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\5\Windows.Win32.CHAR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\6\Windows.Win32.CHAR.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\7\Windows.Win32.CsWin32Stamp.g.cs"/>
<Compile Include="..\..\..\..\..\_external\8\Windows.Win32.HANDLE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\9\Windows.Win32.HRESULT.g.cs"/>
<Compile Include="..\..\..\..\..\_external\10\Windows.Win32.HTTP2_SETTINGS_LIMITS_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\11\Windows.Win32.HTTP2_WINDOW_SIZE_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\12\Windows.Win32.HTTPAPI_VERSION.g.cs"/>
<Compile Include="..\..\..\..\..\_external\13\Windows.Win32.HTTP_503_RESPONSE_VERBOSITY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\14\Windows.Win32.HTTP_AUTHENTICATION_HARDENING_LEVELS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\15\Windows.Win32.HTTP_AUTH_STATUS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\16\Windows.Win32.HTTP_BANDWIDTH_LIMIT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\17\Windows.Win32.HTTP_BINDING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\18\Windows.Win32.HTTP_BYTE_RANGE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\19\Windows.Win32.HTTP_CACHE_POLICY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\20\Windows.Win32.HTTP_CACHE_POLICY_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\21\Windows.Win32.HTTP_CHANNEL_BIND_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\22\Windows.Win32.HTTP_CONNECTION_LIMIT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\23\Windows.Win32.HTTP_COOKED_URL.g.cs"/>
<Compile Include="..\..\..\..\..\_external\24\Windows.Win32.HTTP_CREATE_REQUEST_QUEUE_PROPERTY_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\25\Windows.Win32.HTTP_CREATE_REQUEST_QUEUE_PROPERTY_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\26\Windows.Win32.HTTP_DATA_CHUNK.g.cs"/>
<Compile Include="..\..\..\..\..\_external\27\Windows.Win32.HTTP_DATA_CHUNK_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\28\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\29\Windows.Win32.HTTP_DELEGATE_REQUEST_PROPERTY_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\30\Windows.Win32.HTTP_ENABLED_STATE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\31\Windows.Win32.HTTP_ERROR_HEADERS_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\32\Windows.Win32.HTTP_FEATURE_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\33\Windows.Win32.HTTP_FLOWRATE_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\34\Windows.Win32.HTTP_HEADER_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\35\Windows.Win32.HTTP_INITIALIZE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\36\Windows.Win32.HTTP_KNOWN_HEADER.g.cs"/>
<Compile Include="..\..\..\..\..\_external\37\Windows.Win32.HTTP_KNOWN_HEADER.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\38\Windows.Win32.HTTP_LISTEN_ENDPOINT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\39\Windows.Win32.HTTP_LOGGING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\40\Windows.Win32.HTTP_LOGGING_ROLLOVER_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\41\Windows.Win32.HTTP_LOGGING_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\42\Windows.Win32.HTTP_LOG_DATA.g.cs"/>
<Compile Include="..\..\..\..\..\_external\43\Windows.Win32.HTTP_LOG_DATA_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\44\Windows.Win32.HTTP_LOG_FIELDS_DATA.g.cs"/>
<Compile Include="..\..\..\..\..\_external\45\Windows.Win32.HTTP_MULTIPLE_KNOWN_HEADERS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\46\Windows.Win32.HTTP_PERFORMANCE_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\47\Windows.Win32.HTTP_PERFORMANCE_PARAM_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\48\Windows.Win32.HTTP_PROPERTY_FLAGS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\49\Windows.Win32.HTTP_PROTECTION_LEVEL_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\50\Windows.Win32.HTTP_PROTECTION_LEVEL_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\51\Windows.Win32.HTTP_QOS_SETTING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\52\Windows.Win32.HTTP_QOS_SETTING_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\53\Windows.Win32.HTTP_QUERY_REQUEST_QUALIFIER_QUIC.g.cs"/>
<Compile Include="..\..\..\..\..\_external\54\Windows.Win32.HTTP_QUERY_REQUEST_QUALIFIER_TCP.g.cs"/>
<Compile Include="..\..\..\..\..\_external\55\Windows.Win32.HTTP_QUIC_API_TIMINGS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\56\Windows.Win32.HTTP_QUIC_CONNECTION_API_TIMINGS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\57\Windows.Win32.HTTP_QUIC_STREAM_API_TIMINGS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\58\Windows.Win32.HTTP_QUIC_STREAM_REQUEST_STATS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\59\Windows.Win32.HTTP_RECEIVE_HTTP_REQUEST_FLAGS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\60\Windows.Win32.HTTP_REQUEST_AUTH_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\61\Windows.Win32.HTTP_REQUEST_AUTH_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\62\Windows.Win32.HTTP_REQUEST_CHANNEL_BIND_STATUS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\63\Windows.Win32.HTTP_REQUEST_HEADERS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\64\Windows.Win32.HTTP_REQUEST_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\65\Windows.Win32.HTTP_REQUEST_INFO_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\66\Windows.Win32.HTTP_REQUEST_PROPERTY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\67\Windows.Win32.HTTP_REQUEST_PROPERTY_SNI.g.cs"/>
<Compile Include="..\..\..\..\..\_external\68\Windows.Win32.HTTP_REQUEST_PROPERTY_STREAM_ERROR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\69\Windows.Win32.HTTP_REQUEST_SIZING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\70\Windows.Win32.HTTP_REQUEST_SIZING_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\71\Windows.Win32.HTTP_REQUEST_TIMING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\72\Windows.Win32.HTTP_REQUEST_TIMING_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\73\Windows.Win32.HTTP_REQUEST_TOKEN_BINDING_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\74\Windows.Win32.HTTP_REQUEST_V1.g.cs"/>
<Compile Include="..\..\..\..\..\_external\75\Windows.Win32.HTTP_REQUEST_V2.g.cs"/>
<Compile Include="..\..\..\..\..\_external\76\Windows.Win32.HTTP_RESPONSE_HEADERS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\77\Windows.Win32.HTTP_RESPONSE_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\78\Windows.Win32.HTTP_RESPONSE_INFO_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\79\Windows.Win32.HTTP_RESPONSE_V1.g.cs"/>
<Compile Include="..\..\..\..\..\_external\80\Windows.Win32.HTTP_RESPONSE_V2.g.cs"/>
<Compile Include="..\..\..\..\..\_external\81\Windows.Win32.HTTP_SCHEME.g.cs"/>
<Compile Include="..\..\..\..\..\_external\82\Windows.Win32.HTTP_SERVER_AUTHENTICATION_BASIC_PARAMS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\83\Windows.Win32.HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\84\Windows.Win32.HTTP_SERVER_AUTHENTICATION_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\85\Windows.Win32.HTTP_SERVER_PROPERTY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\86\Windows.Win32.HTTP_SERVICE_BINDING_A.g.cs"/>
<Compile Include="..\..\..\..\..\_external\87\Windows.Win32.HTTP_SERVICE_BINDING_BASE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\88\Windows.Win32.HTTP_SERVICE_BINDING_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\89\Windows.Win32.HTTP_SERVICE_BINDING_W.g.cs"/>
<Compile Include="..\..\..\..\..\_external\90\Windows.Win32.HTTP_SERVICE_CONFIG_CACHE_KEY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\91\Windows.Win32.HTTP_SERVICE_CONFIG_CACHE_SET.g.cs"/>
<Compile Include="..\..\..\..\..\_external\92\Windows.Win32.HTTP_SERVICE_CONFIG_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\93\Windows.Win32.HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\94\Windows.Win32.HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\95\Windows.Win32.HTTP_SERVICE_CONFIG_QUERY_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\96\Windows.Win32.HTTP_SERVICE_CONFIG_SETTING_KEY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\97\Windows.Win32.HTTP_SERVICE_CONFIG_SETTING_SET.g.cs"/>
<Compile Include="..\..\..\..\..\_external\98\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_KEY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\99\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_QUERY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\100\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_QUERY_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\101\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_SET.g.cs"/>
<Compile Include="..\..\..\..\..\_external\102\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_CCS_SET_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\103\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_KEY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\104\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_KEY_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\105\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\106\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_PARAM_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\107\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_QUERY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\108\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_QUERY_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\109\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SET.g.cs"/>
<Compile Include="..\..\..\..\..\_external\110\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SET_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\111\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_KEY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\112\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_QUERY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\113\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_QUERY_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\114\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_SET.g.cs"/>
<Compile Include="..\..\..\..\..\_external\115\Windows.Win32.HTTP_SERVICE_CONFIG_SSL_SNI_SET_EX.g.cs"/>
<Compile Include="..\..\..\..\..\_external\116\Windows.Win32.HTTP_SERVICE_CONFIG_TIMEOUT_KEY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\117\Windows.Win32.HTTP_SERVICE_CONFIG_TIMEOUT_SET.g.cs"/>
<Compile Include="..\..\..\..\..\_external\118\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_KEY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\119\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\120\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_QUERY.g.cs"/>
<Compile Include="..\..\..\..\..\_external\121\Windows.Win32.HTTP_SERVICE_CONFIG_URLACL_SET.g.cs"/>
<Compile Include="..\..\..\..\..\_external\122\Windows.Win32.HTTP_SSL_CLIENT_CERT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\123\Windows.Win32.HTTP_SSL_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\124\Windows.Win32.HTTP_SSL_PROTOCOL_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\125\Windows.Win32.HTTP_SSL_SERVICE_CONFIG_EX_PARAM_TYPE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\126\Windows.Win32.HTTP_STATE_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\127\Windows.Win32.HTTP_TIMEOUT_LIMIT_INFO.g.cs"/>
<Compile Include="..\..\..\..\..\_external\128\Windows.Win32.HTTP_TLS_RESTRICTIONS_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\129\Windows.Win32.HTTP_TLS_SESSION_TICKET_KEYS_PARAM.g.cs"/>
<Compile Include="..\..\..\..\..\_external\130\Windows.Win32.HTTP_TRANSPORT_ADDRESS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\131\Windows.Win32.HTTP_UNKNOWN_HEADER.g.cs"/>
<Compile Include="..\..\..\..\..\_external\132\Windows.Win32.HTTP_VERB.g.cs"/>
<Compile Include="..\..\..\..\..\_external\133\Windows.Win32.HTTP_VERSION.g.cs"/>
<Compile Include="..\..\..\..\..\_external\134\Windows.Win32.HTTP_WSK_API_TIMINGS.g.cs"/>
<Compile Include="..\..\..\..\..\_external\135\Windows.Win32.IN6_ADDR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\136\Windows.Win32.InlineArrayIndexerExtensions.g.cs"/>
<Compile Include="..\..\..\..\..\_external\137\Windows.Win32.IN_ADDR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\138\Windows.Win32.PCSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\139\Windows.Win32.PCWSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\140\Windows.Win32.PInvoke.g.cs"/>
<Compile Include="..\..\..\..\..\_external\141\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs"/>
<Compile Include="..\..\..\..\..\_external\142\Windows.Win32.PInvoke.KERNEL32.dll.g.cs"/>
<Compile Include="..\..\..\..\..\_external\143\Windows.Win32.PSECURITY_DESCRIPTOR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\144\Windows.Win32.PSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\145\Windows.Win32.PWSTR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\146\Windows.Win32.SCOPE_ID.g.cs"/>
<Compile Include="..\..\..\..\..\_external\147\Windows.Win32.SECURITY_ATTRIBUTES.g.cs"/>
<Compile Include="..\..\..\..\..\_external\148\Windows.Win32.SOCKADDR.g.cs"/>
<Compile Include="..\..\..\..\..\_external\149\Windows.Win32.SOCKADDR_IN.g.cs"/>
<Compile Include="..\..\..\..\..\_external\150\Windows.Win32.SOCKADDR_IN6.g.cs"/>
<Compile Include="..\..\..\..\..\_external\151\Windows.Win32.SOCKADDR_STORAGE.g.cs"/>
<Compile Include="..\..\..\..\..\_external\152\Windows.Win32.SOCKADDR_STORAGE.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\153\Windows.Win32.ulong.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\154\Windows.Win32.ushort.InlineArrays.g.cs"/>
<Compile Include="..\..\..\..\..\_external\155\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|