|
<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.Mvc.FunctionalTests</AssemblyName>
<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;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="AntiforgeryAuthTests.cs"/>
<Compile Include="AntiforgeryMiddlewareTest.cs"/>
<Compile Include="AntiforgeryTestHelper.cs"/>
<Compile Include="AntiforgeryTests.cs"/>
<Compile Include="ApiBehaviorTest.cs"/>
<Compile Include="ApiExplorerTest.cs"/>
<Compile Include="ApplicationModelTest.cs"/>
<Compile Include="AsyncActionsTests.cs"/>
<Compile Include="AsyncDisposalTest.cs"/>
<Compile Include="AsyncEnumerableTestBase.cs"/>
<Compile Include="AuthMiddlewareAndFilterTest.cs"/>
<Compile Include="AuthMiddlewareAndFilterTestBase.cs"/>
<Compile Include="AuthMiddlewareAndFilterWithoutEndpointRoutingTest.cs"/>
<Compile Include="AuthMiddlewareUsingRequireAuthTest.cs"/>
<Compile Include="BasicTests.cs"/>
<Compile Include="ClientValidationOptionsTests.cs"/>
<Compile Include="CompilationOptionsTests.cs"/>
<Compile Include="ComponentRenderingFunctionalTests.cs"/>
<Compile Include="ConsumesAttributeEndpointRoutingTests.cs"/>
<Compile Include="ConsumesAttributeTests.cs"/>
<Compile Include="ConsumesAttributeTestsBase.cs"/>
<Compile Include="ContentNegotiationTest.cs"/>
<Compile Include="ControllerEndpointFiltersTest.cs"/>
<Compile Include="ControllerFromServicesTests.cs"/>
<Compile Include="CorsEndpointRoutingTests.cs"/>
<Compile Include="CorsTests.cs"/>
<Compile Include="CorsTestsBase.cs"/>
<Compile Include="CustomValueProviderTest.cs"/>
<Compile Include="DataAnnotationTests.cs"/>
<Compile Include="DefaultValuesTest.cs"/>
<Compile Include="DirectivesTest.cs"/>
<Compile Include="DoNotRespectBrowserAcceptHeaderTests.cs"/>
<Compile Include="ErrorPageTests.cs"/>
<Compile Include="ExceptionInfo.cs"/>
<Compile Include="FileResultTests.cs"/>
<Compile Include="FiltersTest.cs"/>
<Compile Include="FlushPointTest.cs"/>
<Compile Include="FormFileUploadTest.cs"/>
<Compile Include="GlobalAuthorizationFilterEndpointRoutingTest.cs"/>
<Compile Include="GlobalAuthorizationFilterTestBase.cs"/>
<Compile Include="GlobalAuthorizationFilterUseMvcTest.cs"/>
<Compile Include="HtmlGenerationTest.cs"/>
<Compile Include="HtmlGenerationWithCultureTest.cs"/>
<Compile Include="HtmlHelperOptionsTest.cs"/>
<Compile Include="HttpActionResultTests.cs"/>
<Compile Include="Infrastructure\CultureReplacerMiddleware.cs"/>
<Compile Include="Infrastructure\CultureReplacerStartupFilter.cs"/>
<Compile Include="Infrastructure\HttpClientExtensions.cs"/>
<Compile Include="Infrastructure\IHtmlDocumentExtensions.cs"/>
<Compile Include="Infrastructure\MvcEncodedTestFixtureOfT.cs"/>
<Compile Include="Infrastructure\MvcTestFixture.cs"/>
<Compile Include="Infrastructure\MvcWebApplicationBuilderExtensions.cs"/>
<Compile Include="Infrastructure\ResourceFile.cs"/>
<Compile Include="Infrastructure\TestCulture.cs"/>
<Compile Include="InputFormatterTests.cs"/>
<Compile Include="InputObjectValidationTests.cs"/>
<Compile Include="InputParentValidationTests.cs"/>
<Compile Include="InputValidationTests.cs"/>
<Compile Include="JsonInputFormatterTestBase.cs"/>
<Compile Include="JsonOutputFormatterTestBase.cs"/>
<Compile Include="JsonPatchInputFormatterTest.cs"/>
<Compile Include="JsonResultWithNewtonsoftJsonTest.cs"/>
<Compile Include="JsonResultWithSystemTextJsonTest.cs"/>
<Compile Include="KeyedServicesTests.cs"/>
<Compile Include="LinkGenerationTests.cs"/>
<Compile Include="LinkGeneratorTest.cs"/>
<Compile Include="LinkParserTest.cs"/>
<Compile Include="MvcSandboxTest.cs"/>
<Compile Include="NewtonsoftJsonInputFormatterTest.cs"/>
<Compile Include="NewtonsoftJsonOutputFormatterTest.cs"/>
<Compile Include="NonNullableReferenceTypesTest.cs"/>
<Compile Include="OutputFormatterTest.cs"/>
<Compile Include="PageAsyncDisposalTest.cs"/>
<Compile Include="RazorBuildTest.cs"/>
<Compile Include="RazorPageModelTest.cs"/>
<Compile Include="RazorPagesNamespaceTest.cs"/>
<Compile Include="RazorPagesTest.cs"/>
<Compile Include="RazorPagesViewSearchTest.cs"/>
<Compile Include="RazorPagesWithBasePathTest.cs"/>
<Compile Include="RazorPagesWithEndpointRoutingTest.cs"/>
<Compile Include="RazorRuntimeCompilationHostingStartupTest.cs"/>
<Compile Include="RazorViewLocationSpecificationTest.cs"/>
<Compile Include="ReadFromDisconnectedClientTest.cs"/>
<Compile Include="RemoteAttributeValidationTest.cs"/>
<Compile Include="RequestFormLimitsTest.cs"/>
<Compile Include="RequestServicesEndpointRoutingTest.cs"/>
<Compile Include="RequestServicesTest.cs"/>
<Compile Include="RequestServicesTestBase.cs"/>
<Compile Include="RequestSizeLimitTest.cs"/>
<Compile Include="RespectBrowserAcceptHeaderTests.cs"/>
<Compile Include="RoutingAcrossPipelineBranchesTest.cs"/>
<Compile Include="RoutingDynamicOrderTest.cs"/>
<Compile Include="RoutingDynamicTest.cs"/>
<Compile Include="RoutingEndpointRoutingTest.cs"/>
<Compile Include="RoutingEndpointRoutingWithoutRazorPagesTests.cs"/>
<Compile Include="RoutingFallbackTest.cs"/>
<Compile Include="RoutingGroupsTest.cs"/>
<Compile Include="RoutingGroupsWithMetadataTest.cs"/>
<Compile Include="RoutingTests.cs"/>
<Compile Include="RoutingTestsBase.cs"/>
<Compile Include="RoutingWithoutRazorPagesTests.cs"/>
<Compile Include="RoutingWithoutRazorPagesTestsBase.cs"/>
<Compile Include="SerializableErrorTests.cs"/>
<Compile Include="SimpleTests.cs"/>
<Compile Include="SimpleWithWebApplicationBuilderExceptionTests.cs"/>
<Compile Include="SimpleWithWebApplicationBuilderTests.cs"/>
<Compile Include="StreamOutputFormatterTest.cs"/>
<Compile Include="SystemTextJsonInputFormatterTest.cs"/>
<Compile Include="SystemTextJsonOutputFormatterTest.cs"/>
<Compile Include="TagHelperComponentTagHelperTest.cs"/>
<Compile Include="TagHelpersFromServicesTest.cs"/>
<Compile Include="TagHelpersTest.cs"/>
<Compile Include="TempDataInCookiesTest.cs"/>
<Compile Include="TempDataInCookiesUsingCookieConsentTest.cs"/>
<Compile Include="TempDataInSessionTest.cs"/>
<Compile Include="TempDataPropertyTest.cs"/>
<Compile Include="TempDataTestBase.cs"/>
<Compile Include="TestingInfrastructureInheritanceTests.cs"/>
<Compile Include="TestingInfrastructureTests.cs"/>
<Compile Include="TestJsonSerializationOptionsProvider.cs"/>
<Compile Include="UrlResolutionTest.cs"/>
<Compile Include="VersioningEndpointRoutingTests.cs"/>
<Compile Include="VersioningTests.cs"/>
<Compile Include="VersioningTestsBase.cs"/>
<Compile Include="ViewComponentFromServicesTests.cs"/>
<Compile Include="ViewEngineTests.cs"/>
<Compile Include="XmlDataContractSerializerFormattersWrappingTest.cs"/>
<Compile Include="XmlDataContractSerializerInputFormatterTest.cs"/>
<Compile Include="XmlOutputFormatterTests.cs"/>
<Compile Include="XmlSerializerFormattersWrappingTest.cs"/>
<Compile Include="XmlSerializerInputFormatterTests.cs"/>
<Compile Include="..\..\Mvc.Formatters.Xml\test\XmlAssert.cs" Link="src\Mvc\Mvc.Formatters.Xml\test\XmlAssert.cs"/>
<Compile Include="..\..\..\Shared\SizeLimitedStream.cs" Link="src\Shared\SizeLimitedStream.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.Mvc.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Mvc.FunctionalTests.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Mvc.FunctionalTests.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.FunctionalTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.FunctionalTests\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Mvc.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Mvc.FunctionalTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Mvc.FunctionalTests\Release\net10.0\Microsoft.AspNetCore.Mvc.FunctionalTests.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\5050ac0fd16c4713bf30570a5740867e\AngleSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74f756f85ddd473b90cb22f912602e27\ApiExplorerWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b8451fa97ba43feb85632c800a2601d\ApplicationModelWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0890e2335a443f08c9c6c3b85ef2dc4\BasicWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddc77dc9d8d84e218fe60ab9648ea84d\ControllersFromServicesClassLibrary.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33b315ab23724278a57136d6404352d0\ControllersFromServicesWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9a67faa10274767a13b82fae5bb469b\CorsWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c525abed8e8412c90fe6854c7bdd39a\ErrorPageMiddlewareWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d7286715c5442a1b9ac0e8b2bd8dba9\FilesWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2df7fc57f8b94d91b16bcaf9f1ae108a\FormatterWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f98d6c34de12482da397c4b258ab8463\GenericHostWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1854b039df3044858c44c85f5c329a2e\HtmlGenerationWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f66239c85fa5409c83c82a46cc411d22\Microsoft.AspNetCore.Antiforgery.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7f2108939194ae28ea5982151ab3f05\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54b1a31bd8c7482d8364b2d3b4990245\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a933d5e8b8f14e2895e35d680a988cfe\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c419757858b4d10ac38d62541bc67f6\Microsoft.AspNetCore.Authentication.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1cbf7a65ebe4dd488bac955036355e7\Microsoft.AspNetCore.Authentication.JwtBearer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33ca8f86f67b45de8d6ec9122d896d4d\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f09444bfee3a4863ac2bf64e5d049881\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4bd6ab7f08d64570aba4598ad861dc21\Microsoft.AspNetCore.Components.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e5f7300e90d456482fdbaaf38eced9d\Microsoft.AspNetCore.Components.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\339e6a8d6ae94585a821cb73751c4fcd\Microsoft.AspNetCore.Components.Endpoints.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8344448f2c048c8a189589ed1dec5b5\Microsoft.AspNetCore.Components.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\445007ce39c1424986dc596c73d94cb3\Microsoft.AspNetCore.Components.Server.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b153ea767b64d5896b7e2c18013e75c\Microsoft.AspNetCore.Components.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\889003c85b6d44ca9b717b396dcc7e9c\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ecde59072cb5495d9548e4d44652ad2b\Microsoft.AspNetCore.CookiePolicy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd2c3e134631497e97d9e996ca337495\Microsoft.AspNetCore.Cors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff92e3d45c114f8d8c0269b5782758f1\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\411ceca978504fefbe3a8ebe35452f00\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6bad7916ec404b3bb82621ce76a22d9b\Microsoft.AspNetCore.DataProtection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50d301b362b74622b9f1dcfa1967fccd\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c611599c11be4da895cb0fc02228e76d\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3314754e6a24de9b3a1a20fa7bc8c00\Microsoft.AspNetCore.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b04fdf0f093545a490b219e0c63f9e4f\Microsoft.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5083e046dea84a4babc99560fb0b2fc4\Microsoft.AspNetCore.HostFiltering.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf2cd5dda92640b8bcc5fe57f8932492\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\422dd0e267c842cdab94709289551a54\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb8fa94d8bf14a929f84ac8200919ccc\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11cac543bb884aa593631ff9190bd78d\Microsoft.AspNetCore.Html.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57fe5237438440fc811bfaa92992b656\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ff689f0801d47708ee1ea354eadf939\Microsoft.AspNetCore.Http.Connections.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f8a029ade3e43deb08cd87034a3373d\Microsoft.AspNetCore.Http.Connections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ffcff0335e324eca915fa7f53189684f\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b6e20380f2f4b8891bf2ae180df15e0\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c47645aa71442429cabf3bf8d0816e6\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56b1d561a4b545dd886b43eb66670752\Microsoft.AspNetCore.Http.Results.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\898335d1e4f046b3a63f784888c937aa\Microsoft.AspNetCore.HttpOverrides.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbad61cfcbe2472089a4993964e7ef21\Microsoft.AspNetCore.InternalTesting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fcaf337f63ab4e2e908207551253a385\Microsoft.AspNetCore.JsonPatch.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a57dbdac7694f5e9646a091ba397a67\Microsoft.AspNetCore.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\859c698672d84a0fb925517f8b042d92\Microsoft.AspNetCore.Localization.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\079793d9e84940108ef28b6f5322d9c2\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\172e09217df14094b31fbde145de96ec\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed5d79b87f55475fb5af7b6d4f44f0ed\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afbc7725395947dea7bca2fb4edd2c7a\Microsoft.AspNetCore.Mvc.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b74a5304c9a43e8a29c373202f0247f\Microsoft.AspNetCore.Mvc.Core.TestCommon.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4479e16bcf64f4a9c314ea7aad98561\Microsoft.AspNetCore.Mvc.Cors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\821cd0fec3c2437ca9a5b9aa527c7ebd\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\630b587243f04a73a45c1482ba15d739\Microsoft.AspNetCore.Mvc.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\486f41fa0bd14d1081b0c10cddfb333d\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\33d88a840f2d448b8b1cac9aa72b1e98\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\29b07c4e0ebe4e39a36ba1f5281cec9b\Microsoft.AspNetCore.Mvc.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\873492bbb2e64c6db0b93f9978da144f\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b095e963f99b418f998fc0f39196456d\Microsoft.AspNetCore.Mvc.Razor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1cecf2c962454d8580d1a003ab6c2b6d\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\322a793467644d8eaca8f09871a15a1e\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59bfde7d18ce4072bbd50410ab1ad04d\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8843e162b0d34153a987df2122737c85\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b69a74223cdf44958c80132855b5d487\Microsoft.AspNetCore.Mvc.Testing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2525e5696fb54df09d526e317330bae7\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76764c48767049a29d47762bd146ac20\Microsoft.AspNetCore.OutputCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c937792ebfc84a1ba269fb56518accee\Microsoft.AspNetCore.Razor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83f0b1b42f3e47e5aa68b2ce3f4731b1\Microsoft.AspNetCore.Razor.Language.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9a40f05e25648309500e67a0c8d0443\Microsoft.AspNetCore.Razor.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5757ff88f3c84bbfa8c461cda62e5bce\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5a5da616bde4e058c1ef8122fbf4f5f\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de6536db98fe435f87005cb681234585\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b600297a376b4bbea5ff6d8343fcd112\Microsoft.AspNetCore.Server.HttpSys.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4e54e69e19e4fdb8b58681b46f115dc\Microsoft.AspNetCore.Server.IIS.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\947810e76e4245aba5fa5c37e4d4f994\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82211aa21ebc4645826e915bec9d58ba\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0743f1bf62674e57aa209bc0bffe8e5a\Microsoft.AspNetCore.Server.Kestrel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\871053bfd8594ed88ea19c33998ff028\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0825afdc08042c094d6bdb8fd92b152\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dd73ee343424851ade46d64f4931172\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\096691145ace4092890864c243be07a3\Microsoft.AspNetCore.Session.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60f2c33da9f549b49f86b8bce56ab8fe\Microsoft.AspNetCore.SignalR.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26ef8788ae854d17b9c00f74bfef9c5a\Microsoft.AspNetCore.SignalR.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5231fc9d82714500a63718a02dd8e988\Microsoft.AspNetCore.SignalR.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\590b00c4758b4d6cb3a8338f8f61aa29\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8848b8fb44c4396962419ebcb7ea89b\Microsoft.AspNetCore.StaticAssets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7844c0f0c01e4ff58475d4c047f5fca8\Microsoft.AspNetCore.StaticFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\315e4b79632b4bbcb3978da0b590fc11\Microsoft.AspNetCore.TestHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e00bd311607b4501ac58484e1ed39515\Microsoft.AspNetCore.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4742c8dc1d934da3bec4bbf4be09238a\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a42b52d2416a4cb2a7420e71eb9728e5\Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf632f18b9fa4d67b36e4ad43d3d2035\Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\46e1fed5dd0c4c7a98f1d8a3f746b420\Microsoft.CodeAnalysis.Razor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc93a029bbe54765863733e58d6ef358\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5b8f07638354a1885cca02873d38634\Microsoft.DotNet.RemoteExecutor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\188280ff56a84e3ba748b259e4492851\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd36d33933394bceb55889d488c5c846\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a489b6e17908497f89294b06635b7045\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec772280531945b49084896035ac438b\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\619c9eb3468746f580dde38f2dad1c1d\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0489bf5839cb49829f9c3f8aa7369ebc\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5e803b434ed4e17b7d06518084e1e48\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6fb0410aaed4bb79937f331c242a6b4\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fb1ffe2298b4ea5ba42e156295f4815\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\807b88ffe41f40eab1869393648885ba\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0628ef7083e94b549b1f19919cb71245\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d6d826cf649449c8eb0aca6a62f8a7c\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc8b416b407144988bb4e6f6f5e2e7de\Microsoft.Extensions.DependencyModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c56fb3a2f0642ee9584acf1642faca7\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6098abf1b62341a8ac763951d408b301\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38ecbe2269254cf0b911bf73afb11a55\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7181e592ea554c5ebeff94af39ff34f4\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df82c50e12b34bdb99ca3c379ce746d4\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80ef8c420b3046cdbbce883f76348fc3\Microsoft.Extensions.FileProviders.Embedded.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5b8abedd2424650808c8288ef4dccb6\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34e053e866a943e781d04555c94c3da7\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00cb916163da4ceab7030960c5815a11\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c65cfa30a6245b695a479931039f8e4\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d86e52ec82146508f0fb8f38b70b2b4\Microsoft.Extensions.Localization.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e8869ebf4834ee1b482d1264b3e4ebb\Microsoft.Extensions.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd8ea306073a48a98dbe536159b62302\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\852b627e6c634a98a6ab64bb0113e3cd\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df439973943647bcb809a0a37cdf8d02\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df2b9575375c416cb2e609337ff178e0\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d96ea1bb2e9846e7a5d392592964ad1e\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a5cddba769a450793ba8dadf31379b1\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec95841062ac491a82a292fbfeed52be\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd5a924202bb46428739f6ddd5966044\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e080a8f3d3747a7a2fbd535db951843\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f25b192788e41f89f2c8312f4805a58\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d659dde2e3741cca2805d7c61fddfe2\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e032836f0ad94b289765167f344f8e4f\Microsoft.Extensions.WebEncoders.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\12e45e607d954605b418556d549fdba0\Microsoft.IdentityModel.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c1723e034ca465b81243e0174171276\Microsoft.IdentityModel.JsonWebTokens.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\52c46d446417438ea52c1951a032dd47\Microsoft.IdentityModel.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d10fa028f3b042b98ba927dc56e59490\Microsoft.IdentityModel.Protocols.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdae88a34df34b97a27a295238fa4cc6\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4db36763b7d04376a4837b0568a664df\Microsoft.IdentityModel.Tokens.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a5d28286d2b7407e858e114a5101f594\Microsoft.JSInterop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\456eff14d0414007aacd35a1fca2271f\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\7e3430e63ed8404a95ffc9fb589cb5f8\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9bcd3a097c684fdc80cd926013a90dc9\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\2427724ba1e94057b1881c46639d8a90\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e27442c16ae4f00a774be064f9a280a\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a45349ea4ad40539f78b194982f3900\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0448b69e3b546f5abf1877934665d92\Mvc.RoutingWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2a8a4aab985f4fca8a469f86868ebae2\MvcSandbox.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c6a4d6d801f40a79f13d48d93a50026\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c31d5487f3e4c21bb3fa39d930bf623\Newtonsoft.Json.Bson.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1e431d95a224bcda819e89c30deb6d5\NuGet.Frameworks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a629fe02a044a46a9e5fce5c1956809\RazorBuildWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a751857b2bf41269e91f63cf632db0c\RazorBuildWebSite.Views.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fd62aaefd2b4259bb3727fdde75aa3c\RazorPagesClassLibrary.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a065c5491f84db799cb744aef9659bb\RazorPagesWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddafd8d5e3014ad0bca11c128121205b\RazorWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\751a33c857b3491288856fbf17fc109a\SecurityWebSite.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\f1fd6e6cf29f4429bade44cd33ca7d2b\SimpleWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fcc4a6ff4a54cb08e4c549e5fea981d\SimpleWebSiteWithWebApplicationBuilder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0057471468e34752ad4ffadcb11732c2\SimpleWebSiteWithWebApplicationBuilderException.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5681138d168543918d6ed5e5a0f2d01c\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1e4140444084016812f999ecef56f29\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\568036807b1b4635858d1b45665ee1da\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ab4c44da91949f0b7c84a36f86b0660\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f4e1872bc3244d24b9e45f949aa728fc\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5eafcf3a50794e7c8bcb870eb107f773\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3b3b4a5fb4741969a86f4b15b815bc3\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca08bc62bffb4c5799d3fc78a1685415\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68efc14b66de41ffa73dfd7791e2a664\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b50ba8f60ee24893a582f2487e34d62c\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ffbc8ae9924e47b2842ba4b2302cee0a\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7826c53337d4ee59860b556c2f1a7c6\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ca2c5c60210421a90a70186e176cf56\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64470b9e9d044c16bc5c8e97016163df\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad64b8a4742b405fa9949c98f6b5699d\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\01140dd4ffc9418892d678bba64746cd\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd3d96483ff14cc7b3c28db0257bace8\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a45e182d7a0d416ca3ef7afb0c9789e9\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f937a8591d44be1a3bbd175d92e3987\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5747991bcde41b1b826a2ba07d12777\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c0b310691624ac1be4611d2a8c35e25\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\958596d689d84e7ab565e4469fcbfe59\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f99b8ee1cb88467888fd5fd6e88d858b\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\440992513cd0458c80da04ceb3fcd443\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83115dbbc72b47e091904c80a45d07e1\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b5657b995be4bddace425d61554ef79\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c9ec28a83b149978d3701645df61d10\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb85432df4294453b92fc3828d818b33\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b83f8bfddda4cc8bed82f4d4ad73b71\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83095b0c06744231810de82b8d4fe56c\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86bc6dae51294987803b513f313b116e\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbace947bd8c4201932f2943c64ef19b\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\685a0b1e40134640915238128e435054\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a17e40f23fb04635b17f33d1cb12b1c4\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a9327da6714441a830356e8cc39e185\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\054beaf2af12423fa10019d8c21fcfe2\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9178caca9fc4447ca7eef05d5fdd72ae\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7897a21857ac4ee2b91c047fb1dbcab4\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3691a06fd0846a0a3f3a07d0252b030\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\477051138f1f40de9077b7b1cdc55c62\System.IdentityModel.Tokens.Jwt.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18b351d37595497e9191537f82088b9b\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8acab97cd02417d8b703521bc08b428\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d5d3984358d48879eb9a223fdc6ad6d\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83980599974d4e2f9749a66e3d62b43d\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2f174acd0da4a3f93693f35e7200ae2\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b6e2cbb6aad45a4affed7005fac76bd\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5b3a46f4f1541aa92cb27aab91996a8\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57941e5f904945a39edd740cf80e9547\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45e1496b20384f9d8649241d34295c41\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f5084f550e74859a66999f29e6cfe76\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae36db5fef944a35b57c12a710d54fb6\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d1c29a127c7446c9c926373e2544cc0\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\203744ef19be496094200a40b8543e30\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3742098cc7c4a679223d8fe211bda36\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e72e455dcc041a8bf797bee0a68d299\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\610e6a74ecdf4c95b347ceb3a1176b49\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\224140825c21476d9643daf4250563d4\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0768ebb225774b00bf992b084e91a2f1\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3babe8eb3ab84d94bfc9b668a14cb56d\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72caeb5676674bfbaf65bbf911ac3396\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f83db98043c49e4b473a35e43d9e44f\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d6fa3bc5a7a47abb6300ded31d43fed\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62283cf5b2f147f7aa8997f6ae126519\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bbfab1e87a114fdf908957987b689f0d\System.Net.Http.Formatting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b5cd85007cb4fc8838df7470092c49b\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9dceb243595449969d8645b376152d4f\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c03096a25a6b4db281e52f4abc96440c\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acd2ccb7e27042c6933133e47b35def6\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d01051f8f03468eb95e46aad1e67e9b\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36385f374b054a48bd4672c35e58fdeb\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a8a08be2fdb41c89f447ff22b41410a\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\95d1d80341be4d57a444a41cedcd1973\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aab8e108f90541ccb20c024da5191f27\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ceed39529de4ca8a2cfa2e457d6aa37\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe2994c8278849e8ac10c750509dc623\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b31c48005cf7465db1c64e8e45d3dba6\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8674ba00f6b45c0b1e3bdaaee44da64\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3d3ea3bd9911478e9d6051b90748521d\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\729b94f857044313bbc73b29bcdf0e56\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df7828143afe469aa3f77312cf7fcd32\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0429ad3a6834c838e3ad4d20e92f52b\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c4a6c2fa6ef4965aaca85472a259ed2\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3f2835b90b04eb29f8b3d846f3dcd81\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd90c79066df474ea90f21f971975b9e\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b5e5fe594d674decb9ec706b5190e779\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dc7519da9a4c4d63929a12907c94f825\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c8fd87705a14cbc9af4a17fea4dfaef\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\965a789def474a6895ee39137b777115\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\822122468cfe4a898d67e1502731d9c9\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71a8ca925170474ba0db0481aaddf406\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc831d07aa0f4476838bfe0212e3feab\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ea154244f254e0fafa0e2a66353b301\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef48775138db4bd696c84522aad8d276\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae16577d8daf436aa27a08f699753b12\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22f290cdd5e240eea8f982a720e8a5cd\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65673af51b2142ce919af2ed593777b9\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b5dab12edb69446793795d4286382462\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0be9f092e75948cd8339e36d0b4ee434\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c56898e0640f40b9ac5f3ffb4f789703\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9835cea1b9d741678ea29f4628f0db21\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d4a1a499b734b3dbdb3ca249b164300\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\95410bbc9f2b4b1c83875431ea29f80e\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64aab4cd89034ba9afc2e8e882149ccd\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\06f8974d4e554bb6a7ca697b7a49ff3f\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4e2a235a7be402690dc9543936b0343\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b905c4dd82a464a86f36b5ea8223384\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77fb85b4059f4e73833b8b54d368a5af\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\184eadd7f2ca40c2b0076a386d3dedfe\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81e1c7b9bc9a4c2aa598e169ac503325\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a26d8507cd6e4aa6ae37e51bc1a8cf12\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58bffb4f4fa849bbbb27a664a877fa1f\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e01ab178706c4d7898d4ad9a38ec7adf\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b08c8105b28f448dbebf5e5ebbf8e03a\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c6680cb52d445cbbfbbab451ce5b6ed\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e998f943dca4a8a97467aae8fd5a085\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4761ee8032b447b5a544acecc2e91bf5\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\478005074cba498f931ac58ac84780e0\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47e666c8e609492389cea9ef7e34712f\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59f386ce1fa84606815311bb7f9ac83d\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5a2f5b026174f60bdf24f1276d02a0c\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f228ba2aafdd4373b18048e7372cc161\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\792f7776805a4aeab1f4bfea257f269c\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c9077c8fb7034590851cf271bf1a94f3\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34531cf41af141a29262bc901f3db32f\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4cb6fc5555d54be180a151c93dbe97fa\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a6f798643024417ab3ab7be869f9f0f\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\67d4538528124f8daa0ba7ec24eec1e6\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ed253388254458abd8dc5909c0718b2\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9df87dabc1a488c8724f14e8bafd078\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4ee75007dff644779a9d1e685509639d\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77372b8856e34c7bba7560ca0aa2e1a2\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2e12a23ab5248aa999e47ba7efe2342\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5151f6f797c948cfabe46793822c6013\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b502bb33be394bbd8bbb9a786162e443\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a3bed9ff06a4ee0b121c48369f01428\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\098114bf55cd467d8b113b4060bb0be9\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\21c56793f32d4b7e83138b6fd787c3cc\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e92fa81c695d49e9892d5ab7ae4ef81c\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef3caf7a031443e5b680ce0b08ff70f3\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\060512b0795341cfbb9985ca7eec01ed\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71e9941e1006453f8b93eea06ecfd920\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c01c9213f36c48b5846fbaa4436264a8\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c104bafac3b4e059f5b42682f9f9115\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e4b8c59f32c64264b2d990985b95d3c8\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\946c5c19fd8c47fcbb0bc9a30ed02261\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05dd5e82a795434d9858ff05fc603e4f\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\43576fe2589d4c199d245a0b6b51a281\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b49464592ff04c44860a7d29d9789db9\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d6da1d3d8924a5e839b07aeca618ac1\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e39c77481a649708fd38519ac1ec62d\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b74079f989314663b990379b0d91bfd6\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79b6dae43ba146a8b79e291681166d2b\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5be13e77007f469aa51270532b5f1ac5\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9bdead50bcf64f53910119cc9dba5d55\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0d1cb319ffe45b3a3c4af10897a0711\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c328d4abf8074db78a0c93f21a1b40b3\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b463396af5ac49a8b0f5c93a7b267c81\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6845e7e2176f43d383fb161e38b22aa6\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6420670ef35449bf919d930adc9ff39c\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0dc2259a581c4b23bc6868768a7c17b9\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\423e29eba9a24f75a0510ed729017907\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ca14f81af2f42c79cbf3c5af28d2624\TagHelpersWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a20ad0f5b4d4485fa4837fa76482434c\VersioningWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63373029ebbe426dabfd26a70a98b209\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2051bcf98fb64762ba04125279f0d31e\XmlFormattersWebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90209b53985945e199cd37bcfd098f43\xunit.assert.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c7bf77430d4425a806e259a7cec193c\xunit.core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f264c725d044fe0995a16c99850e498\xunit.execution.dotnet.dll"/>
</ItemGroup>
</Project>
|