|
<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.Grpc.Swagger.Tests</AssemblyName>
<KeyOriginatorFile>..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26176.106\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\..\..\Shared\test\SuccessfulTests.cs" Link="src\Shared\test\SuccessfulTests.cs"/>
<Compile Include="Binding\BodyTests.cs"/>
<Compile Include="Binding\ParametersTests.cs"/>
<Compile Include="Binding\ResponseBodyTests.cs"/>
<Compile Include="GrpcSwaggerServiceExtensionsTests.cs"/>
<Compile Include="Infrastructure\OpenApiTestHelpers.cs"/>
<Compile Include="Infrastructure\TestWebHostEnvironment.cs"/>
<Compile Include="SchemaGeneratorIntegrationTests.cs"/>
<Compile Include="Services\BodyService.cs"/>
<Compile Include="Services\GreeterService.cs"/>
<Compile Include="Services\ParametersService.cs"/>
<Compile Include="Services\ResponseBodyService.cs"/>
<Compile Include="Services\XmlDocService.cs"/>
<Compile Include="Services\XmlDocServiceWithComments.cs"/>
<Compile Include="XmlComments\XmlCommentsDocumentFilterTests.cs"/>
<Compile Include="XmlComments\XmlDocumentationIntegrationTests.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.Grpc.Swagger.Tests\Release\net11.0\Microsoft.AspNetCore.Grpc.Swagger.Tests.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Microsoft.AspNetCore.Grpc.Swagger.Tests.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\CounterGrpc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\CounterGrpc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\BodyGrpc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\BodyGrpc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Responsebody.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Responsebody.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\ResponsebodyGrpc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\ResponsebodyGrpc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Parameters.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Parameters.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\ParametersGrpc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\ParametersGrpc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\XmldocGrpc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\XmldocGrpc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Greeter.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Greeter.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\GreeterGrpc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\GreeterGrpc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\MessagesGrpc.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\MessagesGrpc.cs"/>
<Compile Include="..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Microsoft.AspNetCore.Grpc.Swagger.Tests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Microsoft.AspNetCore.Grpc.Swagger.Tests.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\defca4d344124518b0a9d26bf38c0312\Google.Api.CommonProtos.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\36ff727220764c6b9d38c36e58f57715\Google.Protobuf.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02b7a43945ae4b219081702ef7b2f408\Grpc.AspNetCore.Server.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0f66f7b47d964d668ed33f1d898ff18b\Grpc.Core.Api.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d2bbcbdebb5d4c58aabb9ced83ce02d1\Grpc.Net.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e7e6842cfd764a2195dbf5b3c553d4ab\Microsoft.AspNetCore.Antiforgery.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e108c23824964e738a30b75fce323cc7\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\26d6440b38fa48208f5611ec48ec1e04\Microsoft.AspNetCore.Authentication.BearerToken.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3ccaea0602042139e65819389078d7f\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\abecc4e8ba744143849b97be27f5a6cc\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9c869e4830f14a0dac0ffb6429cf4d96\Microsoft.AspNetCore.Authentication.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1afaf20de6a64af58abdd12e6910b0e1\Microsoft.AspNetCore.Authentication.OAuth.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a336750469b042f79321156100a48bd8\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d15d483cca354f3396c6ed15bdda96f4\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\be8785f9206e4ff4ba14e1ed79cae489\Microsoft.AspNetCore.Components.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f0ef242cf8894ea1813b230a3d3b65da\Microsoft.AspNetCore.Components.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f859736fb1d04698907fa6c6bf0fcc1d\Microsoft.AspNetCore.Components.Endpoints.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6499b2def3e9417890a486a87e63228e\Microsoft.AspNetCore.Components.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\21f03618f59348169fae6f04b5ea628f\Microsoft.AspNetCore.Components.Server.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\303769aa967849a48ad3505809c380eb\Microsoft.AspNetCore.Components.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0910b166ca914afba81c3034de838ed4\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5f5e400d12544949a5a1513192572d1f\Microsoft.AspNetCore.CookiePolicy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c84ce5188579470b8ec4cb1c7f23486c\Microsoft.AspNetCore.Cors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\462c354dac3447febfa50587368edd44\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\83e6674cde48448998076a10dfd309c2\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eddefc7c5ea6465fbddaddd7818e10f1\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e23f7fd501141eeb3bd60c8428642a9\Microsoft.AspNetCore.DataProtection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea23967e3f8d434484048ba7270a6d4e\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3a80237710a34c1981bee8af1c41805f\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d1927ab9477a42bf85652132c5de3591\Microsoft.AspNetCore.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c06381becefc430f8d012f69c9772c4d\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f6f20bf50dcb4a0b9d6e0b79d3857a8e\Microsoft.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e8f1ec983cd34375b40d0462f62dbe42\Microsoft.AspNetCore.Grpc.JsonTranscoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9940c7ab0194a33a0d942c8b32f3494\Microsoft.AspNetCore.Grpc.Swagger.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\65d2473a3f7545d2bfb621df46ae55d8\Microsoft.AspNetCore.HostFiltering.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\db0326354d9a4ee1af3bcfb184222c1a\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2ff561400477479697522a014a0dd7a3\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\eb44bda2dffe4a2187d5f3da47cdb2ec\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\883026f1c1234e4bad03f28294f1cea0\Microsoft.AspNetCore.Html.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5c1a63d15d4e4adf9b17602d1e9a0639\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ae70aa438b4c4a03b340b42d09b09a1e\Microsoft.AspNetCore.Http.Connections.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e346b8d53a9a4227822d17b267fd40f4\Microsoft.AspNetCore.Http.Connections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\31761be6e0ee4273abcd57582a7bc995\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d3853927159a45ddb5533dd72ba79e86\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e5cb953b33f45cfb53c3fab3cdb3d11\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ecaf5c25187049cb84e81e772c886c9d\Microsoft.AspNetCore.Http.Results.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\26fda1d606644eeca1c01cb193453719\Microsoft.AspNetCore.HttpLogging.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4193e7216e741af947a1d55f1b0cbab\Microsoft.AspNetCore.HttpOverrides.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a04d99cc85294992aba681fe8540b7f1\Microsoft.AspNetCore.HttpsPolicy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b6ae0428ea2c4a37882cfbcb0e5619cd\Microsoft.AspNetCore.Identity.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\19ace120a4a544259a34ffdaf681220c\Microsoft.AspNetCore.InternalTesting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a08c91640e7e4603b15566c7e6e91619\Microsoft.AspNetCore.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0d45d2b1a4bf4e80b2015b3de34bf785\Microsoft.AspNetCore.Localization.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02d3228d72854901afb1f4022cdeb12d\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4dd9c26236664e439091ae3b54c4962c\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f582a3e2798a467c8090196bfa4312bb\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e8cef5bfb94844b1a1e4cf2564876fcb\Microsoft.AspNetCore.Mvc.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\25e8481d1d7046aab4179221ba289b3f\Microsoft.AspNetCore.Mvc.Cors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cddeb0eb420643dea9719702aed8374c\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\39086692c6fd42369bc9d0c50101b45b\Microsoft.AspNetCore.Mvc.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0a89985a6a18491eaf283ec9cdc955f0\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d68c01810b584f639608e770cbcc2a74\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff26846cd46a4c34aab0fcf3fe2fd595\Microsoft.AspNetCore.Mvc.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6a84862b29b949ee8dabe4c35e133d05\Microsoft.AspNetCore.Mvc.Razor.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a4d225985f62426bbff7ba7ff51f13d3\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aed885ce84c54609b925668111701827\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aa1d96e036fc438fadd932b699f2bdd2\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c885ebf81dd14829b581c0c4a68f16da\Microsoft.AspNetCore.OutputCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b838617cf1e4d19aa33f6af12a9b325\Microsoft.AspNetCore.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4cc18f7411b146fc9134dcc5479e0761\Microsoft.AspNetCore.Razor.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0759ca5362ad4276aeb7c383f8eb8bdb\Microsoft.AspNetCore.Razor.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3525e8b12dd448b9a4db24792ab42c03\Microsoft.AspNetCore.RequestDecompression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1caef6a0391143658b4f50431ac9972f\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b6a4e31163a4496d8c8701a986f8dbf4\Microsoft.AspNetCore.ResponseCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fd121c8fff5c402da920ef71e18212bf\Microsoft.AspNetCore.ResponseCompression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b85fc08d8b44d539124259ada915bb8\Microsoft.AspNetCore.Rewrite.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\776168694b5741b1a21a418e4b337590\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8809ac5565e44edaaebf08b4402c8fbc\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f13b3479d529454fbbd7afa26baaca21\Microsoft.AspNetCore.Server.HttpSys.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\22b04b1ca54a4923aa04e1147912e9ea\Microsoft.AspNetCore.Server.IIS.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d4efc8c3f94844518cebceae4e266b62\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\995104f429a44a8c9cdb9821542bc137\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b0b8bc1e3c7f40f2bfbb235f131b142c\Microsoft.AspNetCore.Server.Kestrel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f31a266e172463c9e4d333eaa78420f\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5325485ec73f466788589f89ace44b50\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bb850f5a100a4bb7934c8f99c0243174\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b565df0e813140b3b338b9428a667ac1\Microsoft.AspNetCore.Session.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8dd460d772dd488d95258ced8fcbd7bd\Microsoft.AspNetCore.SignalR.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ea141beba0774082abe61ec6936c52c7\Microsoft.AspNetCore.SignalR.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b96fe5cc053c4703870b3174f9a321a5\Microsoft.AspNetCore.SignalR.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b685a29b47684e0e9d2b732fe03570b3\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c3a84d33427547f4aa246f4060041938\Microsoft.AspNetCore.StaticAssets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02d06b68076b48fea50209377c5c2ad5\Microsoft.AspNetCore.StaticFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\728b26c5522641ec9cbc3da1ec0ecff5\Microsoft.AspNetCore.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c5f42e602750455285a44edcc0f04e4e\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\97c65639b4a34df4ba15b2c62d834979\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\de10bb0f14d448e99ba61ffbaeda2122\Microsoft.DotNet.RemoteExecutor.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\35eebf086825430cbba00834cc4e3d1e\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\86ff39504ebe4721ab8b8a4def274971\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cfd12681c67843baab447429863929ad\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a0e9541134dc4bfb93de639da0b0d7b4\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5aca44892e7843b9acdc465f5f14aab8\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e7531d6e2f13450c9bf3575d8753f210\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2b2d94cba92e4bd6bb87af5940082a75\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1575cf610b0d42b99d7d92b53b1ef4f1\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\341c90df9ab14d77952dc7eac6eb5d65\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1d2ed142cec547a189d05ce13ee1008e\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1d4c038391d04a7780e4b1a1a1e53845\Microsoft.Extensions.Configuration.KeyPerFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ecc1fe73d67c4d91922e2f64bb2b18ad\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\faa61b6d8c5043e6a91c33506f1fc3ea\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\38907f75024f476da7d4d32787b968fd\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\90c7bdf1414645d6afad06f03213ec2d\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a04760c0118a4e81afce6516b9059c66\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d71782c980784b079b5827ecac99b70a\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\54ab9889eabe4f668ab44c2f7271efad\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d0338d5c700e426b8a059c16c707dc8d\Microsoft.Extensions.Diagnostics.HealthChecks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff358248eccc461ab4ed4e8e1341447b\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8dc8c618231c45089d4ec791b71922ab\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6ab926fc8cdd4e328459e1e9cc555305\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f7d6d8fab2384f9d94b58dfc52977ae7\Microsoft.Extensions.FileProviders.Embedded.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\01355128047044b7bed8bd2b8a28645a\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\784e2e5e83794bfebf6cb960b3b8f9ad\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e62e09303454dcd812bbaf47695492a\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9d94a12e10324a91b588ff701d0c3a3e\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\966152b6f9484b78b467e24c3d73ca96\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\040b2eeba5f64b40ac789768874e8754\Microsoft.Extensions.Identity.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8c260e735c1344e3817be8c596a14d72\Microsoft.Extensions.Identity.Stores.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\da1b1dbada1a4a12977126a89efc10fb\Microsoft.Extensions.Localization.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bee8152ae4a3415a85de24cc209de9d2\Microsoft.Extensions.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fef71ead329a4ef4865763bdd3bd12b4\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5be2f5fa74f94aeeb9e1ac44cb1245e6\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6cbfd33c63744628b01d1641d163365e\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b4b042e78dab4873ab7e1f6ff5821b9c\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\75d2196053784ffc9d0617f73a050057\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2abb081f481c4de68bd0dfe1d8f7097d\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\19127a70e602478a81bc61aea4b8eea5\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d41367cdd8d6496d8d7f23f8f3d35848\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cdb270e12be248d9a5d801521e450549\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0d0f9e870048448d8cb0b9fd4c059e61\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2480c99c753e41e295051c1e1cc42990\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8b69fd93d74741d8936ac4b0777d7917\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\54ce477605a14e3ab38555963bd25097\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d6a1deaeeb624550aa613fed486219ad\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\408d73285415464b9c20c70bc4ae3bb6\Microsoft.Extensions.WebEncoders.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e2648568813945d2b331d399174636d1\Microsoft.JSInterop.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0722f2bcf4294719903ac2ea7bb76690\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\96abcd60a4784fc38bae19661ab4a10c\Microsoft.OpenApi.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\68916bb9f54e4fb99a20b64c70714960\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b4bee0dbe4c340cf9b28450b5b03062b\Microsoft.TestPlatform.CoreUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\81a9340a931d485092f8b5565f512f06\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3527f09e25ea4ccc827a85e38517bdf4\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9c3e36504294611b44d554c9e8e28c5\Microsoft.TestPlatform.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\785236ce1b6e45ab9d4024ce49900ef2\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\23680fa29e3b474aba99b960af802a02\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\457f21156c734dd3b20d7496199f5807\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5b84f2f123d54cbc99acab9a08335041\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\50f2e2ac0a72464ca4fa74aedaa1b548\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\35beeb8a03cb4177bad3a181d71ada44\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2316ed7bb0f64d1eb548bddb0d15b62d\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c15a6368d44b425bb022031ec671814e\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\61fd075ec3c3486aad9854d4a6ecdc48\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5179dd1b79f047d0ac657ed8a725efc1\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c1e431d95a224bcda819e89c30deb6d5\NuGet.Frameworks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dea0dc22eeaa4de08543fb7b818eecc9\Serilog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ec052b8032f34723aa1278b7ddbbb9df\Serilog.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e05270176ae64de18d2cb94a9dca64f2\Serilog.Sinks.File.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d34661c51844f9c91d7dc4409699861\Swashbuckle.AspNetCore.Swagger.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e0deb11d22c64968a71b092118e94bf9\Swashbuckle.AspNetCore.SwaggerGen.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c1eb403c3930443b9328f82831cff529\Swashbuckle.AspNetCore.SwaggerUI.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9be78a2ae4db4b1c9a293115140746d9\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cd50d28e1f1e439eb523d58e9286605c\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cf163cc6260f40b4a114d36c7aef8b8f\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\148693eaed31455190aa8166398a32d6\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9892a0db10464a3ba754d8d5b34f7f68\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2ebfd9443dc54f27b82e15cef7f8d71d\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f2c10c736614479a8e8ba63f0888e6bf\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\28a292677ad94c2ab50cc43dc4dcac60\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1921af0ead094a1fba2250960cdfd332\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f537180250b64c7b931925fb8133351a\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\05c51879a5a741a99b13faaacbd84a18\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e402504f1a1742ba88b42d6289efd715\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\bf9776b0609f42608ba815b2180bcacb\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aeca0bea9e194f6d9f2252dcbd4c5d49\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e3b9149b0bb4c00b4baee6b92c8bf94\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ecb62a11f0004494a09508de7b344a4c\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3b5b16cb01c445e9d8e4991c8b879f2\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02fb5fa0f4b04ddb95fa3e41603916f8\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cbe05b431bce495abc8b0436c2d520fb\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\53206397872c4e79ab833b9322e80ee9\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fcdb907296c243c497bba0c4d1b15731\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ac3d1e05083f46beaef34d943a8b8804\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1ae749bd00ca4f8ba79e6e8cfff867e7\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d5c2100239e4dcfb830ab0cd95f2b5a\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1d5f8a473dd4464eabccb95f610e354c\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fdff571f101643059b8db33d586ef433\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2d13056a34f34adaa036ce9dbd2c46ec\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d2ff1e058e744354b810f58958ea4f84\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b9248ea084274639989e9af2b5f12200\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4452451d4e9c42c49d00a7d63ac91c78\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\38af558237064d6b95b3a229e2c45c32\System.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a43e0057335641abb7cf221508ea262e\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\883dbf61db6a4bc199e66f923d4c279f\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\76adca4940794506bb9aafb47f2d3a2e\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0f532955edc64d308f1319f4144c657f\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\06ebe5532daa490791af63f5971da348\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\980135dc76b74871b28fab5a568e4b56\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3d598ba86d6248edba33d2da4607439d\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\23b7ff5008cf4281ab73b87290de0c3b\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\56a5d513a8374cfabe37f20d5307478c\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8256f7fdb84b41f19ec06076edafc59b\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4131ea36924f47a6b4fa38c9a108f740\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8340eb0894054aa8ac60c950c1816370\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2a7334b1ab994f56bfb44908468503e2\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\02e1cf4f45e741f7b29cfe20f0347cee\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7d03fde3afae45379e808ccc6ab81c25\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\283b1b425cb04d199185a435457d7d06\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4116a55ab57b4bf5b7c57844aa09cb46\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\34a43e0fad27490fa8ceb0084e2f6141\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\93b48f4550ce4af7b2e36b6eac7027a4\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\79788be5c8224f5fab559e2b2804da47\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b197768b7f4141b881b4d6cc739d00a7\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9f3571276a5b47dabe2357e46ab22bdd\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\49afd3b91b604d4782fa3b5ace55b995\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a34c008243a04dc1a9e68c173ca07868\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\607d09cd461044798d7c7b8dfbfdfea4\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\857b6a1ee04e425f859b390923f307dd\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\db032ce14a1b40cd911cf4c3bb611f0d\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9bcc6740f05847b488e155f0920f5ba0\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\290024ee0c9943bca37a01cf7b4add35\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12515b3682e04ed0b5e24b3762990acb\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6c8c743c6ee54f66a7eae20e753d609e\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d7a416e501ce401aaf492b55ccfd2bb0\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9203a19e0def4bc8bd6dcce1ea15c552\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\11a6eb5fe90142629533986894c56503\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\74e7603c693f432d98263f0c6bcaaf67\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\75c3f32816c440eea8cd34785f57ade0\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d721575507874d3296702670dea8fb79\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a9dc8762adeb4469bc1c9100c73e2539\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aa0401a68d9b4da793bcac072442e08d\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4b1aab436fda4e0586b2e35226ab0180\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2fe705890d73491bb5f06e2e4d194da7\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ac7b8d7a223482eb9d1c58f4fb0a85c\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a2feebc527134c5b989ebb327ded2c8b\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fa0f5eb890324e6a8a5f7a136508d3f7\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\abf1781a96c64c2db220fe7ceddf37f9\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c6e1667f7dfc49c8ab2dcff37c619ecd\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\649a01f7e5cf4a68b5a0c10b5bc6f65e\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c9344e9b9eac4cf5a61d9983fd34bcf7\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4b34caac053c43f3a586fc41e38a835e\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1c62d7f46f1145a494297cca175d5617\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\73c868a33eaa4203aa78805ff265d55a\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\cbb545adae2f424c8b6c8562b1c75f0f\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d15bb37db9ae46df9d830a88e4bf622c\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1c14bfa56d944d0aa45447bd9dbab91a\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8821c686d2314b4280949150c9c6fa41\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a2287ac015264f689ac93988e69ddd9a\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c9fd63f47a0746c6a65cf48c1d2661eb\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\51ea1222e09a453b81047a767ae1fc98\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ba76097aa18540a59299401d2581d221\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f8887f8782fc4805bcacd235d6c77583\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8fc358a1a74d455d8b38ce55972b7713\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\31fda7f8436949e18ef8694ed86be38d\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\58887aa49e5d4e31b3ff96fc297db57f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\978778d921134179bafabd55b0184984\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\65654fbec34349e787eab907eee20b93\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0586b1fc3b6c449d8fa0274f089224b0\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8abfa03927554737b86e42d0367f4ac2\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a1bb9f5e1a9c4289aefe10ccc28dc78f\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\1c4ed8787859474885cc7f8fb6c628d1\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7e467ce0d7ea426bbb85dfb7f1c7f0ab\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\96d3820cb3f949248b4dab758787084c\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a6810ed9610443b18659f01efec23cd0\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3475a6867ad42f5aebbc113a9011b8a\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c9b9597a2d844faaa07598b5d104c566\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a6c3a0fee57f4a71bb0140928f44faca\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7b917a28cae648b4a0474b5e010b908a\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5246498476e142c899946c25c21da34d\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3b8cd3b661504d75bf8df26dc4484a9a\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fdaa916bbb1240bf9eea14e2165e6a15\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f3a382e7ded9449c97d51173267afcd8\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\81a57c62a1ec497588e0dd09f6b02185\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c2c43810b600452cbb0e2793b894a721\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7857e1a6693e4e83baadb83a58e322b6\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\224337b764114b429880b6dc275b1606\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ff6ecad27557455fb880c8034dbb5e9b\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c2d4d04d5d2e4e48aa0332922fe39354\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e9aaf108fb0e47fd9457eed7446d7f59\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5fd8dbfbc6c84c25afe2233bee0f6183\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fbe6d47df362468e8dd4882662ad7a27\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\2cff1b164e1d48d9ba07d60cc98cc9d9\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d7bf919f7c0e498792212976ad9ea664\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\63d228eb68094b6383c750275c4db78d\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\67147b86fb3948d6b844c008cfdb8a87\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0bb1f221674c443bbcf7220a34a6ac0d\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\944e6055febc4eea80b11aceb65a6e85\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b7b2d28b7f904737af613db6180589a0\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7229c6e1bccb473eb2c4959a51cd7635\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\65370591cb6146b0a6ea72a77ad90ff6\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5931fec9310b48298ed10a06b35d2301\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\11b9543388fb4820bee52986ee50bb3a\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a7e6ea659d5c427b8a0a9cb06594e100\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\736453dca6d548888914c947de7b9d17\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\9cb17416a0b54043a7afb74c0f392fa9\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dc2f267ecfb247c3b1e90723f8390406\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\c7ebab1d3ef44161b566c8ee60070daf\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\3e522ccaebdd45f988a2832b7b97385f\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\ccb9e3a30cca4c84b88293a6941c00b1\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4f0bf8707a514e8f90aa97edd7c7146b\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\686a939f62694598b3664886614ef9c3\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\006076079c43493eb46a1f70e2a29319\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8f65508b25e04c3a94ebac8a3cf76dcc\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\dbfa5cabf78340dea1639101135e8b4e\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\52ecfacd2f254a22b7c9eb30c3d4aa3c\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8ea6a48d389d4e9bbc565a57c404acfc\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\74027fbb9af6461aa0c01fb5c75eb8e2\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\aae783d5487e40ee9aab2b5ef5e5581e\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\12ed802ab3284e63b07607dde2aac1d4\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8e85ddfcb0ef4626a5b0079c272823be\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7bddfdb06a984310866f73bb8f27f24e\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\a70cfc1335464fe39a82d3e290dc7779\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\7474442b79204bb596927967c7609a8b\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0829fd1f4b8c4bba8b982669bd3f5f71\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\04d0ad28b68d40c6a65e40389911b98d\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\6181ef95bd064960a30ebb5515bf2980\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\d7eb9797b81945039da2418bf1de61a9\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e58ac1e0a92c4dab90e2fbae5f2392a7\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\073abe68c28348279447fb848a2430cc\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\588660e16dd0470490f17dcab063cfbd\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\0db3b8d6e86e43109b06501c6d38ea77\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\4b3302d9f647414eab83d3f9d65e696c\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\e5e35c9f11cd4327963ebd12e7bd61e5\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\fe61cc36ecfe4c26b45be6525e7d9a4e\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\83e9c3605b084d46b9903d2ac4951204\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\f6f8231511cd45e59cd5e528aa1429f6\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
<ReferencePath Include="..\..\..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|