File: Microsoft.AspNetCore.Diagnostics.Middleware.csproj
Web Access
Project: src\src\Libraries\Microsoft.AspNetCore.Diagnostics.Middleware\Microsoft.AspNetCore.Diagnostics.Middleware.csproj (Microsoft.AspNetCore.Diagnostics.Middleware)
<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.Diagnostics.Middleware</AssemblyName>
    <LangVersion>Latest</LangVersion>
    <DefineConstants>TRACE;DEBUG;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_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="..\..\Shared\Debugger\AttachedDebugger.cs" Link="src\Shared\Debugger\AttachedDebugger.cs"/>
    <Compile Include="..\..\Shared\Debugger\DebuggerExtensions.cs" Link="src\Shared\Debugger\DebuggerExtensions.cs"/>
    <Compile Include="..\..\Shared\Debugger\DebuggerState.cs" Link="src\Shared\Debugger\DebuggerState.cs"/>
    <Compile Include="..\..\Shared\Debugger\DetachedDebugger.cs" Link="src\Shared\Debugger\DetachedDebugger.cs"/>
    <Compile Include="..\..\Shared\Debugger\IDebuggerState.cs" Link="src\Shared\Debugger\IDebuggerState.cs"/>
    <Compile Include="..\..\Shared\Debugger\SystemDebugger.cs" Link="src\Shared\Debugger\SystemDebugger.cs"/>
    <Compile Include="..\..\Shared\BufferWriterPool\BufferWriter.cs" Link="src\Shared\BufferWriterPool\BufferWriter.cs"/>
    <Compile Include="..\..\Shared\BufferWriterPool\BufferWriterPool.cs" Link="src\Shared\BufferWriterPool\BufferWriterPool.cs"/>
    <Compile Include="..\..\Shared\BufferWriterPool\BufferWriterPooledObjectPolicy.cs" Link="src\Shared\BufferWriterPool\BufferWriterPooledObjectPolicy.cs"/>
    <Compile Include="..\..\Shared\BufferWriterPool\ReturnableBufferWriter.cs" Link="src\Shared\BufferWriterPool\ReturnableBufferWriter.cs"/>
    <Compile Include="Buffering\IncomingRequestLogBuffer.cs"/>
    <Compile Include="Buffering\IncomingRequestLogBufferHolder.cs"/>
    <Compile Include="Buffering\PerIncomingRequestLoggingBuilderExtensions.cs"/>
    <Compile Include="Buffering\PerRequestLogBufferingConfigureOptions.cs"/>
    <Compile Include="Buffering\PerRequestLogBufferingOptions.cs"/>
    <Compile Include="Buffering\PerRequestLogBufferingOptionsCustomValidator.cs"/>
    <Compile Include="Buffering\PerRequestLogBufferingOptionsValidator.cs"/>
    <Compile Include="Buffering\PerRequestLogBufferManager.cs"/>
    <Compile Include="Latency\AddServerTimingHeaderMiddleware.cs"/>
    <Compile Include="Latency\CapturePipelineEntryMiddleware.cs"/>
    <Compile Include="Latency\CapturePipelineEntryStartupFilter.cs"/>
    <Compile Include="Latency\CapturePipelineExitMiddleware.cs"/>
    <Compile Include="Latency\CaptureResponseTimeMiddleware.cs"/>
    <Compile Include="Latency\LatencyContextControlExtensions.cs"/>
    <Compile Include="Latency\RequestCheckpointConstants.cs"/>
    <Compile Include="Latency\RequestLatencyTelemetryApplicationBuilderExtensions.cs"/>
    <Compile Include="Latency\RequestLatencyTelemetryMiddleware.cs"/>
    <Compile Include="Latency\RequestLatencyTelemetryOptions.cs"/>
    <Compile Include="Latency\RequestLatencyTelemetryOptionsValidator.cs"/>
    <Compile Include="Latency\RequestLatencyTelemetryServiceCollectionExtensions.cs"/>
    <Compile Include="Log.cs"/>
    <Compile Include="Logging\HeaderNormalizer.cs"/>
    <Compile Include="Logging\HeaderReader.cs"/>
    <Compile Include="Logging\HttpLoggingRedactionInterceptor.cs"/>
    <Compile Include="Logging\HttpLoggingServiceCollectionExtensions.cs"/>
    <Compile Include="Logging\HttpLoggingTagNames.cs"/>
    <Compile Include="Logging\HttpUtilityExtensions.cs"/>
    <Compile Include="Logging\IHttpLogEnricher.cs"/>
    <Compile Include="Logging\IIncomingHttpRouteUtility.cs"/>
    <Compile Include="Logging\IncomingHttpRouteUtility.cs"/>
    <Compile Include="Logging\IncomingPathLoggingMode.cs"/>
    <Compile Include="Logging\LoggingRedactionOptions.cs"/>
    <Compile Include="Logging\LoggingRedactionOptionsValidator.cs"/>
    <Compile Include="Logging\RequestHeadersEnricherServiceCollectionExtensions.cs"/>
    <Compile Include="Logging\RequestHeadersLogEnricher.cs"/>
    <Compile Include="Logging\RequestHeadersLogEnricherOptions.cs"/>
    <Compile Include="Logging\RequestHeadersLogEnricherOptionsValidator.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.AspNetCore.Diagnostics.Middleware\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Diagnostics.Middleware\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.AspNetCore.Diagnostics.Middleware\Debug\net8.0\Microsoft.AspNetCore.Diagnostics.Middleware.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Diagnostics.Middleware\Debug\net8.0\Microsoft.AspNetCore.Diagnostics.Middleware.AssemblyInfo.cs"/>
    <Compile Include="..\..\..\artifacts\obj\Microsoft.AspNetCore.Diagnostics.Middleware\Debug\net8.0\Microsoft.AspNetCore.Diagnostics.Middleware.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Diagnostics.Middleware\Debug\net8.0\Microsoft.AspNetCore.Diagnostics.Middleware.InternalsVisibleTo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\ref\0e066a8108b5406b87daa308ece252a5\Microsoft.AspNetCore.Antiforgery.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fca79a8df5c34c3388fe7aec7c3eadfa\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a976de2d852b4be18797039d3480cbd4\Microsoft.AspNetCore.Authentication.BearerToken.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5430177ea17f463c924d75781f8a733d\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bbf1578ff4ad45b99f1af94939f5bb45\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bcc53b6e7bce43f6a3dd866b93f166d3\Microsoft.AspNetCore.Authentication.dll"/>
    <ReferencePath Include="..\..\..\..\ref\acee4650cf8848c7b5b539d2161bf7f9\Microsoft.AspNetCore.Authentication.OAuth.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d92cbed371644b53832f39a268bc3d3e\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\03ab72291e8643b1a7768171a187b8ac\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\28f7ed9ace944f83bbff66cd1cb94892\Microsoft.AspNetCore.Components.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9dca6d52b1904d249a4010c0648ec02f\Microsoft.AspNetCore.Components.dll"/>
    <ReferencePath Include="..\..\..\..\ref\73d640c758aa4bfd96cde3b6c5cc492b\Microsoft.AspNetCore.Components.Endpoints.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78fffd2e43f94ed1814a8ece9833ff43\Microsoft.AspNetCore.Components.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\803d0d21ee0d471e8fbe3c78df521bb6\Microsoft.AspNetCore.Components.Server.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3f2f8d0c65104eae8134fe2c8a6279fb\Microsoft.AspNetCore.Components.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\712751e896af446a99a72257e6e014e6\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c2b5435712af462c807b9c70d4479030\Microsoft.AspNetCore.CookiePolicy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f3552ac7808144789c687f051da235ff\Microsoft.AspNetCore.Cors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\91d1a17fa1ba4dd0a2cc7516bc3336d1\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e515a536387b4aa79703c3b20b48a13a\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aa531e43cd8f49f5a6dcceb275d9d6c7\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ac38f7f823eb47aaac0504fa93d90562\Microsoft.AspNetCore.DataProtection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77245996676f419fb6db01aaab8f5f22\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b3d283a72184922ad8b2ed6e76a0fc6\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b39741fe00c4b10aabc4ffc851a1694\Microsoft.AspNetCore.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d2a732c40ee446d4a6b62fd0cfa542bc\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8b896c4a20424e57907100d94fb9d953\Microsoft.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d4a0ccaa54bd4fc4947a19ac9e28a2aa\Microsoft.AspNetCore.HostFiltering.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e7bd22c67fba4edca9268da625f2bbf0\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ac0fc8c8070149f69a44b7617a547367\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe82e91844f5442f983872437dbc3b53\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5829a9bc4cd04bcaac369807a209f3ef\Microsoft.AspNetCore.Html.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5fe30e926a2b4bcc904dcf34af6de4c5\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\302b2e754b2942d4b766c0d6fc338621\Microsoft.AspNetCore.Http.Connections.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\df2deb81efe145c8814c83ad2f05a19a\Microsoft.AspNetCore.Http.Connections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8056e4f0f46f49f199dea9444b5383c9\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4b1ad3e15857420392f259ddfd1b9091\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\28f8ddc2757344c4beb664b4eb6efa51\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f70981244f9843fe9d0750b0fa62429a\Microsoft.AspNetCore.Http.Results.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e88d851dbc3467eac6e342536be21dc\Microsoft.AspNetCore.HttpLogging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd95b4d5738947ce8b979b0b8a486cc4\Microsoft.AspNetCore.HttpOverrides.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9ca21b82bdd54cbc851c03bcb75be383\Microsoft.AspNetCore.HttpsPolicy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\eddb0b60bfdf4e778e2892222eea3a2a\Microsoft.AspNetCore.Identity.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c969b8031e0d4cdca83b09330e038ddf\Microsoft.AspNetCore.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\522ca87d85734429b23e918cac313247\Microsoft.AspNetCore.Localization.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bfa904f82fff4eef83fef73c52dac69c\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\75ca5b213cf6473e9419d206b8650f1d\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7b5f284bf3c1433ab41501d764e3f0f9\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b30352a7fbf042d4a0fe410fbdfc44db\Microsoft.AspNetCore.Mvc.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f7d765016cad4ccd8dbff1320353419a\Microsoft.AspNetCore.Mvc.Cors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ea3fdcaebb824d57b5ecf03920dca780\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b82834f8fb4e408bbbd6c3a6be74f02e\Microsoft.AspNetCore.Mvc.dll"/>
    <ReferencePath Include="..\..\..\..\ref\36ad471891c648058826364235bc37e3\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d7a6de9d7f914e419a3932b3ac70fe9c\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8cea7d9562ef40b4b0d97701a6352bf2\Microsoft.AspNetCore.Mvc.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9afe0f160eb94d0a971c2dd8255156d1\Microsoft.AspNetCore.Mvc.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\ref\edfe605afbb84bab8beb899e23c2e83f\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c371c1d8355d44e28cf9ebf3d88e0b5b\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b1afbd6cbdaa4827bfb4138e251cd7ab\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe2f10d24dc046559d5a03578b83774b\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c16b28e2042490c8b9c4c44c274f978\Microsoft.AspNetCore.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\26da254ba69f44a3abe85e1ee14d065e\Microsoft.AspNetCore.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8feb5d06610c42e6808caeea5354fa76\Microsoft.AspNetCore.Razor.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a0415d16f57c487f9f0eae856a4f5b71\Microsoft.AspNetCore.RequestDecompression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fba317b2f08a44ac9b91de1909c46e76\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6912f2bf1de5470aa80dd233b64d7a77\Microsoft.AspNetCore.ResponseCaching.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8ea9d91c2fc64a97905b4bb604cfa105\Microsoft.AspNetCore.ResponseCompression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\955a0afd253049c194a2ce2e5bf75450\Microsoft.AspNetCore.Rewrite.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c4d7bab965d495ea4557d163bad8384\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\406c617f9e2c450f8219f453b8789c7a\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\177e6f49beed44ad8ef1f2b070f5589e\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\..\ref\279fa1686eb94872b851d1c59823525a\Microsoft.AspNetCore.Server.IIS.dll"/>
    <ReferencePath Include="..\..\..\..\ref\14f3edd5badd4109b6a841b953774418\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a190d61aae4842ebb9ce940465a07af3\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\21af64c6ef0d4d0095839e7ab6a03594\Microsoft.AspNetCore.Server.Kestrel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7f4de01ceda64358b3cf298bfd33795b\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\243e3a8119f34070a4ad7220754ef8b1\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\49ef1fd0a1ca46beb8032691e2079396\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8fa57ce9db746c9bb9241ad81672960\Microsoft.AspNetCore.Session.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8444c446e9c94a04b9a3d8e7432a16ba\Microsoft.AspNetCore.SignalR.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d595438992444a1ca4776ebad1e85dcd\Microsoft.AspNetCore.SignalR.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8c5d2cf30d40499684caa435c7a0a85c\Microsoft.AspNetCore.SignalR.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b65cdd51539411b9b65e12ad80b84bb\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2331ad3468134dd181449b7b1e32b57e\Microsoft.AspNetCore.StaticFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1d7880fd46df4ede8d9712d6c35a6995\Microsoft.AspNetCore.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9224803dcbdd472f8a4531b5390133a9\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e6116af585324b53941da3fb20eeb122\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5efdad74607842cd850a5b84fc9ae41f\Microsoft.Extensions.AmbientMetadata.Application.dll"/>
    <ReferencePath Include="..\..\..\..\ref\41b71c367e6d4916b4b083248ce75112\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2d1dd788ba8e458a8ce64f11c0a139f7\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3ab28f3740d944d3b1e3f51aeadf3794\Microsoft.Extensions.Compliance.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5e64f77980974d5398c854ff790281c4\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b238ea320db4c47bdfd51f402c0b128\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\ref\03e81270231448e590908fdc8eba02d9\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\ref\705965660dd145199e0ee495db8beef7\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7be727c500f64a919fe679c2f0447ad1\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e28fc51e7cb84ec880454d9290698349\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a6c5947b0bb542f1abf20639bcafe2f4\Microsoft.Extensions.Configuration.Ini.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be3a01b9902f42cf934eeb46bdd4c3e3\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\157b5e10835c462eb814fc3770ff43a5\Microsoft.Extensions.Configuration.KeyPerFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a81d5defe69448f488a793ef2727e45c\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\afc981ca9adb4b55a2193d00bbe30049\Microsoft.Extensions.Configuration.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\736a0efca0bd40e8a73dd0cd482fc469\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fbff5a42d43c46b19ef94f87460ab74e\Microsoft.Extensions.DependencyInjection.AutoActivation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ac8383bb36ea4d4888ba79a15c335210\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ecbe64a49ddb4b3a98e44d2d31fb9f3f\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\df4868a6ae4f442894707487cda17dd2\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\432450d20d184903bbd1bed5160e670b\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\210e3d60b23c454e9a05421379b32196\Microsoft.Extensions.Diagnostics.HealthChecks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7474580dd22c4311bf98298c2e7b9d32\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cac2fb15dce34c88b9986aa2d50557e0\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\41d1d2772c8943c191b6e0813e8c8c20\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a19eef7576384eff84a187b42e227f55\Microsoft.Extensions.FileProviders.Embedded.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c961893b4fdf4a09b6db8b0d5978424c\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1a4bb5e6a62c4f5c8a3350d4ebb252a1\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c8fc8b1a739c4fdb8962b9aeab567e27\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\40586c2f281043eaacd17716397d649d\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c16ee0aaa762439aa620380ea213f9d8\Microsoft.Extensions.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\54ff2ac94ecb4727b6525e57719b1937\Microsoft.Extensions.Identity.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7d0c7cbd5a634631ac5effbbd97f4c96\Microsoft.Extensions.Identity.Stores.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2452dce33fea46e0907612b1cec57739\Microsoft.Extensions.Localization.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\783f28c39d8645b5b84ab2cbc13129a0\Microsoft.Extensions.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\62528861e1dd450ba48289c7c5969e46\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6828fefdd78242a0abcc0b2df6350c1b\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b4f573e2ea249bb8440009b25b7f5ad\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ff7e19012e8b44eb954d9a74ad3535fa\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65f0fdd25fcc4fb48b779f7dba0c2e52\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\ref\644c9f5d2e3b4e24833c401d0385c89b\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\65bb2c25bc3f4724827ec1ad9e333ff1\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b819d2e312d4999bd3c67852d2d7364\Microsoft.Extensions.Logging.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7747ee2b536e4d7bb9bccf13589a0e69\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\813cf62be88840579739a00f03f88910\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0a185f0d938744d4876befa8004eb9fa\Microsoft.Extensions.Options.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e0c11efb6f22467da16fee6909ae2d1d\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6df596555a1e4013b436038f4a0ee06b\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d8c7f567b18945cf99066c2ac417b060\Microsoft.Extensions.Telemetry.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d2cf604e343144a5a7bf510189b696c0\Microsoft.Extensions.Telemetry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e26579c36007421496926f17b1a6880c\Microsoft.Extensions.WebEncoders.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0bf730151a244e4e800a3b3d184d2905\Microsoft.JSInterop.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aa63283470b44737b129bf8a1b22ecfd\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c027ff3f6bc44f1d92c1edd936eb1010\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\965d2294252d4aa59d29b0ad9806b603\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6c4493e8dac84d2aa27ab601b69ca410\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d820e805f0df4980b6969fc4ff23ef57\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\ref\59e187a3fcfb4b71a9b05351ad2bec3d\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3504557e16524b1399dd806718ef133e\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6a0e84df957a41ed8cf9fcb47ffadc1d\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\ref\33bbc73b88204f3ca8e915eba7c25216\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\ref\064426fc7ad54d5581660fa509bfbb18\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\ref\54d8724903e9464aac963ce831cee942\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78ca594217ad4d48981f7d833e45af1c\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f7924a74cb5f4e56864ab3438b2f1cef\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f265f9423c504a59bb91cfc236086c60\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\ref\41c8df87986949d1ace820dc7b8f91ce\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2b76d20a107540fb99a317b1bc885117\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d20a5b64c9c0423fb58c6ef2bd427061\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9abb24f3fcf498e9f9bd23055c32366\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\ref\43a7fbdfa910421fad0afad3bbc6e63e\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3ce7ecf4ad1f4809b61149114f5e2270\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d0e216b5e396459b88d9077c037d2b84\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\46d6b6ee1b584b349c2e0c30bd8ff932\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\ref\69a2847850c94c679f8cd3f492ed13a9\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad4c2d0729eb4a0d8acc651ed124985d\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\ref\200f66faf8194b0ba9295fc23710edd1\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fb5ffae8c9aa43c4a75012a73656773a\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3e976434271d4263b6b88b36cdabfb11\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f9a592509ecc4e37b0eb5c28abac0411\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\ref\00eb081f6dd9486093082371e6398e22\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ec66b33f3579497e82f86b78860c2d8c\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e14c5cecdff54b71858691e91761411c\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cc95e5b7c36f435a97804a9e2a1d90f4\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\ref\54ea7b7d30c147f190ba77ba9861bfe0\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e50571f91a144106a860548732820524\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e9f45921790646a4b9ec75f172819c24\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\ref\59919792b9cc4fb1839e657c20e72ae1\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b5320c95588d4f7eadcfff6b498e2c30\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\78c8d85e02aa4131a65eebda8540cf67\System.dll"/>
    <ReferencePath Include="..\..\..\..\ref\166ca60fe5ba4902a6e12c6aa3cec782\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dcd67ca05d2d47f39d43991358d8db8e\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\42a18606b5634cbf8f4c60f82fe69868\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\71477faff27740bba958614c51726e35\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3286a1b8acf94a1d87ef06ee0c6a4574\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f1e4581eae9b4aef9ba8938971141b80\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c278cb5dce634615979b7fd30138d5d1\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\460c1e9009304f9b87b7a44bc60119a4\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f51efb0909124762b9fbd8335dfb9bf0\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6bc02a3e8fc8409faea34281a28f8f0e\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f2c6ec9e175e44feafc9b1bf5b57d4bc\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8155222fb14747839a3d311980052e59\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7e5cd5b2319948a4830e7aad56048517\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\ref\99441fcd439e42569ab9b7a94e6908d1\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6f2bd57d1a5b45568df8b0d0ab32ecf7\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cadc007616a94150b7843e0a88e3b59e\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c77b8ea848ae4c7e9b1021e00e1aa93e\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ae03f68662a94b5681c5bbeeaf5d78cd\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\ref\933b718da9ae4716ba7e74310cf8e1f9\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9c6b7465d9784e9494fe5e671a3833db\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\974d1d23750544fea0eda21520fdd48f\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\ref\37f366da54b3419ead8d48ee71be472c\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9b0e88d3bac94397b251c44533218ffd\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\ref\166905701d5c4e70828e6e4f3a80a3df\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cf83337c7fe74a339be65f4e4fa0a4bb\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\562abf693e0f4be6944e6f81428709c2\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b26a830cbb3e49e0bc2700df4d418ffb\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3ed7c3871f9340d29a959db4ee2550ca\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5cac27962fb9481ba20c44b5770b4c67\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d0777d8aa7cf4a88931ddf94cf98b112\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\ref\20f955d01e034df48edc6f34ad797c6e\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\ref\08cc3a1f4330478791d5fadce9d032c3\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\46389048ddcb4383a83543e57448d548\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0a0abc697b194b2391e54c1159653a69\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0b5b003b96a74239b9f8dc42e96ece22\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8a189e5f43f4497e9671cf0c0ab553be\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\19ea03c9139047db82f0d52f2cb6f318\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c50d3bd8f292481caa293b883270128d\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\df332b81319744a796b5df5951dfc5a0\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2a6d7cc2251e4d1fa9cff6107f266738\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dccec44977c34603b700f6edc3d5c923\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\94dbe37e2b5b40ae8d14ff36872faaf0\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\ref\81a005129a774e3e8a8a9150e06c7962\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b136001fba794fd9b78dcbdb7c903a51\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e41cf18644984c6fa4a4a0ad9f8742bc\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c6983124ab824e4284e6cf1e3404819c\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dc67c49aee884cde8ed00ac5e5d76d3e\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e814122f00d846cda1e01cb54ef01f8b\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cca2a31e7cc34166854e7ca07c16577d\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\928cb946313a4daf8fb7779aab549424\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a1780f83e821472fa0f8e5318732bc52\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c8cf81e505584800a50fc37670ac7327\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\ref\907a5f1b8f424c568223695c8cf4e348\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\ref\dd0bc9432c9845bba886139788e3d3cc\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\ref\0ca4ed77eed84f11b7e27f68dc9c821c\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa100b4974be4d9b90ce2d38df028da6\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5c4e81195b39441a88eaf75b012c123d\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bb50d047a31640a69941945e7d830488\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a3f25890bab345528aeb4fac8477d368\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\80d98ac451184ef4b6391b529f5a98d9\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\060a5c038e044ce28e696dce73dac3b2\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ad0cbf4f020f463b9c768e6034dfa4a2\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\ref\cfc31bde0ba74291bda2b844ea61710e\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\661545b009524bc5b912764211061391\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6a51806f2d3b4bcc8343b47c74600dab\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4439da9790a64b75a8c98e86a8f7201b\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\ref\1b40d706e4b440d49f73139b9588ba57\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8534c17c0b83458a8629b4edbf14e4c3\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\ref\c2f95306cacc42ee9e886d763d5754ec\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\ref\330f58d1a128449c874581e39b62859c\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d983111d983f4303809e8b3b9492cd93\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3da8e5b42e804e47ae0e4d2d0490d62e\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8f6a3602cdf4088bacfe02dc5d80a41\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\ref\14317f48511947a199ab50f4064d0dce\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9db180f6c6374004a238a7e1791293c0\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a614b47f0b554f1f94676b6369f4f69d\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9d5df5684cff41c7995f13f40818dd04\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\48e1ec4172d645639da6c97e17d7dc15\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\94ccdad2270c49b997c960d87b05dfbe\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\be99f31dd7514009857ab7e33d8d0009\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4055a7b0c36e4e599ca0c81d85910267\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6b6a507a443a48e29cf5e647e735256c\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\ref\bee515f5d28243a5a9e440ab77f7f278\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\ref\aa02031294c64795bb132b3651354da6\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fa079e5631774fa68ba88a71f917c948\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d8c93c7c6377462f95c5dfc3e7fa8aa8\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e789400c93bb4fff8d359ad5ac546942\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fd28a0de76a74b938586c11ef59efe73\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7732bb5453f24c958d5bbe3707d7963f\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\ref\97a1c70740074876b47716aa886dfcfc\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2c9ed94e4f5b4476954f7fac129c2384\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\ref\09e82af9f5cb4411975e9bc283e672d8\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fdb13f7e055b4df59d38c5341338299d\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e7f774dac97a4c1c8223f40452489ac1\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3913054c6498434d9aeacf1eb2b10430\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\f5a9d01fd3564db0ab4829a624b206e3\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ce2b7b98cb0d432db941160683f76d1b\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2c77cece15904768b4d315b809d8ccdd\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5a8d63004c2f4b439889d8db2136665c\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\4aa13bffa0f64d1a878397a3ae075fa3\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\5f875b5c9fe14946a94b025291e2a384\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\ref\2225639599884bf4b8d2932be972a673\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\8e18dcd805d248438a44c68d95545dfb\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\ref\226e2ab73aa2488fbf4d135b8f5df04f\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\ref\16cff2cf9c904f0d96805243135738d2\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\ref\efbd69a866db4850baa65985bfaae72f\System.Threading.RateLimiting.dll"/>
    <ReferencePath Include="..\..\..\..\ref\29d932dabf794c77bbb10ff6418f9e14\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ba4e86a7eafa468ab6f503b5496ea2cf\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\ref\e361f5e76e354d0aa403e713c3a514f1\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\04c0c65da1ce41f2beef1c25be914767\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\ref\567bb1edc9364cc3b4cd6e00c9fcf711\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9347828e43b94231a1ec192c7cb97229\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\ref\250075f6bd67487fb5e175d88c4e1783\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\3b3e061a5200485ba8fb7424607441aa\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\ref\b6ba6170a964476495719640112a77e6\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a8cf56d928284942b0a85ebd4d8c04c1\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9235db111dd24414906b6e2b9c11f62e\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\ref\935df8d58a344811926ef8cff2471d93\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\ref\a3982c6ba5a6428c9b4c970c75b68c3a\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\ref\7647b81babd949978c752ba1dd8b7b4e\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\ref\d9d118862bd2402e817ec52694efd74c\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9cf0835b94704f0c96fa736cbba326ad\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\ref\9af976b9954c48f8968335fb9d3db896\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\ref\897141302a084692a6313461d9de093d\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\77865fc8feec4ba4882aebce1b125112\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\6d2a8ee51d3e4effbcc4a8c01b07d1d7\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\ref\fe4bed04ec4048a5a0c9f8de2df8d233\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\ref\ef0948bc5e0a41f787da79d70c54b631\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\ref\18d6dd6df4bf4a74be04bec4a1ed4aea\WindowsBase.dll"/>
  </ItemGroup>
</Project>