|
<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.Server</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25568.110\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;ENABLE_UNSAFE_MSGPACK;SPAN_BUILTIN;MESSAGEPACK_INTERNAL;COMPONENTS_SERVER;RELEASE;NET;NET10_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;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="BlazorPack\BlazorPackHubProtocol.cs"/>
<Compile Include="BlazorPack\BlazorPackHubProtocolWorker.cs"/>
<Compile Include="BlazorPack\NonDefaultHubProtocolAttribute.cs"/>
<Compile Include="BlazorPack\Requires.cs"/>
<Compile Include="BlazorPack\SequenceOfT.cs"/>
<Compile Include="Builder\ComponentEndpointConventionBuilder.cs"/>
<Compile Include="Builder\ComponentEndpointRouteBuilderExtensions.cs"/>
<Compile Include="Builder\InternalServerRenderMode.cs"/>
<Compile Include="Builder\ServerComponentsEndpointOptions.cs"/>
<Compile Include="Builder\ServerRazorComponentsEndpointConventionBuilderExtensions.cs"/>
<Compile Include="CircuitDisconnectMiddleware.cs"/>
<Compile Include="CircuitJavaScriptInitializationMiddleware.cs"/>
<Compile Include="CircuitOptions.cs"/>
<Compile Include="CircuitRootComponentOptions.cs"/>
<Compile Include="Circuits\Circuit.cs"/>
<Compile Include="Circuits\CircuitActivitySource.cs"/>
<Compile Include="Circuits\CircuitClientProxy.cs"/>
<Compile Include="Circuits\CircuitFactory.cs"/>
<Compile Include="Circuits\CircuitHandle.cs"/>
<Compile Include="Circuits\CircuitHandler.cs"/>
<Compile Include="Circuits\CircuitHandleRegistry.cs"/>
<Compile Include="Circuits\CircuitHost.cs"/>
<Compile Include="Circuits\CircuitId.cs"/>
<Compile Include="Circuits\CircuitIdFactory.cs"/>
<Compile Include="Circuits\CircuitInboundActivityContext.cs"/>
<Compile Include="Circuits\CircuitJSComponentInterop.cs"/>
<Compile Include="Circuits\CircuitMetrics.cs"/>
<Compile Include="Circuits\CircuitOptionsJavaScriptInitializersConfiguration.cs"/>
<Compile Include="Circuits\CircuitOptionsJSInteropDetailedErrorsConfiguration.cs"/>
<Compile Include="Circuits\CircuitPersistenceManager.cs"/>
<Compile Include="Circuits\CircuitRegistry.cs"/>
<Compile Include="Circuits\ComponentDescriptor.cs"/>
<Compile Include="Circuits\ComponentParameterDeserializer.cs"/>
<Compile Include="Circuits\DefaultCircuitAccessor.cs"/>
<Compile Include="Circuits\DefaultHybridCache.cs"/>
<Compile Include="Circuits\DefaultInMemoryCircuitPersistenceProvider.cs"/>
<Compile Include="Circuits\HybridCacheCircuitPersistenceProvider.cs"/>
<Compile Include="Circuits\ICircuitAccessor.cs"/>
<Compile Include="Circuits\ICircuitFactory.cs"/>
<Compile Include="Circuits\ICircuitHandleRegistry.cs"/>
<Compile Include="Circuits\ICircuitPersistenceProvider.cs"/>
<Compile Include="Circuits\IServerComponentDeserializer.cs"/>
<Compile Include="Circuits\PersistedCircuitState.cs"/>
<Compile Include="Circuits\RemoteComponentState.cs"/>
<Compile Include="Circuits\RemoteErrorBoundaryLogger.cs"/>
<Compile Include="Circuits\RemoteJSDataStream.cs"/>
<Compile Include="Circuits\RemoteJSRuntime.cs"/>
<Compile Include="Circuits\RemoteNavigationInterception.cs"/>
<Compile Include="Circuits\RemoteNavigationManager.cs"/>
<Compile Include="Circuits\RemoteRenderer.cs"/>
<Compile Include="Circuits\RemoteScrollToLocationHash.cs"/>
<Compile Include="Circuits\RevalidatingServerAuthenticationStateProvider.cs"/>
<Compile Include="Circuits\ServerComponentDeserializer.cs"/>
<Compile Include="ComponentHub.cs"/>
<Compile Include="DependencyInjection\ComponentServiceCollectionExtensions.cs"/>
<Compile Include="DependencyInjection\IServerSideBlazorBuilder.cs"/>
<Compile Include="DependencyInjection\ServerRazorComponentsBuilderExtensions.cs"/>
<Compile Include="DependencyInjection\ServerSideBlazorBuilderExtensions.cs"/>
<Compile Include="Properties\AssemblyInfo.cs"/>
<Compile Include="ProtectedBrowserStorage\ProtectedBrowserStorage.cs"/>
<Compile Include="ProtectedBrowserStorage\ProtectedBrowserStorageResult.cs"/>
<Compile Include="ProtectedBrowserStorage\ProtectedLocalStorage.cs"/>
<Compile Include="ProtectedBrowserStorage\ProtectedSessionStorage.cs"/>
<Compile Include="..\..\..\Shared\ValueStopwatch\ValueStopwatch.cs" Link="src\Shared\ValueStopwatch\ValueStopwatch.cs"/>
<Compile Include="..\..\..\Shared\LinkerFlags.cs" Link="src\Shared\LinkerFlags.cs"/>
<Compile Include="..\..\..\Shared\PooledArrayBufferWriter.cs" Link="src\Shared\PooledArrayBufferWriter.cs"/>
<Compile Include="..\..\..\Shared\Metrics\MetricsConstants.cs" Link="src\Shared\Metrics\MetricsConstants.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\CacheHeaderSettings.cs" Link="src\Components\Shared\src\CacheHeaderSettings.cs"/>
<Compile Include="..\..\Shared\src\ArrayBuilder.cs" Link="src\Components\Shared\src\ArrayBuilder.cs"/>
<Compile Include="..\..\Shared\src\RenderBatchWriter.cs" Link="src\Components\Shared\src\RenderBatchWriter.cs"/>
<Compile Include="..\..\Shared\src\ArrayBuilderMemoryStream.cs" Link="src\Components\Shared\src\ArrayBuilderMemoryStream.cs"/>
<Compile Include="..\..\Shared\src\WebRootComponentManager.cs" Link="src\Components\Shared\src\WebRootComponentManager.cs"/>
<Compile Include="..\..\Shared\src\WebRootComponentParameters.cs" Link="src\Components\Shared\src\WebRootComponentParameters.cs"/>
<Compile Include="..\..\Shared\src\ElementReferenceJsonConverter.cs" Link="src\Components\Shared\src\ElementReferenceJsonConverter.cs"/>
<Compile Include="..\..\Shared\src\ComponentParametersTypeCache.cs" Link="src\Components\Shared\src\ComponentParametersTypeCache.cs"/>
<Compile Include="..\..\Shared\src\RootComponentOperation.cs" Link="src\Components\Shared\src\RootComponentOperation.cs"/>
<Compile Include="..\..\Shared\src\RootComponentOperationBatch.cs" Link="src\Components\Shared\src\RootComponentOperationBatch.cs"/>
<Compile Include="..\..\Shared\src\RootComponentOperationType.cs" Link="src\Components\Shared\src\RootComponentOperationType.cs"/>
<Compile Include="..\..\Shared\src\RootTypeCache.cs" Link="src\Components\Shared\src\RootTypeCache.cs"/>
<Compile Include="..\..\Shared\src\DefaultAntiforgeryStateProvider.cs" Link="src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs"/>
<Compile Include="..\..\Shared\src\WebRendererId.cs" Link="src\Components\Shared\src\WebRendererId.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\src\BrowserNavigationManagerInterop.cs" Link="src\Components\Shared\src\BrowserNavigationManagerInterop.cs"/>
<Compile Include="..\..\Shared\src\JsonSerializerOptionsProvider.cs" Link="src\Components\Shared\src\JsonSerializerOptionsProvider.cs"/>
<Compile Include="..\..\..\SignalR\common\Shared\BinaryMessageFormatter.cs" Link="src\SignalR\common\Shared\BinaryMessageFormatter.cs"/>
<Compile Include="..\..\..\SignalR\common\Shared\BinaryMessageParser.cs" Link="src\SignalR\common\Shared\BinaryMessageParser.cs"/>
<Compile Include="..\..\..\SignalR\common\Shared\MemoryBufferWriter.cs" Link="src\SignalR\common\Shared\MemoryBufferWriter.cs"/>
<Compile Include="..\..\..\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs" Link="src\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs"/>
<Compile Include="..\..\..\SignalR\common\Shared\TryGetReturnType.cs" Link="src\SignalR\common\Shared\TryGetReturnType.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\BufferWriter.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\BufferWriter.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\ExtensionHeader.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\ExtensionHeader.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\ExtensionResult.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\ExtensionResult.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackCode.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackCode.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackReader.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackReader.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\T4\MessagePackReader.Integers.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\T4\MessagePackReader.Integers.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackWriter.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackWriter.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Nil.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Nil.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Internal\DateTimeConstants.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Internal\DateTimeConstants.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\StringEncoding.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\StringEncoding.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequencePool.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequencePool.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequenceReader.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequenceReader.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequenceReaderExtensions.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequenceReaderExtensions.cs"/>
<Compile Include="..\..\..\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Utilities.cs" Link="src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Utilities.cs"/>
<Compile Include="..\..\..\Shared\Components\ComponentMarker.cs" Link="src\Shared\Components\ComponentMarker.cs"/>
<Compile Include="..\..\..\Shared\Components\ServerComponent.cs" Link="src\Shared\Components\ServerComponent.cs"/>
<Compile Include="..\..\..\Shared\Components\ComponentParameter.cs" Link="src\Shared\Components\ComponentParameter.cs"/>
<Compile Include="..\..\..\Shared\Components\ServerComponentSerializationSettings.cs" Link="src\Shared\Components\ServerComponentSerializationSettings.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="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\Microsoft.AspNetCore.Components.Server.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\Microsoft.AspNetCore.Components.Server.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\Microsoft.AspNetCore.Components.Server.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\Microsoft.AspNetCore.Components.Server.InternalsVisibleTo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\Microsoft.AspNetCore.Components.Server.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Components.Server\Release\net10.0\Microsoft.AspNetCore.Components.Server.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\67e2e8206d3e4899ba8ce827c4f66d46\Microsoft.AspNetCore.Antiforgery.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e04baa28ffa44fd3ad81b35ce4f78aa0\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eaa718a794d741af9029d5c74aadbd86\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\151eb689fd09490b9e132900b904e0d3\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a69e6cdbd9b4f91a652bb3190e7aaf6\Microsoft.AspNetCore.Components.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ff2a885c6524b95a3f6709ee8356428\Microsoft.AspNetCore.Components.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62182971d086422b83a4e28da1f17454\Microsoft.AspNetCore.Components.Endpoints.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\424191f886ee4550943547d593fd0572\Microsoft.AspNetCore.Components.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5907634384014ca9a189950880cfef6a\Microsoft.AspNetCore.Components.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f20c352302174dab843b81d4a68a975b\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f1a02928f664decbc2936a6ed90717a\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb2f4016faad4877b3391c22c1d92957\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\18d4cf850f894ccaa1b2ad30fda53142\Microsoft.AspNetCore.DataProtection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5602d34fc894a66b646c8c62c716405\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fe7242d46684ee79ba55c0392e715ba\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ad4e6c57bb54a15b470dedd799864be\Microsoft.AspNetCore.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb7c4e0f75d94f329612a3ac357eae8f\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\227a4ba94b0d470d87621d81d469f5eb\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acf9b5bca2864114a0593a0e4bb5a519\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1517166bb69d479aab8f3e37a5f06fdd\Microsoft.AspNetCore.Html.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9357bd7edd7e4de79d96505f63c542ac\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\339fff70401842cc96e7cef1b9356905\Microsoft.AspNetCore.Http.Connections.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc72703dea12403c8b13966c0f73712e\Microsoft.AspNetCore.Http.Connections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\638b98d1b3b84fc3a8a8e44f27607eeb\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3040255597e4e1d90e27c068242ed7f\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d560f17f50af474c8a9eea3763ffdb81\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6998271e8571421fbab9b14d8a1322aa\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb13df6a702a436ea259b11c706d7473\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ccfa550cb96945beadc7c26e9c49433e\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86fbde39b35447bb80ce1bab704379b2\Microsoft.AspNetCore.SignalR.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c07a4ca5d6b4784af3c038aa6af4882\Microsoft.AspNetCore.SignalR.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8acd5c5b1eee4b0b89b243e6f2b0365c\Microsoft.AspNetCore.SignalR.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4e0ea805ea4f42cc89c7c1905d517689\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c67c3a12d5b0417c9ff8ff182046716f\Microsoft.AspNetCore.StaticAssets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\680c30e917874ef08a7849499c1e3b7a\Microsoft.AspNetCore.StaticFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0e12ff4884f4305b04cfd923d8d1efc\Microsoft.AspNetCore.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbf5c973e0e44515a108ff8450787d9e\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb587bd88312462d94cae51000639ad3\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85117079a1554863a3af7822042f356f\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\837f2a55527047308c73443e2a8c7db8\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fe65f81205047119c9c1cbb6a76e150\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2293764c192c4f5bb2af91b5b141fad5\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f411cac81824082aa2c258cbc296673\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1495113bd1ed4948a26bc0d62e7eefdb\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05d1de21688c43e0a06dacf783f76139\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\42bdb7bef4e14c378d423dde322572f9\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41394237c5fe48348c2d23e09e5004e6\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\92e002f0fd944ab0934fad0f22d2d1ae\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5a6a4c15670f4adb9ae0a952c35c9d98\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\117a32b5e4c8435da6a3f990ace7c51e\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bee315d502804d9a92be5521920293f7\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf7455af276d410d8369a3ae56322584\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76a01861bcff481e8f1cb0c6969480af\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6d3dd3b4443a4dbf903f2316c7a544f7\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4330f25649974e03afc6ecb7704305a0\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36808b332c954be3b590a631477a35f6\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\679e3e43e4b74c90a1933ac74f72c38a\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\435617fbd1f44d7680bfcbdef94c160d\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7439450f1fcd447d8880bd2bfc5ebf22\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b29fc3f8066145db9cea5d4577143e12\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f0b652a2f8e24eccbb80d749707b5763\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80f6c630b2964454835a8210115a9200\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f2ef9fa08b14bd88a9fc58fcb7da98f\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\174457f070d642bb8df23559a60b8e07\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f60aa9fbbb34022a53b25e1d4685413\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a26e3eb49aca48248041763f915f4576\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9304ce0a0354cea9205971ff26e11cc\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76057eb52d184218b684b96d350a5900\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aace08472293492dba7a9f93e5df8c15\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\146954655239463bbaa2235bf4ffc1c9\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5c45f231250046f283376c0eb798f0fb\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b3447f363674e4ebfd7c91dfc8ad73b\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\feb7f9e35fda4a75b94dd77f06897016\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2204df84315248fca6c8f8b77a421013\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fc1b558a65d499fbfa9e32cd414d89b\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24eed2bb54b4467aa2cde8a0d31dc56b\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dbee1db3f3724ef6ba3a7c39b88136ec\Microsoft.Extensions.WebEncoders.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6c1c82eaa2e47d183033f308a93358f\Microsoft.JSInterop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22025b6421bb4ae7a34af3bb9557f05a\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad6ad5917fce404fadd802d4b8f54bf7\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34a7954e04cf466dbad837e9a8e0bdf6\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24606d40d90f4c8aa2df78b5dc9b3051\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1612420c090840d7a32cf6ea96abd664\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7307725ed94f40708abca85ab59496e9\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\235cc223240a4fc18c3d75c649611641\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af0edec094724f3daaa03c28e7f94bfb\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fd194fdfa80476aac82396c832b82ce\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4697c3de01f1469189a0f60280671d8d\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0928e37f4f3b48e495c2f6c6e128afbd\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3eefa1e796cd4a2aa1c59e0436d3580b\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bcb6bad410e84f7aabc8d6be6da43db4\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19d440210e1049e8a18e804ae14e320f\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbc480bd0585466f9535bc0ae0ed2b70\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3fd817de6694f9a8d960c806f4abba7\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54a3c0f3916144d2ab495e0338d4dc97\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a50f6ca81fc48599a77f12b8f131fcb\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\315774767edf4414b20ffbf7621ca1b7\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9cd711ec5cc433da35c3bec810efcc0\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87ed3a2a3bef43fba83b60861a272d5c\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9572bddd2e314099b1af4bebdb7f52d6\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c21025a06a64d888306e0bf770e2df8\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d739f78a6f224ad39eb894a68e650a76\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c15bb3cd560b40be92279dffcd807511\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59864af23fc645adbf756689e8c9b845\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c38f19d78ff4e45a74d20d7dd610dea\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a39375e77ff49e3a64825668276c820\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d0409fc9497b41c89efbf60ebe1c0fdf\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84171497897f42e4ac39a9751d3daf62\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2bc6395bf06d48d6a4ada9e8dc47a456\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf6dbf1825164a7199a1ea739816959d\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db140181d4e14b90b2cf5396b6f6d7d6\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34b8af2c29304c4092eacc9b44cd4284\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27d578bf8dc94ae08c0816e3b65dfe55\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1289d5aa3a744616916608706fffd894\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3bdf9749bc0347c0adf18efb8e674c4b\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eca8100f7aa54a0383b87d54501a435c\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9721de7461e74a7f863d15d926187464\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddab3116960a4d8683d6f64f0c575e43\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d971204cee824236a75fd4a667b81e26\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3a1621b9a974afab41c1a2110f1c307\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32bfbfc4b84e4de398c6592c5e6c2beb\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef9223bd61e94ce3a325e2f1799d104e\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb010d35d5a54919ac29a6b5997ce6d7\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9072932d22214b239686cd72c7540be4\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b75290a4724042cea281d92363f03f5f\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c16bd5da0204303b97f7816064a67ce\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd958751f4e74f77922bd5540a455527\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e16875c63cf24e5db929edb22380a0de\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\618f1413e1ab44438938360bece4b2aa\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f373b5b2988d4f16bfd6497ba830108c\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e33b9b136abc4af89e71bc62bb589c50\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7f98ba0a5fc45fcb2c5088e7a1604a2\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56000671c83447cca904483f86d9b953\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84ede99e97a84eb9a0e95d30ca3763d7\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03b2c775cbb24efe880821ce4e69cc8d\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5f387a229c04017b9c2e9cbd0eb2d11\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c3f30290cdbe4e2ab9e9028f2bf9f930\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\288186ba096343dfba816d5fd0cfb47b\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0d8d6e8b0c745ff9473c03c5be08cea\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\061c0d7df9f6496d8241b241c888220b\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cdacfb0eec5d45efba40b900b8808afb\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb4e87affec2492fbdb40925d51091ed\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ef169d54bc444aa9e97e989c50a2e4f\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6dca010fb00149cf98b414d419f41ec0\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7dc9af21e614411fa9638c24686f4988\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8dc64c86492b49b192a8be1ea9b818a2\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4eb58a75165c4b3c9edbfa184268d3e9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b1e69d1207e94698ad770addb726f374\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23a1726561de4e62880baf6776b3c353\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb30f5665a214e369cd66101357c12da\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f206c599a1ae463f8f4727b94f714eed\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5214e716e4946408ddcdb10b90345b8\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1a2f2ed7d234341913254ed665b9e19\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\89e6b18371e84084856dc24093671e14\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c40c8211e1494c16b39c36eded36852b\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e641f51e2ce34fa7b6f3bb390ffbe041\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae250e0351b442dc98d165db1101538d\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\442fcb89d8f946b988df4d7149d06a5c\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07dadd717f9a4ee9addb3e7d48ab0cc0\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\29100b4ef6cb4ec3ac4ad7aff0411c39\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4a6b1475a9044ac7b8978ee8f9e1c1c1\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\22b382aa54c24d5eae054a9f02a85675\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c06e07952404132b19486ce03aedf13\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\82c3c7294b5742ad8044b4442e913251\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\266f09a50188428c8e2c863f590ca30c\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4522b254e011484aaee93d5c3f54ae98\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\26d7e924ed0f4a359cae9a2c0de4d44a\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c6bc5c56001242408a89564a2e983957\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f903670f8f7433db71b1b6c9c0c6796\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d464f0bf0036454994ef5ee53765d23a\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75a05abea95c4b68be478de2d6fde363\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0ff12db3157e4c60aa12c5e87a11a32b\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1c8ea4bb1a67463ca75f321657b1a293\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e05c8ec5cac84c3598573784b7b9879f\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e29da73595842af8a375f9f1cadd5dd\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93b9e2b3ac044ae69df95a8b1f2364f0\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eceada74c69c487891d7f02d5644cb26\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b00e1123fc35416f9b533344a6b7b1ad\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb681543025848c1a388ba39f37273e4\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9c2845a2f7145298ff4aa56fddaeeb5\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2201811c8cd4b70892f93d1899976a6\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2c5256143af425ea7bd39f3dfa560e0\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81339e7742804020ab9111ab68a8c310\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\523cfc8254f845f393e468f713daa729\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0069b8a16c484d0ba84eecc41416db39\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\df18d943a2a846cda665cf03f1d673cd\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ac5fbebf4bca487fbdbca602a74a0e49\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be49d1a7b4964203ae4ecd49373c23de\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3c07afada89b468c9846a9629d0fd3d4\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\57d10b6052174f5c86f7e72595bb9c8b\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fcb2e6dee4847db82ef0ba1cd43bf3a\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f896de20f4c54910ba7df4b70e9e6fe8\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\08a6a3afc4554ed58bdec169e1ec567b\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ceace992b39b4ad79c4b25115e73560e\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1cead5c10bc04f9eaf208ba5d3005a9c\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be927f99402f4dfba878dd47ac6e4ead\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\999a9f5f777640f18715b6b637b7e29c\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\670a487eab0d4d5f807c4ea5ffcf7a6a\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76895cc46de54665bc6c209841a34012\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\aa5ad5c3401c47ef93f7423876fba2d3\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\021c55cf5f834d8484caf9bf4fdd25bb\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\707143093e7148c1984004638ffe10cb\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\375e05b4933c4111b41e7ee8156feda8\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2fabc970afa84dfdb2d6ff6b0849feb4\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d5556b8f1564cf5b47dc592f00cd3e3\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1a47734e31b24ff7b45924aa98790201\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d982eef7f8d45cead1bb7bbcc79b826\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8cb5ff700a5b45cc8f7b5500cf0ad14a\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\91de2b16f938434d97eb0a40f52b3dc2\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61e8dad440e44b118a0be71ab4ac96b0\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\162743c500bc4657a0d9bb1f011df65a\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c42d21a87d344dca9d06466896141679\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\578fe284ff134aa389f60c5bfcf25afd\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cee3dfd66164426fa91eb93531a7642c\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\45a792c10f2e4b448c260dc35dd37a20\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\36c53f0404a44ab2b60a467fb494da17\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9666f0dcb41441218f946b767142f755\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c80396b2a784409295d1e6070a99d45e\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75eea2c56a304288a52b852dbd4b6864\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\187c66b06bc64bac8cc850b6d06e38bc\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba5b70a319fc40b994124f5abf7a1a3c\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fe301c65a16423b8f369e8a5283ff89\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4e528c873164ed19013fd9c47dd3ec1\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfd774cd59ac4a7f9ea6475bdfc005e9\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddb462c27d5a4ca18d12416dca90709e\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\03419903adba420289245b762f794924\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f0cde7711684e0ca103b7fba4ca53cf\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\66f9dc26755d4a40ade8737e3a28cd12\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\15fa3e152edf48e49b3fb07886d9351f\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\add48c5aa91d476bb01e5fb0a69fb7f5\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f6daa8b9fd3446586055c1fb2742620\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74ebdbf3acf04e6798a3b541a5b6bd28\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8eac6438a5480ba6f66c7cf8cb566e\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fb8e45912934f9b998f2b4eec17a860\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62ee841bd0ce4cefafb593358fddfb8a\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d2d55a5a78c40a79d191213a414103f\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0468dd143c3a482180d9b2dc9ef2e707\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2a0a42b251744318bf8f76817ecedcad\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d9c9cc39879424595c2a48d4aa6ad4e\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\059d9969cbbe4a98b47e3ac4b9cd9553\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ba05780d716419d8421c09cf74f62cb\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\997825c6706047469eac922d33d6f944\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c17f690bbaca4c18935fbe8f33c5a937\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\724885ed4a43474fa773e56ad33f097d\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68d876bb01c042c495290822209f948c\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62227828741e4ec8859bd4d4a80e79a6\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f7eb4b1c46545da8dba0d5196a6d613\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3bf6c3621db74098991ed6ab8786029e\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c89ca58b5d674b14b89b28800d47e139\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6839e06848fd49ed85f55089e25e943a\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\..\_external\1\LoggerMessage.g.cs"/>
<Compile Include="..\..\..\..\..\_external\2\CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs"/>
<Compile Include="..\..\..\..\..\_external\3\CircuitPersistenceManagerSerializerContext.ComponentMarkerKey.g.cs"/>
<Compile Include="..\..\..\..\..\_external\4\CircuitPersistenceManagerSerializerContext.NullableComponentMarkerKey.g.cs"/>
<Compile Include="..\..\..\..\..\_external\5\CircuitPersistenceManagerSerializerContext.DictionaryInt32ComponentMarker.g.cs"/>
<Compile Include="..\..\..\..\..\_external\6\CircuitPersistenceManagerSerializerContext.Int32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\7\CircuitPersistenceManagerSerializerContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\..\..\_external\8\CircuitPersistenceManagerSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\..\..\_external\9\CircuitPersistenceManagerSerializerContext.g.cs"/>
<Compile Include="..\..\..\..\..\_external\10\CircuitPersistenceManagerSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\..\..\_external\11\CircuitPersistenceManagerSerializerContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\..\..\_external\12\PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs"/>
<Compile Include="..\..\..\..\..\_external\13\PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs"/>
<Compile Include="..\..\..\..\..\_external\14\PrerenderComponentApplicationStoreSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\..\..\_external\15\PrerenderComponentApplicationStoreSerializerContext.g.cs"/>
<Compile Include="..\..\..\..\..\_external\16\PrerenderComponentApplicationStoreSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\..\..\_external\17\PrerenderComponentApplicationStoreSerializerContext.PropertyNames.g.cs"/>
</ItemGroup>
</Project>
|