File: Microsoft.DotNet.HotReload.Watch.csproj
Web Access
Project: src\sdk\src\Dotnet.Watch\Watch\Microsoft.DotNet.HotReload.Watch.csproj (Microsoft.DotNet.HotReload.Watch)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.DotNet.HotReload.Watch</AssemblyName>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>CI_BUILD;DOT_NET_BUILD_FROM_SOURCE;TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AppModels/BlazorWebAssemblyAppModel.cs"/>
    <Compile Include="AppModels/BlazorWebAssemblyHostedAppModel.cs"/>
    <Compile Include="AppModels/DefaultAppModel.cs"/>
    <Compile Include="AppModels/HotReloadAppModel.cs"/>
    <Compile Include="AppModels/MobileAppModel.cs"/>
    <Compile Include="AppModels/WebApplicationAppModel.cs"/>
    <Compile Include="AppModels/WebServerAppModel.cs"/>
    <Compile Include="Aspire/AspireServiceFactory.cs"/>
    <Compile Include="Browser/BrowserLauncher.cs"/>
    <Compile Include="Browser/BrowserRefreshServerFactory.cs"/>
    <Compile Include="Build/BuildNames.cs"/>
    <Compile Include="Build/BuildReporter.cs"/>
    <Compile Include="Build/BuildRequest.cs"/>
    <Compile Include="Build/BuildResult.cs"/>
    <Compile Include="Build/BuildUtilities.cs"/>
    <Compile Include="Build/EvaluationResult.cs"/>
    <Compile Include="Build/FileItem.cs"/>
    <Compile Include="Build/FilePathExclusions.cs"/>
    <Compile Include="Build/LoadedProjectGraph.cs"/>
    <Compile Include="Build/ProjectBuildManager.cs"/>
    <Compile Include="Build/ProjectGraphFactory.cs"/>
    <Compile Include="Build/ProjectGraphUtilities.cs"/>
    <Compile Include="Build/ProjectInstanceId.cs"/>
    <Compile Include="Build/ProjectRepresentation.cs"/>
    <Compile Include="Build/StaticWebAssetPattern.MSBuild.cs"/>
    <Compile Include="Context/DotNetWatchContext.cs"/>
    <Compile Include="Context/EnvironmentOptions.cs"/>
    <Compile Include="Context/EnvironmentVariables.cs"/>
    <Compile Include="Context/GlobalOptions.cs"/>
    <Compile Include="Context/ProjectOptions.cs"/>
    <Compile Include="FileWatcher/ChangeKind.cs"/>
    <Compile Include="FileWatcher/DirectoryWatcher.cs"/>
    <Compile Include="FileWatcher/EventBasedDirectoryWatcher.cs"/>
    <Compile Include="FileWatcher/FileWatcher.cs"/>
    <Compile Include="FileWatcher/PollingDirectoryWatcher.cs"/>
    <Compile Include="HotReload/CompilationHandler.cs"/>
    <Compile Include="HotReload/HotReloadDotNetWatcher.cs"/>
    <Compile Include="HotReload/HotReloadProjectUpdatesBuilder.cs"/>
    <Compile Include="Process/IRuntimeProcessLauncher.cs"/>
    <Compile Include="Process/IRuntimeProcessLauncherFactory.cs"/>
    <Compile Include="Process/LaunchSettingsProfile.cs"/>
    <Compile Include="Process/ProcessLaunchResult.cs"/>
    <Compile Include="Process/ProcessRunner.cs"/>
    <Compile Include="Process/ProcessSpec.cs"/>
    <Compile Include="Process/ProjectLauncher.cs"/>
    <Compile Include="Process/RunningProcess.cs"/>
    <Compile Include="Process/RunningProject.cs"/>
    <Compile Include="Process/WebServerProcessStateObserver.cs"/>
    <Compile Include="Properties/AssemblyInfo.cs"/>
    <Compile Include="UI/BuildOutput.cs"/>
    <Compile Include="UI/BuildParametersSelectionPrompt.cs"/>
    <Compile Include="UI/ConsoleInputReader.cs"/>
    <Compile Include="UI/ConsoleReporter.cs"/>
    <Compile Include="UI/DeviceInfo.cs"/>
    <Compile Include="UI/IConsole.cs"/>
    <Compile Include="UI/IReporter.cs"/>
    <Compile Include="UI/OutputLine.cs"/>
    <Compile Include="UI/PhysicalConsole.cs"/>
    <Compile Include="UI/RestartPrompt.cs"/>
    <Compile Include="UI/ShutdownHandler.cs"/>
    <Compile Include="Utilities/CommandLineUtilities.cs"/>
    <Compile Include="Utilities/Disposables.cs"/>
    <Compile Include="Utilities/ImmutableDictionaryExtensions.cs"/>
    <Compile Include="Utilities/Option.cs"/>
    <Compile Include="Utilities/PathUtilities.cs"/>
    <Compile Include="Utilities/ProcessUtilities.cs"/>
    <Compile Include="Utilities/Versions.cs"/>
    <Compile Include="../AspireService/AspireServerService.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/AspireServerService.cs"/>
    <Compile Include="../AspireService/Contracts/IAspireServerEvents.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Contracts/IAspireServerEvents.cs"/>
    <Compile Include="../AspireService/Helpers/CertGenerator.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/CertGenerator.cs"/>
    <Compile Include="../AspireService/Helpers/ExceptionExtensions.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/ExceptionExtensions.cs"/>
    <Compile Include="../AspireService/Helpers/HttpContextExtensions.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/HttpContextExtensions.cs"/>
    <Compile Include="../AspireService/Helpers/LoggerProvider.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/LoggerProvider.cs"/>
    <Compile Include="../AspireService/Helpers/SocketConnectionManager.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/SocketConnectionManager.cs"/>
    <Compile Include="../AspireService/Helpers/SocketUtilities.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/SocketUtilities.cs"/>
    <Compile Include="../AspireService/Helpers/WebSocketConnection.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/WebSocketConnection.cs"/>
    <Compile Include="../AspireService/Models/ErrorResponse.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Models/ErrorResponse.cs"/>
    <Compile Include="../AspireService/Models/InfoResponse.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Models/InfoResponse.cs"/>
    <Compile Include="../AspireService/Models/RunSessionRequest.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Models/RunSessionRequest.cs"/>
    <Compile Include="../AspireService/Models/SessionChangeNotification.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Models/SessionChangeNotification.cs"/>
    <Compile Include="../HotReloadAgent.PipeRpc/NamedPipeContract.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadAgent.PipeRpc/NamedPipeContract.cs"/>
    <Compile Include="../HotReloadAgent.PipeRpc/StreamExtensions.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadAgent.PipeRpc/StreamExtensions.cs"/>
    <Compile Include="../HotReloadAgent.Data/AgentEnvironmentVariables.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadAgent.Data/AgentEnvironmentVariables.cs"/>
    <Compile Include="../HotReloadAgent.Data/AgentMessageSeverity.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadAgent.Data/AgentMessageSeverity.cs"/>
    <Compile Include="../HotReloadAgent.Data/ResponseLoggingLevel.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadAgent.Data/ResponseLoggingLevel.cs"/>
    <Compile Include="../HotReloadAgent.Data/RuntimeManagedCodeUpdate.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadAgent.Data/RuntimeManagedCodeUpdate.cs"/>
    <Compile Include="../HotReloadAgent.Data/RuntimeStaticAssetUpdate.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadAgent.Data/RuntimeStaticAssetUpdate.cs"/>
    <Compile Include="../HotReloadClient/ClientTransport.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/ClientTransport.cs"/>
    <Compile Include="../HotReloadClient/ClientTransportResponse.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/ClientTransportResponse.cs"/>
    <Compile Include="../HotReloadClient/DefaultHotReloadClient.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/DefaultHotReloadClient.cs"/>
    <Compile Include="../HotReloadClient/HotReloadClient.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/HotReloadClient.cs"/>
    <Compile Include="../HotReloadClient/HotReloadClients.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/HotReloadClients.cs"/>
    <Compile Include="../HotReloadClient/HotReloadManagedCodeUpdate.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/HotReloadManagedCodeUpdate.cs"/>
    <Compile Include="../HotReloadClient/HotReloadStaticAssetUpdate.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/HotReloadStaticAssetUpdate.cs"/>
    <Compile Include="../HotReloadClient/Logging/LogEvents.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Logging/LogEvents.cs"/>
    <Compile Include="../HotReloadClient/Logging/LoggingUtilities.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Logging/LoggingUtilities.cs"/>
    <Compile Include="../HotReloadClient/NamedPipeClientTransport.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/NamedPipeClientTransport.cs"/>
    <Compile Include="../HotReloadClient/StaticAsset.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/StaticAsset.cs"/>
    <Compile Include="../HotReloadClient/Utilities/ArrayBufferWriter.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Utilities/ArrayBufferWriter.cs"/>
    <Compile Include="../HotReloadClient/Utilities/EnvironmentUtilities.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Utilities/EnvironmentUtilities.cs"/>
    <Compile Include="../HotReloadClient/Utilities/None.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Utilities/None.cs"/>
    <Compile Include="../HotReloadClient/Utilities/PathExtensions.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Utilities/PathExtensions.cs"/>
    <Compile Include="../HotReloadClient/Utilities/ResponseFunc.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Utilities/ResponseFunc.cs"/>
    <Compile Include="../HotReloadClient/Web/AbstractBrowserRefreshServer.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/AbstractBrowserRefreshServer.cs"/>
    <Compile Include="../HotReloadClient/Web/BrowserConnection.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/BrowserConnection.cs"/>
    <Compile Include="../HotReloadClient/Web/BrowserRefreshServer.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/BrowserRefreshServer.cs"/>
    <Compile Include="../HotReloadClient/Web/KestrelWebSocketServer.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/KestrelWebSocketServer.cs"/>
    <Compile Include="../HotReloadClient/Web/MiddlewareEnvironmentVariables.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/MiddlewareEnvironmentVariables.cs"/>
    <Compile Include="../HotReloadClient/Web/SharedSecretProvider.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/SharedSecretProvider.cs"/>
    <Compile Include="../HotReloadClient/Web/StaticWebAsset.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/StaticWebAsset.cs"/>
    <Compile Include="../HotReloadClient/Web/StaticWebAssetPattern.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/StaticWebAssetPattern.cs"/>
    <Compile Include="../HotReloadClient/Web/StaticWebAssetsManifest.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/StaticWebAssetsManifest.cs"/>
    <Compile Include="../HotReloadClient/Web/WebAssemblyHotReloadClient.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/WebAssemblyHotReloadClient.cs"/>
    <Compile Include="../HotReloadClient/Web/WebServerHost.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/WebServerHost.cs"/>
    <Compile Include="../HotReloadClient/Web/WebSocketConfig.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/WebSocketConfig.cs"/>
    <Compile Include="../HotReloadClient/WebSocketClientTransport.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/WebSocketClientTransport.cs"/>
    <Compile Include="../../../artifacts/obj/Microsoft.DotNet.HotReload.Watch/Release/net11.0/Microsoft.DotNet.HotReload.Watch.GlobalUsings.g.cs" Link="src/sdk/artifacts/obj/Microsoft.DotNet.HotReload.Watch/Release/net11.0/Microsoft.DotNet.HotReload.Watch.GlobalUsings.g.cs"/>
    <Compile Include="../../../artifacts/obj/Microsoft.DotNet.HotReload.Watch/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/sdk/artifacts/obj/Microsoft.DotNet.HotReload.Watch/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../artifacts/obj/Microsoft.DotNet.HotReload.Watch/Release/net11.0/Microsoft.DotNet.HotReload.Watch.AssemblyInfo.cs" Link="src/sdk/artifacts/obj/Microsoft.DotNet.HotReload.Watch/Release/net11.0/Microsoft.DotNet.HotReload.Watch.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../ref/c458bb79d61246e59812e0775bc2ddd9/Microsoft.AspNetCore.Antiforgery.dll"/>
    <ReferencePath Include="../../../../../ref/7f83a9b7cf5f4beba211f308aa90eead/Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/7b2b7737bc3440bbb4d750a4ca56d9c0/Microsoft.AspNetCore.Authentication.BearerToken.dll"/>
    <ReferencePath Include="../../../../../ref/24633e742a62465394e45625df46cca1/Microsoft.AspNetCore.Authentication.Cookies.dll"/>
    <ReferencePath Include="../../../../../ref/dbf208c791cd49a584361c08b23f8f1b/Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="../../../../../ref/bceb6e590dba446e8a375d2e7144fdb7/Microsoft.AspNetCore.Authentication.dll"/>
    <ReferencePath Include="../../../../../ref/9c70f76c3cba42d09d667f03f0611d2e/Microsoft.AspNetCore.Authentication.OAuth.dll"/>
    <ReferencePath Include="../../../../../ref/5b9a60b88b9b47ea9f9e8b807c9eb11e/Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="../../../../../ref/7b6ce3be797d470c8733f9a542e83f16/Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="../../../../../ref/7785183dd303456e833f395082649131/Microsoft.AspNetCore.Components.Authorization.dll"/>
    <ReferencePath Include="../../../../../ref/3cb518b6db664944b0a43c80c2d48ef7/Microsoft.AspNetCore.Components.dll"/>
    <ReferencePath Include="../../../../../ref/73be5fbb4cdc4cdd880ebb52c6e4f61e/Microsoft.AspNetCore.Components.Endpoints.dll"/>
    <ReferencePath Include="../../../../../ref/099efbefcc894028a1221805eadadb6c/Microsoft.AspNetCore.Components.Forms.dll"/>
    <ReferencePath Include="../../../../../ref/2ab1b48edfc348b782b9577c9df5d586/Microsoft.AspNetCore.Components.Server.dll"/>
    <ReferencePath Include="../../../../../ref/e84288f3466d42688c1a1ae1faa2f843/Microsoft.AspNetCore.Components.Web.dll"/>
    <ReferencePath Include="../../../../../ref/99f8bc8bb7794918aa201a66afdba5b4/Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/d4caa7db10144c4da986c8b48551419f/Microsoft.AspNetCore.CookiePolicy.dll"/>
    <ReferencePath Include="../../../../../ref/f1a8bf6402e940d3b763b0fbea0d59a8/Microsoft.AspNetCore.Cors.dll"/>
    <ReferencePath Include="../../../../../ref/9e6d91c72f1e4b6082aafe28ea9a5a91/Microsoft.AspNetCore.Cryptography.Internal.dll"/>
    <ReferencePath Include="../../../../../ref/46d85fdc85184f0d81d5f1732f0925a3/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/>
    <ReferencePath Include="../../../../../ref/556686d4cee445fcb35ab7c3f0242974/Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/6932a51a3e9048a4b604f6540803686c/Microsoft.AspNetCore.DataProtection.dll"/>
    <ReferencePath Include="../../../../../ref/202bf6836ec74f17a3ce6ac8bc8bbcd1/Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/f091f4a92cba4d1484e461811a0b3133/Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/576b18b3ed3247699336fded84e07aa3/Microsoft.AspNetCore.Diagnostics.dll"/>
    <ReferencePath Include="../../../../../ref/b4a3d03d858846d0a6b995531662fd66/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/>
    <ReferencePath Include="../../../../../ref/35955c48ef074e7da42682c7599f2b03/Microsoft.AspNetCore.dll"/>
    <ReferencePath Include="../../../../../ref/de4f414f826c457f940d052a9e07e37f/Microsoft.AspNetCore.HostFiltering.dll"/>
    <ReferencePath Include="../../../../../ref/6cbdd73b87664494b3bbe3e4b5549944/Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/70f3b5b85520498d8e46662430085f0c/Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="../../../../../ref/f8f71a6d76624e03872402d5a169ff75/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/f3439a02e77d48839c4dab4a41836194/Microsoft.AspNetCore.Html.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/b8f3f877443b4c349c17571afd1aaaab/Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/2a751ef211f045ccaf7fedca39011326/Microsoft.AspNetCore.Http.Connections.Common.dll"/>
    <ReferencePath Include="../../../../../ref/1103d6f86f79407c99dd14c74ec7c0ad/Microsoft.AspNetCore.Http.Connections.dll"/>
    <ReferencePath Include="../../../../../ref/ae47d00f2edc450ab4fab2eb285c49c4/Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="../../../../../ref/85975a8fc0ec429ca6266b9db1242b64/Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/b07110efd38f4e7189bd160fb119083f/Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="../../../../../ref/1c7997cbf355449585a3961ecb6b11a6/Microsoft.AspNetCore.Http.Results.dll"/>
    <ReferencePath Include="../../../../../ref/5ca364b8fa13441595392df197312872/Microsoft.AspNetCore.HttpLogging.dll"/>
    <ReferencePath Include="../../../../../ref/18a43a4190b14df9853334c410ab3171/Microsoft.AspNetCore.HttpOverrides.dll"/>
    <ReferencePath Include="../../../../../ref/390c0785fd864005b3ef9057399dfb8a/Microsoft.AspNetCore.HttpsPolicy.dll"/>
    <ReferencePath Include="../../../../../ref/f50f21e00b604778985236dfb2f42f9f/Microsoft.AspNetCore.Identity.dll"/>
    <ReferencePath Include="../../../../../ref/836af31ed15940b78fdc79103aed86f3/Microsoft.AspNetCore.Localization.dll"/>
    <ReferencePath Include="../../../../../ref/437c66352f604dbd8103fc81ac79a54c/Microsoft.AspNetCore.Localization.Routing.dll"/>
    <ReferencePath Include="../../../../../ref/658213e88a8441b9948689b1ee03fb23/Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="../../../../../ref/895cffa3352a4014b0722789cf4433a1/Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/0c9cfc663165473b8f1580a436aa4d39/Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
    <ReferencePath Include="../../../../../ref/16f2b247d13f470da253484bea8a88cf/Microsoft.AspNetCore.Mvc.Core.dll"/>
    <ReferencePath Include="../../../../../ref/75011acd18c8427a8ffee957653bb731/Microsoft.AspNetCore.Mvc.Cors.dll"/>
    <ReferencePath Include="../../../../../ref/fe1046895fed4f3a81b0c5e4a17cea78/Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../ref/fed7f226191740f890c05f961da2571e/Microsoft.AspNetCore.Mvc.dll"/>
    <ReferencePath Include="../../../../../ref/4ee2cde2f8d74aec937c43985de1f766/Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
    <ReferencePath Include="../../../../../ref/ac89dbcd939a4cabbd2f61a6dd148597/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/>
    <ReferencePath Include="../../../../../ref/54512388d57a40c081e7576ed44fa109/Microsoft.AspNetCore.Mvc.Localization.dll"/>
    <ReferencePath Include="../../../../../ref/e0db5cc59e2c42609ddd5da601d4cae8/Microsoft.AspNetCore.Mvc.Razor.dll"/>
    <ReferencePath Include="../../../../../ref/3dc3b2596a98438cbea76dc71ca28d2d/Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
    <ReferencePath Include="../../../../../ref/fa5f45ebfd5e4b86b785b3f9ff4a5755/Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
    <ReferencePath Include="../../../../../ref/3a68b95cc2ea4dceb00f0134f3d1dada/Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
    <ReferencePath Include="../../../../../ref/9d77b937d64941a591f3d07cd11bc529/Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="../../../../../ref/f6998416f22e4102933e123fe931f69b/Microsoft.AspNetCore.RateLimiting.dll"/>
    <ReferencePath Include="../../../../../ref/83dd1877006c4b03843b294c5e17d821/Microsoft.AspNetCore.Razor.dll"/>
    <ReferencePath Include="../../../../../ref/7c01441a13ef462eb2b6ecc97874716b/Microsoft.AspNetCore.Razor.Runtime.dll"/>
    <ReferencePath Include="../../../../../ref/e2f3ad41c2e34a94b14053775d312787/Microsoft.AspNetCore.RequestDecompression.dll"/>
    <ReferencePath Include="../../../../../ref/54d01d86b9a04e7e95fe2888fdc5db87/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/c65c004f97f5426d90cbf97c42d2efb2/Microsoft.AspNetCore.ResponseCaching.dll"/>
    <ReferencePath Include="../../../../../ref/5205a6a6740f4509a1a9112bca70cc6e/Microsoft.AspNetCore.ResponseCompression.dll"/>
    <ReferencePath Include="../../../../../ref/1e3f0928702e4fd99369e910c93cbae7/Microsoft.AspNetCore.Rewrite.dll"/>
    <ReferencePath Include="../../../../../ref/3b0f9c464633447cb5e970c9ae73843f/Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/c262544be07d42019e5b88d7f5b98ff0/Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="../../../../../ref/dd2903e8804648cabf6b52fdf4b9e767/Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="../../../../../ref/424efc8015f845b69fddb54e4e2da97e/Microsoft.AspNetCore.Server.IIS.dll"/>
    <ReferencePath Include="../../../../../ref/ace9158c45234f1b8587ebed003a65a9/Microsoft.AspNetCore.Server.IISIntegration.dll"/>
    <ReferencePath Include="../../../../../ref/0b62625bcd5c4ed1beff6040f88fc107/Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
    <ReferencePath Include="../../../../../ref/2a11e4a51d924739aec77ec4154c08eb/Microsoft.AspNetCore.Server.Kestrel.dll"/>
    <ReferencePath Include="../../../../../ref/3a61338a6dcc49158665ef5349d1570b/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
    <ReferencePath Include="../../../../../ref/b61c5157629943f2a43f0637d414499e/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
    <ReferencePath Include="../../../../../ref/afc859cac6c440dd97d4e411a2be68af/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
    <ReferencePath Include="../../../../../ref/0ea7115b39ca42e4afd29a216cef6553/Microsoft.AspNetCore.Session.dll"/>
    <ReferencePath Include="../../../../../ref/268c5833bb5243238be0ad1da5ae0963/Microsoft.AspNetCore.SignalR.Common.dll"/>
    <ReferencePath Include="../../../../../ref/5c25622df4554202bbe36380b3c88422/Microsoft.AspNetCore.SignalR.Core.dll"/>
    <ReferencePath Include="../../../../../ref/cf937d6e761f442e975cfb9b84295309/Microsoft.AspNetCore.SignalR.dll"/>
    <ReferencePath Include="../../../../../ref/47625e617ecc439aa7c8e0cd57051c0f/Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
    <ReferencePath Include="../../../../../ref/4f31974144114765afda135149661ae4/Microsoft.AspNetCore.StaticAssets.dll"/>
    <ReferencePath Include="../../../../../ref/c6c6a269cb9e484fa1e1f26f73a01f68/Microsoft.AspNetCore.StaticFiles.dll"/>
    <ReferencePath Include="../../../../../ref/40ff1b69e98a4beb8d57a362175961e9/Microsoft.AspNetCore.WebSockets.dll"/>
    <ReferencePath Include="../../../../../ref/db0992b4212a4d849ff3e2504e2a8acf/Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="../../../../../ref/91bdd24a5bea4db3b6178c9c5f37096b/Microsoft.Build.dll"/>
    <ReferencePath Include="../../../../../ref/37c15f76c7da4b34b1c25f50df1ad406/Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="../../../../../ref/cf79137fbed64bd0a3b77e2aae564bad/Microsoft.Build.Tasks.Core.dll"/>
    <ReferencePath Include="../../../../../ref/759a0771e38c41c6b2bfc104208f9153/Microsoft.Build.Utilities.Core.dll"/>
    <ReferencePath Include="../../../../../ref/bf31ae47d16e49eebc3afeeba56e9d1d/Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="../../../../../ref/5d1402d7442a4c9a876568bc0f5ee706/Microsoft.CodeAnalysis.CSharp.Features.dll"/>
    <ReferencePath Include="../../../../../ref/e4a22cc8872148cfa91281cb05526e4c/Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="../../../../../ref/0a8116ad23c44983929e7c6b0cca43a7/Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="../../../../../ref/a28528b350504034b13116e24999451f/Microsoft.CodeAnalysis.ExternalAccess.HotReload.dll"/>
    <ReferencePath Include="../../../../../ref/f21c66a773c14988b065a630d47a4ca3/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/>
    <ReferencePath Include="../../../../../ref/fc9ed37e915045578766ebd3f158b3e2/Microsoft.CodeAnalysis.Features.dll"/>
    <ReferencePath Include="../../../../../ref/2ed56f62c8e9420eae91d552a465bdce/Microsoft.CodeAnalysis.Scripting.dll"/>
    <ReferencePath Include="../../../../../ref/d66b8601f99446f58e6b981b9aeba202/Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="../../../../../ref/24d2a87f2c7a422ab0bd70e34def767c/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll"/>
    <ReferencePath Include="../../../../../ref/e40187efdf014973bb6c11fbee94c92b/Microsoft.CodeAnalysis.Workspaces.MSBuild.Contracts.dll"/>
    <ReferencePath Include="../../../../../ref/cf2d0392a7cc40b0b0d59ba428c67b95/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
    <ReferencePath Include="../../../../../ref/4cbbd8e7b67344848e5bb23145676336/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../ref/6645dbd8f34b4eff8f6689663128d70c/Microsoft.DiaSymReader.dll"/>
    <ReferencePath Include="../../../../../ref/2c25675a69544294b2532c6a0e7220f0/Microsoft.DotNet.ProjectTools.dll"/>
    <ReferencePath Include="../../../../../ref/c58b90924b6d456eaeaa937b259a0469/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/ebff0ca082294f4d91311f5018017fa7/Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="../../../../../ref/cdd1ed1bc64745b7b192d62b91422264/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/c56bd00977d14382b3eaa97dda0a3bd4/Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="../../../../../ref/f8b271119c57441196aa354675dcc5b3/Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="../../../../../ref/3adb6e4606bd43b3a4af04817e13e667/Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="../../../../../ref/e0ea7ad22a1e4c72ac5137bb0edb5c1a/Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="../../../../../ref/c8b04e35550f44d682027e50494842d2/Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="../../../../../ref/8ed806acffa24375bd7c28ebc27dc12b/Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="../../../../../ref/a941bd1f446945619f9e720ccfa0e202/Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="../../../../../ref/f65213a735b34b37ae1ea93afbb01d7e/Microsoft.Extensions.Configuration.KeyPerFile.dll"/>
    <ReferencePath Include="../../../../../ref/a623d69d39ac4d3fb89ddbcc085b0312/Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="../../../../../ref/fd7c3ef93ee340c1bc3fe68d32618172/Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="../../../../../ref/665dbad03614464893f788de76fd9592/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/ac1e95293bd8480398568ecf52af6c96/Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="../../../../../ref/161c4866afa04ac6a3c3c2e2a399a855/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/85c67e76c0d94138af55e23795f229c4/Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="../../../../../ref/ddfeee08dc794fc7ab72da99bee945b7/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/9d62742b01414e9e981f4bc539a007c2/Microsoft.Extensions.Diagnostics.HealthChecks.dll"/>
    <ReferencePath Include="../../../../../ref/2ba6bccfec744f82b838ff1c36c73302/Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="../../../../../ref/0818cf2bd4a84e34be61aec35862107b/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/009c9a02d6354e7c9b87b73ca27b7c30/Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="../../../../../ref/8df6d162dcdb4f9f854e2a7ccbe82812/Microsoft.Extensions.FileProviders.Embedded.dll"/>
    <ReferencePath Include="../../../../../ref/3677d9deece24d988756230a832c6e4f/Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="../../../../../ref/f6080144557f49399f167b138ee08689/Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="../../../../../ref/21fb016302cc432c80481c280d30300e/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/83bf1398b583420ab8d1b93c76fe9292/Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="../../../../../ref/f839fd8bc2344257acfb087467fd0c9b/Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="../../../../../ref/7b80d3ce2a214f15b4850053ed7a9810/Microsoft.Extensions.Identity.Core.dll"/>
    <ReferencePath Include="../../../../../ref/930c36dc0f944f04ba6f95a182986f06/Microsoft.Extensions.Identity.Stores.dll"/>
    <ReferencePath Include="../../../../../ref/b47817f1d3de4998b65b36d24ac189c7/Microsoft.Extensions.Localization.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/51abfdd657a04ced86981c4fa7f0edcd/Microsoft.Extensions.Localization.dll"/>
    <ReferencePath Include="../../../../../ref/fb72f496b88f430cad4eeab66a650c9c/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/a1a7b0126cae49f1b6408fbdc0d9bbc7/Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="../../../../../ref/25a3bb3bcb2a4d4793d04985154ae2e6/Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="../../../../../ref/5a3eeffba46f4731af717937218b5f8a/Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="../../../../../ref/f3f7b64a5ece4e4288e92dd06841e0fd/Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="../../../../../ref/007f51c44b354cfe919a65efe92b632f/Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="../../../../../ref/dea9bb5c62d448d9895117df11259269/Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="../../../../../ref/b3597d1128334a67b2b9a121d3b6f597/Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="../../../../../ref/35196ff6797642f491010ebc3620f1bb/Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="../../../../../ref/bdc58cf112e74976b36fdcd15f21c52b/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="../../../../../ref/53b4aa61fe6e41668b7353c5443df76e/Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../ref/cece2626bbfc403fad82bcd53e009b32/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../ref/43e7bc06947b43daada861167097efe6/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/3b5ff07d84e34a7f8962216757e00539/Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="../../../../../ref/61b97f820c3643a7a7b789e907d262cb/Microsoft.Extensions.Validation.Localization.dll"/>
    <ReferencePath Include="../../../../../ref/99112844007640ae8d01fe030f6fe0fd/Microsoft.Extensions.WebEncoders.dll"/>
    <ReferencePath Include="../../../../../ref/7928345e22d64a21b9d670d720b3d3a5/Microsoft.JSInterop.dll"/>
    <ReferencePath Include="../../../../../ref/b198d44a9dd145e3bc2723ad64823123/Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="../../../../../ref/bd7046ebba4946139a8ab8785e51861f/Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="../../../../../ref/881a5e055b9b427baf76ce92c1a65c30/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../ref/33bc3a14f57f49e9b93bcbc8889b79da/Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="../../../../../ref/fb184f7be92c4ed0ab823daba8a34a72/Microsoft.VisualStudio.SolutionPersistence.dll"/>
    <ReferencePath Include="../../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/f6709942a413455db846377ea3710d03/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../ref/e1fee93e4d2f4f26a42c7faee646e1a8/mscorlib.dll"/>
    <ReferencePath Include="../../../../../ref/376d17af887343caa8e2ef5d3c82186b/netstandard.dll"/>
    <ReferencePath Include="../../../../../ref/ac298a2aaa91435f8f65c087a95fff72/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../ref/611cda73e8e24eed9e2824b4c8a6341a/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../ref/d9bf1f538e684578af27f77c882316c3/System.CodeDom.dll"/>
    <ReferencePath Include="../../../../../ref/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
    <ReferencePath Include="../../../../../ref/319b9a00bf2a487ab0cad06c3b3542b0/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../ref/542315ad88874c4889c8da67400f8f0e/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../ref/7416d365708e47979a6238f355c4156f/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../ref/b8ab3bb2c37f4723ab26bcea3280bc91/System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../ref/bd18c56a3c7942dbb82326e59bc7cd0e/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../ref/6cc5d6656fc741469e809c4282d9b7dc/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../ref/c2ec7805f49244de8062d04883afa238/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/c0e062c3eb1149a49f723e22eb3505f7/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../ref/c106736ea2834a0393d798ed79f3c675/System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="../../../../../ref/8b52d7f22e7a41c1954edcb94d177976/System.Composition.Convention.dll"/>
    <ReferencePath Include="../../../../../ref/3d7ca9311fce4fbda054b954d69b1789/System.Composition.Hosting.dll"/>
    <ReferencePath Include="../../../../../ref/fa9b992396a2451a99ffca1a1d0c67dc/System.Composition.Runtime.dll"/>
    <ReferencePath Include="../../../../../ref/0828c1fd12a141f9af74e6531405d42d/System.Composition.TypedParts.dll"/>
    <ReferencePath Include="../../../../../ref/28e319eb2ba8471ea3f9197fe72cc7c2/System.Configuration.ConfigurationManager.dll"/>
    <ReferencePath Include="../../../../../ref/561c0b3675b74736a899e1fef42223e8/System.Configuration.dll"/>
    <ReferencePath Include="../../../../../ref/d5cdc995fdf54ebc9758a8d6304835db/System.Console.dll"/>
    <ReferencePath Include="../../../../../ref/2308832a03d047c99cd72e5c55aa9e89/System.Core.dll"/>
    <ReferencePath Include="../../../../../ref/4d86b0b59a1649d1b6dcd242a616bb96/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../ref/92091ced92ae4a659fe77e0f4f8a1789/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../ref/1d99b2e137e94638aec97cde3177cd6f/System.Data.dll"/>
    <ReferencePath Include="../../../../../ref/9241354e5cfe485295849f69ccefe1d9/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../ref/3adc2e1d85da4046b41ac79accb1c906/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../ref/2a6d439abf214aa6bfcfd8b6af121307/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../ref/4e39eb44f99245b8a83dfeb2e1e59761/System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="../../../../../ref/6c6d0b30fd4b49ef833d96880382a966/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../ref/6ceb191902c04f8bb67ec08c1455e2d5/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../ref/fc1d41d3a6044c3094881d632401ff88/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../ref/dad9c439593641aeb17a447fad0bb09e/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../ref/2ddb91eb217b48a4914a0409e6584f79/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../ref/0d2d33cce3964c829eeaba38068b1dda/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../ref/468c917f078a423981fb58ca9f8d3a17/System.dll"/>
    <ReferencePath Include="../../../../../ref/b0f7a6a5bb664792b6afae68bfb16982/System.Drawing.dll"/>
    <ReferencePath Include="../../../../../ref/c09be86162bb4cf8b61173fa3d189d54/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/21ac7c5940e3492eb1c08266253e33a4/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../ref/90c1391728904b939f238ef3546a5374/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../ref/bc8992c0fc8947eb83a1aea8267e2e33/System.Formats.Cbor.dll"/>
    <ReferencePath Include="../../../../../ref/c9d0ef1149f6447c88d13b14197b1d5b/System.Formats.Nrbf.dll"/>
    <ReferencePath Include="../../../../../ref/84dfff601dac42d98a4d7da9369c3b94/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../ref/7d2f1d03c33e41ebb5fda79a70c22570/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../ref/d5a8795351e242d0b9fdf0e6dd96065b/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../ref/3b75615e4acb4942bcdc6f2b01e5e1a9/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/0e9742c192584192bc68796f6e3e8daa/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../ref/f4122ab732344d7d9cd93153de91407a/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../ref/94ae5de030264b0cb2014e858818d2ec/System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="../../../../../ref/5d7bc8f0d5b54dbd9e86839010069b4d/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../ref/aa915db90c9a4a9b809bd397cdfa01e2/System.IO.dll"/>
    <ReferencePath Include="../../../../../ref/c2e9d36114db4b4198567d683a537e6f/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../ref/259c0b6881ba4d708f0f6175202398de/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../ref/206e80f794584a71a6d934e6a2df57b3/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../ref/3bf7802067aa43ce8cb804e96ddad4ae/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/ca7645d81b224aa3aef6a36160223836/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../ref/ff7d6e939e2f4cae91089c5112d0d0da/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../ref/997528dde6b4404b9425ea77ec76b589/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../ref/3cdd0a6522ba4dde96385c8e14946d20/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../ref/8f368c0ff47e455cba96034e5b39b12f/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../ref/4bcf2b713e80421982ca5e65e2372095/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../ref/1f69ff76a488490b888429f98800a210/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../ref/8376418ba94f410988364a30b1477fc7/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../ref/ce888b4a829b4555a8d7715856848c2d/System.Linq.dll"/>
    <ReferencePath Include="../../../../../ref/b8c9e03aa7a44ad598a2398d31aad16d/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../ref/3295816c4aba4ae39ef7c2cd14c156bb/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../ref/ce4225f4f0844bd380059eaa7552e00d/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
    <ReferencePath Include="../../../../../ref/917f37da630340b882f9eebd5adda805/System.Net.dll"/>
    <ReferencePath Include="../../../../../ref/08945c3e68ce40a287b7e926b8a65109/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../ref/e2bbca7641704c4eb91acd9529138989/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../ref/df95e3434cce4c008e47a5090a0a2ed0/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../ref/53db511be88f46af812b09128a4e70df/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../ref/4c8fda522de64084b10aba606b09897e/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../ref/a6c1a75997304953a3b50c928ab4f7d6/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../ref/5cbe71460143422bbd73c34c2ceeaa7e/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../ref/a1fb632b77704df0835da4a3d8b9c43f/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/f3ce510fe4154acf9f5ff6b132f285fe/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../ref/1a0ecd7174334d4ba52328429b3437ce/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../ref/5a38e8ab6e084cd98d879eddaf87615c/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../ref/12d3a63084e741bd9a5605ee350b8f1b/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../ref/39b7359ca90945b0a77e0cae26e5a336/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../ref/fbe44f0e4bb54aeabfc2578d43122fd2/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../ref/832329b8eba04a97ae3bffb169003fcd/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../ref/8cfb7384bf1d4eac99dd3d91fb2a6d58/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../ref/d4773685c48843baa5d4214b8b6cf224/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../ref/c106f6ffa31446f29344e7056ca05773/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../ref/a3e0919cf7b04372a6248e50a0a4d8e8/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../ref/ffeb39dfcb734eeea044122741b73980/System.Numerics.dll"/>
    <ReferencePath Include="../../../../../ref/332613255152436987d55e77c3624d6b/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../ref/0373cf5da70b4912837fa24ce0494f51/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../ref/2b3f9d5b53944190803d33b964b0c1dc/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../ref/0f56233358fe48a3b5dae8b9d451df4a/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../ref/4efc86340c434c48b440edb348f415d4/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../ref/4c05feb3f8e24f05bfe92bbb4c7024c6/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../ref/6ef3776281ce41acbde003fa2d028f44/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../ref/0004eb50ed5e4860924bcf76150f7d6b/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/16a18ae8f39e4a2a8ebb02fd729f836a/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../ref/dbadd98ab4ee4745a9783faebd4df706/System.Reflection.MetadataLoadContext.dll"/>
    <ReferencePath Include="../../../../../ref/44a0f39d72ed4206a3738525e581cd98/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/cf7c379f9605417a9b0e8c266f2919de/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../ref/d0bbba0b91d9441b9fea4ac92adc89cb/System.Resources.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/800f88cc5e624d18a5379d2b94500316/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../ref/375922fbcb0946029135837101414236/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../ref/ecdb9aed32264c5890e729e00bee9823/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../ref/2e4ca8cf51024c27a809596b25c14782/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../ref/9c1eed5e82b4450089254f21f097b2d3/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../ref/e9d66600a8604347944509f635f11096/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/3b5a7a4739fe4d17be27f078ad7e4e79/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../ref/7e976e9ba4794fe19eef6bfd6405641e/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../ref/b7e097e499e64efe9feb0980235b8b77/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../ref/1fc2d3c2a8b942c99940f466c9f06dd5/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../ref/e3d43f4520d447fc9e854d7c0e501352/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../ref/c7758676a29e4a8188c856281738f4ab/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../ref/a7b092a87f1a4105ba7a3d87a90695ec/System.Runtime.Serialization.dll"/>
    <ReferencePath Include="../../../../../ref/9bdcff1b0f1a49ffbf612c7e6da96fed/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../ref/6ddbb77fa89448ec9cbe80dce5265f14/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../ref/141b3ee73dfe40fcb92cd9365464f80c/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/db047fd2156c45f990f28004090b2d9a/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../ref/74e78496ea424e1fb3f330b6fdf13451/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../ref/ee6bce5333854974b4e362389475f85f/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../ref/7953878f69cd45aaa9b7aa57784f2bc6/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../ref/59595587783247a3b73e8b496a91c4ac/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../ref/6197862ade6b47a98e87eed4449135a7/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../ref/d09242f2862848c497b581cbdb1ab6ae/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../ref/6524c09b9b5e48e69292ef608c9c42c5/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../ref/9563aa7f205d40e0ac235211b8248078/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../ref/9ff83b6a2c084fd6a22990b914958f2b/System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="../../../../../ref/1c274240d8804c148460c59040cf1d4d/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/cc53cd35e8364b5b8d150c3c401ef9ac/System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="../../../../../ref/8c574540601e462590f124bb7038c720/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../ref/72b8ccc6a482401584f127f5087d2773/System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="../../../../../ref/d28218f686fd4b24a5dd8852a0e48af4/System.Security.dll"/>
    <ReferencePath Include="../../../../../ref/01d7683de6334228b06028292e3100e5/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../ref/dbaa0879854b4e62bf725c5bd46cbe14/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../ref/ba2e4f25088449b5bf680b2fe570c38b/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../ref/67ca06743fef4d64b6263e1a6f00f4e9/System.ServiceModel.Web.dll"/>
    <ReferencePath Include="../../../../../ref/e77cee48ff104f96b6d876d4aa9ca1ad/System.ServiceProcess.dll"/>
    <ReferencePath Include="../../../../../ref/d93ce7693db64211bae409aa54162f95/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../ref/a0f929bad5e34516b886ca00b7c906a4/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/e236e3a34efd46ecb8a6552a0d6c0bd1/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../ref/a1b3fd3bf3e14a1ba7d39a4749ba4dae/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../ref/91d768c25ebc4468bfac2b32f381bfb5/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../ref/87d1c45851344b0995b336a673b3d644/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../ref/55a2564b079e4be6a60c012295355159/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
    <ReferencePath Include="../../../../../ref/68842f3b1c6f46d4a70f51a0b2e2b3e7/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../ref/286632afe31f433d9df19df3ac596f79/System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="../../../../../ref/f5e710dd52d94d3887f514a6ab78223a/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../ref/7119f63aad4f42b994b9496e918659c2/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../ref/b8cd2b1152704d1db7377e9c57781498/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../ref/d1fb96c3ae284304b485cbab4a49e4f3/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../ref/8bca14e9e6d14a4ca576c978d23bb9ee/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../ref/8b28e33008f84c77addf4f7de092f7a7/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../ref/cb4cb38f5a3f42cc8069aed6aa9834a8/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../ref/0160a5a8f083475dad2c66521cdb5392/System.Transactions.dll"/>
    <ReferencePath Include="../../../../../ref/b90baddfbbf84cb89ea579815671438e/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../ref/a773fee2a9d049549b32150827d8ddf7/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../ref/65652c706fed4af09ca0061bb71db820/System.Web.dll"/>
    <ReferencePath Include="../../../../../ref/7b3799b860e9421cab2762e5870c4de6/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../ref/a66ee12eb7f14b61b5d1d7e5cb29cbd2/System.Windows.dll"/>
    <ReferencePath Include="../../../../../ref/0ff0049fc06c4de0a43e02486f2920b3/System.Xml.dll"/>
    <ReferencePath Include="../../../../../ref/fd6d023bf61e48409802a54419f0e457/System.Xml.Linq.dll"/>
    <ReferencePath Include="../../../../../ref/7045817db5a94cda9cdd7fb464085531/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../ref/53e07fa6113e47d2842f83541882aaf1/System.Xml.Serialization.dll"/>
    <ReferencePath Include="../../../../../ref/44e0f837ba10412d8d97201adcdf862f/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../ref/25cd1bd0ee3d4be28e743aaa3afe90bf/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../ref/8cd6c34a682f4c778a4cb46e9e9cc0d7/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../ref/5dae10a6af8d44aa8d6acf255bef9a8b/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../ref/6889bb964efc4ef0a8c06315e505dfb7/System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="../../../../../ref/0787834f21b14046bc71d10c7b60c600/WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>