File: RazorPagesWebSite.csproj
Web Access
Project: src\src\Mvc\test\WebSites\RazorPagesWebSite\RazorPagesWebSite.csproj (RazorPagesWebSite)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>RazorPagesWebSite</AssemblyName>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_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="Areas\Accounts\Controllers\HomeController.cs"/>
    <Compile Include="Components\ViewDataViewComponent.cs"/>
    <Compile Include="Controllers\AuthorizedActionController.cs"/>
    <Compile Include="Controllers\ClientValidationDisabledController.cs"/>
    <Compile Include="Controllers\RedirectController.cs"/>
    <Compile Include="Conventions\CustomModelTypeConvention.cs"/>
    <Compile Include="CustomActionResult.cs"/>
    <Compile Include="HelloWorldWithPageModelAttributeModel.cs"/>
    <Compile Include="HelloWorldWithPageModelHandler.cs"/>
    <Compile Include="ModelAsFilter.cs"/>
    <Compile Include="ModelHandlerTestModel.cs"/>
    <Compile Include="Models\IUserModel.cs"/>
    <Compile Include="Models\RenderPartialModel.cs"/>
    <Compile Include="Models\UserModel.cs"/>
    <Compile Include="ModelWithPageFilter.cs"/>
    <Compile Include="ModelWithResponseCache.cs"/>
    <Compile Include="Pages\Antiforgery\AntiforgeryDefault.cshtml.cs"/>
    <Compile Include="Pages\Antiforgery\IgnoreAntiforgery.cshtml.cs"/>
    <Compile Include="Pages\Conventions\AuthFolder\AnonymousModel.cs"/>
    <Compile Include="Pages\CustomBaseType\CustomPageBase.cs"/>
    <Compile Include="Pages\CustomBaseType\PageWithModel.cs"/>
    <Compile Include="Pages\CustomModelTypeModel.cshtml.cs"/>
    <Compile Include="Pages\Filters\AuthFilterOnPageWithModel.cs"/>
    <Compile Include="Pages\Filters\FiltersAppliedToPageAndPageModel.cs"/>
    <Compile Include="Pages\Filters\TestPageFilter.cs"/>
    <Compile Include="Pages\Filters\TestPageModelFilter.cs"/>
    <Compile Include="Pages\HandlerWithParameter.cshtml.cs"/>
    <Compile Include="Pages\Localized\PageWithModel.cs"/>
    <Compile Include="Pages\ModelWithAuthFilter.cs"/>
    <Compile Include="Pages\PropertyBinding\BindFormFile.cshtml.cs"/>
    <Compile Include="Pages\PropertyBinding\BindPropertiesOnModel.cs"/>
    <Compile Include="Pages\PropertyBinding\BindPropertiesWithSupportsGetOnModel.cs"/>
    <Compile Include="Pages\PropertyBinding\PageModelWithPropertyAndArgumentBinding.cs"/>
    <Compile Include="Pages\PropertyBinding\PageModelWithPropertyBinding.cs"/>
    <Compile Include="Pages\PropertyBinding\PolymorphicBinding.cs"/>
    <Compile Include="Pages\Redirects\RedirectFromModel.cs"/>
    <Compile Include="Pages\ShortCircuitPageAtAuthFilter.cshtml.cs"/>
    <Compile Include="Pages\ShortCircuitPageAtPageFilter.cshtml.cs"/>
    <Compile Include="Pages\TryUpdateModelPageModel.cs"/>
    <Compile Include="Pages\TryValidateModelPageModel.cs"/>
    <Compile Include="Pages\Validation\PageWithCompareValidation.cs"/>
    <Compile Include="Pages\Validation\PageWithValidation.cs"/>
    <Compile Include="Pages\ViewDataAvailableAfterHandlerExecuted.cshtml.cs"/>
    <Compile Include="Pages\ViewData\ViewDataInPage.cs"/>
    <Compile Include="Pages\ViewData\ViewDataSetInViewStart\Index.cs"/>
    <Compile Include="Pages\ViewData\ViewDataToViewComponentPage.cs"/>
    <Compile Include="PageTestDisposeAsync.cs"/>
    <Compile Include="PolymorphicModelBinder.cs"/>
    <Compile Include="Program.cs"/>
    <Compile Include="Properties\AssemblyInfo.cs"/>
    <Compile Include="RenderPartial.cshtml.cs"/>
    <Compile Include="Services\CustomService.cs"/>
    <Compile Include="Startup.cs"/>
    <Compile Include="StartupWithBasePath.cs"/>
    <Compile Include="StartupWithClientValidationDisabled.cs"/>
    <Compile Include="StartupWithoutEndpointRouting.cs"/>
    <Compile Include="TempData\SetTempDataOnPageModelAndRedirect.cs"/>
    <Compile Include="TempData\TempDataPageModel.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.GlobalUsings.g.cs" Link="artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\RazorPagesWebSite\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\RazorPagesWebSite\Release\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.AssemblyInfo.cs" Link="artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.AssemblyInfo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.MvcApplicationPartsAssemblyInfo.cs" Link="artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.MvcApplicationPartsAssemblyInfo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.RazorAssemblyInfo.cs" Link="artifacts\obj\RazorPagesWebSite\Release\net9.0\RazorPagesWebSite.RazorAssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\d6d56ec02eee491c870afc263687df86\Microsoft.AspNetCore.Antiforgery.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8910bb574c5848068117d2f7590c7aea\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\17996c2293fc486198e561510701c99b\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2643e342695f47259376ef8757067037\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8b79420081264e80bc29cc5871d7cb7f\Microsoft.AspNetCore.Authentication.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f56ee0d6d8f7411aa8a8cd47eff4a3cd\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1b73127c59b74edd97e004e8236041bc\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c5e8155d592b4587a2f8cb1cd074d143\Microsoft.AspNetCore.Components.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4299ecbe707b411d8de5b19b1ff44874\Microsoft.AspNetCore.Components.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c4a6c79664f49fd89912a36510dd04c\Microsoft.AspNetCore.Components.Endpoints.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\577136dcd523457089fcf9050461faff\Microsoft.AspNetCore.Components.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c3f7e9b458a244baa4c33012deb25c37\Microsoft.AspNetCore.Components.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e4f1c803878d4155abd17cf03a181546\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e96177ad871d4e9196964b0e321943e6\Microsoft.AspNetCore.Cors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c3b63ef1918b4d618d88f5dc83284a35\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b503c2afd66043eb906956329165c83f\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1ebf0375ba984b0bb18ad6a2b5b72060\Microsoft.AspNetCore.DataProtection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b6c916f0a0e14a49afc884d364785f40\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\056d4774eac54c0381f49db8ff43909d\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f64e83f3e5c41489a38e5d7082ce49d\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0323ff1ed11340438ce55799b8817169\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e23bcf6eab44ea794a50f425ee7748a\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\425cb7c9a92048588c6cca106182b59a\Microsoft.AspNetCore.Html.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b1d02abd358a418799090490f8a84b05\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c5188abc15214d30a62404dce65c9cb1\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\565355ba662e467aaf0e568b5e5d9387\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\382cafa33d4242658946c5d718ac4363\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4fb7efb5f6594bf398ceb545e121f778\Microsoft.AspNetCore.HttpOverrides.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5ee1c85525444ed09edf30fa211fc4bc\Microsoft.AspNetCore.JsonPatch.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b17deb41842f42fd8cf3248b04ddea0b\Microsoft.AspNetCore.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8079033f4c4c4c9c94559d6642b30038\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e1e46ea32ee48b3964e511cc02027fd\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d4c7079c100b47c6bf7707049bbc1de0\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\82eb27982d2b4a858baee5333c3651f5\Microsoft.AspNetCore.Mvc.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\694e1ae98e3942caab3b80e7bdb32297\Microsoft.AspNetCore.Mvc.Cors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5129a8874d56416ea1b6863211a6bb9a\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\33aad666bcb146c6b202fbfe795bc7da\Microsoft.AspNetCore.Mvc.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b99f9d8e233c48399afd985e55095425\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2a936375b66f4a15ab3893291612e0b5\Microsoft.AspNetCore.Mvc.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\add91a5809da41ad89356e6911325461\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\40bf94dee13e4158bbdbf33e584a428f\Microsoft.AspNetCore.Mvc.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0f8f74259d224a1bbc203f63e3948625\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b239bfbd96bd403f9d8e673b7a77ad45\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\36f0aae8673246f6b44dbb4fc2209f1d\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\09e0bab303a94a13899741169520bd88\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\462f15d9b01541dbaf2bd731c284d4ff\Microsoft.AspNetCore.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ba7e887a75aa4fbe84694e7bdd6929a2\Microsoft.AspNetCore.Razor.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5cfc526d38484b2784c549fe108b8aba\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4a26e1b83e3b4404a711094ee5242b7b\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7b3045d8550748a7aecc82ea1cdf66cd\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\88aa9f222b25461cb800546400ff58c6\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\36fffae607e04555b96c3bb05cc39be2\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d1145c35e64d4a03a1ad886a5774f23f\Microsoft.AspNetCore.Server.Kestrel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\debe2b5984b3406ebddf0e3f4f8ca876\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\821f69d3e1264c79abe2e8fd2b1aa19c\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\afd8de8430964c6289d74553a726f492\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0a28ecede0b14dda8da010dd9bbff1a0\Microsoft.AspNetCore.StaticAssets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4e96a9dce4f94b119a7cd4d381c2529f\Microsoft.AspNetCore.StaticFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b466af2e91ec4a17bced66ed0300c955\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47f462f08e854d3a940c26b7c4d82c9d\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9baed38540914aa18eaea3e2d8279020\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\007d66c4bd444296a0fb17ccac4e99ac\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4544e1c85a7c4eceb79b65532a1bb4e9\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\75dc47882f1e4a5aa453a046080035a1\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f727098d4a564fd6913d7418d4b22282\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ca5af52888fd445cbea7b7b296453d73\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e4d3b5a760f648f99fab7556153c4396\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ee8ce99292f949ababdb83584c0673c9\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26ebfa4e517c472a9388a9aaef48a944\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3a6117a779c64d59973e683816716cb5\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\178484bb071c408c94109e3cfb585011\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\efff49f78dea47118baf82134bba0539\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\492b17fc2302418aaed4e39a891c963b\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\64374bb2459e463e9b42b2878920d524\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\83736562e45a465d9395f94296e2762f\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\109bcd80323a4ceca3a78905315e0b60\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c152aab0a624722b2b0bb736d4bbcc5\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d16faa0bfe234b29b72847f14fa3938a\Microsoft.Extensions.FileProviders.Embedded.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b3c971a961e146979f1ce085fb83151d\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d33bbc356ecc45cd90b84506892ef684\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\94596598e8a6445b9b5e4fe62f3b729c\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c7d760c8e47d406a960a0c43edea3598\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\68b08e7eb4e4430aa993881468edcd23\Microsoft.Extensions.Localization.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\734c3ac5a6ee45e89df34612615fccf0\Microsoft.Extensions.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0a7ff7c319184abeb95f845d8f9c34a9\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6dc290b3e7e94fe8964c74a13895e269\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bde7252afa7142f1ab46709bb56d9c4d\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\295f86d1ce8745018a925472f78fbb02\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0b75fc1d1dba4669a5d0f8749fdbafb7\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3c6b220c7f614686b4ae9d4623883a7b\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5063d91f9cb04058985108601195d94e\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\db779b722bb04166a41fbf59b1f4c27f\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\77335977ea464fa78b794200ed973fbc\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d2d2d7b4f6f4466abfa3479c5034e897\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa704ee21d4344b2956428520d42d52f\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5ccbcd513ae04310a346c9f8a51463d4\Microsoft.Extensions.WebEncoders.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\35d0a9112a3a49d49bbce72bc789d7e1\Microsoft.JSInterop.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0ca69d373993474b8dcef6fbf0533610\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ceca3e673cba43f4be1ca3af20e9efcb\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0618e7f8364a4f64b7efc633c26d9362\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9878b924cfa44cb9835c5684476d5272\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\41278a8000354b31836a7864a4d08622\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6756d8587f2242a3a481c6a819349fee\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\18c6f75b2476463aad55086512e15918\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c31d5487f3e4c21bb3fa39d930bf623\Newtonsoft.Json.Bson.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\abd72e4aced64636b0f321367aedd37f\RazorPagesClassLibrary.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26b95dcbb5c742dba09dbd4107eab07f\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26c62a2367f4499cbda5d90eb8141ed6\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6986e50a236044a9b6cf3c7dac8e6e9e\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e2fa5ed79994704914d277b948e9568\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6c8f9ac7820a47729b737b72d8be356e\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\583ecc0c44ce43da82f52321cd249f75\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9a0c7af617f744dbb2517e91f555f588\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1e9c7d2d3e784beabbb3f9f18825c1b2\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\16b34f3736d04669b666517f92540516\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\34b6b343fbf5485282c1f59307d9ed2d\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\969e3735ea884c83ba1d5a6fbb589204\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aa76ec834cea44bda0afd1ee32d1cf55\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3aac3fdd57c74f55a0264cbc5a6d7429\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c35d12e384e141b59bb9bbe581b90292\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\72f931040d464dc8869fd579fe2be828\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87ff83efe3c44acfb105de9ede35bdef\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e1551f6ffa52494e888c3332b4499d1d\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\edb96abde2e24d62aca552591ff65445\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dbd4bda754124f48b613405ea21b9b08\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2e2b056df15945eeb9ec57041167d18c\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\04ffbd3e69b3493c9c63264a2e3e8e98\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7ac0851af99041a5ba67bd3dce60a39c\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ac3ad3dc75cc4fd7bc2eb6afb3ddf8b9\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\de5b4e8d85d94736866beaaefd82a2ff\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\35e55ce0c51a4eb9b73b8c797e20c26b\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\379be0aa5557409a85ed1d28627eca48\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e7c9cc7290d04a70b0803169c1d08cbb\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a9fb67bb44c7410d8eed73c0b2f3db0f\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\76229314c0f04b41acd92d139b0c6d6d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fed243999b36497fb4d16ac4a3414061\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8a510188c4694fbfb28e6334696fe4c4\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\24876f7a76bd415bb0ef46dff164ac2f\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3f5e8796938e4ea98b0dab779f25d996\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8f52a335ccfe4ab6b1c7b53d749d5e8f\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\be00d843035d4f38a22569735c6a6115\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\31565ef02286497a93ace22a712b988e\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bd664797aa974f0196b4b20484582be7\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2037748e1d284e50b287012f47eec4bb\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3d0fb02665a741228be73199f7248b3d\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\035650b423cb427c8cb0b5f235e3b25e\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\492b8297b23f49d0a1fe274a9d6d9a8a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d9e481662d6540b1ba48f52b2d0a4328\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8b068f2132fa4475803c8dcb705a654f\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5c0cddce7aee412181c84ab17c05a99e\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d6ff46b239294af7b68496a923b9cc6f\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c539700ee6f94875b8d6d2847b470268\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8a54e4d7182b46ddbe1ef8345e6bd812\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c84d37b8bcf24d4192504efea0ed62ed\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bfed198477074b3bbf3ae03e36b05947\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dacb4e55a2934a27a9ffefd17de7df5c\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\856476aed1fc4e23becc117fd60e03c0\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1cc3647fd77a4156aa6007091b0ba5a8\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\bc24f1358e484e499e61406e5887aeb9\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\aab33d6160a34544890428a39fa0c606\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4f9923edd2a24f9e868a4e05561a865b\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02c24c4a2e1742288caad22942d1e8c3\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f173501cd5fe488a81583ee03c01fe27\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\956ea634b4114a40b1f724875c2eab55\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\13e5da4783f44defa28665a4c87ee81c\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\200ced15d3724bb1bbb2611d38d4d6aa\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9cb90fd8e1e741d396ea29b6fddd302d\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\18e5d734217d44198c6b6c789374304c\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e12bfb5e349a4d6cbe3e775686e9a514\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3b275410fb2c4d9ca47f90e047e6f0de\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\afd2278add3544d5bf9304a769da703a\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d2cb80cfd2704fa4b803a894ff6c4c02\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\80834825bcf04549bf365fff234fd055\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2da36c3100af485f8ef67f073f7e0d22\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e532b44b7ac40f794eeb0afdfd53442\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c0706e6eedea4b909e01eb8edd344410\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4a62cd9bdcca4b999ff908a1da12a4f2\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7eff89fb28b54a60abb1f7dee059fef5\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d0e1aa5d440c422aa90755487ef189b5\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5e94ea6b602c436baf890070c429abcb\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\871231fbe65b4b36abd5887e49c99959\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b2f8cb2fc5644c0ca82f646f3c885c89\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\53b82df95fb348c89a31c4c7026d83e5\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\78d904c49fff4e5e910c88f761d58a56\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3dc03d166b314af9964030c2103b9628\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\190d2a1ab0624e0f98b532d35c90236f\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02088e83ab3c429e966f53a40469d095\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7a47e477a2844219999c879861df0619\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa969ebca8d04602b0bb5babc403789f\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c69cc1b522b6414ab4f84084d12a9440\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9d9ac4d707e040e88e09c4d6f9dd88cb\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f6fe57f6ebb743c1b525319ab6a67aaa\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e1eb0ee8e0b84be398dadaf3298f7b57\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5274957035f64652a70a7ff2639b1dd4\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\76e216419435428da0677758abf02748\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a360ac8f6cae4aedaa63771ab8885a2b\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\02a3bc9c291a48c1ad1e8cba744a7d65\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f5de7365e1594c6892322a0b5641a68d\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f89888c83869405693278b4f486cd0bd\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3e06bd181d14457ab1907cc31ba74e40\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d3e010e5786640b78a65934c7aed1426\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2f4f20a7638b411982294e11b74c218c\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f5410ded72974a6ab859c5675769b172\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d710b3bd3cdb47d1a37e0de40904cd45\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7e480e8333674855b38491cd9e9052a5\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a39d62aa847c4d8bbb2ce60975cca73a\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\55d6bc2aab7245f89ad54637b4e3c3ae\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cbd63b053441409c829ec163e7cf6016\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\dc6c0f96ec8b422080376664c869c8f1\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5ed6e446ebfc494f91eeb41bcdcc11f6\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\37a0d59c21f84085ae7127912c83e5e6\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a53db9eba0c6418d86b9f9d9dfe7ddd0\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3192419aef0d4b33842bec37f62124b9\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4fdbc2ccb2a74da4bd38489b4f947cc5\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1453eff5411541a19387e14a67df1817\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e33f43b27f2645e0a4376ac6832fc927\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9971e8b6434f44268ce82fa05c2f0890\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1a9e62b0f9d54c20b3d2dbc82f8d668e\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\07fc07187b8b482b99fc66ae4bc38f4f\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4c9c7b001d1e4f89b2f54d1487aa710b\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5a5fbc229cb9419690a62f6e507cc39f\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d41eec9bc6bb4666b6f9b3b49f70409c\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\74066ce105734384a3b4978ae7c1d301\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\451c2258d8a445c799317d33cc3ca936\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e27f088d3dd645729f751348892bba34\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f8b6c3948b074b6c9e75196d7baeff19\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\cfafede331fb41b9a1d531fcac3c64e0\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e344fc0b796449278e586b8b06bc3bba\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\2159fc27d35241d9ad95aa6c97823fbc\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\19268f564d5549edabbfb3a1cb75fa7e\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\fa687fc4eeef436299620102626e4219\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d48878613638452ca47493229094b733\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ef3cb816e21e4a10a86958b5a501f6cc\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4b9c4a86e1bf41ee9e58bfbf15c4d070\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ff7a12f38cc64b2298afe6069291eea1\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7bcb87403f7c45789e9be773f0fdc159\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9e6d468863aa4ee08ad983624e4908db\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8c352fa1d7054c299cba6d974aa875db\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0cee5f082ec0496fa1a517eabd9c9a92\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\233f295ce2994c8b8d4b8ba81e33fd3c\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\59ed5e7f9f0d4d988d25802642afc1cf\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e7bd8e8b5f0348f2aaf9c47797218233\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c0f42c778f074c3bad7d7ec1ed4dae07\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4b0b49f7b0d74f3c93f9ac59b10afac8\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9aa9e2249bf04979b5fc5d2eb8636e54\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\e0d639b5eb604d208678e56fa3043aa1\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f860968342ce4bb0aa5f0e34cc40d347\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5f31ba1aacb549c0bf8fbe54f2068b15\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\9d5a2448fe4a47e8be3ffa22515662e6\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\4ae4f2114bfe4df1867b7bfe551b0e9d\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\236478e6c2cc46f4a800abf08b76534e\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f482cbafd60f4b2191c563203ebbd983\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\967a3fbafa1d4c148bbd54abf51c5a2a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\53e2c408df7e4fe1a828caa750b50896\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3947ea5ece2a4e45a2798788b23880cb\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\57c42789f80d41a68cc50b4cfca2eaf9\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\881a1688dc344635a38933f552b60813\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1c57bf175ba24e2f830d58d84ead6898\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\d30cf6a2a2b24e89b7a6446449b7a9d4\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\57fe0f0483b044279129a872ef444f7e\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\7fda1a6d006840168552fc3f0c6b4ef3\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6ba6cf8deead42628505635b50753d64\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\3455476ef5424bfda68737ba64dcb65e\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\c9d63ce61acd4a7f841877798694e28c\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\22bfbc6e473a4362b0ca5574532ebbe4\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\8e80afa537c0408c9736d7a354f8f600\WindowsBase.dll"/>
  </ItemGroup>
</Project>