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>
    <AssemblyName>Microsoft.AspNetCore.Shared.Tests</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <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="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="..\..\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\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="..\..\..\..\.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\8ea9fd3c32894b74b18de0e630d0e234\BuildWebHostInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\212f82a9802e4a6e95cf15762890d9be\BuildWebHostPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\626a334d4b2048a198e8230b6bb223f5\CreateHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\478a74b84ee240c48c7e60dbec410cdb\CreateHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\742450b8057a4583b6e878af91976042\CreateWebHostBuilderInvalidSignature.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d43eac14ea764b9b980f5ea78d75809e\CreateWebHostBuilderPatternTestSite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca823583c6826184f31cdb84df1724fb\FSharp.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\151341b15df6408ab0d71409cc9bd091\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3865a6502f164fab89c9a01eb68e66b4\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed60eba05b7c46eebd0c55263515e2d5\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db9277fe6b13483589173c70dca7934c\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b9fa75c1082459fbe38e7116fb0cef7\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\725935a0133e47d7ae9a5f1a508cf659\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1d25a0e3a5442e19fbf257b1c889796\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4f3e6f9e97ae4ccd8bb7f0539441a337\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dd6a66419aa34510809f132d6c752d7e\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f08c07c6ac5a42589848834fcbb73fd1\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1b426cb2402422d9d3bd7c701994727\Microsoft.AspNetCore.InternalTesting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6478ec940e8942e79dd87ee3ef16f7ff\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abd821ae1258461584bd988cbeff87d4\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d1a49fe403749e691ac5025a77818be\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2fd74a47a9ae4012a64fdfc4ead4c931\Microsoft.DotNet.RemoteExecutor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1bab14e8e28497aafb8b28391dffb2a\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76585b7707a54b81a5c3f78c735b6ad4\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d24ae0cd37de412688dea12d54d63a1d\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\953c75abe7e9427aa19bcc3604400aa9\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9fc6197a31047e796a1b340ef05f4af\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\adfb372b91354c019bd2bc8c59890d2a\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb352dee58d247a8bc37fa6fe98273ea\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\da88296457ad4d8081281a13eeea83db\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ed0135a95684b8ab034e0378b59f769\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44b49887767b4a0ea9368840a44149f2\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bdd67f2068a3414dae4a05702dcdc3b3\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\89794960fc7d4abdb38680666f59f12b\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4875d294f95498bb02379c360148343\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71f3c996b33f4d50ba7ad5ec11d7c010\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93a2f74a0e434a7bb88911aa3c552d2c\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1d7c503fc6c4d318449defd1f34f7b5\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7415573978e24d54bb503c7d65b6105a\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4264da7819f74cf292c296015d6ec217\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe9b7cde9ed0446fb462321655ea7b5b\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\541145a7a0c24675bd0b04538a8fc0a2\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c6c0a9f35684806af6209aa0c9fc344\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0204db26bdb64dacbf8fe18f3129dcf6\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2184e00617054bc29a0c5a02152bdd49\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22aa71b221c140afb23f8d1319a199c7\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\646aed630ba14750bb406eff9ed15533\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbdb479fb99c4214a6edbf8124912af5\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5bfa627d9a945c98a32a1fbbad3c686\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c380a6a6cb084b0686f3f080aa7ac4d8\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\901eb201a89f4d49991cab6d2cd0b7e1\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbdf6cf9e7c64271bae0b76a35a50922\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9940750addff4e1f8152a6a529c1218a\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\5e3fd9f580b94ad3868934ba4554db0e\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1bc7ffcc2e7b4fffbaaa7a3290cc26a2\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\c76f4954abba44e68fe4bc348468949a\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\13fa5073292e485eb9eb5f28044c89a0\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5356b53b081245f681aad3abd33434cf\MockHostTypes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41dbf5d6fe654e2481ea20d967112be8\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\772ca27273fd4ed699c850561acb296f\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\30d1f3d89b71481bab1fe0ac675fd059\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed3c3b8cce544191b2af883f988835d8\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e2875d91854745798014ae4f2a7baf68\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c73bf6ceb51840d987e3a1a01a5ebf82\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a526ab9571c42d4a9db29715c27e650\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\deba2e46bcc34119862b86ca381fff39\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3a4f07d82ee24dbcb2fea3614971a1d2\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acfd9eef572549ad94e43f947623ae7b\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc4ed4f1e9f141eab78993f4d8291384\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63782030508f482eb72c43017ab620e5\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ce5067c28f14f4caad12772022f42e3\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e9616d4ae3a41f48f78cc9574c64145\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\451808edadf84e99b24936e5f01b76b6\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\542d94175ed34da08a883952e80008fb\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44a0edca365d4e0fa97783718ee5a2f8\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\19c3b29b9da14a5090f021b960ca71c1\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c9bb728ccf2451b9d8f78b2f2e53cc8\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1c7e648d2fc43dea9169ab6ecc0ae61\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\739e66cf38684f328c715d9e30fbc479\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1a485d7493a43208546d0690e8ad26c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93a6779d8483447fa58cdf634e99bade\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c66601b1410c4f1e96be548269c38bf7\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d72f4fc2bae84d7e9bc8920e3a13cc61\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb953391da9f4adebf9530d1e25bc02a\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\acc7d57412f84ca4833ea0b305adbac8\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e71ef536e0144049cbe31897e83ff25\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34e9985e1f4b4890a115bd071250e39b\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6683f37d980c445091dd42e222b10feb\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2dba61f95f1f485381172e704e3938f1\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2c3b6b6383b94757a57fe82edb985d16\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27258c78858b41278c11f5c26b24d6a6\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea1667abd1fb43b98158ba1ab7ecc4cb\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3fece84c8fa742bf8780fdbf8502e7a5\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35e4329f20d645839be4f1299e9a3f46\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dcd1b595bd9b4bb993f70be328376e35\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd9c76ed48224a37a0ee11515e243d35\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a8dd019b9c9047b58901089e64a1f841\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\93b07995009444998c57a7212a76ee94\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e3e647516cbe4873b4f5709d41f12e20\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\88940d4480bf447f9da82209f3546f4d\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b584d73f4a34195b34b909da04cf8ad\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23a78f8c672c4a8d903a78b2e356c567\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab368c0ab8d94f8bab6c2b5efc41bb4d\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba995209421e4e47801abaeb43c8fb22\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79079f3ae7b248098cde0eac7e873faf\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9545b5deb44640759b09b14a463d9ecd\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2320c878e39b4ad59f12ff8ee9ab27de\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\480b7e7979f84e95ba8cec33dc8a5555\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\32e6a5b3d9d24341a4a486247ea7af74\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f3d6e8603964a4b95aa48c8f72434c9\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a63d48c587b4ecdaa3989341f3a7831\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f3c956eb313d44138cb97554b52d5597\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4fab357730de434bbd2e3101dc4b613e\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d589db4f7fc44a74b42b0eb72459789a\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\456f754521624036b4c2926dbaff0b96\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fc79f446e3249cc848ced98d7ee68df\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f7dd9b8655c4e0490ca0a6a3e3fcbdf\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\638f8e187b8748efa55c7c51b8623769\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16bc68ee8f114a838844391ac2cc52e8\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9bbd60a565744c4198452811c90bdc64\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\898816fc1f4c4d1d9831077782b28f46\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e60731382a65458094c6eab63e296698\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31a97accf90d45bf9626f700a6f0204d\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4ea840189e24258b1986faecd2f1356\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d52506f072844779d9880f86f3b1060\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\197d44e061cb41f9afb1d6caa141de33\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1ad57e29f50479993fe5a2880e4060c\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1298700bef0140158f919fab86602b72\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a834c846f0947faa03defc3fd9269f4\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3e692587666b4ec6b42fac72b747ea1b\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c12f68e6f464c5a8aa0d17208994074\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3662d3bcf7a9415f91991f8a33bbd724\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8b20699565247f3aa69cf6ea4ed661d\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b6c90e552ab048d1b7041ba02f5d2820\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c92a2c62c4d8444485d8711806ddb94a\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\722c4ffcfd524353bd96dc3144044b88\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\972fd0251b7f44f783cc0fbfdae96c7b\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\121cb3c0903d4cefb4273984c6d9f0cb\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\11542438c7e3470a9a70709b56d67c11\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4230f74e4ec742be8843f6644fc1562e\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b463baad49b14eb883b5a9eea5eb0cce\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f312bfa5b48c4786adb96850b9770f14\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7db665cf82e41cdbeaceaa1c717d67b\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\23712cf4610b4834a348a0ae8152e81a\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\add655e3c9514d4d9512d28b03052ee5\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87be3301466d44ce845faa8735636304\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d7c3f982ac54ca9993b578a67f492e1\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7948d5bad6c04516aa69efde3c69ca8e\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e82fa4b2baae4ca6b3451fb19d450c7d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba12651a86b64427aa6dd9e218269b41\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fc3ea0e110aa4f8d9235295657b8adf3\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c038375063834e9ea3351ead472ca723\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b8470cb22eca43849a0c967e038e6a4f\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7958ecf31fac4950a597a47afd38432e\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c898575fa2474be09e493f9b787a27cb\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\725e228a768344ffae497618ffe22227\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70e4f298322d4f919531f7c2b1bb2266\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\003c0e69a2c54f999651f517611d2aaa\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed511e65ac184d2da3424f65d72d8305\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\863df9c9c4fd46bdb345a63d1ecf77b7\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf67111634da4e87ab7a5463a8eae9a7\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3a581b5da6f49f98906ef140799e89b\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\728e22796d2244938cfd88b354b21524\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1cc0cb8388b6454ab2bb18c725ba5e90\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bd968f374eaa489eab0dd894b854f4fc\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f1b8806a4574a68a46717ba51455d1f\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ec9048f86b6b434d8049011fa65db2a8\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cdfa880d621e4abb90cd9e98e621186f\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2e2ff0f6d84d49c1a6a6ef9fea18bb3b\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f173aac37c9428cb3652ef6b54f847d\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6f4f7c520e3e4160ad21318327f9dfd9\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\471e176d98c54927a541e1f25067602d\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62282a0943ff448ca9f4711471282f1a\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb1af406b8b949a98fa49293f04b5b83\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f735017a4e1443f80f9a061ceef1509\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\47b7c0b793844d6da8652cb1962c5717\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53c2285842fe4078a3488611f6504ddb\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c34f0e32e474f08b231b20468668fe2\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\290d9e0c021d4ae786fa94fc3e573134\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb42de3fceee4daf821e18cf7155ebc1\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\928d2a1828884cd8865ae5c75d23d81c\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4465f20cfdf24a3084f037b19006e8a1\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c8f289387d54cb4a0e4a4056e10d5d0\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a06a29f406c34dbf9431f46f08a98a85\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf8b83cffcbd4881827a4531355d828b\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0df801a788dc46879828d88c84726236\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\892d96b2e0cf4b5c959748099d94873c\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4cf331f3ce545a8b7715456f7de840b\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b49f536f9094611be571d93a0c059d5\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38617cda941249e4b217659be084cec6\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e0fa127e35e4004b17e7f2c81576897\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3d674cae0cf48f9a0c2a3464fad0525\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\861e09cee6ae487e834d16cb92c1b851\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\014dba9c66984844ba67071145ee8702\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\627fc40ffa7442c39cdd929f7778c6a0\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68ac774f82dc4813809f247047cfba06\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\978b7e30e2ba4346aa8bbab6f23d1606\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c55c1095cf5d4d439e9182b296bd4e07\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d0465f415704095bdd50c03e951711b\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85fbb7487d4c46b4b19dfd7c3352d5f6\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ce958a43f874741bc3763b5bb2c4c5a\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d027e6e6ca54ca5978829afdac1e554\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\738bb093b869434e9622077e724418c3\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\030c5aea31a14fb0bb648dd63529675a\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0dbd2b172c664df383e3d85442f8af00\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b42fa62c71924f95970a217da22d1b1c\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41ca5e0931ea419b940afb9f2e0552aa\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e922130d8c948248831f99456a7541e\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ad32bc43b6d4e4398427b06a74c52b2\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\486390a411f74a5ea773ee9588342aef\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\661ed8889a564a13a0189a806b5b2445\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d17691c9eec4714b3d3959329687ea5\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e73da63df6fc4d89b7132b05cc82e4a7\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7745981eb19a442e92f638a439d2e69f\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cb3a8e480a8a40568345184cd6fe7e36\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f6b2fe7b58494868a544747fb6eee413\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\49598b72d7614998828e80c490af2ee8\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a64afd243d544e62b9812dcb4f9f40c7\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ff33147594640ffba9535fd3849f007\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab946f6d1a1048f8833d6c6cea1dca25\ThrowingLibrary.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3578efe2d89e4fce85e4b3e9530210f0\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>
</Project>