|
<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.HeaderParsing</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\Throw\Throw.cs" Link="src\Shared\Throw\Throw.cs"/>
<Compile Include="CommonHeaders.cs"/>
<Compile Include="HeaderKey.cs"/>
<Compile Include="HeaderParser.cs"/>
<Compile Include="HeaderParsingFeature.cs"/>
<Compile Include="HeaderParsingHttpRequestExtensions.cs"/>
<Compile Include="HeaderParsingMetrics.cs"/>
<Compile Include="HeaderParsingOptions.cs"/>
<Compile Include="HeaderParsingOptionsManualValidator.cs"/>
<Compile Include="HeaderParsingOptionsValidator.cs"/>
<Compile Include="HeaderParsingServiceCollectionExtensions.cs"/>
<Compile Include="HeaderRegistry.cs"/>
<Compile Include="HeaderSetup.cs"/>
<Compile Include="HostHeaderValue.cs"/>
<Compile Include="IHeaderRegistry.cs"/>
<Compile Include="Metric.cs"/>
<Compile Include="Parsers\CacheControlHeaderValueParser.cs"/>
<Compile Include="Parsers\ContentDispositionHeaderValueParser.cs"/>
<Compile Include="Parsers\CookieHeaderValueListParser.cs"/>
<Compile Include="Parsers\DateTimeOffsetParser.cs"/>
<Compile Include="Parsers\EntityTagHeaderValueListParser.cs"/>
<Compile Include="Parsers\HostHeaderValueParser.cs"/>
<Compile Include="Parsers\IPAddressListParser.cs"/>
<Compile Include="Parsers\MediaTypeHeaderValueListParser.cs"/>
<Compile Include="Parsers\MediaTypeHeaderValueParser.cs"/>
<Compile Include="Parsers\RangeConditionHeaderValueParser.cs"/>
<Compile Include="Parsers\RangeHeaderValueParser.cs"/>
<Compile Include="Parsers\StringWithQualityHeaderValueListParser.cs"/>
<Compile Include="Parsers\UriParser.cs"/>
<Compile Include="ParsingResult.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.AspNetCore.HeaderParsing\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.HeaderParsing\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.AspNetCore.HeaderParsing\Debug\net8.0\Microsoft.AspNetCore.HeaderParsing.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.HeaderParsing\Debug\net8.0\Microsoft.AspNetCore.HeaderParsing.AssemblyInfo.cs"/>
<Compile Include="..\..\..\artifacts\obj\Microsoft.AspNetCore.HeaderParsing\Debug\net8.0\Microsoft.AspNetCore.HeaderParsing.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.HeaderParsing\Debug\net8.0\Microsoft.AspNetCore.HeaderParsing.InternalsVisibleTo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\ref\e0130af4c66b4d20971ec3ac64e9400c\Microsoft.AspNetCore.Antiforgery.dll"/>
<ReferencePath Include="..\..\..\..\ref\1dcb718b3f5d4167a9e9c540a703c681\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\77056fbaaba944caa9605e9a33a29b43\Microsoft.AspNetCore.Authentication.BearerToken.dll"/>
<ReferencePath Include="..\..\..\..\ref\2040a3cebdbb4a41ba75127188afef86\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
<ReferencePath Include="..\..\..\..\ref\bef11329a5704cfb9ecc4010a0bf49ea\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\476a61e7ae8f4023bfac85fac9ee33af\Microsoft.AspNetCore.Authentication.dll"/>
<ReferencePath Include="..\..\..\..\ref\5238199a7ae54280ad93f8883c81fcae\Microsoft.AspNetCore.Authentication.OAuth.dll"/>
<ReferencePath Include="..\..\..\..\ref\c0ec8c0eb77e4b9fb8a7e8b44022c2af\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\ref\44b28d2b0078458385f070a4a88d9b0e\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\ref\c0f87319aa3846f0aa383a3c0bddf28e\Microsoft.AspNetCore.Components.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed52c2a3867f40b3987a1abd71fbe6a9\Microsoft.AspNetCore.Components.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa33fab5a4b04a30a55d36a151042a86\Microsoft.AspNetCore.Components.Endpoints.dll"/>
<ReferencePath Include="..\..\..\..\ref\3b31165e0d4c4778bde1b0122d34310c\Microsoft.AspNetCore.Components.Forms.dll"/>
<ReferencePath Include="..\..\..\..\ref\78ba21dbf77e4871b9c97bf88bd39f14\Microsoft.AspNetCore.Components.Server.dll"/>
<ReferencePath Include="..\..\..\..\ref\d909b7a54a5147c581088fb400f8b0d8\Microsoft.AspNetCore.Components.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d46ef1ee2bc42bcaad318c307c12fe6\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\6bf16f1dd64b4f688fc4da9e7c03f7eb\Microsoft.AspNetCore.CookiePolicy.dll"/>
<ReferencePath Include="..\..\..\..\ref\787ae68ec441410b8f31b5d06b8d6c93\Microsoft.AspNetCore.Cors.dll"/>
<ReferencePath Include="..\..\..\..\ref\ddb1c231bc2f4580bf3f8d5d9cbd513e\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
<ReferencePath Include="..\..\..\..\ref\0dcd353b596545a0861443c3fba97aa0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/>
<ReferencePath Include="..\..\..\..\ref\a01c0345b64a4f9ba5cbe1f91bd4d7c2\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\73a956ccd1e74b008dfd66f5327c1e71\Microsoft.AspNetCore.DataProtection.dll"/>
<ReferencePath Include="..\..\..\..\ref\00e9cbbbf7944cb68d3894a482d91358\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\3fe96f56a3fe4aa09d2246b72d419f2f\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\6a113a5b775544c5a7734e7cbc331fc8\Microsoft.AspNetCore.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\ref\67a094a7ad4043099fbaf36ba3d55edf\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/>
<ReferencePath Include="..\..\..\..\ref\91e8b5427f6840f39bcc040a33a2bfa7\Microsoft.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\ref\b7bb9fab72ce465ca6d12d346a7b501b\Microsoft.AspNetCore.HostFiltering.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb309498f4344c2a84d5739ef7507e8d\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\33da153da05f42bfa15c69191c53bc16\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\ref\e68d1810d701486dbb1a6a3e1b4a5497\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a6fb7b18fc34be38ce871e4fcaa63c7\Microsoft.AspNetCore.Html.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\bfc7d7d0d2474fad9649245aa5c54cc2\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\5a451ed8e018437f9fa74e23a2a90042\Microsoft.AspNetCore.Http.Connections.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a74aa3f295a492c90fde766379561aa\Microsoft.AspNetCore.Http.Connections.dll"/>
<ReferencePath Include="..\..\..\..\ref\57449cebffee4c5b9a18b7e12a267b88\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\832fadddf65b44838b6f353c3b28b2a8\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\74f39281e95c484c953243ee3785d479\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\49ae7aeabeaa485dbbf691c25228fc0e\Microsoft.AspNetCore.Http.Results.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a1720f713334917a8a9f932929b9b99\Microsoft.AspNetCore.HttpLogging.dll"/>
<ReferencePath Include="..\..\..\..\ref\f33892a9a00a43038fc432e47acbe551\Microsoft.AspNetCore.HttpOverrides.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc395f1895f64233ae2fce11f37fa548\Microsoft.AspNetCore.HttpsPolicy.dll"/>
<ReferencePath Include="..\..\..\..\ref\b3ddf64a556948b4a9d46d16b9c0d501\Microsoft.AspNetCore.Identity.dll"/>
<ReferencePath Include="..\..\..\..\ref\dc38c942e1104971a548d90f1388b1b5\Microsoft.AspNetCore.Localization.dll"/>
<ReferencePath Include="..\..\..\..\ref\6878ea0ae1a343939e0657852f6de202\Microsoft.AspNetCore.Localization.Routing.dll"/>
<ReferencePath Include="..\..\..\..\ref\1fe4ca594d0d4471975fc836fe08ff1a\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ecfa70718114739a69e01344bf5555b\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\c531a886540e429c82f4bbc35d31b249\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
<ReferencePath Include="..\..\..\..\ref\8ce691a83d3548c0b4d35b629626db41\Microsoft.AspNetCore.Mvc.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\3ebce6e6438e434bb45ad463e37b740c\Microsoft.AspNetCore.Mvc.Cors.dll"/>
<ReferencePath Include="..\..\..\..\ref\20a6bce3d16744ee8d281d9eec0013b5\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\47e0674959154869a5e51336c833adfe\Microsoft.AspNetCore.Mvc.dll"/>
<ReferencePath Include="..\..\..\..\ref\ede3623640aa4734932fba721031b959\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\8eedb5629bd04965a146e77c98bd42ba\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\3960854f92314dc3bdb5293e05514b85\Microsoft.AspNetCore.Mvc.Localization.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed968c19834543519fe3ae8e77528bbd\Microsoft.AspNetCore.Mvc.Razor.dll"/>
<ReferencePath Include="..\..\..\..\ref\1dff744eaa98478394ebe4b6c646fa0c\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
<ReferencePath Include="..\..\..\..\ref\303eafe06b46408f81b60037bfdda32c\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
<ReferencePath Include="..\..\..\..\ref\a2c9b945f40942ddb34019d9e69a9cb0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
<ReferencePath Include="..\..\..\..\ref\3e0c56369c7a4cab9cb369438750fb1a\Microsoft.AspNetCore.OutputCaching.dll"/>
<ReferencePath Include="..\..\..\..\ref\bdaf0aec4b464508a6fe648e54cf1037\Microsoft.AspNetCore.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\ref\c313bdd19a1148728852f56465f92dc3\Microsoft.AspNetCore.Razor.dll"/>
<ReferencePath Include="..\..\..\..\ref\f739e11e93c7422a850f2df85855ace5\Microsoft.AspNetCore.Razor.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\5b191896a34a414eacc2ff922f5a4816\Microsoft.AspNetCore.RequestDecompression.dll"/>
<ReferencePath Include="..\..\..\..\ref\3908531d98194bd7bbda2dc01aaac5cd\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\ea01987bc0744db38e30f31c33cf7906\Microsoft.AspNetCore.ResponseCaching.dll"/>
<ReferencePath Include="..\..\..\..\ref\2bea542bd0ae49f48976e6f09c4f17ce\Microsoft.AspNetCore.ResponseCompression.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f098cd53bcf421f8f5746eea1378aa2\Microsoft.AspNetCore.Rewrite.dll"/>
<ReferencePath Include="..\..\..\..\ref\d01a5c8ac6cc444680243fd5e50f55bf\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\68f12ba548d84f83af373b387ef403ef\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b1957e2d8514fa2bf89507b0c17a6b5\Microsoft.AspNetCore.Server.HttpSys.dll"/>
<ReferencePath Include="..\..\..\..\ref\da14d588f877487f89c5bf35bb601dd3\Microsoft.AspNetCore.Server.IIS.dll"/>
<ReferencePath Include="..\..\..\..\ref\d30753b261084b049213d50e49053e0e\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
<ReferencePath Include="..\..\..\..\ref\a6dc1f1dbe944598b845ecf22c087584\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\e4f06b35a50240b996c5a9b7fb5b30ba\Microsoft.AspNetCore.Server.Kestrel.dll"/>
<ReferencePath Include="..\..\..\..\ref\9df4698dda7e48879f9c8749513b9a28\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\6bf0a6aa006740eca40db150cb514d4c\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\3e30e67e91d342009d68f2b9f3b65aaf\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\fa376da3f4b0449ab96e6432460c9b66\Microsoft.AspNetCore.Session.dll"/>
<ReferencePath Include="..\..\..\..\ref\9b628acea68c4cf5992938507bf2e929\Microsoft.AspNetCore.SignalR.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\1162e06caf774600aeb0edba775ea521\Microsoft.AspNetCore.SignalR.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed5dfc31dcc246e6808aa200ff11e858\Microsoft.AspNetCore.SignalR.dll"/>
<ReferencePath Include="..\..\..\..\ref\227f8a9f89f94aef81c62285cb395b91\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\1ad4f64c9a88461ba44bc193f749f8eb\Microsoft.AspNetCore.StaticFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\fc5f6da5d62f4baeaa6da39164309cee\Microsoft.AspNetCore.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\a401f27b1c2143139cf09a1dce9bd374\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\ref\b6151db26f8944c2b065c276aaa8fd21\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a078e4e5b9742acb38f9166332abd95\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\f4f781fdbaea4a91b408d253b4b4fc8a\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\301eafe38f6f479ba93a751d861c01c6\Microsoft.Extensions.Compliance.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\38c5071463dc4fc98df74e0cbc3a0c86\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\02cec237d1574a3f9d2869db5705892c\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\ref\8532cb02317f4f4c8e5e2ceff4e7739f\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\ref\6f019f2208a44460b4a3d78a87f9f689\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\e26ddc8bccdb4a6b821ff48049a045a2\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\ref\86d26aa7c9a542bd896d641fd80cf021\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\21ae05c0420447f69b845e37e1fc7357\Microsoft.Extensions.Configuration.Ini.dll"/>
<ReferencePath Include="..\..\..\..\ref\28f9fc785d5142e9b857f69555e7dc16\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\fd8d89aaf61b422c9f34168f3fac0a2c\Microsoft.Extensions.Configuration.KeyPerFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\2c5cdfe66335437caa205eb19ce6108a\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\ref\eac8004a5549481fb9fde274e8b90773\Microsoft.Extensions.Configuration.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\ffb385e874f945299aa1d52a7eb20ffc\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\70b1eaa529ab4a8db398eb714de6ee51\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\ref\c613827093d14d0d8e7ad52f3fc22606\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\7b0e475e3c5e4affa4e340f6593060dd\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\ref\ac585319b6de40b5ad2303142fc0e1aa\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\eb9f480ac6af41f1a8e1165b1ef85983\Microsoft.Extensions.Diagnostics.HealthChecks.dll"/>
<ReferencePath Include="..\..\..\..\ref\151a68a0106044119795c1e95b17d829\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\ref\0608686d304a4edd837c5cade24dcbbb\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\1484a081352e41aaa713e166c348dbe5\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\ref\7713d55433b34889959cbeb838ec38c2\Microsoft.Extensions.FileProviders.Embedded.dll"/>
<ReferencePath Include="..\..\..\..\ref\d0f20eeb88594683ae9b5011949c1806\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\ref\57338f5568bf47f5bc1b0c3449325fa2\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\ref\8bde19d4a7b4437897db1492a3c7226c\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\067292c7a82446baaf180868ee443fdb\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\ref\eeb27434a82a4d6b819bc3b39cfb721e\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\4bac6c68382942b5b6cb47f62e119258\Microsoft.Extensions.Identity.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\43af5367a4134ae891ed0ba977592dd0\Microsoft.Extensions.Identity.Stores.dll"/>
<ReferencePath Include="..\..\..\..\ref\91be675b7dd04f8cacabfeba1a3cc5aa\Microsoft.Extensions.Localization.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\b27d0c48c95045d383ca4b25071ea454\Microsoft.Extensions.Localization.dll"/>
<ReferencePath Include="..\..\..\..\ref\21e4f8663cf64dbe8921f8d5952bdda9\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\bee519cb84d946aebb619f6b94e2e8d8\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\e4841054a1ca477785ca897c9d8b3af8\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\b45fc60a9b2b4d6bbad9fdfdbbce0300\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\1cecdc32623c4096bda6869d142f0ee4\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\ref\0bdef62f12604e34900a69a527c4466b\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\66b224a8866f461f9e0f81ea855a3e86\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7b4205e5eae4d38b94573a77feffa0a\Microsoft.Extensions.Logging.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\290ea6b233d444ff875febca67cc80ea\Microsoft.Extensions.ObjectPool.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\ref\3c050a7158a34e628bdf5b84af5d8150\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f90623ca3554931beb0139680988bf2\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\c37e980756a040e8b58f2512eead3e11\Microsoft.Extensions.Options.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\02e37411922d4a57afc6afd41b37e848\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\ref\b632ef1a7b214506833ae285083422c6\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\7fdd49c5c5b649bbb9b4852f820d2c5b\Microsoft.Extensions.Telemetry.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\ref\2642ed862a914391a99f606fa18f4bc4\Microsoft.Extensions.WebEncoders.dll"/>
<ReferencePath Include="..\..\..\..\ref\38bedcfe13cb4842bf0417e4d559d679\Microsoft.JSInterop.dll"/>
<ReferencePath Include="..\..\..\..\ref\27832b0e7f224f36a48df834b5dbaac7\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\ref\3c8e118cd9e14a56be1b54c65f8d138f\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\5c98a89a753f46e787154b7089ba796d\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\ref\acd01b7891cb4b54ab2e71d0ef3fbe43\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\4d28067c3427429b82c5ae7bf15c7627\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a09532e15864362933d805c97cb11af\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\ref\c3a9b43750fe4142846f7fd4b82b65ef\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\ref\3120fdd7249c4ae98c8aaf458a6b1a09\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b059c181eab4c329452949ebc9d10dd\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\ref\587cadea7dd64fc89b51abb6e8a4f41d\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\ref\964ac28263e449e19af734c143006351\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\ref\ff30f4aa62ad48bcbf396977b0100c43\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\ref\67290cd05ca74e71a6aec608333c9352\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\ref\82cfa321f74c43579b5e76ab5d071dcc\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\ref\93e8138d3e02493eb8ce1d74498cf425\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\62f9eba791c54953b64e7449d25b1071\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\ref\754090f259aa4c40a241346ad26be8a0\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b9822b23e164cf2a84ae2c83feb44ec\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\ref\20169cb74e7241c287b5d01f445973f9\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\e5ef1d0ee7154c46a92eedf1467d0aef\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\ref\82dafb1d89344e34b40e39134b6f5e3c\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\ref\f94e92b533ce4cfcad9626023d9e1cd2\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\ref\ae25db685e574ea18f34d1091dda682f\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\ref\09fcf4a152144370a4a0d073a6bd288d\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\ref\b7a75bfd843741ce80dd77cf3e9b9429\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\fa5ca2198e4f4f1d907e2904a2d25ee5\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\ref\6324392516e6460396264d17c1ae7b85\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\ref\6642f0fcfe8c40f6bafcaf7b5614ce3b\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\ref\e217802bd47244ea807b4092420aed80\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\b2300cabf8cf4bed81eb6ae5bb84007b\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\ref\3727e82b2e4d4d6db39acf08fbe15ffe\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\689b03728a37433da3534b7b7945aa60\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5ac4286e0c34422ac559861ebe09e6a\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\ref\3eb6c1b7f6e1400d987b0bd124b73cf5\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\319cff976cb947beb54e1d10a923325e\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\ref\22b19fa251f14a25aa71a4e655b42296\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\ref\eea57ed1484b4ba9b9dec7b93b71f538\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\ref\dbec3d5429954813bf3c8ac634b633c0\System.dll"/>
<ReferencePath Include="..\..\..\..\ref\1910c973c2174850a2295585561de0d9\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\ref\5479d4e578254649a7426e968c12d23e\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ba71ac0354044ea87cc07d8e6269eed\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\b5fbc9a1d137453ba91cfa8b2034a51c\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\ref\f51d06eb34a44cec99817239cb9b7a95\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\ref\e3938b40d44b4adda38b3157fd3ec6ef\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\ref\8933446a6fdf42f1a039698db44245ee\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\ref\1f005aeb70f4477186f97f46332877c6\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\9ab2d8552df34f5b99dfb323dc66f434\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\ref\e191f0bb27b046bfb89a3f0d887ec22d\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\ref\86bdc7f7c16f4efaba5210e6ed967237\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\04204d3fa68545e694dd5ca9cbe57a61\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\ref\f7961b5908ac4891bcbf1fb7a150fe94\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\ref\d9a16d7aa9d740a498bf905e58d0979d\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\1018a90e14714da693ffabf95ec10d54\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\ref\4dbf56c81b58463bba6036204ed96f76\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\ref\9259037a0951459bb70a124697be38b1\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\da6884bf38cc4146a53bf8fd2377ecc6\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\ref\ab5c6a3b53af4076af6f663281bbf005\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\ref\2a6f26dbc28f4d9eb2b9863cb6e34a97\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\ref\c88ff27cc8c249bbb6552ef9638cb8ac\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\ref\c6d2f3a200474dada436e74768497e39\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\5cd00357f40f476bbfdf6ff6c88920ae\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\ref\700171a89eaa4665838fdcc3c67a7677\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\ref\c90345983938496aab65e195d5f93792\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\9e462d0aba8f49e4967bb935b8a4d3fe\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\947a77aed1ec41bd8e3b14d2be12178e\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\bb7e9deb635b46ce83481a7ca14ba728\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\ref\d83ff203036a40ee9cb840a2e671103d\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\ref\86a46391b7324ba7a823da5bc17cf578\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\ref\e87ca2ec32184d81b84ee3f2e567eb36\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\ref\b427cde0d9ab453d9986e773e1380861\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\f26bd7cfb7ff44ba82127212455b30bd\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\ref\fbfee1da46724da699335fd5d0424572\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\ref\fb2313f892014ad5b5367f558d179c11\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\ref\757c88042cb5466b8fe689c358a8c7c2\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\d76654c615ea456c812b48dbaa527663\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\ref\4b90600c43d14f3585595789732ab7ee\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\d6c0db495683487c8a4d7a5926f48c2b\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\ref\75409881d82e4782a5f278684e2a0a20\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\ref\91833c1c2a364b16a49f484e3e3a7628\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\89fac00cf0c249f181805ff42de40cca\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\ref\b33c21878bf24cf38d5d03af263c51fb\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\7fbab577d95446d1926066cf3f28699f\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\ref\7beeee02a0694818a8a1b921809afca8\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\ref\e6177e378b124445b6b57a694c1f7c62\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\379a8f7c8d1e4c29969826376352feb3\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\ref\7100a26c2f6047a38524b6f7519f675a\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\ref\7fe6012754a3417c93af2c7823237dff\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\70b41ccf512c4851b634ec2aeb23e88c\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\ref\c46e5fb5599e45249bd6fa4d2d0dc815\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\ref\9d0a37be4fb74b4bbbf5ea6fc0026356\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\ref\1fc8edd7a52a4665ae2de56c114b1609\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\ref\ed6532e806e14c4cbe059eecf5006f5b\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\ref\4dad82532b8e4bd09a3b10ade211b12d\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\ref\7377e74ce46243a9b5b5e31c0d724d2c\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\ref\b05cd8a3eb514d79b333f5004cd096d2\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\be22d23eb13a4c8f938e931242eec11a\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\ref\d58c5a47c2c34a6b926b017e47179e54\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\58e93fad7e3e4724b78975c21f6422da\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\8244bf9aa66648a2b70c8c5beb0865da\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\ref\ee698b9d9ac742229cdba913e6353415\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\ref\5edd7fc670f7495a80d96d764df70b65\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\ref\8a43720f7f2845f3852e35aac5ec9511\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\ref\e7347b0c311f490082950b020179f014\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\ref\ae85e80ef83f4a10af2b9f0d7c4551ea\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\ref\629ab60802e44cecba1f1f3233430be2\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\5aa4f25ee130402094b726aafb6c985e\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\ref\ccb74b094896432d8b647f6248bad130\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\ref\a8c44a6a4e5f472ba61819966e7b3043\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\ref\6785070687f74c6c8111bd4571a4b318\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a2fed62c2c940e89fd3f0cfade2398f\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\ref\e0e29fb2f63c40a7a443c2c89d3dc9b4\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\ref\48bf9abb92b04d4583ef7d6ec94f33b2\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\ref\3028161103b04183a6085d891664e1c8\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\b4d08ca6d2bc4b91ac2adcd831eb17cc\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\ref\c2a294d707e341dd92e33a1e00cb3547\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\8f1f18b0e1954ffab3ddb543c2021ecd\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f7f75cf9cda4837997f8467d2255933\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\a0fba4b729e54bb695ae2cb77768c6e7\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\ref\83c90ed1a4d64bf2895bd94d294a67c5\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\ref\373731e34cdf47dc9fa53509f3f14288\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\ref\6e222cf35704432d91535699cbe27486\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\ref\6b21a560ff9a46a09f56b2ea7408e7e5\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\ref\046c6a7088964fb9a91786ba9a79ba08\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\ref\8439cbbd9ca14742b2d5b8bd29a1b1a6\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\f2fea9799daf44cbbd7deb4a55e0b566\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\ref\0017761debf3453c8daae4754cfa80a8\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\ref\800164f1b99844208aa670b78b4eb3e2\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\ref\2b04ae79277c427ca0b7cc6c4eb8e1fc\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\b32e78f0f91a450f9caad50aeb95d296\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\ref\9161077fb60542acabb491afc40077ea\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f7742759f79475e8ae8b30ac0271a56\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\dac475a352f4461b95188d5d4e29e0b6\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\ref\d6d53293a6704fb6a85bb4b109587f8a\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\4ebf8f12c7bc47cb9785af54003e86df\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\ref\a5bf5c4a093a4fe689123c5431bb9c52\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\ref\d71e79bee4894b369cf6ecd2a65e3732\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\ref\33968ce01f064f6fad90c360147bc2b5\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\0dd7340ea0254827a70b101d1f697c45\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\788c5ef6c0f8419b8448465d39a07323\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\ref\5fb2d21e92ea4aacbcef71cedc5031f4\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\ref\e13a00fcb1714a7a8336b0d0825c86f3\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\ref\399ec2a4e4e0429fa34f5692fa8e803f\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\ref\564536b244de4b3fb5192e112f731140\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\ref\9a68b07fab0d484faf475ae60269be35\System.Threading.RateLimiting.dll"/>
<ReferencePath Include="..\..\..\..\ref\7ecf12e9a98a47f08bea40cebf552fb6\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\ref\55092e43928a41938e905d89abe051f7\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\ref\aab09c019ef24754a6bcbe5c0b257530\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\ref\4a9b1c80b9914ab5bee40eef45253d07\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\ref\1b66d7f8b8d74fe19ac01c8c980b37aa\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\ref\20c4606bf1bb4b469adf2597df3214ff\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\ref\cbcda78b4b26433eb4495f8436e0bb52\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\ref\1cb4d956fef94ed8aff3aefd6970784a\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\ref\57f252768ba647beb3ab9c5c3bf183db\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\ref\aa28d691a8b248d290776b41db1e99ee\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\ref\7f4fb7d7eadb48c89677816665e1df89\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\ref\cc08fe35994945aba4e698a40e8f87ca\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\ref\6729810e6b8c4cb29943feb07b2bd011\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\ref\fbec79acb3ff429f85c0f914f5eb73a7\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\ref\2d5068d0e2fe467582157800e495afb2\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\ref\2463613a88344f1b9ae09bdaad034ca9\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\ref\fe32497462da4e31af7590395d53e131\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\ref\41ffa708a1ec40fb83d98254b83fed5d\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\5d8a4055eb064bb694487a5b5d888096\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\1c88d722ed594535ac8c67108065fa1b\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\ref\b327a231ff2546a585915d3ce4e0e657\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\ref\bd74c8a87c83493aa11ca8703b7fd13a\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\ref\1a588d1400f14e56a8859a5d5cf1cb33\WindowsBase.dll"/>
</ItemGroup>
</Project>
|