File: Aspire.Dashboard.Components.Tests.csproj
Web Access
Project: src\tests\Aspire.Dashboard.Components.Tests\Aspire.Dashboard.Components.Tests.csproj (Aspire.Dashboard.Components.Tests)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Aspire.Dashboard.Components.Tests</AssemblyName>
    <KeyOriginatorFile>..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26472.2\tools\snk\Open.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;ASPIRE_DASHBOARD_COMPONENT_TESTS;DEBUG;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="Controls\ApplicationNameTests.cs"/>
    <Compile Include="Controls\AspireFluentDataGridTests.cs"/>
    <Compile Include="Controls\AspireLogoTests.cs"/>
    <Compile Include="Controls\AspireMenuButtonTests.cs"/>
    <Compile Include="Controls\AspireMenuTests.cs"/>
    <Compile Include="Controls\AspireProgressRingTests.cs"/>
    <Compile Include="Controls\AspirePropertyDetailsAccordionItemTests.cs"/>
    <Compile Include="Controls\ChartFiltersTests.cs"/>
    <Compile Include="Controls\GenAIVisualizerDialogTests.cs"/>
    <Compile Include="Controls\LogViewerTests.cs"/>
    <Compile Include="Controls\PlotlyChartTests.cs"/>
    <Compile Include="Controls\ResourceDetailsTests.cs"/>
    <Compile Include="Controls\ResourceSelectTests.cs"/>
    <Compile Include="Controls\StructuredLogDetailsTests.cs"/>
    <Compile Include="Controls\TerminalViewTests.cs"/>
    <Compile Include="Controls\TerminalWindowButtonTests.cs"/>
    <Compile Include="Controls\TextVisualizerDialogTests.cs"/>
    <Compile Include="Controls\TotalItemsFooterTests.cs"/>
    <Compile Include="Controls\UrlsColumnDisplayTests.cs"/>
    <Compile Include="Controls\UserProfileTests.cs"/>
    <Compile Include="DashboardMessageBarServiceTests.cs"/>
    <Compile Include="Dialogs\FilterDialogTests.cs"/>
    <Compile Include="Dialogs\HelpDialogTests.cs"/>
    <Compile Include="Dialogs\InteractionMessageBoxDialogTests.cs"/>
    <Compile Include="Dialogs\InteractionsInputDialogTests.cs"/>
    <Compile Include="Dialogs\InteractionsTerminalDialogTests.cs"/>
    <Compile Include="Dialogs\ManageDataDialogTests.cs"/>
    <Compile Include="Dialogs\NotificationEntryComponentTests.cs"/>
    <Compile Include="Dialogs\SettingsDialogTests.cs"/>
    <Compile Include="GridColumnManagerTests.cs"/>
    <Compile Include="Interactions\InteractionsProviderTests.cs"/>
    <Compile Include="Interactions\InteractionsProviderTests.Terminal.cs"/>
    <Compile Include="Layout\DashboardDialogProviderTests.cs"/>
    <Compile Include="Layout\MainLayoutTerminalTests.cs"/>
    <Compile Include="Layout\MainLayoutTests.cs"/>
    <Compile Include="Layout\MobileNavMenuTests.cs"/>
    <Compile Include="Layout\ResourceServiceConnectionProviderTests.cs"/>
    <Compile Include="Layout\TerminalDockInitializationTests.cs"/>
    <Compile Include="Layout\TerminalDockTelemetryTests.cs"/>
    <Compile Include="Layout\TerminalDockTests.cs"/>
    <Compile Include="Layout\TerminalDockWindowTrackingTests.cs"/>
    <Compile Include="Model\DashboardDialogServiceTests.cs"/>
    <Compile Include="Pages\ConsoleLogsTerminalTests.cs"/>
    <Compile Include="Pages\ConsoleLogsTests.cs"/>
    <Compile Include="Pages\LoginTests.cs"/>
    <Compile Include="Pages\MetricsTests.cs"/>
    <Compile Include="Pages\ResourcesTests.cs"/>
    <Compile Include="Pages\StructuredLogsTests.cs"/>
    <Compile Include="Pages\TerminalWindowTests.cs"/>
    <Compile Include="Pages\TraceDetailsTests.cs"/>
    <Compile Include="Pages\TracesTests.cs"/>
    <Compile Include="RoutedComponentTrimmingTests.cs"/>
    <Compile Include="Shared\DashboardPageTestContext.cs"/>
    <Compile Include="Shared\FluentUISetupHelpers.cs"/>
    <Compile Include="Shared\IntegrationTestHelpers.cs"/>
    <Compile Include="Shared\InteractionsSetupHelpers.cs"/>
    <Compile Include="Shared\LayoutSetupHelpers.cs"/>
    <Compile Include="Shared\LifecycleTestComponent.cs"/>
    <Compile Include="Shared\MetricsSetupHelpers.cs"/>
    <Compile Include="Shared\ResourceSetupHelpers.cs"/>
    <Compile Include="Shared\StructuredLogsSetupHelpers.cs"/>
    <Compile Include="Shared\TerminalSetupHelpers.cs"/>
    <Compile Include="Shared\TestGlobalKeydownListener.cs"/>
    <Compile Include="Shared\TestInstrumentUnitResolver.cs"/>
    <Compile Include="Shared\TestJSObjectReference.cs"/>
    <Compile Include="Shared\TestLocalStorage.cs"/>
    <Compile Include="Shared\TestNavigationManager.cs"/>
    <Compile Include="Shared\TestTelemetryErrorRecorder.cs"/>
    <Compile Include="Shared\TestTelemetryRepository.cs"/>
    <Compile Include="Shared\TestThemeResolver.cs"/>
    <Compile Include="Shared\TestTimeProvider.cs"/>
    <Compile Include="UseCultureAttribute.cs"/>
    <Compile Include="..\Shared\TestDashboardTelemetrySender.cs" Link="tests\Shared\TestDashboardTelemetrySender.cs"/>
    <Compile Include="..\Shared\TestStringLocalizer.cs" Link="tests\Shared\TestStringLocalizer.cs"/>
    <Compile Include="..\Shared\TestDashboardClient.cs" Link="tests\Shared\TestDashboardClient.cs"/>
    <Compile Include="..\Shared\TestDialogService.cs" Link="tests\Shared\TestDialogService.cs"/>
    <Compile Include="..\Shared\TestSessionStorage.cs" Link="tests\Shared\TestSessionStorage.cs"/>
    <Compile Include="..\Shared\AsyncTestHelpers.cs" Link="tests\Shared\AsyncTestHelpers.cs"/>
    <Compile Include="..\Shared\TemporaryWorkspace.cs" Link="tests\Shared\TemporaryWorkspace.cs"/>
    <Compile Include="..\Shared\Telemetry\TelemetryTestHelpers.cs" Link="tests\Shared\Telemetry\TelemetryTestHelpers.cs"/>
    <Compile Include="..\Shared\Logging\BeginScopeContext.cs" Link="tests\Shared\Logging\BeginScopeContext.cs"/>
    <Compile Include="..\Shared\Logging\ITestSink.cs" Link="tests\Shared\Logging\ITestSink.cs"/>
    <Compile Include="..\Shared\Logging\LogLevelAttribute.cs" Link="tests\Shared\Logging\LogLevelAttribute.cs"/>
    <Compile Include="..\Shared\Logging\LogTestHelpers.cs" Link="tests\Shared\Logging\LogTestHelpers.cs"/>
    <Compile Include="..\Shared\Logging\LogValuesAssert.cs" Link="tests\Shared\Logging\LogValuesAssert.cs"/>
    <Compile Include="..\Shared\Logging\TestLogger.cs" Link="tests\Shared\Logging\TestLogger.cs"/>
    <Compile Include="..\Shared\Logging\TestLoggerFactory.cs" Link="tests\Shared\Logging\TestLoggerFactory.cs"/>
    <Compile Include="..\Shared\Logging\TestLoggerProvider.cs" Link="tests\Shared\Logging\TestLoggerProvider.cs"/>
    <Compile Include="..\Shared\Logging\TestLoggerT.cs" Link="tests\Shared\Logging\TestLoggerT.cs"/>
    <Compile Include="..\Shared\Logging\TestSink.cs" Link="tests\Shared\Logging\TestSink.cs"/>
    <Compile Include="..\Shared\Logging\WriteContext.cs" Link="tests\Shared\Logging\WriteContext.cs"/>
    <Compile Include="..\Shared\Logging\XunitLoggerFactoryExtensions.cs" Link="tests\Shared\Logging\XunitLoggerFactoryExtensions.cs"/>
    <Compile Include="..\Shared\Logging\XunitLoggerProvider.cs" Link="tests\Shared\Logging\XunitLoggerProvider.cs"/>
    <Compile Include="..\Shared\DashboardModel\ModelTestHelpers.cs" Link="tests\Shared\DashboardModel\ModelTestHelpers.cs"/>
    <Compile Include="..\Aspire.Dashboard.Tests\Model\MockKnownPropertyLookup.cs" Link="tests\Aspire.Dashboard.Tests\Model\MockKnownPropertyLookup.cs"/>
    <Compile Include="..\..\artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\Aspire.Dashboard.Components.Tests.GlobalUsings.g.cs" Link="artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\Aspire.Dashboard.Components.Tests.GlobalUsings.g.cs"/>
    <Compile Include="..\..\artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\SelfRegisteredExtensions.cs" Link="artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\SelfRegisteredExtensions.cs"/>
    <Compile Include="..\..\.packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultRunnerReporters.cs" Link=".packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultRunnerReporters.cs"/>
    <Compile Include="..\..\.packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultResultWriters.cs" Link=".packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultResultWriters.cs"/>
    <Compile Include="..\..\artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\XunitAutoGeneratedEntryPoint.cs" Link="artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\XunitAutoGeneratedEntryPoint.cs"/>
    <Compile Include="..\..\artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\Aspire.Dashboard.Components.Tests.AssemblyInfo.cs" Link="artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\Aspire.Dashboard.Components.Tests.AssemblyInfo.cs"/>
    <Compile Include="..\..\artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\Aspire.Dashboard.Components.Tests.MvcApplicationPartsAssemblyInfo.cs" Link="artifacts\obj\Aspire.Dashboard.Components.Tests\Debug\net11.0\Aspire.Dashboard.Components.Tests.MvcApplicationPartsAssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\ref\120e6682fb914675b2979ae490df5294\AngleSharp.Css.dll"/>
    <ReferencePath Include="..\..\..\ref\65dd1ef8eb8b4194ad6a33a65468a243\AngleSharp.Diffing.dll"/>
    <ReferencePath Include="..\..\..\ref\d8aa5f8848a04d7e89e457152f4e5066\AngleSharp.dll"/>
    <ReferencePath Include="..\..\..\ref\a93e1504474a47be8dbb2bde234e3793\Aspire.Dashboard.dll"/>
    <ReferencePath Include="..\..\..\ref\bfd902d9a9614bd58a48c9c8cc4efaa7\Aspire.TestUtilities.dll"/>
    <ReferencePath Include="..\..\..\ref\5692645a2f054d139914401763e1b485\bunit.dll"/>
    <ReferencePath Include="..\..\..\ref\e47fbe3a5172420da502971028aa4807\Dapper.dll"/>
    <ReferencePath Include="..\..\..\ref\2c8e9ad44d984988ac649d7aba9f89c8\Google.Protobuf.dll"/>
    <ReferencePath Include="..\..\..\ref\7d094032cb924d0c9c3b306991b95f44\Grpc.AspNetCore.Server.ClientFactory.dll"/>
    <ReferencePath Include="..\..\..\ref\7c3ec769864f4c3cb58e55dbbe748027\Grpc.AspNetCore.Server.dll"/>
    <ReferencePath Include="..\..\..\ref\1c86822d85b94b92a4d19e7511ad780f\Grpc.Core.Api.dll"/>
    <ReferencePath Include="..\..\..\ref\2ece99da5a044e019fd46305cf17f48f\Grpc.Net.Client.dll"/>
    <ReferencePath Include="..\..\..\ref\ab3b758e4ff94ffeb263b0230df38992\Grpc.Net.ClientFactory.dll"/>
    <ReferencePath Include="..\..\..\ref\fa23eff5ce674958aa7db25d0884e21f\Grpc.Net.Common.dll"/>
    <ReferencePath Include="..\..\..\ref\e76746e6ca78433bbe33636101dfe2af\Hex1b.dll"/>
    <ReferencePath Include="..\..\..\ref\8ac3c4e4fc184af990f849981ad5222c\Humanizer.dll"/>
    <ReferencePath Include="..\..\..\ref\2eb3d131d86042029eca579ecff60c9c\Markdig.dll"/>
    <ReferencePath Include="..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/>
    <ReferencePath Include="..\..\..\ref\371e9799364d475ea6347ce3e9fa35f4\Microsoft.AspNetCore.Antiforgery.dll"/>
    <ReferencePath Include="..\..\..\ref\b4fa23c317a74801888d712ac002fc48\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\7391a833bc21444bafc7585c7bea91fc\Microsoft.AspNetCore.Authentication.BearerToken.dll"/>
    <ReferencePath Include="..\..\..\ref\c8d8e2b1681a4cfc8f941df8abc2decc\Microsoft.AspNetCore.Authentication.Certificate.dll"/>
    <ReferencePath Include="..\..\..\ref\72b67af2197c498c8c79475b5402d92e\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
    <ReferencePath Include="..\..\..\ref\26699f0cb8494d96b3d9353fdd035172\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\c9e1f7cb2b2f4490b0e70f9659704a8f\Microsoft.AspNetCore.Authentication.dll"/>
    <ReferencePath Include="..\..\..\ref\66bc1a4cf63149c29cbdaf2d4d22e16f\Microsoft.AspNetCore.Authentication.OAuth.dll"/>
    <ReferencePath Include="..\..\..\ref\834a22053b204b7fba4ee65bdb9e7089\Microsoft.AspNetCore.Authentication.OpenIdConnect.dll"/>
    <ReferencePath Include="..\..\..\ref\e3b062614e5c49b78828e3d70a48d6eb\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\ref\ea79a0b665b747ff848aadf2afa7bd06\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\ref\7ee33a6194ac4b608bfd760488bed644\Microsoft.AspNetCore.Components.Authorization.dll"/>
    <ReferencePath Include="..\..\..\ref\0a2a75057759460bb2fac0761ac8567f\Microsoft.AspNetCore.Components.dll"/>
    <ReferencePath Include="..\..\..\ref\fc644f391d2a4bf0a1c20c3c8cf80c9b\Microsoft.AspNetCore.Components.Endpoints.dll"/>
    <ReferencePath Include="..\..\..\ref\f5f20d9f32244fd5a773b7ef8e805755\Microsoft.AspNetCore.Components.Forms.dll"/>
    <ReferencePath Include="..\..\..\ref\e83895c7c8f34cdc81518be95bd91b9d\Microsoft.AspNetCore.Components.Server.dll"/>
    <ReferencePath Include="..\..\..\ref\4817d1daa2ed4841b8aafcb2d8d0bb19\Microsoft.AspNetCore.Components.Web.dll"/>
    <ReferencePath Include="..\..\..\ref\6e19d4273be340519109a5d184435829\Microsoft.AspNetCore.Components.WebAssembly.Authentication.dll"/>
    <ReferencePath Include="..\..\..\ref\b12c33277f994ecdb38f3578ee8908fe\Microsoft.AspNetCore.Components.WebAssembly.dll"/>
    <ReferencePath Include="..\..\..\ref\1418006e04ac4718aeb37cfcc53c7009\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\fcf102cfa66f464ba6792f5b4a9281c0\Microsoft.AspNetCore.CookiePolicy.dll"/>
    <ReferencePath Include="..\..\..\ref\b68d5e90398c451988acb4592e178d21\Microsoft.AspNetCore.Cors.dll"/>
    <ReferencePath Include="..\..\..\ref\5ae7b9aff4e140ba8fa3da226c4c0852\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
    <ReferencePath Include="..\..\..\ref\bab8a7cffbb84ec388f341138044b1f4\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/>
    <ReferencePath Include="..\..\..\ref\ada0f0b4241f415b8606b829ece736fe\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\6882b4600aa941358f471b94ad907ea2\Microsoft.AspNetCore.DataProtection.dll"/>
    <ReferencePath Include="..\..\..\ref\555e0377ae1e42be81f31f72d85c2841\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\ef8f7ed1add6449fa0cc88c1d2946769\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\bb5da4ebff2e438691898642bb3d7969\Microsoft.AspNetCore.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\ref\50cd92c6ba394aae97bd068e9d91a0f6\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/>
    <ReferencePath Include="..\..\..\ref\552e0ba2addf43d8bad93bc0e1b4e9a2\Microsoft.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\ref\6e9a50fb781149e293320f0ab9bd316d\Microsoft.AspNetCore.HostFiltering.dll"/>
    <ReferencePath Include="..\..\..\ref\47b6e5ca6c864bd18e37c77aa0bd552b\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\24b8133cf56f438590f76aecbe4c7c57\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\ref\e49b8c39cf094b05915b7d245e585971\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\38392d5162b1490c9e7820f0dc4b1a8a\Microsoft.AspNetCore.Html.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\15aefbddf5c2444aafb1cb23948b7d5e\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\4c2381892db24c1c814e868082a68faa\Microsoft.AspNetCore.Http.Connections.Common.dll"/>
    <ReferencePath Include="..\..\..\ref\657044451e3c491cbfdf99fa809f4db3\Microsoft.AspNetCore.Http.Connections.dll"/>
    <ReferencePath Include="..\..\..\ref\8b04e32f26ab49c9a06d0527eb37bd10\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\ref\b751599a35bd441f8e2ec57746a619d5\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\e865e1a6af684609848a6162dac1a13e\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\ref\a11dee09b1bf45398a7eb85530f095b0\Microsoft.AspNetCore.Http.Results.dll"/>
    <ReferencePath Include="..\..\..\ref\429bdda80526477089d0cc07d7687695\Microsoft.AspNetCore.HttpLogging.dll"/>
    <ReferencePath Include="..\..\..\ref\f979c054702d4fd2b724c856203811a2\Microsoft.AspNetCore.HttpOverrides.dll"/>
    <ReferencePath Include="..\..\..\ref\d5a7cc541d584a9cb00a58712b4e2f6a\Microsoft.AspNetCore.HttpsPolicy.dll"/>
    <ReferencePath Include="..\..\..\ref\ff7e31911e9c4f1681a643f8977c3ce0\Microsoft.AspNetCore.Identity.dll"/>
    <ReferencePath Include="..\..\..\ref\e40f298c5c1d4684b705c0e0e4503399\Microsoft.AspNetCore.Localization.dll"/>
    <ReferencePath Include="..\..\..\ref\832a9d10d0324593b56900ff6487b843\Microsoft.AspNetCore.Localization.Routing.dll"/>
    <ReferencePath Include="..\..\..\ref\f269b053e49145e5a09f3d33ed728e73\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\ref\7e6424cfd729416a86bd7efc6a22e568\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\d549bbbd59de448092efef258020e978\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
    <ReferencePath Include="..\..\..\ref\e4e70f787b9540b195fab1c78b7e9dbf\Microsoft.AspNetCore.Mvc.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\8bc47578f71546b0b96f7193b31a1861\Microsoft.AspNetCore.Mvc.Cors.dll"/>
    <ReferencePath Include="..\..\..\ref\b9901261b3264264840242bf5a97f3c5\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\ref\a37d18901a71461ba647a4c3b062aba8\Microsoft.AspNetCore.Mvc.dll"/>
    <ReferencePath Include="..\..\..\ref\b3c6e75f51a746088ad0ea5cbc33991d\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\312f89dd418540ff84271f74b5ba9290\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/>
    <ReferencePath Include="..\..\..\ref\62e32694906b47a88a4d30a4397131fb\Microsoft.AspNetCore.Mvc.Localization.dll"/>
    <ReferencePath Include="..\..\..\ref\f52b1ee3466d43098087f6ed41e11e74\Microsoft.AspNetCore.Mvc.Razor.dll"/>
    <ReferencePath Include="..\..\..\ref\a5748d8279154157b00255f524d1507c\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
    <ReferencePath Include="..\..\..\ref\69cc7c0b112e4f43aac6bdad0279e86a\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
    <ReferencePath Include="..\..\..\ref\1fb76a8a3b304ea19c5e2f06f2544b96\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
    <ReferencePath Include="..\..\..\ref\7b8733c4b0bc4e63a1cb6ae6fc91b9b0\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\ref\521a9fbb7dde47a0ac769bc28640c48a\Microsoft.AspNetCore.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\ref\4e54e27a61cd4431b221705b8d486b01\Microsoft.AspNetCore.Razor.dll"/>
    <ReferencePath Include="..\..\..\ref\de6bdf4a55684ce4a688bfd2634c8a16\Microsoft.AspNetCore.Razor.Runtime.dll"/>
    <ReferencePath Include="..\..\..\ref\c22f8af84c3948b99bfede4f783f8d24\Microsoft.AspNetCore.RequestDecompression.dll"/>
    <ReferencePath Include="..\..\..\ref\7497a77463774e8f91827f41b6044532\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\4f90428802274b3eb77b82207b62c970\Microsoft.AspNetCore.ResponseCaching.dll"/>
    <ReferencePath Include="..\..\..\ref\53eae993df9e4943a583c04753145805\Microsoft.AspNetCore.ResponseCompression.dll"/>
    <ReferencePath Include="..\..\..\ref\a4efbb910d624fea819cad0a3c9fc21f\Microsoft.AspNetCore.Rewrite.dll"/>
    <ReferencePath Include="..\..\..\ref\5741cac616d248caa5d9f893692e57a8\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\15aacf57ec7d4362b66157f8b9386ec9\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\ref\7921e24be2bc4c31ac53ac62418fef1a\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\ref\e043fce0cc074f8d841ca84bdb77241d\Microsoft.AspNetCore.Server.IIS.dll"/>
    <ReferencePath Include="..\..\..\ref\27e2433df7b44fb48a5b06ad7e528cf2\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
    <ReferencePath Include="..\..\..\ref\2fbc254f1b29429ea853aab3bb6c1532\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\9e6968fb4968418a96919710fde69590\Microsoft.AspNetCore.Server.Kestrel.dll"/>
    <ReferencePath Include="..\..\..\ref\2b9b08994f8d4b7b99021d74b12dacab\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
    <ReferencePath Include="..\..\..\ref\91476022942740ebbb12965d0c455b72\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
    <ReferencePath Include="..\..\..\ref\b9bf9eb1e4364c558b9603b21505d0e1\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
    <ReferencePath Include="..\..\..\ref\ede2b49a49f744ca9079c6fa82a55c9f\Microsoft.AspNetCore.Session.dll"/>
    <ReferencePath Include="..\..\..\ref\fa711b472965438b88cf6e4b9224f083\Microsoft.AspNetCore.SignalR.Common.dll"/>
    <ReferencePath Include="..\..\..\ref\d256981306e34800b3f7421cf05d0ada\Microsoft.AspNetCore.SignalR.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\b93f7e4208a647c29af5f2363b7af09b\Microsoft.AspNetCore.SignalR.dll"/>
    <ReferencePath Include="..\..\..\ref\817d25922692410bb8f77714b1358182\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\b57286511ba74036a173c0a928beb974\Microsoft.AspNetCore.StaticAssets.dll"/>
    <ReferencePath Include="..\..\..\ref\b65b6e8f8fad486e81a0b545be718973\Microsoft.AspNetCore.StaticFiles.dll"/>
    <ReferencePath Include="..\..\..\ref\ee94197c2e8c4a17a88bcbd679e02515\Microsoft.AspNetCore.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\ref\d3d676b4d72e404390c9bf4f27eef593\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\ref\1bf9b063301b4d17819657c8bc5b7b96\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\ref\714d3c634f5443519957d6bf5fc61782\Microsoft.Bcl.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\ref\bd2877d18cc34c3a9edef7722fe15205\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\ref\c031b608828e489e938d6a4064eb899a\Microsoft.Data.Sqlite.dll"/>
    <ReferencePath Include="..\..\..\ref\fbf8b1ef20f645a29611fe62ea43457b\Microsoft.Diagnostics.NETCore.Client.dll"/>
    <ReferencePath Include="..\..\..\ref\e7741134645846468d6a27fd2d32da2e\Microsoft.DotNet.XUnitV3Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\8aa799b879cd4124a76c45d3fa0e5af8\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\3760ec85d2e6440c806040d4ad49143b\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\ref\12d203e5685e4a80ba7bf7ac2f7d3d49\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\b45193f802254a37b408ac11efe2dc2b\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\ref\84d457d0fb0647da906aa129fbb022c4\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\ref\bb010ea24e2648a58e28d90075303ee0\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\ref\f8f538b6b31440f0ae2d4c070e60796b\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\ref\4e236568a8674413a0266a6bc53bbda7\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\467566d7cb1a4bc7b6b792819f263336\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\ref\091a39bb17ea4557a7ce49ad3894fc93\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\e0cb8c5f1ea0445ebfb69dd7393b6a39\Microsoft.Extensions.Configuration.KeyPerFile.dll"/>
    <ReferencePath Include="..\..\..\ref\723c849bc91b47abb496851fde2e6b01\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\ref\a4eefe326360421d966ccd1d07487635\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\ref\1600fb9700864dd19924240ef46fb673\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\e3aa2ed6f2fa4add9aa7dc230321ae73\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\ref\5364c44c89c6495a903c944ebe3769f9\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\2839b4a635a84ea3b4ce5b800394fb87\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\ref\16133e4d8bcc47bb90f9b8fd28f0466e\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\4f5703de5ddb40128e2bab6d72fc0e66\Microsoft.Extensions.Diagnostics.HealthChecks.dll"/>
    <ReferencePath Include="..\..\..\ref\984b3eeea3c240fd986c23a9488210a8\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\ref\eaa573d3b7714d92a90cb218bda45d6e\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\246c5920df644336b852d05e042db128\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\ref\779de31d40d04c8d8018e1ad634c22da\Microsoft.Extensions.FileProviders.Embedded.dll"/>
    <ReferencePath Include="..\..\..\ref\ec2273299d5b496ea5fbb156972cbdf5\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\ref\bba422e9082449e382a6225e63933c68\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\ref\6ee1eb22bbee46d7bf95dc2b302cf711\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\1df187d742b14f91bb7d32f94bf8a2ef\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\ref\6b45f77766464418ad829d0e5359f998\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\ref\c798a32323294a32bdcc92931ff42caa\Microsoft.Extensions.Identity.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\e4178390499341d79fff7690d070ca3d\Microsoft.Extensions.Identity.Stores.dll"/>
    <ReferencePath Include="..\..\..\ref\5bc629c081c04a70a2207ca68622b25d\Microsoft.Extensions.Localization.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\50e5629a29344adf935d9a85929ad6e6\Microsoft.Extensions.Localization.dll"/>
    <ReferencePath Include="..\..\..\ref\14ddd83ca3f842cabc30e23597c018c1\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\fcba70b54dfc4016ac97baee542d2ed5\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\ref\ebe77f9814f64ee69be0a03f789f9218\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\ref\150eab16714240a696e1d14374b858a5\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\ref\cf31870cbae8451386a4d2f2cf826ec0\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\ref\efd16f7d4c194604869d79cc337c94d1\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\ref\067042ecfc8843699a3c7cbe6f86bbd2\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\ref\e22671b4a27346109b720355e02b7c6d\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\ref\ac9df594a6854fbe870148b9315a64b8\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\ref\8eedbef1aae948c3ada32f29c42196d5\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\d77e23727a314eb2aa18e1bcf6400e39\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\ref\5acee0cad02c4df7834479f12a634c18\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\ref\9570054ade9542f7b858e08890c695ae\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\c6da78a317b94d109fbb5431de6d1321\Microsoft.Extensions.TimeProvider.Testing.dll"/>
    <ReferencePath Include="..\..\..\ref\439681d3a7394afe9e3eacd519d418c7\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\ref\9df6bd636a5a4075a7ec92bf1b2be55d\Microsoft.Extensions.WebEncoders.dll"/>
    <ReferencePath Include="..\..\..\ref\9bdeb2dcdfa74a9abdd45265e347ce1f\Microsoft.FluentUI.AspNetCore.Components.dll"/>
    <ReferencePath Include="..\..\..\ref\e02f53e49d974e0b8e8cc1a23edec493\Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll"/>
    <ReferencePath Include="..\..\..\ref\9dcd6a3b75a247ec99a63b49b764bc20\Microsoft.FluentUI.AspNetCore.Components.Icons.dll"/>
    <ReferencePath Include="..\..\..\ref\151a6c7d7fe04bb787bea0401c6243ab\Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll"/>
    <ReferencePath Include="..\..\..\ref\a72a518424e54476a7feb66891cccacb\Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll"/>
    <ReferencePath Include="..\..\..\ref\23351c89ee3c4f4bae63e16e9626aa38\Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll"/>
    <ReferencePath Include="..\..\..\ref\c5ad55852b084dde98c13b5fc2e2df4e\Microsoft.IdentityModel.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\8e12c74909a84f109f3e8298158d9ba6\Microsoft.IdentityModel.JsonWebTokens.dll"/>
    <ReferencePath Include="..\..\..\ref\05c04e65dffe4f97bab335621ca3b278\Microsoft.IdentityModel.Logging.dll"/>
    <ReferencePath Include="..\..\..\ref\bbc1641df1e646c2a0fbb8fd5ad91d39\Microsoft.IdentityModel.Protocols.dll"/>
    <ReferencePath Include="..\..\..\ref\c2040812172040fd8205db6e16003270\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll"/>
    <ReferencePath Include="..\..\..\ref\b37ed44dba7843c6aabf2332e76355c8\Microsoft.IdentityModel.Tokens.dll"/>
    <ReferencePath Include="..\..\..\ref\f51240777def426ea5a8f6c90db9cadd\Microsoft.JSInterop.dll"/>
    <ReferencePath Include="..\..\..\ref\6192e57667554e93bdc6ab898bc697bc\Microsoft.JSInterop.WebAssembly.dll"/>
    <ReferencePath Include="..\..\..\ref\895a2a2319e04b76ba2a748ed82514bd\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\ref\a4dc153a704a4f8e9045e9073fb07e68\Microsoft.Testing.Extensions.CrashDump.dll"/>
    <ReferencePath Include="..\..\..\ref\1b51be07320d4fd9be0613cb961a7729\Microsoft.Testing.Extensions.HangDump.dll"/>
    <ReferencePath Include="..\..\..\ref\81c46eede6f1492eb98416b4e544818f\Microsoft.Testing.Extensions.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\ref\f622a7304360433399d20a84d6ce420e\Microsoft.Testing.Extensions.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\ref\11a58519f5174337a16ee39ed4c60fe0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\ref\a3920deec1164a0395bbb24ef71f028b\Microsoft.Testing.Extensions.TrxReport.dll"/>
    <ReferencePath Include="..\..\..\ref\1e28c8ac13d54e459f3d28026c596ed9\Microsoft.Testing.Platform.dll"/>
    <ReferencePath Include="..\..\..\ref\3be3e395166f4705aee888173c9d1ad8\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\df413d80a49d401986726f5cd767e585\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\ref\d50f1e079f144a3f8fff2a97ad2efb00\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\419d9bc6c8624532b4f9b3689f2b60f3\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\ref\fd6db729163445e3bae2c8c1408ccb68\Microsoft.Win32.SystemEvents.dll"/>
    <ReferencePath Include="..\..\..\ref\72220f7eadec4182a3ca203a3cd1b5e5\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\ref\7971a8c57ef245bba2902691fba9122d\netstandard.dll"/>
    <ReferencePath Include="..\..\..\ref\ebefe2f0634c4d5b862cde55c22b5320\OpenTelemetry.Api.dll"/>
    <ReferencePath Include="..\..\..\ref\75274ce65ef14ab3bb3ab7fcfb412af5\OpenTelemetry.Api.ProviderBuilderExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\3ec13a8ce26d4acca4ae4c2d5688eec7\OpenTelemetry.dll"/>
    <ReferencePath Include="..\..\..\ref\1349632ccd1b40408f0a3fa0ae748b24\OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/>
    <ReferencePath Include="..\..\..\ref\9a5e5941c06d41bfafe752a724a6b011\OpenTelemetry.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\ref\6b773032a1a64ee19a687464f65b5d02\OpenTelemetry.Instrumentation.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\ref\f92de8ea1b8a439495a67e539bca4e27\QRCoder.dll"/>
    <ReferencePath Include="..\..\..\ref\ad7c81778cc14d159ebf3b278a2c8d93\Semver.dll"/>
    <ReferencePath Include="..\..\..\ref\9ff055e1486d4e8f89425e815e22602c\SQLitePCLRaw.batteries_v2.dll"/>
    <ReferencePath Include="..\..\..\ref\8026d5e088064b2b9881d969d7e12b6a\SQLitePCLRaw.core.dll"/>
    <ReferencePath Include="..\..\..\ref\74dcf01902ba498588d59b60699af112\SQLitePCLRaw.provider.e_sqlite3.dll"/>
    <ReferencePath Include="..\..\..\ref\d52767886c824515867468214d909932\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\ref\a3fc26e0cc5f4461816717148ecbdc44\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\ref\836d3a3154e74785b2c7039a472182f5\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\ref\a28c2ab19e2b41e1a2f3d259e123078d\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\ref\3d319bed797644309f8f432ed90cc750\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\ref\e5be07c68c9d44f99a6bcb6761b81ffc\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\ref\5e52abce8a5240b69ad2968f55c089c3\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\ref\568aa439073543278d4163479c88f2d0\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\ref\dbf6f270c19548c0b6ae7f5a697025ee\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\ref\5dafc9ff93bb4e2a8db4657e70af785e\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\ref\550d392093d241c292d78487dd02e733\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\ref\ce7074f2da2f4c1b8772b15c1b7a735b\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\e589e2b6e8394d6882fb964014283d55\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\ref\da33067765924aa3b6f125173f55643b\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\ref\1f9cd88391df4aaaa50ad73416ad9a22\System.Console.dll"/>
    <ReferencePath Include="..\..\..\ref\46a97dfd03e64c13a7740fac8b5cfeb1\System.Core.dll"/>
    <ReferencePath Include="..\..\..\ref\55f3ef0db84e44c59eaed12e2a9e968e\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\ref\7b9e55f2f7dd4140a3252f6fb09f304e\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\a5ebbf62b9f04e20884a43289f27eff1\System.Data.dll"/>
    <ReferencePath Include="..\..\..\ref\928860b42011420e81726c0e5ecebd68\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\ref\a6b826edd1d44d36b55eeb90c3b50b96\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\ref\b19aea2f405c462c868df212b4fb6548\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\ref\3bf94d031bf5486fa8f83a669d0f2cfc\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\ref\57f5033938654a5489536603cabf2af7\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\ref\1e986e30c7b04970a94c3eaa8a34b867\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\ref\ff165a5363cf4a8382306f1c6c61e554\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\ref\76e797f6a51b41ada3bbe99947779ca5\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\ref\5a57a053be5d43cba0cb8cf32d3b2f4c\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\ref\720192577c204b34852b87adf561487d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\ref\e55f0d2511934e5298990d595c9a1e67\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\ref\4f613b80bee54485a0df64768478c60e\System.dll"/>
    <ReferencePath Include="..\..\..\ref\f72a88ddb1544769ad66fc6f66f95b6f\System.Drawing.Common.dll"/>
    <ReferencePath Include="..\..\..\ref\4f897ddb887c4e2ea971512fd74917d9\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\ref\ad3516649e1b46bf8c3c83b3cbf8ebf1\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\c6c920b2242b4c329a63c57feb97033d\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\ref\551a20900c5649e1af0cf8f6b083923a\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\ref\751045c9929344ffa4190c477a403f0f\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\ref\f3a06fa84ad744449650101e68c4160b\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\ref\9eb3229925b34d1a985c388b141433d9\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\ref\f2ff34dcc5d3400eb29c3b3c2ceb81ca\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\ref\da713cde84014e8b889f2ae9139b5190\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\d3a3635ebe0a416f84f7c6a175dccb44\System.IdentityModel.Tokens.Jwt.dll"/>
    <ReferencePath Include="..\..\..\ref\1f9ee6196ea94c20b172ddd480cd39cd\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\ref\90ad6ba40ba34b9ea9bd4a4500e28b3a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\ref\84ad6187277b428c91f8dba7d7ab0d69\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\ref\cfffa84fa20b4461ab29940b2e4e4ba4\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\ref\4bd9816cd9674dcdb5075df2f831f1d1\System.IO.dll"/>
    <ReferencePath Include="..\..\..\ref\d57e9f6ae39f40f28ce39d6a3b564d8c\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\c87b4a80bba44aaa8ad7e0f33307acbe\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\ref\9d10b1941ba44250a4a926d8cb0dd0be\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\ref\60590fafc7df443da54f2712dd9613c1\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\74b1e4b93a254be88b07874294505d95\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\ref\5019f993048d428e84e0c6c1fc9ee92d\System.IO.Hashing.dll"/>
    <ReferencePath Include="..\..\..\ref\a65fc46780f1425fb3de00c00fb47098\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\ref\14bd346260614294bca7a315bc7a5c46\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\ref\29d22b13c3de4d11af8a40d57678bf2b\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\ref\e29194689e2a4e51b03e20e1efe59f0c\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\4996d54ec0eb48298627c0ffa21c2408\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\ref\f9239b47b9ff41de8aff399ffcf356ee\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\ref\f2edd26dab36430e957ac303113ae3ca\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\ref\22e49dd9d993441198df4e215170d00e\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\ref\e432ecad111e45078f9a0f53beeb9f54\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\ref\8a19b4a5abf64b0e888de4c44fbfadfc\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\ref\209ac7a889d64560bc0d1e232cf71186\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\ref\8ad9b6ac0f9f439f929d8573fae6e923\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\ref\1151a40a4d97435d9d98ebc923113a3f\System.Net.dll"/>
    <ReferencePath Include="..\..\..\ref\29c7ebd06a804f50b587ba715d818b09\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\ref\e1dd3f46dd7345f091e23417439c8ecd\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\8cf59f974c6d4006a45f6a83b60a14ee\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\ref\0225de9a66b641008cc6d91f3636d8c5\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\ref\bcb936e4760c4e2e98f5848fc18da10a\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\ref\41ed38c5ae0949b4a0196516c7d3bfff\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\ref\5b40a2be14de42a5a8a05a8c759f089d\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\ref\4fa7793c9fd34a51a86e9c91673d3ed5\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\418dfd7452bd4cfe8996132b0007ab97\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\ref\5a488e992df44f59981a2d1f31b73aa2\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\ref\fb92535abb3e449e85c036d8e6840127\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\ref\6708a00584f24b50b8e80599c0f620b3\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\ref\2986dd7cbd034415b397f43738cb1966\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\ref\de0a56d8c0f14a539b572831e9404c6c\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\ref\5d2d8e875a254da0bc5f16615a5c8936\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\ref\2ae1cd235b954a6eb35919c17c51cc42\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\ref\ef7ac85ba7a74780ba340f5e70b8f4ab\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\ref\aaa101e469f6495ea8f2a61612e1189d\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\ref\d5fd02e6bca54c4e94823f5b338e22c4\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\ref\e8bac0deefb44610b9f3a3d9a3f6bd30\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\ref\d34a0895c5524288b598080ae1878955\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\ref\afbf5470107247bfa854effd95b8c906\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\ref\2bbccab246d0442c95c3dcd8239451a0\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\ref\fcb44c12042f4a49956721bd4817654f\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\ref\a4fdc01e3730456fac13e13e65f1c423\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\ref\4c52995ca6724409b0ea8aac7a7ddb29\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\ref\20d60a1ece994953a1acbd3763564f3d\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\ref\b51e888751d04f17a556d0180b585367\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\dff2e6fd1e134b59954da2dfab6a4fe5\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\ref\e1ab345a12ba4838b778a87f885ba55d\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\c036da33c5024869ad3c0b7e274c0257\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\ref\49badc9e9d924ebf8c1a0724b327d9bd\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\ref\ab87360271c848cf810fa3efd5cd9574\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\ref\42d1f9235fcb47e09e05b924facd2696\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\ref\e79c16831ac14f2cb19001ad8b7be065\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\ref\a9674c7f28714b09a00d8f9c0fed05ea\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\ref\47627d3196ea4210b31d9d3a8be96eea\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\ref\8223798b4a2e4f2e87910a9455def7fe\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\e2e168c79fc647bba113878854689fe0\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\ref\af925dcf456c434894d22273defaa98c\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\ref\6afa0e5177d84feda2694a6d19530dd7\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\ref\15fe22562d65490f9f90baafafb81edf\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\ref\71e185883e084a519aad2bf5a4684240\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\ref\1cf8391d7995428cb74fd62e1f4b1348\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\ref\7166401213ef47b4841e9f7d0ee09c3e\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\ref\b0ebdca5b479447da2dc5b7649e3cf62\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\ref\24f6f59851534632bf89798f93f976fd\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\ref\c7cc99644c6d46a79505b23e0a30ebd2\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\d40777c0a87f406b9494d02599a31adc\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\0e42578413634757ba6696bf83df944d\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\ref\21f790fd351c4af8af5cbb80a0e1db49\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\5f694d22565246408ee0adb287cb38fb\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\ref\8aa4378d3ced49d0897022e47da3620a\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\ref\3714e3b617314208aed937686bcaa7a4\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\ref\9bb73e24d8734cabb8976eabe67ab21f\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\ref\a635818d179749e1a832cbf19b0c16f4\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\ref\0c652ca1894c427bb8c42e2a1ec6b1ce\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\ref\bd802e48b38645d89db3426367d48a11\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\ref\1e1bcc380a18468798f7d012e50d01d4\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\ref\2556d803be14411da82ac42c818ff93d\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\ref\22bf537ebc7c4d71894d3d0f6ea497a5\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\ref\49ed24a20f8548cd94f5c755cfaa0d50\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\ref\643e0a63b3574cd693930458a936903f\System.Security.dll"/>
    <ReferencePath Include="..\..\..\ref\41de7a6cf1a24307996dc7ab2ca68962\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\ref\69d01d90f43149b793029cfbbbd7b89a\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\ref\bc033389884a4763a5ebef048c2cae43\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\ref\39eee526c0a1409fa8e9982133064872\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\ref\d27ed1e65be24c648c262775335e09c7\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\ref\78f4de8e735947e6924bc054a2a2ba6d\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\ref\f79d7ca862ba469091b68fb5a1f080a3\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\ref\d28c7aca65da4750a49482b988b3ef41\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\cd0c6870c44d40dcb9f78fea3bd190df\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\ref\0f368033cbf34b27952f7ff06047bbad\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\ref\453d5b422c4049a990b4753aaca15433\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\ref\ea72380e0a9c4a648efd5a2dd11b7058\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\ref\100db04a5f3f4405af68641df8550c73\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\ref\72b9aad4791247b8a17e813f18d8a8f5\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\ref\44883eb69c184fdeb3f3d20b052f1472\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\ref\1aa9cf90f9d94251816426545e4fd5a4\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\ref\d0e46ef59be74a6e94a8c12e5ea3fe34\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\ref\f18e967376f6413aadee72ee0a20689e\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\ref\364e4ca2cd054c36ac631f84e5df93f1\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\ref\1941d8a7848e45159ccffe8ae2f67b2b\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\ref\470fd57a530847db8fa11a2bd850cdf8\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\ref\82eaf614c77a490997a0147722251b32\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\ref\60291630d0a54824a3c8366e97bd2728\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\ref\a5124eae6d774b4abd80bf5172a17bac\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\ref\d94cbdc609e74b498b07b3037a494f3b\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\ref\8637edec55c94d4fbf386a1afdabffab\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\ref\6a5cd2376c344a3588a822a08c15b727\System.Web.dll"/>
    <ReferencePath Include="..\..\..\ref\79fbef7f112a40c79081ecaff244b909\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\ref\ee8c5b57834b41a1b70f3a5d497251cf\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\ref\92e811fdf58c4eedaa259a69e07c7342\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\ref\311f102c84d149069bfa0ae986fa3e60\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\ref\b43b15be2e404fc0abb0b486c4c21adf\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\ref\cfc6839972734dd3a7a73cd7b84c4d3a\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\ref\76850f4ca4884a8ba4b8de1eee9e3011\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\ref\e054a2098482487f919c778223980c20\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\ref\1f51142f4de94b98abad03d203888dc1\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\ref\e43968b0acfe4dbc81cd892a568e791c\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\ref\6fdcca570cde41eb963ef9ba6ef3f9cd\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\ref\f53a60d7f9a149b791c43f1d4a212494\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\ref\44e73958596d4f7690b99a2145c53947\xunit.v3.assert.dll"/>
    <ReferencePath Include="..\..\..\ref\f53ea817a4ce4944aec45f6be913c916\xunit.v3.common.dll"/>
    <ReferencePath Include="..\..\..\ref\d1b59472d2ee409195db3d22f71609b2\xunit.v3.core.dll"/>
    <ReferencePath Include="..\..\..\ref\855914ee375340f8a451ead1b1c9d8ee\xunit.v3.mtp-v2.dll"/>
    <ReferencePath Include="..\..\..\ref\fe89f68e78bf4fa6a61b8ecb3127c652\xunit.v3.runner.common.dll"/>
    <ReferencePath Include="..\..\..\ref\b28de091437e463f8f3f29f6c6db07b9\xunit.v3.runner.inproc.console.dll"/>
  </ItemGroup>
</Project>