|
<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.26116.109\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="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="DependencyInjection\WebAssemblySettingsEmitter.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\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\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\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\19b524c875c946e48b416d2eb489cc57\Microsoft.AspNetCore.Antiforgery.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f003f19573f4a03ba9701ba91132ca5\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad2216e6df5f44c1a6f3800aaf91f240\Microsoft.AspNetCore.Components.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d85b3410a02c454ea648a1fa0174197f\Microsoft.AspNetCore.Components.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27c60338d27f4a0fb7be1373db9654fa\Microsoft.AspNetCore.Components.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84a7e801a6ca4af8b9b751df98038cce\Microsoft.AspNetCore.Components.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b0ccb7e9bfe41eb82335d3529cf7600\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54174d460e94467287648df8d90a4919\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e510cda288854bb78b6aece79a058361\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\445da9047fcd4eb183ed1b8c575c48b1\Microsoft.AspNetCore.DataProtection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90ae2c04628847ed916b48c55e973a94\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cdc8e112e2d647e7aaaacc3e91f752e5\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc1147ba03b445649df28dbd7bc8d4b2\Microsoft.AspNetCore.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9feb0ac6b13e45a48cb59e55c5afce0a\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6aa0e23c6f249f4825bab2a3285a2f0\Microsoft.AspNetCore.Html.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0217a2edadc44cae8ec10714e521c1e2\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae4c538fe7c444cf9fd28c1954c0b774\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea50985263df448698fb375cb1e33edd\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b04d81f3ab344234a2496fb488a340f7\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be6143e790004b1dbbf6be0c3330cff1\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73d9a9f229ce41b786670fb79cffed12\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bc92b0091bb4b93ad995c980aab7203\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca619151b2c545e2abbab3d0bbc743e7\Microsoft.AspNetCore.StaticAssets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8935b79cd324b3b8e81736f68d8b376\Microsoft.AspNetCore.StaticFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77e78e9a2c9848d0a55caf64eeebe953\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\832eee308cb74171aa03d690301511f4\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f579ba4971d405fac364d0babbb72c6\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d4fc597d19f4d108818f29132f5f460\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64555cbb2bc94b999e32f522257b2e00\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\894366717c37488996e1e07ada1d6a30\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e32f8695486f4dcd89e316ec1c01057a\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c839643b10346ef907a122f93b874c7\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22113e00d94345c3863211de6c855c70\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ce42ab2cace644d8b1f8c0232e9f1cfb\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ecd1c6ea7714957b40746ca5ec0df7c\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ff45e8da4fd4ab394afeaac37f18077\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d7c02e742e63465d9824a853c66fc34e\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26104a66f4e54c46869d8e22d20cec6a\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\013dc7b89e3a4b01abf016df12b8ebc8\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fbbbff6115f4e89b1a5060908044c74\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a798166a12d440e8e5e6f463843b692\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9fc35e5d218b4231a8d569b87220007a\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afc8755ffbc24646aa22f5c7993b5758\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9cb6f270beb493286031b138f3c1110\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f3f6a155a7e4813b77507343a2084fd\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11e71055dc214d95ac3618fefec1a398\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07bc9faf120e419bbf9a25a7786aa01f\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be918c3784684884b1a50b177725e852\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\faa899bc84ff45c0902c34be48a03836\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b5af01ba11545c1a850e2009c15210a\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\83a555d506f84e9ebfdcd4edd293c2f6\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a7e9576b91be436985a61b277e006291\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6332d87363364e9f881df02c5975077e\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\847b0ea4e6fe4e49ad55d7e26ed24be5\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f1ee21c475648268f102aecba1b948a\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf608193a9d846b4bcb1bee96a5ea377\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\021f4692533a426083dada6231370746\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88bda9aa36e540259a86003326ff95c1\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f15f6323072446c1b97711bdf780cccc\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\48b0d423939c48af8aa19bf6f9551967\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e2199b622894a0fab6cd24127332a11\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df27ea168e4f4a319c1fe98c2cd1b6bc\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\709e676b89d14c829a5b31280dbc4cf9\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\568c6d2fefcf4e98aba36239ac438f34\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9ce81195dcb4e7ab1f5191ef5c3f4d5\Microsoft.Extensions.WebEncoders.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad8a4c94e4854e2cbbfdb0f7a063584a\Microsoft.JSInterop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8864d634f0f4e249f0c8924e8df1c00\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c01f0b3e65bc4585afd81951e5c757bc\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32e3f4f6ed4449ae93d5b43715d3f875\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ea9dc4f704f4e7f87fef8ed8fe57cbb\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fad8cb4cc5c04a9aa94568a750e473c8\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f6e2bcdfd9148fdaf9c6fb313589e54\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc3cb3e0c3e54c7faa0eeaa1aa61801b\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0fdab253c9742a38edab7d5570fc9fc\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\381aa9802f094459907c08eb69943768\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c06204750b304daea9f3b9a750be1c20\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c49f2a9bd6074aeab57d6d7f6742a8fb\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8339cf6ea744b38a4dc8fe267f9245d\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\15fac163f1f94d56814550cd9197c140\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e89dd1dd91804f61b28a076692e35bbf\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf693b4f1ace40caaa66f2b2fb036490\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fa791696cba43a3b4c7ae424dabd328\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a9009b6505042bc9794dc0350da2a5f\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b418f9836f9432f8bc61ced73da8913\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68ca0c4e1998495a88c8d4c2a1fa5055\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b526c0ea264475da50fec58666e84db\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35c37c5ad98c490fa9207c35821182cb\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc85d5879eac4f0a84561991e8a6d5af\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c2c71684ae149b19d62310d7fd8709b\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb99078e21ca4b969fac43d57f5f557c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cc73b80e044464c81db3914c83f1976\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d34089171f7f4a57a383fa2c43e9175e\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27c66343cb684f8bbfe21967446da1f6\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b1ca81b78924e1abbca4d767b7e8a77\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32f405f53ced4d749ee4f86bfa492eb8\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ef4148c0bb64afaa21a0f83642202a5\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\668bb0da1316460a9a34fce506124fff\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fb293a423f546839b8c776c9b90286c\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e1577acfb6c4a389486a9def593f002\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddaab8f0b55547a499760806c92fed4c\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73544fbdad714e81825c96b07abc09e9\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2470e5f08a1447188e6bfd099495c559\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24c1737cc6264d5196caf61ce4902b2f\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87ab5479906148928949ea2d8633960f\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6ca9792d8074c038090b91c310349cc\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61cf836195524762b2917bfd3e6c29a5\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c777788629e497f865083ddecd20d7c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc7917c735b1485cb49d1f3926bcd304\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61d045c2d5c14867bd577965b1faaacb\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4533a320405a427daf1bd77e5ffbd7c9\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53a81cb9a3cd42a3abcada0240164a00\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb2691074a88454da8b026000a441af7\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65e5dd0b6e8848318cefb75b43585d2d\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5b285505c684fb2b76d5eb7c771fd00\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11130e2812b14218a8baa501d77ac219\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59b413802c944a16a014f1b9bce2e7a0\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\128dbf50e01445e9ac07af8ae7bfa889\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c93dab05cfb4cf0bf1fd9955c06a4ba\System.IO.Compression.Zstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ffccd75ca72f4a818f924622f5cead29\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10b2acf0a53249f19b4c5d24500f7080\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f483b3a5d33a4b07b57ec6a30c7780ce\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e29d9e3f5904de185e1f5fc237b3e38\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba0d26ae174b4bddb91248d10009bfce\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02eeedf62dcd492290af5e09b39e1123\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fdb5dcd5e92a4b269a9fb9400d35c025\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a55f8c36d87c47e5898e690e72e510e0\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\654d0373dde54c78acf0baa9c50288a8\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e851164e8d94fb793de6a80072218cb\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65759d4f67dd4419998e120743e45187\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\789b5988fb15478ba7202f2e9d138136\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63994f83398b4c009d609a4fe4543f18\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6ae43237c014ef49e34237fa33a0052\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b65508793f647a68a2bc4dee2cbc2e7\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5711fffc0b7641869449dbc3b8aae373\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a3e9af7c8474a05a5d7416bf087a7a8\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2ad4a21112e469291af747b932124c9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5a1fb790f284721913b1933c64b0035\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1382e7aebcb41e7ab623aec218abc9d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f8981291f5d43c690bed10e40850b07\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9aed184f0fc4dd4a9fd84b449bac5e0\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a52d1f72dae04330b6b7354dcdd73f0a\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c78825bf11bb442495741cea82b3050d\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dac904a96b01416eb1664e99370626e7\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85e43213b3734e92aa84169b121f146f\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a751fe8124d74321a2212a66714f43ea\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e931fbf066a4db39007da8875999bdf\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e96554c5aa942c4a07eb90438e440f2\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a420125133aa4468acb2a412b0fe28f8\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbb19e4a10f343b0b451cf03d381ec27\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71911789f74b4ae9a62978b0f10e6496\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e38f1fc099c4912b448cd739b0787d8\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04ced69045994cdd9f22027a40141911\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40299be34a1148e1ad9240749b708d4d\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6515f853299f475bb173403fefcf1995\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75497f68a5e047298da45714e7ac9c76\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ec544eb39e643438e341f7b59a1b2bd\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28657cbb019f4677af17791251736c03\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4c712d4e10149e0b5e3a3b10bc2b9ed\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\881c6f9a8cf2410bbed294e4d04a8731\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a338bbd6de64885a4a6da4dc285e844\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3c57a9ddc194e1f9a04cd48a265e284\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6d8e9030446452081160225435c008a\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\053fb32548d44d20bcae231b8e6c8a2a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b23ae3d6d134e0eaaf5184d085df16a\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b55dbb5a576d44538c8a4cc76f3ddf34\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc593c9820444c4bb42f22a8b2093ed4\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74906a77aeb34e30b532fafc5b5f798f\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2011ce20229846338861361e1a5fbee2\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff6403e212934511ad6ae7fb59efb559\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90a446b01164400291e21d7c622f17d1\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0db55a761f048adbd0c7bb7de01033b\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e81344dd5aad471ea34883f3447119ab\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f61e60f803f142eea337f5c812f07995\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8e030a063304974966a1e8148486c89\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\425693da588f40e7a0027808048b6c2b\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdb9ba275dcb480289b7b22051b514c5\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc275fb9117e44a9a876236f228c5481\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\713903cb453f45618594e2f6bf99f3b5\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1dbdf1cba47b450cba55ad52a251e2f0\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1ff9e08bee04e39ad1a4b072797b267\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\090fcc86de9e42eda572d21f5e5fa8ff\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f4e36477f654cd3abffbd1d55ff32cb\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d782cb8d96304227b587432d00ba5b84\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\966f35b4a4744fbdb1c5d9337dc1ed62\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd93ea896ba94298aa047dc3c5520a43\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3188e1cdaf864bdda55c97485137d482\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bcc8847892344dea9c502ae52ae4cd6\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4bfa3565b3f436fbca704648215e493\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b95bf771d1804897ba947910e8de5c5e\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc2302bb4860421bb0a25e08bb7cc8c1\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f26e853f3dea416181a38202c0720ef0\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8716dd61e34547b2a3bd575934fb11\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\153105f6e99347489a1430912eeea8ac\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dba7c202fb341a7b7f3b4a61a76437d\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fd20c37ea6b4db4a64560b83bbcaa15\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b68830f8345843e586f3d40f3b04cf06\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfe76a75dac84b0d9365818c29838a92\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44bae2fd2a124144af1a6bcc46a8acde\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8eff7739d8fc482b88778663e5548fdc\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56b89015340e45ff94cabc0d23aeddd4\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ed2932881d149b58473bf43fe45e10e\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b14862e6ac02456684d3095085f684f3\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e019f10f594c48faaac03e5e7c07b70d\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9da7aea596741ed9a0abc5cc8211fa7\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\405454ce74df4ad2a03e249e00fce95d\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b2739d45ed042c2b37d559b3c3e32dc\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00b84c2190d24308a3acc97a242b8e6d\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab197814dffe4d80a7cd267fcf35f9f6\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93de0c0c0a9f4ff4b1643f9754b5ed66\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4be1fea0f0374494928b9769bb62d676\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73c1aebaa00f4f84a37c6b51382b4aab\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0676373313434077b864eb7b652ed1b5\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2f2158fe8304334a5d6a6ffbd32b7d3\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ea41e5ae2b5490c8883d8ad7601b68c\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6958c4ba81e34ba1900fcc6b0327484f\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e31e3b5ffa5843b48be1a91eda56be38\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb3c95b406c24cfeafaff9a104ce8bfe\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8193fbc356a4ac7a496f653106292e0\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b35b9b72a9049d8a639eea5f1210b19\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7087e2f1c91d428696c3a567ae91ce2e\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b0bf702fa4848f1b100ebd9497da49e\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a81d26489db44e26acbcfad5a0c24072\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1350bb7b65a49ee8b4c3969e39a90c7\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00e0f767e0c8464096af264ef07663c2\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b9bbe5727be455ba3826df54a29f851\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2b1df1fd108450180b07252bc6a6432\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\099c3f49c63c4eb7950dc649f281002a\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b1b8a3fe96f470ba6181618ad731e10\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02323d744490425091c357b8258fe46a\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0a9bf7ec8a84d01b9ff5730d402d35a\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\256ca8ac86b04e0aaaa448d83dd72f16\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb08ad3c53004b03986817acb69a27fe\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34f18dcab4444585b75f792b7abf6443\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5bba272525834fdf80895ffd832d107b\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\667c971d534c494cbf8ae4ea05c023b4\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00476c43c13c4d6987bcd5429ea76859\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4e1333f99664d30ab840edaa95e4ae9\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99f5c3b7d4ae49d3ac76cd4d1a4b76e6\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3ef159be7684545a4a5222251768077\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\JsonTempDataSerializerContext.Boolean.g.cs"/>
<Compile Include="..\..\..\..\..\_external\19\JsonTempDataSerializerContext.NullableBoolean.g.cs"/>
<Compile Include="..\..\..\..\..\_external\20\JsonTempDataSerializerContext.ICollectionNullableBoolean.g.cs"/>
<Compile Include="..\..\..\..\..\_external\21\JsonTempDataSerializerContext.ICollectionBoolean.g.cs"/>
<Compile Include="..\..\..\..\..\_external\22\JsonTempDataSerializerContext.ICollectionNullableDateTime.g.cs"/>
<Compile Include="..\..\..\..\..\_external\23\JsonTempDataSerializerContext.ICollectionDateTime.g.cs"/>
<Compile Include="..\..\..\..\..\_external\24\JsonTempDataSerializerContext.ICollectionNullableGuid.g.cs"/>
<Compile Include="..\..\..\..\..\_external\25\JsonTempDataSerializerContext.ICollectionGuid.g.cs"/>
<Compile Include="..\..\..\..\..\_external\26\JsonTempDataSerializerContext.ICollectionNullableInt32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\27\JsonTempDataSerializerContext.ICollectionInt32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\28\JsonTempDataSerializerContext.ICollectionObject.g.cs"/>
<Compile Include="..\..\..\..\..\_external\29\JsonTempDataSerializerContext.ICollectionString.g.cs"/>
<Compile Include="..\..\..\..\..\_external\30\JsonTempDataSerializerContext.IDictionaryStringNullableBoolean.g.cs"/>
<Compile Include="..\..\..\..\..\_external\31\JsonTempDataSerializerContext.IDictionaryStringBoolean.g.cs"/>
<Compile Include="..\..\..\..\..\_external\32\JsonTempDataSerializerContext.IDictionaryStringNullableDateTime.g.cs"/>
<Compile Include="..\..\..\..\..\_external\33\JsonTempDataSerializerContext.IDictionaryStringDateTime.g.cs"/>
<Compile Include="..\..\..\..\..\_external\34\JsonTempDataSerializerContext.IDictionaryStringNullableGuid.g.cs"/>
<Compile Include="..\..\..\..\..\_external\35\JsonTempDataSerializerContext.IDictionaryStringGuid.g.cs"/>
<Compile Include="..\..\..\..\..\_external\36\JsonTempDataSerializerContext.IDictionaryStringNullableInt32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\37\JsonTempDataSerializerContext.IDictionaryStringInt32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\38\JsonTempDataSerializerContext.IDictionaryStringObject.g.cs"/>
<Compile Include="..\..\..\..\..\_external\39\JsonTempDataSerializerContext.IDictionaryStringString.g.cs"/>
<Compile Include="..\..\..\..\..\_external\40\JsonTempDataSerializerContext.DateTime.g.cs"/>
<Compile Include="..\..\..\..\..\_external\41\JsonTempDataSerializerContext.NullableDateTime.g.cs"/>
<Compile Include="..\..\..\..\..\_external\42\JsonTempDataSerializerContext.Guid.g.cs"/>
<Compile Include="..\..\..\..\..\_external\43\JsonTempDataSerializerContext.NullableGuid.g.cs"/>
<Compile Include="..\..\..\..\..\_external\44\JsonTempDataSerializerContext.Int32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\45\JsonTempDataSerializerContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\46\JsonTempDataSerializerContext.Object.g.cs"/>
<Compile Include="..\..\..\..\..\_external\47\JsonTempDataSerializerContext.ObjectArray.g.cs"/>
<Compile Include="..\..\..\..\..\_external\48\JsonTempDataSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\..\..\_external\49\JsonTempDataSerializerContext.g.cs"/>
<Compile Include="..\..\..\..\..\_external\50\JsonTempDataSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\..\..\_external\51\JsonTempDataSerializerContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\..\..\_external\52\PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs"/>
<Compile Include="..\..\..\..\..\_external\53\PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs"/>
<Compile Include="..\..\..\..\..\_external\54\PrerenderComponentApplicationStoreSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\..\..\_external\55\PrerenderComponentApplicationStoreSerializerContext.g.cs"/>
<Compile Include="..\..\..\..\..\_external\56\PrerenderComponentApplicationStoreSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\..\..\_external\57\PrerenderComponentApplicationStoreSerializerContext.PropertyNames.g.cs"/>
</ItemGroup>
</Project>
|