|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>Microsoft.AspNetCore.Components.Server</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<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\DefaultInMemoryCircuitPersistenceProvider.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\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\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\a4d11afe1df14df3bc2f844d285f4411\Microsoft.AspNetCore.Antiforgery.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\151341b15df6408ab0d71409cc9bd091\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c21c876aa54e482f99b6ff7c6bd93e94\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\96ced2a51002404486147a1179df00e2\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5dba2bc3064e44e8b985ee19a4ecaa17\Microsoft.AspNetCore.Components.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b56c2888b55415aa109ac6f4322ca83\Microsoft.AspNetCore.Components.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\809e8394dda14a1ab88479fe29f81ec6\Microsoft.AspNetCore.Components.Endpoints.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8de21af41cc84bdcb49c3745920ebf2f\Microsoft.AspNetCore.Components.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\324152d907c747e78f17dfcdc6a1a882\Microsoft.AspNetCore.Components.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed60eba05b7c46eebd0c55263515e2d5\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16f3abe709f44719875e778a4f29d26d\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bea7525a6e5c47cc8247b2de3ef216b0\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\981e06ff31034991ac4c7e7a06d6234e\Microsoft.AspNetCore.DataProtection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b6b3f725f944570826caec8f59e7968\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe77bc6cd0694f4484050f76d10241d1\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e7d6c8c274b947e4944df63a82cd0537\Microsoft.AspNetCore.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\db9277fe6b13483589173c70dca7934c\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9b9fa75c1082459fbe38e7116fb0cef7\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\725935a0133e47d7ae9a5f1a508cf659\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3853642ee82147928fe44287f98fe5c9\Microsoft.AspNetCore.Html.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1d25a0e3a5442e19fbf257b1c889796\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\307b889d2d8945dabd4c04cc114f03cc\Microsoft.AspNetCore.Http.Connections.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f1215dd2e214cbf93b9a35c47c56fed\Microsoft.AspNetCore.Http.Connections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f3e6f9e97ae4ccd8bb7f0539441a337\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd6a66419aa34510809f132d6c752d7e\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f08c07c6ac5a42589848834fcbb73fd1\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47789437be1a482780f2ab437e99949d\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf4e7d74ab714531adc3e221f2dbf447\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c43752307be74d5db53d5ed019cb6939\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3549ba5ad4b48f2ac9d5aa7b9b9c0f7\Microsoft.AspNetCore.SignalR.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3c260bd49c04f3390f811ad7ae08acf\Microsoft.AspNetCore.SignalR.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\48982fdce8e147e79eaf21f72d6aff91\Microsoft.AspNetCore.SignalR.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e831c8b663f49bfabbbdb5761663d8a\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf7f72c0491e4fb68b8afb3bd0d2d2dc\Microsoft.AspNetCore.StaticAssets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56303c04b93340958205567e0731b674\Microsoft.AspNetCore.StaticFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b969fa0c9e1444b9af7b2e117ce419f8\Microsoft.AspNetCore.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\abd821ae1258461584bd988cbeff87d4\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d1a49fe403749e691ac5025a77818be\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f77a40c72e542f0b35ab7bc173c1f92\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ec0b872ceed4708a6907d6dbba7f4d6\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fd3a16a28404574b38e1f22cdccb111\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc1e653cc22b49cfbb0ef392518d8dbe\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f12eb27b14c47f1bc5acfa6d5a3353c\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84644f26b9be4bc498a9fce6dcab769e\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58bbb73ca2f247d6abeb15397582a165\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\076b0e6c47ea4a60a6343fd12b1580e8\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f15ee37965741fb997fc4b5926b6174\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\58226fc40d4d4516b553dccc1a6dc291\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b034f578ead49c3bccfe344ece4ea52\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab8e6e2900384f5ca23ca6be9d9098ef\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fe50c1e804d442d78143db14bb3fe16b\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c664c7077eb5456290577b82ab80c52a\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7392daeb8bcc4645b9f7205fde11a520\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f462b2be25fe45e388c49847e950fcde\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4875d294f95498bb02379c360148343\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73441840d8a74bdc812ab71b0401c7a3\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3fbe61365154ddf841434711aacfa09\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\72ec1f47de4b4544989ef91e7bf95fb1\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\80fba88223584bb5b68e54eb1952ec6c\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2fe861a881d471aad683705d4a375fa\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d98d0b8976f74fa283cffcb90cff2e58\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\730750acb1dc483ba35893e3f6923bf2\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eaef8b8b13aa4edf869ec5c82963dbcf\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c0caaa2d784840d793431934abd5487c\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\847c11f182e64acabf84841d5c10ea30\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\293a1c7080f444419f1a7cbc2e46001b\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\072c769410654f07a7b33b89cdca06e0\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41e144e440f04891956471c67db17160\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c04b777bf7574961856bf4097029bc8f\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd58034b6b7c45179b5bbdfe0e8cc2c9\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5bfa627d9a945c98a32a1fbbad3c686\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2acf9926079947cf81576c84eca92ddf\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b92df3f7dd1f4479b5c73f5083facf82\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4630f86bf0884ba59acf1c82dd480993\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3631f904101b4e5d8f331cb5dfda788a\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2d51975eaf9a4f84a97f153d3ebb0787\Microsoft.Extensions.WebEncoders.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b5b469483dfa4352a04f8eaddb939c11\Microsoft.JSInterop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9940750addff4e1f8152a6a529c1218a\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e3fd9f580b94ad3868934ba4554db0e\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1bc7ffcc2e7b4fffbaaa7a3290cc26a2\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c76f4954abba44e68fe4bc348468949a\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\13fa5073292e485eb9eb5f28044c89a0\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41dbf5d6fe654e2481ea20d967112be8\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\772ca27273fd4ed699c850561acb296f\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30d1f3d89b71481bab1fe0ac675fd059\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed3c3b8cce544191b2af883f988835d8\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2875d91854745798014ae4f2a7baf68\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c73bf6ceb51840d987e3a1a01a5ebf82\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a526ab9571c42d4a9db29715c27e650\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\deba2e46bcc34119862b86ca381fff39\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3a4f07d82ee24dbcb2fea3614971a1d2\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acfd9eef572549ad94e43f947623ae7b\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc4ed4f1e9f141eab78993f4d8291384\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63782030508f482eb72c43017ab620e5\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8ce5067c28f14f4caad12772022f42e3\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e9616d4ae3a41f48f78cc9574c64145\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\451808edadf84e99b24936e5f01b76b6\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\542d94175ed34da08a883952e80008fb\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44a0edca365d4e0fa97783718ee5a2f8\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19c3b29b9da14a5090f021b960ca71c1\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c9bb728ccf2451b9d8f78b2f2e53cc8\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1c7e648d2fc43dea9169ab6ecc0ae61\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\739e66cf38684f328c715d9e30fbc479\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1a485d7493a43208546d0690e8ad26c\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93a6779d8483447fa58cdf634e99bade\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c66601b1410c4f1e96be548269c38bf7\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d72f4fc2bae84d7e9bc8920e3a13cc61\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb953391da9f4adebf9530d1e25bc02a\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\acc7d57412f84ca4833ea0b305adbac8\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e71ef536e0144049cbe31897e83ff25\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34e9985e1f4b4890a115bd071250e39b\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6683f37d980c445091dd42e222b10feb\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2dba61f95f1f485381172e704e3938f1\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c3b6b6383b94757a57fe82edb985d16\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27258c78858b41278c11f5c26b24d6a6\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea1667abd1fb43b98158ba1ab7ecc4cb\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fece84c8fa742bf8780fdbf8502e7a5\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35e4329f20d645839be4f1299e9a3f46\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dcd1b595bd9b4bb993f70be328376e35\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fd9c76ed48224a37a0ee11515e243d35\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8dd019b9c9047b58901089e64a1f841\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93b07995009444998c57a7212a76ee94\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e3e647516cbe4873b4f5709d41f12e20\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88940d4480bf447f9da82209f3546f4d\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b584d73f4a34195b34b909da04cf8ad\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23a78f8c672c4a8d903a78b2e356c567\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab368c0ab8d94f8bab6c2b5efc41bb4d\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba995209421e4e47801abaeb43c8fb22\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\79079f3ae7b248098cde0eac7e873faf\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9545b5deb44640759b09b14a463d9ecd\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2320c878e39b4ad59f12ff8ee9ab27de\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\480b7e7979f84e95ba8cec33dc8a5555\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32e6a5b3d9d24341a4a486247ea7af74\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f3d6e8603964a4b95aa48c8f72434c9\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8a63d48c587b4ecdaa3989341f3a7831\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3c956eb313d44138cb97554b52d5597\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fab357730de434bbd2e3101dc4b613e\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d589db4f7fc44a74b42b0eb72459789a\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\456f754521624036b4c2926dbaff0b96\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7fc79f446e3249cc848ced98d7ee68df\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f7dd9b8655c4e0490ca0a6a3e3fcbdf\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\638f8e187b8748efa55c7c51b8623769\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16bc68ee8f114a838844391ac2cc52e8\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9bbd60a565744c4198452811c90bdc64\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\898816fc1f4c4d1d9831077782b28f46\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e60731382a65458094c6eab63e296698\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\31a97accf90d45bf9626f700a6f0204d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4ea840189e24258b1986faecd2f1356\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d52506f072844779d9880f86f3b1060\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\197d44e061cb41f9afb1d6caa141de33\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1ad57e29f50479993fe5a2880e4060c\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1298700bef0140158f919fab86602b72\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a834c846f0947faa03defc3fd9269f4\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e692587666b4ec6b42fac72b747ea1b\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9c12f68e6f464c5a8aa0d17208994074\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3662d3bcf7a9415f91991f8a33bbd724\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8b20699565247f3aa69cf6ea4ed661d\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b6c90e552ab048d1b7041ba02f5d2820\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c92a2c62c4d8444485d8711806ddb94a\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\722c4ffcfd524353bd96dc3144044b88\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\972fd0251b7f44f783cc0fbfdae96c7b\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\121cb3c0903d4cefb4273984c6d9f0cb\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11542438c7e3470a9a70709b56d67c11\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4230f74e4ec742be8843f6644fc1562e\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b463baad49b14eb883b5a9eea5eb0cce\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f312bfa5b48c4786adb96850b9770f14\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a7db665cf82e41cdbeaceaa1c717d67b\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\23712cf4610b4834a348a0ae8152e81a\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\add655e3c9514d4d9512d28b03052ee5\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87be3301466d44ce845faa8735636304\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0d7c3f982ac54ca9993b578a67f492e1\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7948d5bad6c04516aa69efde3c69ca8e\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e82fa4b2baae4ca6b3451fb19d450c7d\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba12651a86b64427aa6dd9e218269b41\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc3ea0e110aa4f8d9235295657b8adf3\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c038375063834e9ea3351ead472ca723\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8470cb22eca43849a0c967e038e6a4f\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7958ecf31fac4950a597a47afd38432e\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c898575fa2474be09e493f9b787a27cb\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\725e228a768344ffae497618ffe22227\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\70e4f298322d4f919531f7c2b1bb2266\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\003c0e69a2c54f999651f517611d2aaa\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ed511e65ac184d2da3424f65d72d8305\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\863df9c9c4fd46bdb345a63d1ecf77b7\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf67111634da4e87ab7a5463a8eae9a7\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3a581b5da6f49f98906ef140799e89b\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\728e22796d2244938cfd88b354b21524\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1cc0cb8388b6454ab2bb18c725ba5e90\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd968f374eaa489eab0dd894b854f4fc\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3f1b8806a4574a68a46717ba51455d1f\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec9048f86b6b434d8049011fa65db2a8\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cdfa880d621e4abb90cd9e98e621186f\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e2ff0f6d84d49c1a6a6ef9fea18bb3b\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9f173aac37c9428cb3652ef6b54f847d\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f4f7c520e3e4160ad21318327f9dfd9\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\471e176d98c54927a541e1f25067602d\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\62282a0943ff448ca9f4711471282f1a\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fb1af406b8b949a98fa49293f04b5b83\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f735017a4e1443f80f9a061ceef1509\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\47b7c0b793844d6da8652cb1962c5717\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53c2285842fe4078a3488611f6504ddb\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0c34f0e32e474f08b231b20468668fe2\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\290d9e0c021d4ae786fa94fc3e573134\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb42de3fceee4daf821e18cf7155ebc1\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5bc7aa4d99c4356b3e2fb6761575340\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\928d2a1828884cd8865ae5c75d23d81c\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4465f20cfdf24a3084f037b19006e8a1\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5afe74e54e74418970d836e428db614\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6c8f289387d54cb4a0e4a4056e10d5d0\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a06a29f406c34dbf9431f46f08a98a85\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bf8b83cffcbd4881827a4531355d828b\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0df801a788dc46879828d88c84726236\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\892d96b2e0cf4b5c959748099d94873c\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4cf331f3ce545a8b7715456f7de840b\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3b49f536f9094611be571d93a0c059d5\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\38617cda941249e4b217659be084cec6\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e0fa127e35e4004b17e7f2c81576897\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3d674cae0cf48f9a0c2a3464fad0525\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\861e09cee6ae487e834d16cb92c1b851\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\014dba9c66984844ba67071145ee8702\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\88dd4f5afbeb44bd822228d37df174e5\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\627fc40ffa7442c39cdd929f7778c6a0\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68ac774f82dc4813809f247047cfba06\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\978b7e30e2ba4346aa8bbab6f23d1606\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5746afbb36d44481ad806202640ced98\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c55c1095cf5d4d439e9182b296bd4e07\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d0465f415704095bdd50c03e951711b\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85fbb7487d4c46b4b19dfd7c3352d5f6\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ce958a43f874741bc3763b5bb2c4c5a\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8d027e6e6ca54ca5978829afdac1e554\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\738bb093b869434e9622077e724418c3\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\030c5aea31a14fb0bb648dd63529675a\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0dbd2b172c664df383e3d85442f8af00\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b42fa62c71924f95970a217da22d1b1c\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\41ca5e0931ea419b940afb9f2e0552aa\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9e922130d8c948248831f99456a7541e\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ad32bc43b6d4e4398427b06a74c52b2\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\486390a411f74a5ea773ee9588342aef\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\661ed8889a564a13a0189a806b5b2445\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5d17691c9eec4714b3d3959329687ea5\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e73da63df6fc4d89b7132b05cc82e4a7\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7745981eb19a442e92f638a439d2e69f\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb3a8e480a8a40568345184cd6fe7e36\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6b2fe7b58494868a544747fb6eee413\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\49598b72d7614998828e80c490af2ee8\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a64afd243d544e62b9812dcb4f9f40c7\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ff33147594640ffba9535fd3849f007\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3578efe2d89e4fce85e4b3e9530210f0\WindowsBase.dll"/>
</ItemGroup>
</Project>
|