File: Microsoft.AspNetCore.Components.Endpoints.csproj
Web Access
Project: src\aspnetcore\src\Components\Endpoints\src\Microsoft.AspNetCore.Components.Endpoints.csproj (Microsoft.AspNetCore.Components.Endpoints)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.AspNetCore.Components.Endpoints</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <KeyOriginatorFile>..\..\..\..\..\..\artifacts\source-built-sdks\Microsoft.DotNet.Arcade.Sdk\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;COMPONENTS;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="Assets\ImportMap.cs"/>
    <Compile Include="Assets\ImportMapDefinition.cs"/>
    <Compile Include="Assets\ImportMapSerializerContext.cs"/>
    <Compile Include="Assets\ResourcePreloader.cs"/>
    <Compile Include="BrowserConfiguration\BrowserOptions.cs"/>
    <Compile Include="BrowserConfiguration\BrowserOptionsJsonConverters.cs"/>
    <Compile Include="BrowserConfiguration\ConfigureBrowser.cs"/>
    <Compile Include="BrowserConfiguration\InteractiveServerBrowserOptions.cs"/>
    <Compile Include="BrowserConfiguration\InteractiveWebAssemblyBrowserOptions.cs"/>
    <Compile Include="BrowserConfiguration\StaticServerBrowserOptions.cs"/>
    <Compile Include="Builder\ComponentEndpointConventionBuilderHelper.cs"/>
    <Compile Include="Builder\ComponentTypeMetadata.cs"/>
    <Compile Include="Builder\ConfiguredRenderModesMetadata.cs"/>
    <Compile Include="Builder\OpaqueRedirection.cs"/>
    <Compile Include="Builder\RazorComponentApplicationAttribute.cs"/>
    <Compile Include="Builder\RazorComponentDataSourceOptions.cs"/>
    <Compile Include="Builder\RazorComponentEndpointDataSource.cs"/>
    <Compile Include="Builder\RazorComponentEndpointDataSourceFactory.cs"/>
    <Compile Include="Builder\RazorComponentEndpointFactory.cs"/>
    <Compile Include="Builder\RazorComponentsEndpointConventionBuilder.cs"/>
    <Compile Include="Builder\RazorComponentsEndpointConventionBuilderExtensions.cs"/>
    <Compile Include="Builder\RazorComponentsEndpointHttpContextExtensions.cs"/>
    <Compile Include="Builder\RazorComponentsEndpointRouteBuilderExtensions.cs"/>
    <Compile Include="Builder\RenderModeEndpointProvider.cs"/>
    <Compile Include="Builder\ResourceCollectionConvention.cs"/>
    <Compile Include="Builder\ResourceCollectionUrlEndpoint.cs"/>
    <Compile Include="Builder\ResourceCollectionUrlMetadata.cs"/>
    <Compile Include="Builder\ResourcePreloadCollection.cs"/>
    <Compile Include="Builder\ResourcePreloadService.cs"/>
    <Compile Include="Builder\RootComponentMetadata.cs"/>
    <Compile Include="CacheView\CacheStoreOptions.cs"/>
    <Compile Include="CacheView\CacheView.cs"/>
    <Compile Include="CacheView\CacheViewKeyResolver.cs"/>
    <Compile Include="CacheView\CacheViewRenderState.cs"/>
    <Compile Include="CacheView\CacheViewService.cs"/>
    <Compile Include="CacheView\CacheViewStore.cs"/>
    <Compile Include="CacheView\HybridCacheViewStore.cs"/>
    <Compile Include="CacheView\MemoryCacheViewStore.cs"/>
    <Compile Include="CacheView\SerializedRenderFragmentHybridCacheSerializer.cs"/>
    <Compile Include="DependencyInjection\DefaultRazorComponentsServiceOptionsConfiguration.cs"/>
    <Compile Include="DependencyInjection\EndpointRoutingStateProvider.cs"/>
    <Compile Include="DependencyInjection\HotReloadService.cs"/>
    <Compile Include="DependencyInjection\HttpNavigationManager.cs"/>
    <Compile Include="DependencyInjection\IComponentPrerenderer.cs"/>
    <Compile Include="DependencyInjection\InvokedRenderModes.cs"/>
    <Compile Include="DependencyInjection\IRazorComponentsBuilder.cs"/>
    <Compile Include="DependencyInjection\ITempDataProvider.cs"/>
    <Compile Include="DependencyInjection\PersistedStateSerializationMode.cs"/>
    <Compile Include="DependencyInjection\PrerenderingErrorBoundaryLogger.cs"/>
    <Compile Include="DependencyInjection\RazorComponentsMarkerService.cs"/>
    <Compile Include="DependencyInjection\RazorComponentsRazorComponentBuilderExtensions.cs"/>
    <Compile Include="DependencyInjection\RazorComponentsServiceCollectionExtensions.cs"/>
    <Compile Include="DependencyInjection\RazorComponentsServiceOptions.cs"/>
    <Compile Include="DependencyInjection\ServerAuthenticationStateProvider.cs"/>
    <Compile Include="DependencyInjection\TempDataService.cs"/>
    <Compile Include="DependencyInjection\UnsupportedJavaScriptRuntime.cs"/>
    <Compile Include="DependencyInjection\UnsupportedNavigationInterception.cs"/>
    <Compile Include="DependencyInjection\UnsupportedScrollToLocationHash.cs"/>
    <Compile Include="DependencyInjection\WebAssemblyComponentSerializer.cs"/>
    <Compile Include="Discovery\AssemblyComponentLibraryDescriptor.cs"/>
    <Compile Include="Discovery\ComponentApplicationBuilder.cs"/>
    <Compile Include="Discovery\ComponentBuilder.cs"/>
    <Compile Include="Discovery\ComponentCollectionBuilder.cs"/>
    <Compile Include="Discovery\ComponentInfo.cs"/>
    <Compile Include="Discovery\DefaultRazorComponentApplication.cs"/>
    <Compile Include="Discovery\IRazorComponentApplication.cs"/>
    <Compile Include="Discovery\PageCollectionBuilder.cs"/>
    <Compile Include="Discovery\PageComponentBuilder.cs"/>
    <Compile Include="Discovery\PageComponentInfo.cs"/>
    <Compile Include="Discovery\RazorComponentApplication.cs"/>
    <Compile Include="FormMapping\BrowserFileFromFormFile.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ArrayCollectionFactory.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ArrayPoolBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ConcurrentBagBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ConcurrentQueueBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ConcurrentStackBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ICollectionBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ICollectionFactory.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ImmutableArrayBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ImmutableHashSetBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ImmutableListBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ImmutableQueueBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ImmutableSortedSetBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ImmutableStackBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ImplementingCollectionBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\QueueBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\ReadOnlyCollectionBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionAdapters\StackBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\CollectionConverter.cs"/>
    <Compile Include="FormMapping\Converters\CompiledComplexTypeConverter.cs"/>
    <Compile Include="FormMapping\Converters\DictionaryAdapters\DictionaryBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\DictionaryAdapters\DictionaryStaticCastAdapter.cs"/>
    <Compile Include="FormMapping\Converters\DictionaryAdapters\IDictionaryBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\DictionaryAdapters\ImmutableDictionaryBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\DictionaryAdapters\ImmutableSortedDictionaryBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\DictionaryAdapters\ReadOnlyDictionaryBufferAdapter.cs"/>
    <Compile Include="FormMapping\Converters\DictionaryConverter.cs"/>
    <Compile Include="FormMapping\Converters\EnumConverter.cs"/>
    <Compile Include="FormMapping\Converters\FileConverter.cs"/>
    <Compile Include="FormMapping\Converters\NullableConverter.cs"/>
    <Compile Include="FormMapping\Converters\ParsableConverter.cs"/>
    <Compile Include="FormMapping\Converters\UriFormDataConverter.cs"/>
    <Compile Include="FormMapping\Factories\CollectionConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\Collections\ConcreteTypeCollectionConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\Collections\TypedCollectionConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\ComplexTypeConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs"/>
    <Compile Include="FormMapping\Factories\DictionaryConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\Dictionary\ConcreteTypeDictionaryConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\Dictionary\TypedDictionaryConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\EnumConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\FileConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\NullableConverterFactory.cs"/>
    <Compile Include="FormMapping\Factories\ParsableConverterFactory.cs"/>
    <Compile Include="FormMapping\FormDataConverter.cs"/>
    <Compile Include="FormMapping\FormDataConverterOfT.cs"/>
    <Compile Include="FormMapping\FormDataMapper.cs"/>
    <Compile Include="FormMapping\FormDataMapperOptions.cs"/>
    <Compile Include="FormMapping\FormDataMappingError.cs"/>
    <Compile Include="FormMapping\FormDataMappingException.cs"/>
    <Compile Include="FormMapping\FormDataReader.cs"/>
    <Compile Include="FormMapping\FormKey.cs"/>
    <Compile Include="FormMapping\FormMappingHelpers.cs"/>
    <Compile Include="FormMapping\HttpContextFormDataProvider.cs"/>
    <Compile Include="FormMapping\HttpContextFormValueMapper.cs"/>
    <Compile Include="FormMapping\IFormDataConverterFactory.cs"/>
    <Compile Include="FormMapping\ISingleValueConverter.cs"/>
    <Compile Include="FormMapping\Metadata\FormDataMetadataFactory.cs"/>
    <Compile Include="FormMapping\Metadata\FormDataParameterMetadata.cs"/>
    <Compile Include="FormMapping\Metadata\FormDataPropertyMetadata.cs"/>
    <Compile Include="FormMapping\Metadata\FormDataTypeKind.cs"/>
    <Compile Include="FormMapping\Metadata\FormDataTypeMetadata.cs"/>
    <Compile Include="FormMapping\PrefixResolver.cs"/>
    <Compile Include="FormMapping\WellKnownConverters.cs"/>
    <Compile Include="Forms\ClientValidationCache.cs"/>
    <Compile Include="Forms\ClientValidationDataWriter.cs"/>
    <Compile Include="Forms\ClientValidationFieldMetadata.cs"/>
    <Compile Include="Forms\ClientValidationRule.cs"/>
    <Compile Include="Forms\DataAnnotationsClientValidationProvider.cs"/>
    <Compile Include="Forms\DataAnnotationsLocalizer.cs"/>
    <Compile Include="Forms\EndpointAntiforgeryStateProvider.cs"/>
    <Compile Include="Forms\IClientValidationRuleProvider.cs"/>
    <Compile Include="IRazorComponentEndpointInvoker.cs"/>
    <Compile Include="RazorComponentEndpointHost.cs"/>
    <Compile Include="RazorComponentEndpointInvoker.cs"/>
    <Compile Include="Rendering\BrowserOptionsJsonContext.cs"/>
    <Compile Include="Rendering\Buffering\BufferedTextWriter.cs"/>
    <Compile Include="Rendering\Buffering\TextChunk.cs"/>
    <Compile Include="Rendering\Buffering\TextChunkListBuilder.cs"/>
    <Compile Include="Rendering\Buffering\TextChunkPage.cs"/>
    <Compile Include="Rendering\CacheViewTextWriter.cs"/>
    <Compile Include="Rendering\EndpointComponentState.cs"/>
    <Compile Include="Rendering\EndpointHtmlRenderer.cs"/>
    <Compile Include="Rendering\EndpointHtmlRenderer.EventDispatch.cs"/>
    <Compile Include="Rendering\EndpointHtmlRenderer.Prerendering.cs"/>
    <Compile Include="Rendering\EndpointHtmlRenderer.PrerenderingState.cs"/>
    <Compile Include="Rendering\EndpointHtmlRenderer.Streaming.cs"/>
    <Compile Include="Rendering\SSRRenderModeBoundary.cs"/>
    <Compile Include="Rendering\TypeNameHash.cs"/>
    <Compile Include="Results\RazorComponentResult.cs"/>
    <Compile Include="Results\RazorComponentResultExecutor.cs"/>
    <Compile Include="Results\RazorComponentResultOfT.cs"/>
    <Compile Include="Routing\BasePath.cs"/>
    <Compile Include="Serialization\IStoredDataSerializer.cs"/>
    <Compile Include="Serialization\JsonStoredDataSerializer.cs"/>
    <Compile Include="SessionCascadingValueSupplier.cs"/>
    <Compile Include="SessionEstablishmentHelper.cs"/>
    <Compile Include="SessionResolver.cs"/>
    <Compile Include="TempData\CookieTempDataProvider.cs"/>
    <Compile Include="TempData\ITempData.cs"/>
    <Compile Include="TempData\SessionStorageTempDataProvider.cs"/>
    <Compile Include="TempData\TempData.cs"/>
    <Compile Include="TempData\TempDataCascadingValueSupplier.cs"/>
    <Compile Include="TempData\TempDataProviderServiceCollectionExtensions.cs"/>
    <Compile Include="TempData\TempDataProviderType.cs"/>
    <Compile Include="..\..\..\Shared\Components\ComponentMarker.cs" Link="src\aspnetcore\src\Shared\Components\ComponentMarker.cs"/>
    <Compile Include="..\..\..\Shared\Components\WebAssemblyComponentSerializationSettings.cs" Link="src\aspnetcore\src\Shared\Components\WebAssemblyComponentSerializationSettings.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponentSerializationSettings.cs" Link="src\aspnetcore\src\Shared\Components\ServerComponentSerializationSettings.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponent.cs" Link="src\aspnetcore\src\Shared\Components\ServerComponent.cs"/>
    <Compile Include="..\..\..\Shared\Components\ResourceCollectionResolver.cs" Link="src\aspnetcore\src\Shared\Components\ResourceCollectionResolver.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponentSerializer.cs" Link="src\aspnetcore\src\Shared\Components\ServerComponentSerializer.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponentInvocationSequence.cs" Link="src\aspnetcore\src\Shared\Components\ServerComponentInvocationSequence.cs"/>
    <Compile Include="..\..\..\Shared\Components\ComponentParameter.cs" Link="src\aspnetcore\src\Shared\Components\ComponentParameter.cs"/>
    <Compile Include="..\..\..\Shared\Components\PrerenderComponentApplicationStore.cs" Link="src\aspnetcore\src\Shared\Components\PrerenderComponentApplicationStore.cs"/>
    <Compile Include="..\..\..\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs" Link="src\aspnetcore\src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs"/>
    <Compile Include="..\..\..\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs" Link="src\aspnetcore\src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs"/>
    <Compile Include="..\..\Shared\src\CacheHeaderSettings.cs" Link="src\aspnetcore\src\Components\Shared\src\CacheHeaderSettings.cs"/>
    <Compile Include="..\..\Shared\src\ComponentKeyHelper.cs" Link="src\aspnetcore\src\Components\Shared\src\ComponentKeyHelper.cs"/>
    <Compile Include="..\..\Shared\src\ResourceCollectionProvider.cs" Link="src\aspnetcore\src\Components\Shared\src\ResourceCollectionProvider.cs"/>
    <Compile Include="..\..\Shared\src\CultureStateProvider.cs" Link="src\aspnetcore\src\Components\Shared\src\CultureStateProvider.cs"/>
    <Compile Include="..\..\Shared\src\DefaultAntiforgeryStateProvider.cs" Link="src\aspnetcore\src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs"/>
    <Compile Include="..\..\..\Shared\Buffers\RefPooledArrayBufferWriter.cs" Link="src\aspnetcore\src\Shared\Buffers\RefPooledArrayBufferWriter.cs"/>
    <Compile Include="..\..\..\Shared\LinkerFlags.cs" Link="src\aspnetcore\src\Shared\LinkerFlags.cs"/>
    <Compile Include="..\..\..\Shared\MiddlewareInvokedKeys.cs" Link="src\aspnetcore\src\Shared\MiddlewareInvokedKeys.cs"/>
    <Compile Include="..\..\..\Shared\ChunkingCookieManager\ChunkingCookieManager.cs" Link="src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs"/>
    <Compile Include="..\..\..\Shared\Components\ComponentsActivityLinkStore.cs" Link="src\aspnetcore\src\Shared\Components\ComponentsActivityLinkStore.cs"/>
    <Compile Include="..\..\Shared\src\HotReloadManager.cs" Link="src\aspnetcore\src\Components\Shared\src\HotReloadManager.cs"/>
    <Compile Include="..\..\Shared\src\Reflection\PropertyGetter.cs" Link="src\aspnetcore\src\Components\Shared\src\Reflection\PropertyGetter.cs"/>
    <Compile Include="..\..\Shared\src\Reflection\PropertySetter.cs" Link="src\aspnetcore\src\Components\Shared\src\Reflection\PropertySetter.cs"/>
    <Compile Include="..\..\Shared\src\RenderFragmentSerializer.cs" Link="src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs"/>
    <Compile Include="..\..\Shared\src\RenderFragmentCapture.cs" Link="src\aspnetcore\src\Components\Shared\src\RenderFragmentCapture.cs"/>
    <Compile Include="..\..\Shared\src\ComponentParametersTypeCache.cs" Link="src\aspnetcore\src\Components\Shared\src\ComponentParametersTypeCache.cs"/>
    <Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\aspnetcore\src\Shared\PropertyHelper\PropertyHelper.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.GlobalUsings.g.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.InternalsVisibleTo.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.FormMapping.FormDataResources.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.FormMapping.FormDataResources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.Resources.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.Resources.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.AssemblyInfo.cs" Link="src\aspnetcore\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\8039a8e8df074c1c88f8ae589ec765b2\Microsoft.AspNetCore.Antiforgery.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\925a553a7be6439393e20345baddc025\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19dd3e6ef4f7479da0f09d5d89add2a4\Microsoft.AspNetCore.Components.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\00412b8c84a746b3b43f4fe9839319cf\Microsoft.AspNetCore.Components.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\437b64e9585f44e281cfd41bf321373d\Microsoft.AspNetCore.Components.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b23dc45d1c91436db70d697e75fff51f\Microsoft.AspNetCore.Components.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\35f861ecad734879bd6ae7a2a53029dc\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e952ee258ace4a65aeeeca40c31f7a83\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0d00ec0d982043d09720bb8e4e039409\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\4b8e779d960c42f295012da4a944be08\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\96eb9f358f5542a9a8e0a4c4331e8048\Microsoft.AspNetCore.Html.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d82c3fac84f84eadb47341d677c91d3a\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0983ce3bd67448be8b8356e09501ab0c\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5759ea4267db41388deb29734592a25e\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\918c1eea0c0746b9b806b68baeb12599\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a710db7214854ad5a5550bbcb830e0e8\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\04cfacbcbecd4e0db9b6489b03f2c9c4\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0f310789eeea493ca6195a13c4d74f40\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d3acb0c635bc450cad0eff3195b8a6d8\Microsoft.AspNetCore.StaticAssets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\72ce1f05fb384671931f03550a2b65e7\Microsoft.AspNetCore.StaticFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3aaad540b9ce4009a5dc00395e47fcde\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d08fe887f3414a70b6144953b7acfde2\Microsoft.CSharp.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\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\6023d74d6ef847a0a568641e888454d1\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\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\1edd528328fa499282ec66d47c63bfa9\Microsoft.Extensions.Localization.Abstractions.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\e3e3c37367a046968c2968ea1d2714ad\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6b162b218a8247df9fb598c4f052cf4c\Microsoft.VisualBasic.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\8c98d140d001405cb3ae36d3b09dd571\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f214560ce84e45d3a599580b54bf3550\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\131e14a8e48f4ab28ddf8341a7559c8e\System.Buffers.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\eee634b962014c77b7e42836fc91c8f4\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\461e59ddce99461db6e18fc3d890829b\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\30e0c08f3c1e411ea8f0c2b839d307f6\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0eea34f284b84e1a96c0c09515f31990\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2a040cda67064ea9962661cc83c16725\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\908f509a8acb482ca09a1334b72039fc\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b1df1b09935f45d38845162f5905f2e3\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4d666744bbfa420da1467946b9baa96d\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68735f7ed150449ea9e5daee2850a9df\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\fa9eaa0aae1a4bcf989c2ed2045b9f92\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\9a99cd2f57ed430aaf132b303cfeff37\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\90788b5c45a942e9a6690fa44dd80f58\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f4042a4dbdda4b068cc15c3db3fb5009\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e81a6af5a22e4c56bb0120054e254c14\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13c668d9b5dd493c97e5875856a2d76f\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\80a21ba788b941549ee0f08072f7b7a3\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4bc4d9cc6c3e4427961d0e90195432a5\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\500ac89e76cc414293a83ca993efa4a4\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1822fd813ef14dfc87a8dc93ba5f4782\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bbe4bf600fbb416ebc65a9a86b70abe6\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74d64388e329462b84bf9379ed80435f\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\32ed80640aef445ab731c56a1366b8f4\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d688c88604d84579aa1b40b9ab6c884f\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a59e08a879eb46f59776dead6a9ed8cb\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d8b1b2601e2645d8997824b5e8263d1d\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c74b378d4a2242c9a22d152eda86e630\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b1ecebadb3df4b7f9749c3edf3ef49c7\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b77a904286594f08a1d98a5c51673f83\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\4f4b038d58494e78a18b66650241ca90\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\bdfdfc003fce4acfb62f6b6da6f2cde0\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\df521008a0a54c0b955fe6685eb5d24e\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\7541e414f702454cafda11ab91240a0a\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\93a1e707073448079c3a3b7c45d85be8\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\b5fe1ad8b5ac419fb60fc48f66cbe2f5\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a3433f38d05344d29910f07c89a09bb3\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\32cefd4dae1f4b91b56846c0a711c41f\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5767d4e6b3d148cabbb7950c77f18346\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a0437312ce3b43f58471914ac6c0a32d\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c95b29dd08474f29982c91b80bfe6b90\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\da9819a0f15241c2aa4c9c070252f79f\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\91694b4565f341d8a873b4389b3767bd\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7f5dda8656254b1d8ee82d48bfb3a0db\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\79cfa4e8e6094f2cab1754c719554d8e\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\04e87c7a42974e6e823db8eab63e719d\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cb6d0d33cc56493db9e485fa0b39609b\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f02f775d9943424f8f57852aa6374190\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5ebe9d79164446c282064a1c868e53ec\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e031246024a4ed6a98f00c6cbe62553\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\6339e68b3d3e47dba114dc653bc1e9ce\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\06f9bcae74b0428babaedee80b0b7651\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a46286d12a2c46c789cdd48e29c8fab2\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8d3c1a6419b140c0926e962be92aa11f\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7e3efd2528cf499e96aa9f6d7e3d0fc9\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\522462cc45ff46df95e6b5c441663d54\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cc670a868d6a4fb1a48eb595dc39cfb7\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\212fcd88ffe144a1955053c168ceb630\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e1fe4ab5cb14e629969e0343d4149f2\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d1afe248d05640eca394116da676a461\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4e292b9768a24342a61ccf9c2bb00a02\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1349eda31b7d4a48a660945ea5a09f22\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6b5a17d5e9b343b1af24a4ecd8c2eb6a\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\12156e6e2e184adb8b4460d7cfbfeeb2\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5faf46bc06f34eb2b249e655c5356c2b\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cfcf0aa740274ae3b508b4e60118263e\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1f2a78a35ee542cb91d058fbbe8de043\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\399e86193b2e4630bb46a7731c862380\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87e6531b99dc459187d353c3a9845d14\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\501a733a366b46b1afbd014be6bd3612\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a9016d0139fe4f2c9600da381797df5e\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\a0cb7e5bf9de4a0cb3eea5e3c43d8991\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e032307e7dc549979f513855a0cae912\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f863708d33df48c1a15bb69c7db46240\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b3ab1d30c2de4621b8588639d89c5c16\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\10975499239c4ba6b843def2445b38a7\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\510ccb58fe1c4792918f7e0355577335\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\148373ef34cf4bfdaf8381a2e189702f\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f52c2c39e7e48daa08dc83088dfb727\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fbaedbc0950b481bbf6792863b8585a4\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a1ac1aafd829406db2cc5c4d11e4f628\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\92a0c59c897547fa88a3776da1e7a163\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e194e57cd5024c3d92b389f4fe235fdb\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b6ad3ec7df942b4a31e9f79de5333e4\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\6609a284ad124c3e88e103a15545c814\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated\0\LoggerMessage.g.cs"/>
    <Compile Include="_generated\1\ImportMapSerializerContext.ImportMapDefinition.g.cs"/>
    <Compile Include="_generated\2\ImportMapSerializerContext.IReadOnlyDictionaryStringIReadOnlyDictionaryStringString.g.cs"/>
    <Compile Include="_generated\3\ImportMapSerializerContext.IReadOnlyDictionaryStringString.g.cs"/>
    <Compile Include="_generated\4\ImportMapSerializerContext.String.g.cs"/>
    <Compile Include="_generated\5\ImportMapSerializerContext.g.cs"/>
    <Compile Include="_generated\6\ImportMapSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated\7\ImportMapSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated\8\ResourceCollectionSerializerContext.ResourceAsset.g.cs"/>
    <Compile Include="_generated\9\ResourceCollectionSerializerContext.ResourceAssetCollection.g.cs"/>
    <Compile Include="_generated\10\ResourceCollectionSerializerContext.ResourceAssetProperty.g.cs"/>
    <Compile Include="_generated\11\ResourceCollectionSerializerContext.IReadOnlyListResourceAsset.g.cs"/>
    <Compile Include="_generated\12\ResourceCollectionSerializerContext.IReadOnlyListResourceAssetProperty.g.cs"/>
    <Compile Include="_generated\13\ResourceCollectionSerializerContext.String.g.cs"/>
    <Compile Include="_generated\14\ResourceCollectionSerializerContext.g.cs"/>
    <Compile Include="_generated\15\ResourceCollectionSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated\16\ResourceCollectionSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated\17\BrowserOptionsJsonContext.Boolean.g.cs"/>
    <Compile Include="_generated\18\BrowserOptionsJsonContext.NullableBoolean.g.cs"/>
    <Compile Include="_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs"/>
    <Compile Include="_generated\20\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs"/>
    <Compile Include="_generated\21\BrowserOptionsJsonContext.InteractiveWebAssemblyBrowserOptions.g.cs"/>
    <Compile Include="_generated\22\BrowserOptionsJsonContext.StaticServerBrowserOptions.g.cs"/>
    <Compile Include="_generated\23\BrowserOptionsJsonContext.LogLevel.g.cs"/>
    <Compile Include="_generated\24\BrowserOptionsJsonContext.NullableLogLevel.g.cs"/>
    <Compile Include="_generated\25\BrowserOptionsJsonContext.IDictionaryStringJsonElement.g.cs"/>
    <Compile Include="_generated\26\BrowserOptionsJsonContext.IDictionaryStringString.g.cs"/>
    <Compile Include="_generated\27\BrowserOptionsJsonContext.JsonElement.g.cs"/>
    <Compile Include="_generated\28\BrowserOptionsJsonContext.TimeSpan.g.cs"/>
    <Compile Include="_generated\29\BrowserOptionsJsonContext.NullableTimeSpan.g.cs"/>
    <Compile Include="_generated\30\BrowserOptionsJsonContext.Int32.g.cs"/>
    <Compile Include="_generated\31\BrowserOptionsJsonContext.NullableInt32.g.cs"/>
    <Compile Include="_generated\32\BrowserOptionsJsonContext.String.g.cs"/>
    <Compile Include="_generated\33\BrowserOptionsJsonContext.g.cs"/>
    <Compile Include="_generated\34\BrowserOptionsJsonContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated\35\BrowserOptionsJsonContext.PropertyNames.g.cs"/>
    <Compile Include="_generated\36\ServerComponentJsonContext.ComponentEndMarker.g.cs"/>
    <Compile Include="_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs"/>
    <Compile Include="_generated\38\ServerComponentJsonContext.ComponentMarkerKey.g.cs"/>
    <Compile Include="_generated\39\ServerComponentJsonContext.NullableComponentMarkerKey.g.cs"/>
    <Compile Include="_generated\40\ServerComponentJsonContext.ComponentParameter.g.cs"/>
    <Compile Include="_generated\41\ServerComponentJsonContext.ComponentParameterArray.g.cs"/>
    <Compile Include="_generated\42\ServerComponentJsonContext.ServerComponent.g.cs"/>
    <Compile Include="_generated\43\ServerComponentJsonContext.IEnumerableComponentMarker.g.cs"/>
    <Compile Include="_generated\44\ServerComponentJsonContext.IListComponentParameter.g.cs"/>
    <Compile Include="_generated\45\ServerComponentJsonContext.IListObject.g.cs"/>
    <Compile Include="_generated\46\ServerComponentJsonContext.Guid.g.cs"/>
    <Compile Include="_generated\47\ServerComponentJsonContext.Int32.g.cs"/>
    <Compile Include="_generated\48\ServerComponentJsonContext.NullableInt32.g.cs"/>
    <Compile Include="_generated\49\ServerComponentJsonContext.Object.g.cs"/>
    <Compile Include="_generated\50\ServerComponentJsonContext.ObjectArray.g.cs"/>
    <Compile Include="_generated\51\ServerComponentJsonContext.String.g.cs"/>
    <Compile Include="_generated\52\ServerComponentJsonContext.g.cs"/>
    <Compile Include="_generated\53\ServerComponentJsonContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated\54\ServerComponentJsonContext.PropertyNames.g.cs"/>
    <Compile Include="_generated\55\PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs"/>
    <Compile Include="_generated\56\PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs"/>
    <Compile Include="_generated\57\PrerenderComponentApplicationStoreSerializerContext.String.g.cs"/>
    <Compile Include="_generated\58\PrerenderComponentApplicationStoreSerializerContext.g.cs"/>
    <Compile Include="_generated\59\PrerenderComponentApplicationStoreSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated\60\PrerenderComponentApplicationStoreSerializerContext.PropertyNames.g.cs"/>
  </ItemGroup>
</Project>