| 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/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/HotReloadDotNetWatcher.cs"/> <Compile Include="HotReload/ManagedCodeSnapshot.cs"/> <Compile Include="HotReload/ManagedCodeWorkspace.cs"/> <Compile Include="HotReload/ProjectUpdatesBuilder.cs"/> <Compile Include="HotReload/ProjectUpdatesBuilder.StaticWebAssets.cs"/> <Compile Include="HotReload/RunningProjectsManager.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/ImmutableInterlockedExtensions.cs" Link="src/sdk/src/Dotnet.Watch/AspireService/Helpers/ImmutableInterlockedExtensions.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/ProjectInstanceId.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/ProjectInstanceId.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/StaticWebAssetUpdateBuilder.cs" Link="src/sdk/src/Dotnet.Watch/HotReloadClient/Web/StaticWebAssetUpdateBuilder.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/8039a8e8df074c1c88f8ae589ec765b2/Microsoft.AspNetCore.Antiforgery.dll"/> <ReferencePath Include="../../../../../ref/bf4f8c1cc39b4f6aaa1f539dde53e873/Microsoft.AspNetCore.Authentication.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/6c90ce76e1c94564a231ee53a97195bd/Microsoft.AspNetCore.Authentication.BearerToken.dll"/> <ReferencePath Include="../../../../../ref/407993b8e7cf47b3815928d49b4f60f0/Microsoft.AspNetCore.Authentication.Cookies.dll"/> <ReferencePath Include="../../../../../ref/e6bf45d31e72429ba089e5bd7f666c0d/Microsoft.AspNetCore.Authentication.Core.dll"/> <ReferencePath Include="../../../../../ref/a1e3f93b18b243e4bd27bee016e89e14/Microsoft.AspNetCore.Authentication.dll"/> <ReferencePath Include="../../../../../ref/adb67f84e56841a9b5b9cbb918c28441/Microsoft.AspNetCore.Authentication.OAuth.dll"/> <ReferencePath Include="../../../../../ref/b350f73060ab4a07b44982767ec209c1/Microsoft.AspNetCore.Authorization.dll"/> <ReferencePath Include="../../../../../ref/5cee87295e614470968cac646af619f4/Microsoft.AspNetCore.Authorization.Policy.dll"/> <ReferencePath Include="../../../../../ref/19dd3e6ef4f7479da0f09d5d89add2a4/Microsoft.AspNetCore.Components.Authorization.dll"/> <ReferencePath Include="../../../../../ref/671abe03f9eb42208eaa4d041c5a6377/Microsoft.AspNetCore.Components.dll"/> <ReferencePath Include="../../../../../ref/a23c3d3b2ecb41298a0257e3fd02fdb8/Microsoft.AspNetCore.Components.Endpoints.dll"/> <ReferencePath Include="../../../../../ref/437b64e9585f44e281cfd41bf321373d/Microsoft.AspNetCore.Components.Forms.dll"/> <ReferencePath Include="../../../../../ref/9fd621922bf047e9bd34cd72ed7e42ce/Microsoft.AspNetCore.Components.Server.dll"/> <ReferencePath Include="../../../../../ref/2cd2e1b01c9a460bb7298f183d1159f0/Microsoft.AspNetCore.Components.Web.dll"/> <ReferencePath Include="../../../../../ref/35f861ecad734879bd6ae7a2a53029dc/Microsoft.AspNetCore.Connections.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/9366fa9918a34869b6f85fc342753c14/Microsoft.AspNetCore.CookiePolicy.dll"/> <ReferencePath Include="../../../../../ref/9b1a2faf90cf47f78d17f2765b5e652f/Microsoft.AspNetCore.Cors.dll"/> <ReferencePath Include="../../../../../ref/e952ee258ace4a65aeeeca40c31f7a83/Microsoft.AspNetCore.Cryptography.Internal.dll"/> <ReferencePath Include="../../../../../ref/166817a6765e4d4c96d3620d55767b89/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/> <ReferencePath Include="../../../../../ref/5ecce9d2638c44dfa893af955faf4504/Microsoft.AspNetCore.DataProtection.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/cbc83495f42940659548f1a48b28a5f6/Microsoft.AspNetCore.DataProtection.dll"/> <ReferencePath Include="../../../../../ref/c27e55b3608c4b3a96c0a2997d90d0e3/Microsoft.AspNetCore.DataProtection.Extensions.dll"/> <ReferencePath Include="../../../../../ref/aef043554b314a8b91180f47772a5656/Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/c6b9bfbdad174933ab561a50cdd4c01a/Microsoft.AspNetCore.Diagnostics.dll"/> <ReferencePath Include="../../../../../ref/7a18d5ed80fb44df8ae543852d714d89/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/> <ReferencePath Include="../../../../../ref/9e19cd5a63084d5a9b7638d943726e9c/Microsoft.AspNetCore.dll"/> <ReferencePath Include="../../../../../ref/8570b63a177c45609a2521fedbd239dd/Microsoft.AspNetCore.HostFiltering.dll"/> <ReferencePath Include="../../../../../ref/4b8e779d960c42f295012da4a944be08/Microsoft.AspNetCore.Hosting.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/138f82ae86fc4b89ad97209d75292f9b/Microsoft.AspNetCore.Hosting.dll"/> <ReferencePath Include="../../../../../ref/9ae96526bddc48239b275e2a2fdf234b/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/f06ea38da66d4b469782c6616a379330/Microsoft.AspNetCore.Html.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/bd023d1fba564214872dec84aa65db28/Microsoft.AspNetCore.Http.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/88681087bb664910b6ffd2468aa65596/Microsoft.AspNetCore.Http.Connections.Common.dll"/> <ReferencePath Include="../../../../../ref/15718b6453ae448282a659c0a6b4d1b3/Microsoft.AspNetCore.Http.Connections.dll"/> <ReferencePath Include="../../../../../ref/0983ce3bd67448be8b8356e09501ab0c/Microsoft.AspNetCore.Http.dll"/> <ReferencePath Include="../../../../../ref/7c2407c124f4448085c0b57902fe58e5/Microsoft.AspNetCore.Http.Extensions.dll"/> <ReferencePath Include="../../../../../ref/918c1eea0c0746b9b806b68baeb12599/Microsoft.AspNetCore.Http.Features.dll"/> <ReferencePath Include="../../../../../ref/fa404d65fc4d4a18a2f7319b4f45577f/Microsoft.AspNetCore.Http.Results.dll"/> <ReferencePath Include="../../../../../ref/801cc90f3485445fa147e46676943d01/Microsoft.AspNetCore.HttpLogging.dll"/> <ReferencePath Include="../../../../../ref/0eca370864e64de4b6a7dcb790102541/Microsoft.AspNetCore.HttpOverrides.dll"/> <ReferencePath Include="../../../../../ref/8ea26222de97430f9bd232ccb909b5aa/Microsoft.AspNetCore.HttpsPolicy.dll"/> <ReferencePath Include="../../../../../ref/9b2be0d1a14b4f56afde07f9334c4496/Microsoft.AspNetCore.Identity.dll"/> <ReferencePath Include="../../../../../ref/a8237ae7e47f443aa50463c1fb0e5ea9/Microsoft.AspNetCore.Localization.dll"/> <ReferencePath Include="../../../../../ref/757b6f734bdf43f396d3431c91c1052e/Microsoft.AspNetCore.Localization.Routing.dll"/> <ReferencePath Include="../../../../../ref/a710db7214854ad5a5550bbcb830e0e8/Microsoft.AspNetCore.Metadata.dll"/> <ReferencePath Include="../../../../../ref/f51ed9d5a29f43d3a352c0d1e75f2f37/Microsoft.AspNetCore.Mvc.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/634467d8ed78450c848c9398423ce1f8/Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/> <ReferencePath Include="../../../../../ref/0b215a702b04489bbc47e3cdd1de25c7/Microsoft.AspNetCore.Mvc.Core.dll"/> <ReferencePath Include="../../../../../ref/0a79e09baaf9476f92600d85d25a4525/Microsoft.AspNetCore.Mvc.Cors.dll"/> <ReferencePath Include="../../../../../ref/60843504459d4f62ba518b210f49051a/Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/> <ReferencePath Include="../../../../../ref/2cabcead6a744d749ce1666a1d20b044/Microsoft.AspNetCore.Mvc.dll"/> <ReferencePath Include="../../../../../ref/bf7ae2ecbcf74004a2fc338ab9b4aebb/Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/> <ReferencePath Include="../../../../../ref/6f6cc21aee5542bc94338fbd573fcba3/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/> <ReferencePath Include="../../../../../ref/318cfe876d4a45448d5b9015638a96b8/Microsoft.AspNetCore.Mvc.Localization.dll"/> <ReferencePath Include="../../../../../ref/7da7195f3d4140c0ab52771652fc3c9b/Microsoft.AspNetCore.Mvc.Razor.dll"/> <ReferencePath Include="../../../../../ref/a2d6c07707524e9a8e3e9c70f8569bd7/Microsoft.AspNetCore.Mvc.RazorPages.dll"/> <ReferencePath Include="../../../../../ref/046ba8e9d78a4132bfd47f5eab71065e/Microsoft.AspNetCore.Mvc.TagHelpers.dll"/> <ReferencePath Include="../../../../../ref/9c062a4411864071a938fb559f50e896/Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/> <ReferencePath Include="../../../../../ref/4017b3d1d3aa467892edb6d70e668801/Microsoft.AspNetCore.OutputCaching.dll"/> <ReferencePath Include="../../../../../ref/7f655827316a4dfa910f44511fdf9516/Microsoft.AspNetCore.RateLimiting.dll"/> <ReferencePath Include="../../../../../ref/e3d98b576446485380d3e791ff327057/Microsoft.AspNetCore.Razor.dll"/> <ReferencePath Include="../../../../../ref/f3ae1a86dcf242cabd1753fcf8115b3f/Microsoft.AspNetCore.Razor.Runtime.dll"/> <ReferencePath Include="../../../../../ref/9d5b3e7b8ebf49dd942a26ae8353ff0f/Microsoft.AspNetCore.RequestDecompression.dll"/> <ReferencePath Include="../../../../../ref/79bd80b5c4a143a49484040f61e0c677/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/f8275b4ec4ab4418830d9b3989037a82/Microsoft.AspNetCore.ResponseCaching.dll"/> <ReferencePath Include="../../../../../ref/ad43c6f791cd4993b4719a0e33e0a7e0/Microsoft.AspNetCore.ResponseCompression.dll"/> <ReferencePath Include="../../../../../ref/32bcfb00bba34de199d8d36d6a604cd6/Microsoft.AspNetCore.Rewrite.dll"/> <ReferencePath Include="../../../../../ref/99d82c61ebe04423b37c45b250c514ed/Microsoft.AspNetCore.Routing.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/bb871e05947e4a55a5d7b589a0ee022a/Microsoft.AspNetCore.Routing.dll"/> <ReferencePath Include="../../../../../ref/0e99b6ef0e344c4a864e45ef7fada4d1/Microsoft.AspNetCore.Server.HttpSys.dll"/> <ReferencePath Include="../../../../../ref/eb549ed472be470f9ed779c2f53c9c01/Microsoft.AspNetCore.Server.IIS.dll"/> <ReferencePath Include="../../../../../ref/061186561e524b0fbb072a1d7f1908af/Microsoft.AspNetCore.Server.IISIntegration.dll"/> <ReferencePath Include="../../../../../ref/f5d7bbea56b942b4b908a7769bdb4c4d/Microsoft.AspNetCore.Server.Kestrel.Core.dll"/> <ReferencePath Include="../../../../../ref/4c322e44ae58470c9e4d2a9b0aa34f13/Microsoft.AspNetCore.Server.Kestrel.dll"/> <ReferencePath Include="../../../../../ref/cec7c4f40ec643cab4f8f9fa15e80df8/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/> <ReferencePath Include="../../../../../ref/4e3787ad1e8c4c3591fb86ec47ba8c51/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/> <ReferencePath Include="../../../../../ref/daba44cf26304fd5b9facb95d37f349c/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/> <ReferencePath Include="../../../../../ref/bda6f4e014e64831a63d5a7cfb9d8911/Microsoft.AspNetCore.Session.dll"/> <ReferencePath Include="../../../../../ref/547bcdc0d0f94110b9a4cd62a9df6dc2/Microsoft.AspNetCore.SignalR.Common.dll"/> <ReferencePath Include="../../../../../ref/28766465b2f945119d88510566342172/Microsoft.AspNetCore.SignalR.Core.dll"/> <ReferencePath Include="../../../../../ref/0bbeb481f32b4262bc5f87e0d541396a/Microsoft.AspNetCore.SignalR.dll"/> <ReferencePath Include="../../../../../ref/a10c9477f1914edeae89a1ffe8cf119d/Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/> <ReferencePath Include="../../../../../ref/d3acb0c635bc450cad0eff3195b8a6d8/Microsoft.AspNetCore.StaticAssets.dll"/> <ReferencePath Include="../../../../../ref/72ce1f05fb384671931f03550a2b65e7/Microsoft.AspNetCore.StaticFiles.dll"/> <ReferencePath Include="../../../../../ref/e35912bb6d624b44a98c623604db23ce/Microsoft.AspNetCore.WebSockets.dll"/> <ReferencePath Include="../../../../../ref/3aaad540b9ce4009a5dc00395e47fcde/Microsoft.AspNetCore.WebUtilities.dll"/> <ReferencePath Include="../../../../../ref/4b70e9d38034459496f2c14598e288d5/Microsoft.Build.dll"/> <ReferencePath Include="../../../../../ref/8f88eb431dc24fb3aa650454a0ec49a0/Microsoft.Build.Framework.dll"/> <ReferencePath Include="../../../../../ref/32ffb79de0d0475d83e5715edec68a3f/Microsoft.Build.Tasks.Core.dll"/> <ReferencePath Include="../../../../../ref/5cff228ede62467cb5f712114b69cfc7/Microsoft.Build.Utilities.Core.dll"/> <ReferencePath Include="../../../../../ref/f8e85c81fb2d4628834f7e297fa95cb8/Microsoft.CodeAnalysis.CSharp.dll"/> <ReferencePath Include="../../../../../ref/f467c3c321334e7e8ebf334e5e0514ad/Microsoft.CodeAnalysis.CSharp.Features.dll"/> <ReferencePath Include="../../../../../ref/2ca8cf99a38b43ea8d9fa8d7622e94a9/Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/> <ReferencePath Include="../../../../../ref/ab6735a987c54a2ebd67f40bfcf7b0c2/Microsoft.CodeAnalysis.dll"/> <ReferencePath Include="../../../../../ref/4dd9f15effcd46638bbbf6a9f6fb33d9/Microsoft.CodeAnalysis.ExternalAccess.HotReload.dll"/> <ReferencePath Include="../../../../../ref/7a1def81d6144d958be0b6f95e844ca9/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll"/> <ReferencePath Include="../../../../../ref/e41b7521c1d740ccbfade6ec481bcceb/Microsoft.CodeAnalysis.Features.dll"/> <ReferencePath Include="../../../../../ref/7aaf822d7cde4a2bba183aa9528219d2/Microsoft.CodeAnalysis.Scripting.dll"/> <ReferencePath Include="../../../../../ref/27e5d77e65f44091ba1c4ee20aac3002/Microsoft.CodeAnalysis.Workspaces.dll"/> <ReferencePath Include="../../../../../ref/9e0323adb8b742cb9cc163218407d6da/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll"/> <ReferencePath Include="../../../../../ref/a80467a32686489eabf8b9ac435d4973/Microsoft.CodeAnalysis.Workspaces.MSBuild.Contracts.dll"/> <ReferencePath Include="../../../../../ref/e19ee1adf758482bb90c98b8f75d0106/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/> <ReferencePath Include="../../../../../ref/d08fe887f3414a70b6144953b7acfde2/Microsoft.CSharp.dll"/> <ReferencePath Include="../../../../../ref/5a3c2a0bb14541f99252b0003420868a/Microsoft.DiaSymReader.dll"/> <ReferencePath Include="../../../../../ref/51c14d6c887d4afbb0eeacc19a200a00/Microsoft.DotNet.ProjectTools.dll"/> <ReferencePath Include="../../../../../ref/a9bdcc354a184b0d850e3f73714790fc/Microsoft.Extensions.Caching.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/91ce9535fec1428a88d53ca38641a1cb/Microsoft.Extensions.Caching.Memory.dll"/> <ReferencePath Include="../../../../../ref/5dd3797b75a0481683a0f9eedf7620a6/Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/78c152993c82468ca2602862604d2ccb/Microsoft.Extensions.Configuration.Binder.dll"/> <ReferencePath Include="../../../../../ref/a5de1fe75bd241cdb17d464cb9d62217/Microsoft.Extensions.Configuration.CommandLine.dll"/> <ReferencePath Include="../../../../../ref/b614adf9b97147769c02fcfcb987b2a6/Microsoft.Extensions.Configuration.dll"/> <ReferencePath Include="../../../../../ref/e91cd3b011194394baa771812b8f272a/Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/> <ReferencePath Include="../../../../../ref/b3d2cc4695b34b66af5128618b486c94/Microsoft.Extensions.Configuration.FileExtensions.dll"/> <ReferencePath Include="../../../../../ref/4ab4166bdd9b46ae8494784a274ed7c4/Microsoft.Extensions.Configuration.Ini.dll"/> <ReferencePath Include="../../../../../ref/9987e1f6f4b849f281f9cfa6a371455f/Microsoft.Extensions.Configuration.Json.dll"/> <ReferencePath Include="../../../../../ref/38117035a1674e03b3cf724e72f63883/Microsoft.Extensions.Configuration.KeyPerFile.dll"/> <ReferencePath Include="../../../../../ref/26aa6e7ad4cc4918ab63e5fe79b0104a/Microsoft.Extensions.Configuration.UserSecrets.dll"/> <ReferencePath Include="../../../../../ref/87509224ffee460fbdb2a5f5f7ab494a/Microsoft.Extensions.Configuration.Xml.dll"/> <ReferencePath Include="../../../../../ref/b31076baa3384933a990c85b9835be40/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/270da867b883451583b674bbf96bce30/Microsoft.Extensions.DependencyInjection.dll"/> <ReferencePath Include="../../../../../ref/0fa92e611c0540b59cefde4c63778261/Microsoft.Extensions.Diagnostics.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/a5177f0f78244ddebd73010ec4fb4443/Microsoft.Extensions.Diagnostics.dll"/> <ReferencePath Include="../../../../../ref/905bf7ea4e1f40b9831898480174fa4f/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/ea2cd4072b3d4208b5b157b9d14caa3c/Microsoft.Extensions.Diagnostics.HealthChecks.dll"/> <ReferencePath Include="../../../../../ref/8d3496188ce04fceb1947af7bb654ba8/Microsoft.Extensions.Features.dll"/> <ReferencePath Include="../../../../../ref/7d31ed777263418f8bda26427f88a5b4/Microsoft.Extensions.FileProviders.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/8b26267ba3c849538bdbf93df04ef59f/Microsoft.Extensions.FileProviders.Composite.dll"/> <ReferencePath Include="../../../../../ref/e2297d2e34c8477dbd23bd1b6ec40752/Microsoft.Extensions.FileProviders.Embedded.dll"/> <ReferencePath Include="../../../../../ref/4c1db2a5c7ac4c598794370bb97db541/Microsoft.Extensions.FileProviders.Physical.dll"/> <ReferencePath Include="../../../../../ref/7c8fef8299f843cfa3961f6bb822c807/Microsoft.Extensions.FileSystemGlobbing.dll"/> <ReferencePath Include="../../../../../ref/4fcdf873324842e588d379be1489d1ec/Microsoft.Extensions.Hosting.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/2956c8cac4f34ebeb8be9496b4a7a4fa/Microsoft.Extensions.Hosting.dll"/> <ReferencePath Include="../../../../../ref/0a9df99e12654b34b7f8a44b3ac9d6ac/Microsoft.Extensions.Http.dll"/> <ReferencePath Include="../../../../../ref/7ee145d6bc02470a8f7f347e0db7e407/Microsoft.Extensions.Identity.Core.dll"/> <ReferencePath Include="../../../../../ref/8d0292aaee0a477a80bdd19db384f796/Microsoft.Extensions.Identity.Stores.dll"/> <ReferencePath Include="../../../../../ref/f77463697b4c44a78e02a5cc7b761e0a/Microsoft.Extensions.Localization.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/5a84e90f7ca4425ba7e45f07e82e87c9/Microsoft.Extensions.Localization.dll"/> <ReferencePath Include="../../../../../ref/6929e2573fff4fdf958932161d556c1b/Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/ad92dc8e8e2a4c1181591cacfd3e4007/Microsoft.Extensions.Logging.Configuration.dll"/> <ReferencePath Include="../../../../../ref/5cd0fb5ce78840e98ef0410e88183e7a/Microsoft.Extensions.Logging.Console.dll"/> <ReferencePath Include="../../../../../ref/6009dc2f47d7466cb05370aa961c73a8/Microsoft.Extensions.Logging.Debug.dll"/> <ReferencePath Include="../../../../../ref/a7f589da443f410b95e1380122386420/Microsoft.Extensions.Logging.dll"/> <ReferencePath Include="../../../../../ref/8a7f4aeebd2741e5b7d3ba6da3ef06d5/Microsoft.Extensions.Logging.EventLog.dll"/> <ReferencePath Include="../../../../../ref/b3297fde33a640cfa08a6b5003fe4ad2/Microsoft.Extensions.Logging.EventSource.dll"/> <ReferencePath Include="../../../../../ref/30943764a1e9460e9778359689211758/Microsoft.Extensions.Logging.TraceSource.dll"/> <ReferencePath Include="../../../../../ref/99065053105f4814a5438c03acd449c6/Microsoft.Extensions.ObjectPool.dll"/> <ReferencePath Include="../../../../../ref/65ec5078aefa4e8bbcca1f13b5b44f25/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/> <ReferencePath Include="../../../../../ref/898b69cff7ab449b9c927626ad3dae19/Microsoft.Extensions.Options.DataAnnotations.dll"/> <ReferencePath Include="../../../../../ref/324ae83df016433bb4081d4dd7ebf4c2/Microsoft.Extensions.Options.dll"/> <ReferencePath Include="../../../../../ref/2a8380514df741a8b6798d1f104e15ad/Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="../../../../../ref/97110db3c1ee48a1bd80b847a685eca9/Microsoft.Extensions.Validation.dll"/> <ReferencePath Include="../../../../../ref/43e5b74883374797af752770676d0670/Microsoft.Extensions.WebEncoders.dll"/> <ReferencePath Include="../../../../../ref/5724cab393fa4fe3a81d0af90a99b900/Microsoft.JSInterop.dll"/> <ReferencePath Include="../../../../../ref/b1dc198078994ddcaa7ed4af3e81c146/Microsoft.Net.Http.Headers.dll"/> <ReferencePath Include="../../../../../ref/2d814fdb745a4ffa957bfa4220a3f2ab/Microsoft.NET.StringTools.dll"/> <ReferencePath Include="../../../../../ref/e3e3c37367a046968c2968ea1d2714ad/Microsoft.VisualBasic.Core.dll"/> <ReferencePath Include="../../../../../ref/bed781ca00cb4b7d9b04b91df13db8ce/Microsoft.VisualBasic.dll"/> <ReferencePath Include="../../../../../ref/d9c2265079204f6f9493281c37ce9843/Microsoft.VisualStudio.SolutionPersistence.dll"/> <ReferencePath Include="../../../../../ref/c9daf54840a14f9e9c703db0bce7ab95/Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="../../../../../ref/9dd8246846704507bbb7a3a30bd321f3/Microsoft.Win32.Registry.dll"/> <ReferencePath Include="../../../../../ref/cb64a573b953449ca0a6bff5b3979e67/mscorlib.dll"/> <ReferencePath Include="../../../../../ref/9984b4f9145149fd91a9f0ee0d1f9fc1/netstandard.dll"/> <ReferencePath Include="../../../../../ref/61b9989afc79457e804acc88cc7158b4/System.AppContext.dll"/> <ReferencePath Include="../../../../../ref/36a0502d4e564cabbc8c819e6cb2433f/System.Buffers.dll"/> <ReferencePath Include="../../../../../ref/47495032a49e4e6d90a8410a8d9687bd/System.CodeDom.dll"/> <ReferencePath Include="../../../../../ref/44f3761c7d3f4e82804114d956ae2096/System.Collections.Concurrent.dll"/> <ReferencePath Include="../../../../../ref/31a1f6af30d1450d9c5dcd989b21e990/System.Collections.dll"/> <ReferencePath Include="../../../../../ref/cd70a723addb48e499794e46a866df04/System.Collections.Immutable.dll"/> <ReferencePath Include="../../../../../ref/3eec676013f84a978880f43a2f958b8a/System.Collections.NonGeneric.dll"/> <ReferencePath Include="../../../../../ref/db12839c3d2d421d8ebc85b0aaec8774/System.Collections.Specialized.dll"/> <ReferencePath Include="../../../../../ref/ebc4648b261141bd94ef0af18ebba0a8/System.ComponentModel.Annotations.dll"/> <ReferencePath Include="../../../../../ref/87c8178284cc4e39a4908e18ab7fc3f7/System.ComponentModel.DataAnnotations.dll"/> <ReferencePath Include="../../../../../ref/61e8201672e8457085bd088f08b120d5/System.ComponentModel.dll"/> <ReferencePath Include="../../../../../ref/ff2d916b729646fe80fa99a441f39fe3/System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="../../../../../ref/33d13cb57a2948c7a59eabba747535b3/System.ComponentModel.Primitives.dll"/> <ReferencePath Include="../../../../../ref/c2e7e9686b804428b62c2c3550a619b3/System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="../../../../../ref/368705fa39fb4da8830364189258ad4a/System.Composition.AttributedModel.dll"/> <ReferencePath Include="../../../../../ref/4697475315984f2192a3a8572e0f29d2/System.Composition.Convention.dll"/> <ReferencePath Include="../../../../../ref/761b494e726245b1b5a8ebecffe5e24b/System.Composition.Hosting.dll"/> <ReferencePath Include="../../../../../ref/92c8b130903249939ecb7cab612324d0/System.Composition.Runtime.dll"/> <ReferencePath Include="../../../../../ref/46034357f47844ca99e4327da757b202/System.Composition.TypedParts.dll"/> <ReferencePath Include="../../../../../ref/32db05744bbf41cebc72b0a2d6f4f345/System.Configuration.ConfigurationManager.dll"/> <ReferencePath Include="../../../../../ref/56f81c4b0f05497eae163920e25e3d35/System.Configuration.dll"/> <ReferencePath Include="../../../../../ref/30e0c08f3c1e411ea8f0c2b839d307f6/System.Console.dll"/> <ReferencePath Include="../../../../../ref/dfea068fbd64419393fd994cddaeb6cc/System.Core.dll"/> <ReferencePath Include="../../../../../ref/2a040cda67064ea9962661cc83c16725/System.Data.Common.dll"/> <ReferencePath Include="../../../../../ref/5603ef7f92104a4fb255901014312b82/System.Data.DataSetExtensions.dll"/> <ReferencePath Include="../../../../../ref/b1df1b09935f45d38845162f5905f2e3/System.Data.dll"/> <ReferencePath Include="../../../../../ref/4d666744bbfa420da1467946b9baa96d/System.Diagnostics.Contracts.dll"/> <ReferencePath Include="../../../../../ref/b64767800711485e8753eb21d4d1ca19/System.Diagnostics.Debug.dll"/> <ReferencePath Include="../../../../../ref/35e3086e9a414d99889b02d7f3c5cd77/System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="../../../../../ref/f79002d7251c4499899b5a6ec214a200/System.Diagnostics.EventLog.dll"/> <ReferencePath Include="../../../../../ref/b74bfb758fab43ad83036940240a5c78/System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="../../../../../ref/99959cfdfda04ed384f6a7329005e43b/System.Diagnostics.Process.dll"/> <ReferencePath Include="../../../../../ref/c72f036596c64366bdb58076bcdb5359/System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="../../../../../ref/414aae37f6ea485c8dffc54d724696c7/System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="../../../../../ref/21b24688e6aa444fbe4f9784ba134ce9/System.Diagnostics.Tools.dll"/> <ReferencePath Include="../../../../../ref/2b74a1a87f8b46d5881164bafafae540/System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="../../../../../ref/f78089440f534016992b177129c83f19/System.Diagnostics.Tracing.dll"/> <ReferencePath Include="../../../../../ref/c1c7bc5722e14aa381920ef19a47448e/System.dll"/> <ReferencePath Include="../../../../../ref/29707face5da4529b7b7698b3475a65e/System.Drawing.dll"/> <ReferencePath Include="../../../../../ref/90788b5c45a942e9a6690fa44dd80f58/System.Drawing.Primitives.dll"/> <ReferencePath Include="../../../../../ref/d26aa6d77c4d40c08f7f6ad9b4749d57/System.Dynamic.Runtime.dll"/> <ReferencePath Include="../../../../../ref/e81a6af5a22e4c56bb0120054e254c14/System.Formats.Asn1.dll"/> <ReferencePath Include="../../../../../ref/13c668d9b5dd493c97e5875856a2d76f/System.Formats.Cbor.dll"/> <ReferencePath Include="../../../../../ref/73165d1d9e1a461d9a12e19675a1e11e/System.Formats.Nrbf.dll"/> <ReferencePath Include="../../../../../ref/80a21ba788b941549ee0f08072f7b7a3/System.Formats.Tar.dll"/> <ReferencePath Include="../../../../../ref/1b0f6886c1284487ab3006dc52d3f130/System.Globalization.Calendars.dll"/> <ReferencePath Include="../../../../../ref/ea32b25ad0a8448396070d285096158e/System.Globalization.dll"/> <ReferencePath Include="../../../../../ref/fce5bd6ec412406d9721a5f0bd755305/System.Globalization.Extensions.dll"/> <ReferencePath Include="../../../../../ref/bbe4bf600fbb416ebc65a9a86b70abe6/System.IO.Compression.Brotli.dll"/> <ReferencePath Include="../../../../../ref/74d64388e329462b84bf9379ed80435f/System.IO.Compression.dll"/> <ReferencePath Include="../../../../../ref/99d2a2913db24fde9b3c444dc9920392/System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/d688c88604d84579aa1b40b9ab6c884f/System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="../../../../../ref/66e7b8dab3264b27adc9a6310a881d9a/System.IO.dll"/> <ReferencePath Include="../../../../../ref/d8b1b2601e2645d8997824b5e8263d1d/System.IO.FileSystem.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/a4abc1b5c0d143d8b8bc4bef1308df69/System.IO.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/b1ecebadb3df4b7f9749c3edf3ef49c7/System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="../../../../../ref/3f6adc62e5404dfd9742e48c56973cdc/System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="../../../../../ref/06c21532a02f4e92be2cee7c0541d033/System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="../../../../../ref/6a3d72370a844a05af612b3112c9dfd4/System.IO.IsolatedStorage.dll"/> <ReferencePath Include="../../../../../ref/7a97aeabe65d41ffaebe18db8d69a411/System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="../../../../../ref/4a0e91041c264e118f7243d73f906f99/System.IO.Pipelines.dll"/> <ReferencePath Include="../../../../../ref/037a7a0e7c72478abf95db419d81d7e3/System.IO.Pipes.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/b27710508b2c4c1db61ce01fe8d0d72e/System.IO.Pipes.dll"/> <ReferencePath Include="../../../../../ref/e71db9fca5d44852a918a152097f6239/System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="../../../../../ref/09b7f27c0ca8439ea851508e881e8528/System.Linq.AsyncEnumerable.dll"/> <ReferencePath Include="../../../../../ref/10a685be76ae45bf87bbcada81451537/System.Linq.dll"/> <ReferencePath Include="../../../../../ref/a7632fe3c19048f482bfa778efcea864/System.Linq.Expressions.dll"/> <ReferencePath Include="../../../../../ref/c9c892338fd74f318ee45d85b3a2c513/System.Linq.Parallel.dll"/> <ReferencePath Include="../../../../../ref/6fbe2946e4fe4dcb8081bd6dc5e9bb5d/System.Linq.Queryable.dll"/> <ReferencePath Include="../../../../../ref/b3bc3834a66745fda395fff1edb623b0/System.Memory.dll"/> <ReferencePath Include="../../../../../ref/7ba2e79a4bd14d3c8eff0432cd896367/System.Net.dll"/> <ReferencePath Include="../../../../../ref/0d3faf0740ed4664a66fc467d3ccc1e6/System.Net.Http.dll"/> <ReferencePath Include="../../../../../ref/0af5016aa141458d9bb48c02d5f00a73/System.Net.Http.Json.dll"/> <ReferencePath Include="../../../../../ref/9de2fb698e654e72ab723ab51ae1d78e/System.Net.HttpListener.dll"/> <ReferencePath Include="../../../../../ref/06acb13196bc45b69e736bc3df74e9fb/System.Net.Mail.dll"/> <ReferencePath Include="../../../../../ref/89b520a860bc48be8b29b15c716a8ca9/System.Net.NameResolution.dll"/> <ReferencePath Include="../../../../../ref/e13a31a70d714c5d953482b7acc3db78/System.Net.NetworkInformation.dll"/> <ReferencePath Include="../../../../../ref/cea9a703c2034e358e381bcee4cbfaa2/System.Net.Ping.dll"/> <ReferencePath Include="../../../../../ref/2c47ba6dbe8946b29d1d31789ffdb201/System.Net.Primitives.dll"/> <ReferencePath Include="../../../../../ref/eba5c6962c084f2aa1d9eb67e8b7bfb9/System.Net.Quic.dll"/> <ReferencePath Include="../../../../../ref/0a54c962c19049319337d71bfb612b83/System.Net.Requests.dll"/> <ReferencePath Include="../../../../../ref/cbc58e023baf441ab79060a818699e7e/System.Net.Security.dll"/> <ReferencePath Include="../../../../../ref/9da05e3c929a4ef090310c789239e204/System.Net.ServerSentEvents.dll"/> <ReferencePath Include="../../../../../ref/fde5796a4e4945d1830e8e84624ff066/System.Net.ServicePoint.dll"/> <ReferencePath Include="../../../../../ref/4220746653364b53a9df1822eb9f12d7/System.Net.Sockets.dll"/> <ReferencePath Include="../../../../../ref/8fce2805836b4cb699674493704cc10e/System.Net.WebClient.dll"/> <ReferencePath Include="../../../../../ref/0ef9da3f80144e80aa1af9eba6dca469/System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="../../../../../ref/cc861ace9f81422eb28e83c07882c350/System.Net.WebProxy.dll"/> <ReferencePath Include="../../../../../ref/6a05fb741f214897b80be2b1f6fb73e8/System.Net.WebSockets.Client.dll"/> <ReferencePath Include="../../../../../ref/9d224d0d7015439f87074814ac94a8de/System.Net.WebSockets.dll"/> <ReferencePath Include="../../../../../ref/07ba80a02962410087d9a6336b13ae11/System.Numerics.dll"/> <ReferencePath Include="../../../../../ref/21898791929f4c1d9a2c3c410deb88de/System.Numerics.Vectors.dll"/> <ReferencePath Include="../../../../../ref/d0a443df234344b6ab594e3a537702cf/System.ObjectModel.dll"/> <ReferencePath Include="../../../../../ref/819ac99c25db4480aaac76666613ed30/System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="../../../../../ref/54f691317d6e455487213049e341a3c5/System.Reflection.dll"/> <ReferencePath Include="../../../../../ref/a43bbf80c89340f8b0f9a0aa10354396/System.Reflection.Emit.dll"/> <ReferencePath Include="../../../../../ref/cab6dada37904f6ba368565f7bbf06d5/System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="../../../../../ref/1bc91c0cc0694049aa51defa803d841f/System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="../../../../../ref/894b85594f1b41fbb61560849e65062f/System.Reflection.Extensions.dll"/> <ReferencePath Include="../../../../../ref/a3433f38d05344d29910f07c89a09bb3/System.Reflection.Metadata.dll"/> <ReferencePath Include="../../../../../ref/003bd0e11718482780f9179d3a4498b4/System.Reflection.MetadataLoadContext.dll"/> <ReferencePath Include="../../../../../ref/32cefd4dae1f4b91b56846c0a711c41f/System.Reflection.Primitives.dll"/> <ReferencePath Include="../../../../../ref/5767d4e6b3d148cabbb7950c77f18346/System.Reflection.TypeExtensions.dll"/> <ReferencePath Include="../../../../../ref/05b7d5ce22f8478fb9fef91194cd7c05/System.Resources.Extensions.dll"/> <ReferencePath Include="../../../../../ref/d3709dbfabb64f9483ad2a812adc0696/System.Resources.Reader.dll"/> <ReferencePath Include="../../../../../ref/48ee294d220241f69072bda82c2d7ddb/System.Resources.ResourceManager.dll"/> <ReferencePath Include="../../../../../ref/da9819a0f15241c2aa4c9c070252f79f/System.Resources.Writer.dll"/> <ReferencePath Include="../../../../../ref/5f5471c6d8354b7eb86e46040968e349/System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="../../../../../ref/7f5dda8656254b1d8ee82d48bfb3a0db/System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="../../../../../ref/79cfa4e8e6094f2cab1754c719554d8e/System.Runtime.dll"/> <ReferencePath Include="../../../../../ref/7e4f12b6ad564dd4a07db9358c9c9125/System.Runtime.Extensions.dll"/> <ReferencePath Include="../../../../../ref/995384c4aae144daa1e87c62c63e944c/System.Runtime.Handles.dll"/> <ReferencePath Include="../../../../../ref/f02f775d9943424f8f57852aa6374190/System.Runtime.InteropServices.dll"/> <ReferencePath Include="../../../../../ref/5ebe9d79164446c282064a1c868e53ec/System.Runtime.InteropServices.JavaScript.dll"/> <ReferencePath Include="../../../../../ref/bb0ca8eb75ea4eb584f91746bec61073/System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="../../../../../ref/23ae63905d1340ceaa7050be01f4c139/System.Runtime.Intrinsics.dll"/> <ReferencePath Include="../../../../../ref/c6c00066badb452fa5068c3155178593/System.Runtime.Loader.dll"/> <ReferencePath Include="../../../../../ref/c2a029c5440c4e3ba465452d80e337c0/System.Runtime.Numerics.dll"/> <ReferencePath Include="../../../../../ref/f5565c7a305f4f2b87dd68c41a1837a9/System.Runtime.Serialization.dll"/> <ReferencePath Include="../../../../../ref/55aaefbefedc417090c0e80cbe8f9133/System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="../../../../../ref/c93c9111cb3444fe8ca56c9bb7b2d162/System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="../../../../../ref/0c9716da3a2c40b7bd5fd3c2e28afab8/System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="../../../../../ref/864ce8a042fd4de0b9b0bcddf7a48ea1/System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="../../../../../ref/72d3548b03084ee096b48a51580f6ae0/System.Security.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/b19b7e895ffc4d268cfb38eba1d9f24a/System.Security.Claims.dll"/> <ReferencePath Include="../../../../../ref/bf34142e89de4bac9670563c92a6cca1/System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="../../../../../ref/2b014487424f4e4b95ddc3bc9943511f/System.Security.Cryptography.Cng.dll"/> <ReferencePath Include="../../../../../ref/3bee5102d187448d8e8ce7f457feee82/System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="../../../../../ref/7e3efd2528cf499e96aa9f6d7e3d0fc9/System.Security.Cryptography.dll"/> <ReferencePath Include="../../../../../ref/ad94be14fb404bc08b428ece1c63efbc/System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="../../../../../ref/f41f25b085f548e09f5c65e9f4f01a02/System.Security.Cryptography.OpenSsl.dll"/> <ReferencePath Include="../../../../../ref/c168291f99ed41988befcd20de5f8ebf/System.Security.Cryptography.Pkcs.dll"/> <ReferencePath Include="../../../../../ref/27056aa608f74142b2df29b98bd4f4d7/System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="../../../../../ref/4ff89de2b4e842ceb32335c9350ca4ac/System.Security.Cryptography.ProtectedData.dll"/> <ReferencePath Include="../../../../../ref/258ea907abd34603bc5881a840898abe/System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="../../../../../ref/165cf1689c36400394870011fa8531cd/System.Security.Cryptography.Xml.dll"/> <ReferencePath Include="../../../../../ref/dae1af219d354b08a151ece44eb1a7fe/System.Security.dll"/> <ReferencePath Include="../../../../../ref/9c2e0f7a20cd42de9c37b624fd3b0eef/System.Security.Principal.dll"/> <ReferencePath Include="../../../../../ref/12156e6e2e184adb8b4460d7cfbfeeb2/System.Security.Principal.Windows.dll"/> <ReferencePath Include="../../../../../ref/aba871dc91354b81bc108a4908c25411/System.Security.SecureString.dll"/> <ReferencePath Include="../../../../../ref/fecf8e1600df499faa4fc5f8529711e7/System.ServiceModel.Web.dll"/> <ReferencePath Include="../../../../../ref/71f5aaa5f45c4e748b3a2d2c8a4737e4/System.ServiceProcess.dll"/> <ReferencePath Include="../../../../../ref/399e86193b2e4630bb46a7731c862380/System.Text.Encoding.CodePages.dll"/> <ReferencePath Include="../../../../../ref/8a4a4a551a8546618a3cd7b2e0b29bfc/System.Text.Encoding.dll"/> <ReferencePath Include="../../../../../ref/21cb6c8585b044a9b7fa7d7b2aa6be3c/System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="../../../../../ref/ce8563b144584573859313548a504608/System.Text.Encodings.Web.dll"/> <ReferencePath Include="../../../../../ref/3321091201774a018ef0ee1cae82a4aa/System.Text.Json.dll"/> <ReferencePath Include="../../../../../ref/66b6cada1430470c9f3b08e5e415165c/System.Text.RegularExpressions.dll"/> <ReferencePath Include="../../../../../ref/0cc9869d02b446a0874da0ac07bcba53/System.Threading.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/43f3257ec5da4da593a2ea97afce1630/System.Threading.Channels.dll"/> <ReferencePath Include="../../../../../ref/29edbc3bfe6d41a189b3ee200da8a6dd/System.Threading.dll"/> <ReferencePath Include="../../../../../ref/cb7fe244d7f4465e8327a094d5a7d6ca/System.Threading.Overlapped.dll"/> <ReferencePath Include="../../../../../ref/2a56dcfcd2194cb2bd8632f0cbe710fb/System.Threading.RateLimiting.dll"/> <ReferencePath Include="../../../../../ref/64dd384b35244a62a33d922a4066af09/System.Threading.Tasks.Dataflow.dll"/> <ReferencePath Include="../../../../../ref/7a2736649ffa4a86852574a785ef6718/System.Threading.Tasks.dll"/> <ReferencePath Include="../../../../../ref/c036f7c9c94b45a3b8f59254f5dc7741/System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="../../../../../ref/5730f182899c41d9b53c2a97f0da3148/System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="../../../../../ref/96e4fdec80f74121bf139a1475279101/System.Threading.Thread.dll"/> <ReferencePath Include="../../../../../ref/ff8b0002fe884623b62bdfc1232976a7/System.Threading.ThreadPool.dll"/> <ReferencePath Include="../../../../../ref/ef517e8ee635423c88271f638e1cbb7f/System.Threading.Timer.dll"/> <ReferencePath Include="../../../../../ref/e14e72ee071f4e3ab833da85e7557387/System.Transactions.dll"/> <ReferencePath Include="../../../../../ref/f863708d33df48c1a15bb69c7db46240/System.Transactions.Local.dll"/> <ReferencePath Include="../../../../../ref/3c3f2be129dc4554b3323bfdc3e25edc/System.ValueTuple.dll"/> <ReferencePath Include="../../../../../ref/f94ca83d111343a185aa9c77ceff9de6/System.Web.dll"/> <ReferencePath Include="../../../../../ref/510ccb58fe1c4792918f7e0355577335/System.Web.HttpUtility.dll"/> <ReferencePath Include="../../../../../ref/d7fd34312f90466889fc6a87ee6c3f44/System.Windows.dll"/> <ReferencePath Include="../../../../../ref/586645ebfc9d4a4e9255eca704149f59/System.Xml.dll"/> <ReferencePath Include="../../../../../ref/8c79cc10426c4b3f8d4a97ba72c94173/System.Xml.Linq.dll"/> <ReferencePath Include="../../../../../ref/a1ac1aafd829406db2cc5c4d11e4f628/System.Xml.ReaderWriter.dll"/> <ReferencePath Include="../../../../../ref/21922734bee74927a5091da4f6962b0d/System.Xml.Serialization.dll"/> <ReferencePath Include="../../../../../ref/e194e57cd5024c3d92b389f4fe235fdb/System.Xml.XDocument.dll"/> <ReferencePath Include="../../../../../ref/89e1355281a4462fadc6e0dcc00b241c/System.Xml.XmlDocument.dll"/> <ReferencePath Include="../../../../../ref/444dfc2adf9e45219c8ad54aa9839859/System.Xml.XmlSerializer.dll"/> <ReferencePath Include="../../../../../ref/7239a464efa04560998b13d112df13a3/System.Xml.XPath.dll"/> <ReferencePath Include="../../../../../ref/6ad6f86b413f4580bb28fa4cb8b6fe34/System.Xml.XPath.XDocument.dll"/> <ReferencePath Include="../../../../../ref/f5c7029b0b46452baafca5e0cbe12778/WindowsBase.dll"/> </ItemGroup> <ItemGroup> <Compile Include="_generated/0/RegexGenerator.g.cs"/> </ItemGroup> </Project>