File: Microsoft.AspNetCore.Components.Endpoints.csproj
Web Access
Project: src\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>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26256.105\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\BrowserConfigurationHttpContextExtensions.cs"/>
    <Compile Include="BrowserConfiguration\ConfigureBrowser.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="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\EndpointAntiforgeryStateProvider.cs"/>
    <Compile Include="IRazorComponentEndpointInvoker.cs"/>
    <Compile Include="RazorComponentEndpointHost.cs"/>
    <Compile Include="RazorComponentEndpointInvoker.cs"/>
    <Compile Include="Rendering\BrowserConfigurationJsonContext.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\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="TempData\CookieTempDataProvider.cs"/>
    <Compile Include="TempData\ITempData.cs"/>
    <Compile Include="TempData\ITempDataSerializer.cs"/>
    <Compile Include="TempData\JsonTempDataSerializer.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\Shared\Components\ComponentMarker.cs"/>
    <Compile Include="..\..\..\Shared\Components\WebAssemblyComponentSerializationSettings.cs" Link="src\Shared\Components\WebAssemblyComponentSerializationSettings.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponentSerializationSettings.cs" Link="src\Shared\Components\ServerComponentSerializationSettings.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponent.cs" Link="src\Shared\Components\ServerComponent.cs"/>
    <Compile Include="..\..\..\Shared\Components\ResourceCollectionResolver.cs" Link="src\Shared\Components\ResourceCollectionResolver.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponentSerializer.cs" Link="src\Shared\Components\ServerComponentSerializer.cs"/>
    <Compile Include="..\..\..\Shared\Components\ServerComponentInvocationSequence.cs" Link="src\Shared\Components\ServerComponentInvocationSequence.cs"/>
    <Compile Include="..\..\..\Shared\Components\ComponentParameter.cs" Link="src\Shared\Components\ComponentParameter.cs"/>
    <Compile Include="..\..\..\Shared\Components\PrerenderComponentApplicationStore.cs" Link="src\Shared\Components\PrerenderComponentApplicationStore.cs"/>
    <Compile Include="..\..\..\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs" Link="src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs"/>
    <Compile Include="..\..\..\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs" Link="src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs"/>
    <Compile Include="..\..\Shared\src\CacheHeaderSettings.cs" Link="src\Components\Shared\src\CacheHeaderSettings.cs"/>
    <Compile Include="..\..\Shared\src\ResourceCollectionProvider.cs" Link="src\Components\Shared\src\ResourceCollectionProvider.cs"/>
    <Compile Include="..\..\Shared\src\DefaultAntiforgeryStateProvider.cs" Link="src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs"/>
    <Compile Include="..\..\..\Shared\Buffers\RefPooledArrayBufferWriter.cs" Link="src\Shared\Buffers\RefPooledArrayBufferWriter.cs"/>
    <Compile Include="..\..\..\Shared\LinkerFlags.cs" Link="src\Shared\LinkerFlags.cs"/>
    <Compile Include="..\..\..\Shared\ChunkingCookieManager\ChunkingCookieManager.cs" Link="src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs"/>
    <Compile Include="..\..\..\Shared\Components\ComponentsActivityLinkStore.cs" Link="src\Shared\Components\ComponentsActivityLinkStore.cs"/>
    <Compile Include="..\..\Shared\src\HotReloadManager.cs" Link="src\Components\Shared\src\HotReloadManager.cs"/>
    <Compile Include="..\..\Shared\src\Reflection\PropertyGetter.cs" Link="src\Components\Shared\src\Reflection\PropertyGetter.cs"/>
    <Compile Include="..\..\Shared\src\Reflection\PropertySetter.cs" Link="src\Components\Shared\src\Reflection\PropertySetter.cs"/>
    <Compile Include="..\..\..\Shared\PropertyHelper\PropertyHelper.cs" Link="src\Shared\PropertyHelper\PropertyHelper.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.GlobalUsings.g.cs" Link="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="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="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="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="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="artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net11.0\Microsoft.AspNetCore.Components.Endpoints.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\ab605cd1963d4e22b0e04a008f1aa93c\Microsoft.AspNetCore.Antiforgery.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea38a1bfdd2a43ce8e50dd3bebf6c2d6\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c8a4136524504611b6cad701a5199403\Microsoft.AspNetCore.Components.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7093a5ca100494484f310e6aefb98c7\Microsoft.AspNetCore.Components.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c01132b9407842678f08dc29596a8c92\Microsoft.AspNetCore.Components.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\696170d6080041bd85a721e360ff62c2\Microsoft.AspNetCore.Components.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91321557af194f2a98b34769cbdbeeaa\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f822287a7dec43eca13330f292e2c341\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\339011985df6433fa46e6ba07d093dd3\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5579883a610949aab48f107acd182602\Microsoft.AspNetCore.DataProtection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\124295da361948e3951e23204899c1f6\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\64e0105c34954b358e3e218ded9d8ee8\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f5b913ce05f4de091af060b6f8998c8\Microsoft.AspNetCore.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\906beca78fc74c90ac5a9cabd32a91f7\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcaafac59ae34967b920bc53449da430\Microsoft.AspNetCore.Html.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\271bcc50054449a381e7d2b2a5271e17\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8b5233aa2a824f8286ca4386f351d8e3\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b4dc0cede864d14875f11cf6c19c648\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6784d9a404fc4be6ac29dee909553d20\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\87c085a29ce64d2585026cc948589c7f\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b366181e298488aa6beac1a2fe3017c\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0fc19bfdab964e2c9c6b265127d312b4\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7d51b83d6c74bc7aef0b526104a93ae\Microsoft.AspNetCore.StaticAssets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d78049d090ed490b9c375cf3307b9214\Microsoft.AspNetCore.StaticFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\800b4c22b6ce4351949e0c1f05ce96c6\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1823006071a746bda228a8421de8b2fa\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\092916ec20a34241935be70929e74bfb\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb1a30c3ecff4136819a11f733c604c2\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3aba9f7bd0d4e60a37dd7943714556e\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\897001f226ee4aaebaa9a0571afff793\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\76b8fb602fbd4d81af652f9e1c9b9623\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05a9cbed3b61481f8966bf7ff1b6cb57\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\de9abd19a7a049e18b0508025c78da8b\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\92fd44ea4c2a46619ed2cd43756f872e\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8de5fbe24f2c4070b8950a6353ba6e65\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aca1bb9f21b14eaca74504ccb3299dee\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a68d73ede4ed457ba31109547eb5c78f\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf1be1d6d0714fa39906f5d4009e9688\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a032fc10a9d64118b47a1de691cde1b0\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\464211e7c7c046df9bdc5762c64c3a96\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c82cc35fc2174b1cb3bfb7e6bdc86b02\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8926b725024840c296315d45a6beda74\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe831b8789b54cd6b2afca377a90aa2a\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcc7c492443f437cb12a213a7bfeddaf\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\090935e987014e34921bd4a570f57dca\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\657c6b756e9d44da9fe6e4b1cdf7689c\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bf5528a1cadf498eb08e5f328e0b0934\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2bbcd52385594e44919931d42dcd35e8\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96ad9388cdb044769fffe5c3774370cf\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7c8d34f55ef4e2eb9d0027aa5503657\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1f280d5cdb5240b28b82a99b9cf25fc6\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ed4efea9a6249058c9c2a5770ced0a9\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e303948da474551a8397fc496c0171e\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f057f888d0a4f5da7a81c3d2ee63cea\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5d077fc1eb6f4ddc9053fa4e5d02a154\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26d84c8aa02746ca8cff79e2b96d06f8\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\969fab377ce3430ca8628963192d13fd\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c27d1359ce0f4d3cb45e3959ec846327\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa1c4c7971c74f4ea7128baea0e4a93e\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc3af8c395e54c20a9ded4d1c2825eb4\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\946b5221d9e04b3bbf206cd8d02c667a\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2908b5bee684180a4d117f918372dc9\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\43296f960b2b48aea4d6e76c397d8fac\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e8aad692e49444f9b6205d39b528a65\Microsoft.Extensions.Validation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\811170c6b4e74702b5f06521ef6d9657\Microsoft.Extensions.WebEncoders.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\08445ac8b653443b9179410b406e9d1d\Microsoft.JSInterop.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9fcab4805f02461cb5ecac8a5c5e6b8e\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\324d6d2fbcb7484eb51b84f7c7b92dbc\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac8aa7ff82bd430ba0b7077a27095ad9\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9eac59b379d64348b576e393677b58b1\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7fc343a14e8e4040a7b289e79b713ecd\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0dbb2568ef34669afcb95930b05c1ce\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97a94bf951504e749a83167d47b70226\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\404efaa8d14e42e3a2d96e42b857cc9d\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\82846b9e32864edcb6d81c10b6581d5e\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5e0bedec616a44cabd9e3a7aadc2b6f6\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33a12b8273944d7881ad972aab900657\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bce97f4f5edd4a1096bb79a126eae617\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f0e4da201d7a4448917aa155d93f4558\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\dbe3036b0d9e45bbb371e8e0676d7cfb\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8968a41c3a0940e8a687a195814cf362\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42bf7a2d0d41450c96b784fa431c9ecf\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79e443f7e7ff40ee9ae469df94d05f7c\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\46f1f6c023bd4cd2b65f1db4341201d4\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5d1a00adde34784a24746cde30f3c24\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e8eb52b98cc240cbbc1d7fec4b1d4ece\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df0b1429b9724ba79db59c3f01eee5fd\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba1b5bac1e7549619429ddf52b616a18\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f76cb5a42eee47459cac4cad3e21000b\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\257b7942626e4355b4b4401c909b1ecb\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9e31a4e5b3c493a8afeae6669fe7d2e\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b256bc7694874929b4fd7efb6373af47\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3dab2ba2398c4cbc9ce9bc34f1044a46\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f14aa0381f51479ba5c4ef35dfde94a5\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e1b1fdb049d9402ab50b68c6caf2e3f9\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3db0623f9d4243c6a65ce2147af3f301\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e56cce90494f4c8fa320aadba904b7d7\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2946466745064fde95ee9e0fa4e54fa6\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b19b83f8819499e9cfdcc5e74972e4c\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8c464d039ad44b5867cde489fd4d0f0\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\227291a0b2d144c6a65bc63c81c443fc\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\79efa1d477514bae927f5ebd85a147c3\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37531982e7ad4256b875975337ccf255\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c9ecccdf23642888c8e33fb571ebabf\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe0aaa91ae944413bc12c7290ea8f31d\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db37629eca184982b9073f7e2c6b0b45\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0349dccfb1d34d5592cb997e1b638c55\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe0d7e2362004beb83d0e049a01a183a\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\896b31ee3d474824990f900c822884fd\System.Formats.Cbor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8493c006035842f792cd6e124b283cc0\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bae615dc067b4a77b5283f80d3c42f4d\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40cca1183b6d43b9b87bb1875a33957a\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a1301f5662e14a8bb15e712405696afa\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\decc3cf90c1b435dab12f8f535d3b32d\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83be2075e3e0486bb9f945e7f38c033e\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7d83ab1512a24c47b72d353b7342296d\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fbe499838b94b668b606b4f2bb63fde\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9233b9bf0744dbda85595725de4f512\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a90a5243776043bebec5a59e915a6891\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98f1ee5553ac4e1880013c58f72b1f4e\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a13b0c63f3f4eed8394e8c5c41f5476\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\52756f67776c43bdb942738ff96c696b\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6391432d48644345a9a93efba26dfc4f\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1baba2d5978943ce83a5e10929473194\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ed484816803a4c4a8f6595ab5ed9fbca\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0c5fb72b2b15413aa66755ae8ef29ee3\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5c58b695ac524e3281fc60519fd8dace\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\762576f4d81f40fcafb0f85527838e5b\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f37b1853dd2147f180f52d4b229aa1d9\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33a9797c65e440578ed9dadb782a4cd0\System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8796793f521c4455bb66d7e532a81323\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a24ac7cebb14e6abcb0052c2e7e0434\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a26a8712a7e84f6a872423c3eee609d4\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e4d53d55e544e4e974ebe90319edc10\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f70aebab8735471a9a67533f0f9427b2\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\156ccd4b68434500b9340cfd029b1117\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7219b5c796854cee97faf573684240cd\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\85d572c25ed24216bc5e473d4751a598\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb87be6bf6a74de2851ec06d5347aa05\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8074eb5914e64c70a03a69a1fc17308f\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4a508ba718ad427db618ae1bae1008c4\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7283e57c2926444691a032d91b6a3e57\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5adb9479e97342328ea5508f2e7dcdfe\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d526e930c99f488a9a5439324e32a517\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ced37e90919041778c736cb1c9dcbd1e\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53a5a7c6878d4e5b8e75ca31709dbcbe\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6c77d21e05fc4ad2afaeb5e99e72b3d9\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3b69e57ea54f42feb4c785ef39beeed4\System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ab56c8b18a8a47d3af1d8713be14bfab\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\60058fb4370345a8b3d96507165ef221\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e5022c1a4cc94793b4294043c6fd838e\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70e34c72afff48d99b98bc7ee1412859\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b39ae87a79d4f22a9ae1d9db56263e3\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb338bdb457949a6aa4e9ea625648845\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18d55a5df8274f0a8f8df7aa6ce05b07\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d5314fde4ce4d339fe7f7e080c51379\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\715187a2a2a844eda4e1db1039c93627\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3d17f2b45111460bb7b9fe89f2db3aa1\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\70a58980e1304eae8375b1ae612a7fb0\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\faf5bca3eb9244939541e437938fdbc6\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d003466c71a44d89fd5eef33d57034d\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3422dafd6182430fb64f833096f60c1e\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f14bdb51f4e4767a71eece78ce7f457\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\291e9e3a9b3040e38685a55ffcbeb7ec\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5fd263b28a7141289f9ea169ac67edca\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\71f442e4cb024017a3d2fddfc7c9d5a8\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d014039f6244a8db242f9d03d744585\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\60abc4e40b2f4bbb8a601b3447978593\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\988910b5186d4002ac9d3adcfb4c4505\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ff7632a865048c38616f5c5b38ea846\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c2ade9f4bfcf4e94b6896357f5e273a2\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1eac1f1469c4d8ca555d7aa6781524a\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c55c99b197934723a531c36ee8d1d401\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\776398b9fe2842a69b60e932c3507b34\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e2aa523428ef4476853474777eda13b8\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e3cff697f2b472d828ba9a4a4b32fa9\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9f4b101c895c457e8ec2099f23d92de1\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9a7c8ab59f04c4e8bda3d6405b6b66c\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44bf1275154144d1969a888e327e9cdf\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6659394b31c4cfea5c8dd1a962d357c\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd4538f7661d4ffe93821cd80ec6240f\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd2ed5c08c084f37988ae833a9b320b5\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d900af15fdfb48f29cf988ecd675979c\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9d45d29211d448db448829d09f868fb\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3055be0ca0fc4477b253c18f11fcade3\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b4b8c1a71a54db0a93d4da2261d0646\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee4abfe8fbc143d1900a985d0e15b626\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9f0c3b2d14a44cd8cd4393b7d251522\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\726d64e23e42430fb250140f3990dde2\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d42c582d72064667a41bf9ac4db1ddf8\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a6ade2cae8964fddbad8d7299bd36980\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ffbe10b3d9bd489ea54285e0d8a831a0\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8656e4df40b8468cb92064370137f9d0\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\29ce630280fd4f30a30e4d5dd3d91adc\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3176ca3277a94909b8e92dc632237ca2\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0e0eca68e9f0499fbac42aa7f8e80084\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e496474437fa43a7aabd398cbeb35d0c\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7327e0a4631462f98022fb88191ece2\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e66be74884004ab68615ffcc8880f14e\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b68bc2db47094889bb0a6a31783c51a3\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c6634b963d04d7a8874c5c0202dcd6f\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d21ae8a827ec47a89788e0b4bf6d3478\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5ef520ad364e41cea93bd93796d323e4\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6d35bb084e314edbbfacb2900b589175\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4071a7435b34275a8c07ffa6bd4c72b\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a45c4c18d3264e47afc0a63aa9061b9c\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a9f2238ab344bb39cf1c758678fa261\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a6c741733f747569b3bdd97e68ec21c\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\62b4eb2b154a4cee932715ccd5d1ca7a\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa5f74d1832a4d64b51e54d65a06b1ac\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0075de90c3de46dfbdafd780e54184a7\System.Threading.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2ce5593b38da42e389fd532ff8eff8ff\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\470a30fc03b6406aadfc9e9460d6db6a\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac047c58a22e412991eb7e58db8bbbd2\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb3ed9fc2e2c44558471a7da0a108ea2\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\badbedd301f94c9bae7cc04372bff9fe\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f8022eb8d74b41498a5162e42ef64b76\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\585c29ac1c1e47c58463a671f2dd66ab\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c265cbc552aa41fe99663f5d65716ca2\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbbde526126e4a96be4d2c1b035cde41\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0138da7abf284ee0b33bbd412ad4b55e\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ff1a39c860414d0ab881be82c5a81dfa\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e2f9bd39e9a542b8aea35dcf72720887\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\40fa224e38d04dc98f0ae8d5f39b367e\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\15c68c8057fe4f518137ca8057f3fa59\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e7f5f718bd634e5e89b48f32c3eb9f5f\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9565075897b14390b68ad5389e241ff1\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fdc1f4a1b3c84431a353df6dda8e6076\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bb43678402446d9a316f9efcb52ca9b\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b4d6730b2244cb996a19b959f3e83b9\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4388ff2a4cda49a3aadd1636fb694ba6\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d074681f60eb49fa8176c6eb0ec8dc69\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\527cbf7b96e249e0bac1be6bad89a7e2\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\17ed586e5cab4b9789fe7d9a7522974c\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96141d583e82486aaacb64cf5f912be6\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a02855b1b0747a58407e7e8671047e3\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4633307747294006a0bcc595958acdcb\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8596785e97ab46b9bccfaf18e7f16479\WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\2\ImportMapSerializerContext.ImportMapDefinition.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\3\ImportMapSerializerContext.IReadOnlyDictionaryStringIReadOnlyDictionaryStringString.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\4\ImportMapSerializerContext.IReadOnlyDictionaryStringString.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\5\ImportMapSerializerContext.String.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\6\ImportMapSerializerContext.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\7\ImportMapSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\8\ImportMapSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\9\ResourceCollectionSerializerContext.ResourceAsset.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\10\ResourceCollectionSerializerContext.ResourceAssetCollection.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\11\ResourceCollectionSerializerContext.ResourceAssetProperty.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\12\ResourceCollectionSerializerContext.IReadOnlyListResourceAsset.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\13\ResourceCollectionSerializerContext.IReadOnlyListResourceAssetProperty.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\14\ResourceCollectionSerializerContext.String.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\15\ResourceCollectionSerializerContext.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\16\ResourceCollectionSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\17\ResourceCollectionSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\18\BrowserConfigurationJsonContext.Boolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\19\BrowserConfigurationJsonContext.NullableBoolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\20\BrowserConfigurationJsonContext.BrowserConfiguration.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\21\BrowserConfigurationJsonContext.ServerBrowserOptions.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\22\BrowserConfigurationJsonContext.SsrBrowserOptions.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\23\BrowserConfigurationJsonContext.WebAssemblyBrowserOptions.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\24\BrowserConfigurationJsonContext.DictionaryStringString.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\25\BrowserConfigurationJsonContext.Int32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\26\BrowserConfigurationJsonContext.NullableInt32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\27\BrowserConfigurationJsonContext.String.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\28\BrowserConfigurationJsonContext.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\29\BrowserConfigurationJsonContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\30\BrowserConfigurationJsonContext.PropertyNames.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\31\JsonTempDataSerializerContext.Boolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\32\JsonTempDataSerializerContext.NullableBoolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\33\JsonTempDataSerializerContext.ICollectionNullableBoolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\34\JsonTempDataSerializerContext.ICollectionBoolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\35\JsonTempDataSerializerContext.ICollectionNullableDateTime.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\36\JsonTempDataSerializerContext.ICollectionDateTime.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\37\JsonTempDataSerializerContext.ICollectionNullableGuid.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\38\JsonTempDataSerializerContext.ICollectionGuid.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\39\JsonTempDataSerializerContext.ICollectionNullableInt32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\40\JsonTempDataSerializerContext.ICollectionInt32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\41\JsonTempDataSerializerContext.ICollectionObject.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\42\JsonTempDataSerializerContext.ICollectionString.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\43\JsonTempDataSerializerContext.IDictionaryStringNullableBoolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\44\JsonTempDataSerializerContext.IDictionaryStringBoolean.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\45\JsonTempDataSerializerContext.IDictionaryStringNullableDateTime.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\46\JsonTempDataSerializerContext.IDictionaryStringDateTime.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\47\JsonTempDataSerializerContext.IDictionaryStringNullableGuid.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\48\JsonTempDataSerializerContext.IDictionaryStringGuid.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\49\JsonTempDataSerializerContext.IDictionaryStringNullableInt32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\50\JsonTempDataSerializerContext.IDictionaryStringInt32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\51\JsonTempDataSerializerContext.IDictionaryStringObject.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\52\JsonTempDataSerializerContext.IDictionaryStringString.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\53\JsonTempDataSerializerContext.DateTime.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\54\JsonTempDataSerializerContext.NullableDateTime.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\55\JsonTempDataSerializerContext.Guid.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\56\JsonTempDataSerializerContext.NullableGuid.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\57\JsonTempDataSerializerContext.Int32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\58\JsonTempDataSerializerContext.NullableInt32.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\59\JsonTempDataSerializerContext.Object.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\60\JsonTempDataSerializerContext.ObjectArray.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\61\JsonTempDataSerializerContext.String.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\62\JsonTempDataSerializerContext.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\63\JsonTempDataSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\64\JsonTempDataSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\65\PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\66\PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\67\PrerenderComponentApplicationStoreSerializerContext.String.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\68\PrerenderComponentApplicationStoreSerializerContext.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\69\PrerenderComponentApplicationStoreSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="..\..\..\..\..\_external\70\PrerenderComponentApplicationStoreSerializerContext.PropertyNames.g.cs"/>
  </ItemGroup>
</Project>