File: Identity.DefaultUI.WebSite.csproj
Web Access
Project: src\src\Identity\testassets\Identity.DefaultUI.WebSite\Identity.DefaultUI.WebSite.csproj (Identity.DefaultUI.WebSite)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Identity.DefaultUI.WebSite</AssemblyName>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;RELEASE;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="ApplicationUserStartup.cs"/>
    <Compile Include="Data\ApplicationDbContext.cs"/>
    <Compile Include="Data\ApplicationUser.cs"/>
    <Compile Include="Data\Migrations\00000000000000_CreateIdentitySchema.cs"/>
    <Compile Include="Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"/>
    <Compile Include="Data\Migrations\20180217170630_UpdateIdentitySchema.cs"/>
    <Compile Include="Data\Migrations\20180217170630_UpdateIdentitySchema.Designer.cs"/>
    <Compile Include="Data\Migrations\IdentityDbContextModelSnapshot.cs"/>
    <Compile Include="FileVersionProvider.cs"/>
    <Compile Include="NoIdentityStartup.cs"/>
    <Compile Include="Pages\About.cshtml.cs"/>
    <Compile Include="Pages\Contact.cshtml.cs"/>
    <Compile Include="Pages\Contoso\Login.cshtml.cs"/>
    <Compile Include="Pages\Error.cshtml.cs"/>
    <Compile Include="Pages\Index.cshtml.cs"/>
    <Compile Include="Pages\Privacy.cshtml.cs"/>
    <Compile Include="PocoUser.cs"/>
    <Compile Include="PocoUserStartup.cs"/>
    <Compile Include="Program.cs"/>
    <Compile Include="Services\ContosoAuthenticationBuilderExtensions.cs"/>
    <Compile Include="Services\ContosoAuthenticationConstants.cs"/>
    <Compile Include="Services\ContosoAuthenticationHandler.cs"/>
    <Compile Include="Services\ContosoAuthenticationOptions.cs"/>
    <Compile Include="Services\ContosoEmailSender.cs"/>
    <Compile Include="Services\IdentityEmail.cs"/>
    <Compile Include="Startup.cs"/>
    <Compile Include="StartupBase.cs"/>
    <Compile Include="StartupWithoutEndpointRouting.cs"/>
    <Compile Include="..\..\test\InMemory.Test\InMemoryUserStore.cs" Link="src\Identity\test\InMemory.Test\InMemoryUserStore.cs"/>
    <Compile Include="..\..\test\Shared\PocoModel\PocoRole.cs" Link="src\Identity\test\Shared\PocoModel\PocoRole.cs"/>
    <Compile Include="..\..\test\Shared\PocoModel\PocoRoleClaim.cs" Link="src\Identity\test\Shared\PocoModel\PocoRoleClaim.cs"/>
    <Compile Include="..\..\test\Shared\PocoModel\PocoUser.cs" Link="src\Identity\test\Shared\PocoModel\PocoUser.cs"/>
    <Compile Include="..\..\test\Shared\PocoModel\PocoUserClaim.cs" Link="src\Identity\test\Shared\PocoModel\PocoUserClaim.cs"/>
    <Compile Include="..\..\test\Shared\PocoModel\PocoUserLogin.cs" Link="src\Identity\test\Shared\PocoModel\PocoUserLogin.cs"/>
    <Compile Include="..\..\test\Shared\PocoModel\PocoUserRole.cs" Link="src\Identity\test\Shared\PocoModel\PocoUserRole.cs"/>
    <Compile Include="..\..\test\Shared\PocoModel\PocoUserToken.cs" Link="src\Identity\test\Shared\PocoModel\PocoUserToken.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.GlobalUsings.g.cs" Link="artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.GlobalUsings.g.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.AssemblyInfo.cs" Link="artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.AssemblyInfo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.MvcApplicationPartsAssemblyInfo.cs" Link="artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.MvcApplicationPartsAssemblyInfo.cs"/>
    <Compile Include="..\..\..\..\artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.RazorAssemblyInfo.cs" Link="artifacts\obj\Identity.DefaultUI.WebSite\Release\net10.0\Identity.DefaultUI.WebSite.RazorAssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\ref\21fea9341ff54c65ba29ea08fdb47801\Azure.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\14bbcbd66e304e3b8bae586e6a4da641\Azure.Identity.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aadae24d301b4f1eabf505681bd64dc2\Humanizer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f6b4080f98574ebbb5bf3f91a481c669\Microsoft.AspNetCore.Antiforgery.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a7f72d30027d4b4a81912fbc0a1dce09\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72394a34ebb94c1b9bbe061f600341da\Microsoft.AspNetCore.Authentication.BearerToken.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bb52ecbd43c64487a6b43a9460e0b565\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c362af1ad0f4416596bd1704b131e10a\Microsoft.AspNetCore.Authentication.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae1e904fe1f94b67be0484bf90c78959\Microsoft.AspNetCore.Authentication.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cef29c91386a4790a2cc5fe2f3644a87\Microsoft.AspNetCore.Authentication.Facebook.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\324082451a66407a99ddff4fd5f6ce7e\Microsoft.AspNetCore.Authentication.Google.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5bf3579dc1ca4a009bd2c8e8d4fb8327\Microsoft.AspNetCore.Authentication.OAuth.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5112fd408a4444a68897b47576767a10\Microsoft.AspNetCore.Authentication.Twitter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\597811ba54b94abea3d89df4c47c1aec\Microsoft.AspNetCore.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b2108d72defc47569bf71f5d5fea027d\Microsoft.AspNetCore.Authorization.Policy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f1868d4bb0e943fc9a7709d51be40a81\Microsoft.AspNetCore.Components.Authorization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f046d247bbf949eea1631e33ed90c367\Microsoft.AspNetCore.Components.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\41a3ccd127664bf08b7aa0a7e21f1a91\Microsoft.AspNetCore.Components.Endpoints.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b41d37f8cd6540c594a60fb9779a0e49\Microsoft.AspNetCore.Components.Forms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e61201f35a644e06a97ccb92c39b366c\Microsoft.AspNetCore.Components.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\364a843c4793495382e9bc0a778a6a97\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e33613bea6a646abbd9f6864645f2e86\Microsoft.AspNetCore.CookiePolicy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0afe69360cf2425397fc9f50c90941f8\Microsoft.AspNetCore.Cors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86081072521d417fb94360c3b1372625\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6e4f55fe5ee849e98ca50f34a4e8863c\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7ca03ce36b114f6d859fec49a9edb052\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b16b6e38ee944bc922fdd88e82e472e\Microsoft.AspNetCore.DataProtection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\24c6ac906a344d0687728157229a9424\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f29cdc741a3b4246a0b8e17810a3b411\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bc950469316436f87ad312aaccb7610\Microsoft.AspNetCore.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53604077588046b7acaacbdad9d5a709\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3d3c3e63638489eb115a2da31f2bba7\Microsoft.AspNetCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f10f3ccb3d734e3196ac0e4a0cf662cd\Microsoft.AspNetCore.HostFiltering.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2002db9153814c76b8727434fb727483\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f39c8b7a08d64a9d8b548e8c47cbd1d4\Microsoft.AspNetCore.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28bc57682e714e5a8853455fd6d60ee9\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\22ddee0c1d83499c90b247e0b3ddf8a8\Microsoft.AspNetCore.Html.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aa2c4f58e78c4b4aa0f9aa61063c7cf8\Microsoft.AspNetCore.Http.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\01b7650cd80c46818644500166c25e8b\Microsoft.AspNetCore.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f85ead4709e548649efb3cf2a0f74ff9\Microsoft.AspNetCore.Http.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ee01c472dbb244abb43b3bed5f7c1bb5\Microsoft.AspNetCore.Http.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5636cef2a0e4af8950768bf7f3708ee\Microsoft.AspNetCore.Http.Results.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\449ed359186e463fa7f57e83c9f065ba\Microsoft.AspNetCore.HttpOverrides.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5415a1c3852047a3b4aebb2276e42127\Microsoft.AspNetCore.HttpsPolicy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\145d740a6f5b4f4fb99e976f5301cf3d\Microsoft.AspNetCore.Identity.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bc42a3ffa67a47da9a43750a0150b11d\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6ba160329d514a549ea37358559eb9e8\Microsoft.AspNetCore.Identity.UI.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91a1b859a21549a0b85c94a536f5fe7d\Microsoft.AspNetCore.JsonPatch.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\96eefde4aadb443c9330711a105493cb\Microsoft.AspNetCore.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f526c5023da34da3ac9b582e896de7f6\Microsoft.AspNetCore.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a545a0a9506428fb31f87bdc136a41d\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2d5c38a8fc3a48c797ec332632182a22\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac8514343a1c4c83879ed72500661998\Microsoft.AspNetCore.Mvc.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\603b63447df445fcb1cace13fbf590ac\Microsoft.AspNetCore.Mvc.Cors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\38d2311c44a74ee4b8d27194fa0a1e77\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d51d0feffa9460fb329860d119e474f\Microsoft.AspNetCore.Mvc.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75d96e1572c542fba053f47e7c16f54f\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a60e131e131540d69646f31371449e69\Microsoft.AspNetCore.Mvc.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0463414e0bd94793b9f966325d4ecac2\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6b22b5335dc0415d9932473ec63aa2b3\Microsoft.AspNetCore.Mvc.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e6264e6b1ef64df7a98e51f8915dd5ca\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6a9f9a2f8e374e30b442bc4d6d2f070f\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a40a80b153ad4956bfac9eee5ce6b595\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\570ee94f5b7c4e198b5a88368e61f2f8\Microsoft.AspNetCore.OutputCaching.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a863ded78cd54a1da649eec24c846294\Microsoft.AspNetCore.Razor.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4afcc80e22c4411cb65ca5f1ae7ea807\Microsoft.AspNetCore.Razor.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b750fda516974dc4ba395555109af372\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f674a1b225b42868eb3593c92c7b277\Microsoft.AspNetCore.Rewrite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f143b41abcfc4ec981ef12ffd8be9cfc\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d14d66ae183746d0a4248937d7564160\Microsoft.AspNetCore.Routing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\31e34040815f4372921bb271e7791c9b\Microsoft.AspNetCore.Server.HttpSys.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a23bd93d4e5f4871845887769eeb4895\Microsoft.AspNetCore.Server.IIS.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e344f97500b24fe69521511b39feced1\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26f536227e324192899a8cb783581eec\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\984cd71cd25d44a49ceb76a113c2a6f3\Microsoft.AspNetCore.Server.Kestrel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b045f08d943d4d368787fd4217aab748\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a5bb5f4666264d20a8267908a91a86fc\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78b17d741dee4434933610565dcb06b5\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7dd58ec260fb48eca521f0ebf9840a94\Microsoft.AspNetCore.StaticAssets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1ea8bee72162452c9ea4028b07ba2251\Microsoft.AspNetCore.StaticFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\66afb97d6bb1418089718ab1092d6b8f\Microsoft.AspNetCore.WebUtilities.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f342c5942aac45bc8db550ecbd2de8a7\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c70406873cfa4eff887319edf92d1d58\Microsoft.Bcl.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9ab3f889a20548d7b8cf131b9c135901\Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0124802482ca452f93b6e0334d28e22b\Microsoft.Build.Locator.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f51864ff483b4c6c9fbcb7c66d4df1f2\Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cf41d8570b4c41c6958c0ae6deb0f633\Microsoft.CodeAnalysis.CSharp.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e9e7678de9234d059620740e050d7171\Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0d7f4b10958e48c7a843146c0766977d\Microsoft.CodeAnalysis.Workspaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\349cf9a28a484367914674e1853176ac\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5427451e19e245af84b049906dbdfa7d\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\569f662896d14747843fae57e2b75d8b\Microsoft.CSharp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8cdf1fe0f44d4f0ab2d972c80b123387\Microsoft.Data.SqlClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8379f052185845d5b768c3a9486e7dea\Microsoft.Data.Sqlite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d062b04114094997ad628a4f1fdd230b\Microsoft.EntityFrameworkCore.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fe74ea4154c24145a6955c0dd0559f28\Microsoft.EntityFrameworkCore.Design.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\bcc24a24e46c4c3f8df623964a612b32\Microsoft.EntityFrameworkCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\04c9df782f34438091a4ff54e7f1c1c8\Microsoft.EntityFrameworkCore.Relational.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35e9f9d08a304d44a2aba29669623625\Microsoft.EntityFrameworkCore.Sqlite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b0da595f70834aed9c890252ad9adb76\Microsoft.EntityFrameworkCore.SqlServer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c8913a19e7a413b9024e9dbca3fe0d5\Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\170fb8a04cc0492584c3458fb4efecde\Microsoft.Extensions.Caching.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\234225bb151f416c8e31f01c5ecb3b6e\Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a16054f0d4a54365a0f73e46d6712510\Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d4e51e32216451fb809cb924272930f\Microsoft.Extensions.Configuration.CommandLine.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\db0ae5aa959046f5b8e57cdf0d86c5d4\Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2cfb0b75c1fc4dfcb7fa26118fb668ea\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68f1d6c54e4044a1b6a1587ce873b4e4\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4d7353eb07164f109e84a6bad3e15c7f\Microsoft.Extensions.Configuration.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\48c29fd14de940f2874cbac6b54fb2bb\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5580c920f757410a9471e4f591939e31\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1494d43e635e4af7a44312f0689a31eb\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6823c6fd84ab41b9b20d7c806b314785\Microsoft.Extensions.DependencyModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\69a709b857c34524a6c82e0689e7ebba\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12f3a0cd9ccf430d8a1edfef8b42c776\Microsoft.Extensions.Diagnostics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2271960a27974949b3b4b4a549bfe2f3\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6bad5a15a09c4b8dac87fdcf8ab75a68\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5f94340e584143dc8b8da152a64f691a\Microsoft.Extensions.FileProviders.Composite.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b86978da23f84d97b4be0c75033d5710\Microsoft.Extensions.FileProviders.Embedded.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2124a5b8dda3489a98b0026a0a1ef8be\Microsoft.Extensions.FileProviders.Physical.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9c495f70a384a34ab5d9f7f18fc8e40\Microsoft.Extensions.FileSystemGlobbing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\75fbc40a3d6f477a90a303f116704732\Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e9ee8fc85b640ed8cf6f91256d834cd\Microsoft.Extensions.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\67a29ed484dc4f65957668ffeeed6e15\Microsoft.Extensions.Identity.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\37302b00378346fe9ff38c496aaabcfb\Microsoft.Extensions.Identity.Stores.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b77cfa8b23344be4adeabdb651244d95\Microsoft.Extensions.Localization.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f838571de8f04924bce84a355072d590\Microsoft.Extensions.Localization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03878093317c4acabe1bf49ac0993159\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5dedb691e1b24d788e8319715474a385\Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\495ea8e4365f4f2c8dc49eddb2f675b6\Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb69a0e4272c4011997e4b94bfb27c77\Microsoft.Extensions.Logging.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9fafcaaa3e0a4b7f9f8b5ce2f6d18f0a\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d6f38382e2354aabb47d704f51a41b2f\Microsoft.Extensions.Logging.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80672365fe4a4feba64be61088edbbbb\Microsoft.Extensions.Logging.EventSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b3eade423404409b9e6d3aef6cbb8a85\Microsoft.Extensions.ObjectPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0050257256094f32bc5b55fc89be1e04\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\399d7c8b858045158a810da2583e0650\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c45535ec75934fb991e6ad1d81cb9b6d\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c3a2f2546c794c6299458cffddc71927\Microsoft.Extensions.WebEncoders.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\adc13a286bec434b9937b80614dec947\Microsoft.Identity.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c09293a16b1d42ce8819ad24c810ea75\Microsoft.Identity.Client.Extensions.Msal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a0eda234cd54dc29fff9954858e6681\Microsoft.IdentityModel.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d152a1968a3f4055a620145177846d3c\Microsoft.IdentityModel.JsonWebTokens.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b8f049854cf4c0e8100eb2be33c285d\Microsoft.IdentityModel.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\42faaa921896417d9f321e7ebb694ef0\Microsoft.IdentityModel.Protocols.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c190f331c7fa4da4bee83b3958fe4dd0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8dd32175bfa94c70a5888d0e689147f8\Microsoft.IdentityModel.Tokens.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4f6e603550e4259a86139917b8ddb75\Microsoft.JSInterop.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\35ff965fe6914a0995b1cf9c2df5bbd9\Microsoft.Net.Http.Headers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\eb405fcebf4142dd883b2d47333be2b5\Microsoft.SqlServer.Server.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8c6dffe7f1c8432486eaae2f92fb4df3\Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8492e4eb509f4d4789e3711f4f80d81e\Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4c79f6076f24075bf0c385622f64ba0\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cd28cc2eba164e8abe2acd66e168d42b\Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fa5dc6f78a7d4aa5a3166bb46fee0d18\Mono.TextTemplating.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4f6200b3e914580a8620e2bb805cd92\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c5a69457553c421eb4d7c8cc7033610b\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c31d5487f3e4c21bb3fa39d930bf623\Newtonsoft.Json.Bson.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8d679d66a29d42f0842107422709b738\SQLitePCLRaw.batteries_v2.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\214426b921284c179d8e1365402f15d3\SQLitePCLRaw.core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\99cde15f6b9f4c6fbc0caeb0da8e19a3\SQLitePCLRaw.provider.e_sqlite3.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd52640bb6bb4779b433021748df2f24\System.AppContext.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91e958d726794892bf938c1c6c9d4032\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3be7d9c02f06440887c38d8138b23fe0\System.ClientModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4ebcf895041460fa1d1886cac61c42e\System.CodeDom.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4949b234b172470ebcf7892256c5222e\System.Collections.Concurrent.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abb3a7daa4e146c7a45bdf369c04aec2\System.Collections.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b277799591e6428db67d2f5340fc8b65\System.Collections.Immutable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8a8b098cdb7c4cbe8546f5927c750b67\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a56f818437dd42eeaf2e5bfab86e2950\System.Collections.Specialized.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9c1383a35173494da4c403f56fa22ebf\System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f26e8ec9c4924f3aa83fe892bb01f074\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\594f59c3418d42b3a4821030ee425dba\System.ComponentModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c598de7374444da195e585039020317f\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a0d0dbc5e5ee46a09aebb8c4e2f23708\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ce184a04a33341aeb60b0460b4f72026\System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9d19ee0b71ad40aeacf00637c81786d5\System.Composition.AttributedModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4de2bb06b534b29bdf8a1bffe405217\System.Composition.Convention.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55b8aabc0dc04f679d8a8ae7d7181f56\System.Composition.Hosting.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9b42372c2840476383221a33055a328f\System.Composition.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\00c6ec37c6094dcb91977dd979b59a28\System.Composition.TypedParts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5d9550db5bb4388b18d1e655873e64d\System.Configuration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0b4fa5497e1c4d3fbf524d0b2bad7d7c\System.Console.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6653ade2164546efb6eb3a2aa2a37d7f\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\98a5a7a925824cde94dbbf085c6e55bd\System.Data.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\119fe9802e7c421ab5de658fa5a57a9f\System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\55e51be806cc4a69b3429b38007b7f4c\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d19ef2ff672c4931a096f76f62fde721\System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\81f61868477a47bc9848713195045bc5\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a4721159e0354def974d258f8561031c\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ba597560656a4aa28040fe4f8137a95e\System.Diagnostics.EventLog.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b925853ef8634ec7bc64524841dc711f\System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\aba1975909ed4a49ac820e0fcb004d50\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\27e37061e0eb462f83c9d056085ec7d6\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\12e7b07cd5c64fe0b4080cbe865e19f3\System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\255c075dcbd343bdad0b3aa3fe20d840\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e551b314f1d04adea0c35200766dc32d\System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7355ae2599ae4bc191984553c6f1b195\System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f4c99c72b849432da66dafb01b03db17\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\28b7b3e7cc724935bf543d44d479415d\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0917f0535730492fba24c0357177d0cd\System.Drawing.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44ed5544f6c344eb8a05d3248a39a75a\System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\872937b87b2746ebaa7cb42644616873\System.Formats.Asn1.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7db0f4d921b544fcadb034e04feab226\System.Formats.Tar.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1048bebc3e74dcd928f8b1f42105469\System.Globalization.Calendars.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2f54fe3fd2f44f6aae4d27755e634b95\System.Globalization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\895aff9af85b40328008bb9b7f6475d1\System.Globalization.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e4f2735e125a4c22ba1aed93cadc2f71\System.IdentityModel.Tokens.Jwt.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc1f4b074ef6454d8bbccb4b57ddc2fd\System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7365e82e80114b9495a63b86fefe2b7a\System.IO.Compression.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5b872ad1ac5c4185a015906b7e3fd2b5\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\44f3778551ee440ebbbe28ffd706daee\System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\be786709565342fda5d0d27ea36a599d\System.IO.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7bd164694b344746937bd1ef6f8b771b\System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\63c4be9e2cfd45df8834af6a8a0d7ba5\System.IO.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c9856733f62d4d49a95bf0aa2ed1c071\System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\461df2e0792144d6b9510f1cb2e231d7\System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\440f216cd00a4ef2b30615f2198307cd\System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c7a200a03efe4131b9c717af16b4126d\System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d31255b40df4498787d089ce626b43e2\System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f64bf6e01978434e9eb9290deb2f11e1\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7daacf958956412f8cad150da648cb0e\System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\359ecca06b8842a989abff137cdb1462\System.IO.Pipes.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b4218b8f8a6f49a1aa4ff26b9b70e21f\System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\57584bb5647b4cfe9ae1a8fcded53997\System.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\5af6fd31579a4cbf8cd7ad3982504d97\System.Linq.Expressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\155c4457cffc48ff8d64e6bff60c2f5c\System.Linq.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\df34aba731ad426d97110fcee7a49990\System.Linq.Queryable.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8303659a67e6472484e17290ed400756\System.Memory.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03fb0c0f05d344799eb8ca22071a66f6\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0974ed6c49cc465c99504c527c0ab020\System.Net.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e970f2f25f5b4e5f8dee8e69c1036899\System.Net.Http.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2b393d055883401bbc482966c83f327f\System.Net.Http.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\72e3fe6d51df46a7a63d0a87392997d3\System.Net.HttpListener.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b94ca736fe1f43808e2f49dbd54b4285\System.Net.Mail.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\e8953a18d8ac4fc9b75d5a79735e3069\System.Net.NameResolution.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fd5d7f009f46411ca3d8d8d056bbc459\System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d3b7aba214fa44bc9c575abbcfcfdf02\System.Net.Ping.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d268e177462b4600b0aa006a1df28dc1\System.Net.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\941c35992f744f2d8c2f2989e922beb9\System.Net.Quic.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d423552942ae430c96e1688e417eaf83\System.Net.Requests.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1eccbddada3a4a018e82a463bbce7f63\System.Net.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fb281f74e4d940cd833ec168940c325e\System.Net.ServicePoint.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4ccc52307a104392a8df398fb8136bf9\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\795cdf1e3a04417e8bd223862634d39a\System.Net.WebClient.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c18e733643a04b0d801fe479a008bb70\System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\7a0e82b93a6743c4afad567b17e9e714\System.Net.WebProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\18cec24694b54cdc90f220198e4b53b1\System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\86e0e48cd3834885b8cd077af1f5501c\System.Net.WebSockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d8f13c065c924cc7bd21d6137e58319b\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d1ae77f32ccb4e2fa76f84d3f8856b2f\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b47b3859dbeb4fd2806e4f272d933aa2\System.ObjectModel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\fcfb8b12631841ec9418912bdf5b68d7\System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1066580cda784832b30fe56a12d6c89c\System.Reflection.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ced3f7808a104dce9fc15dd40c9f7f37\System.Reflection.Emit.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\604ba2f4c15a462aa014b7cdaaf34566\System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\046508a38a834e2195840830dac69c54\System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\07548719722641f2b06ba066d66143db\System.Reflection.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ccf8b3dda8e48278c0c8294d2cf3c4f\System.Reflection.Metadata.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ccc0e2bc177d408da0ff5c573309d3b6\System.Reflection.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f6388ce0b504d08bd680c48e0624ec4\System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4c1e60f289034967a3ffaf32e7e1c2f4\System.Resources.Reader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ad1dc3a86f746b58dcde05bb45f2d54\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ccfa60c2b184db692fe690e2fd3e44a\System.Resources.Writer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae9d780eb92b4d1ca8882fe1aa256374\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\180da0ae15344c7995bcd314ea8aa77e\System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\548aee8deb3d421fb5a5f53aaeba459d\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ac58cc7925f24700a6c7943984b7cba6\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\78921a81295449f3b9aff5489269de20\System.Runtime.Handles.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9989ae4c07584369896f86d9fb27aa55\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3f7d1236cb0046298bab8ce00111ea5a\System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\34f528051dcc4188ba17f0af01228203\System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7bbdda7d64746b8856a90ea30382d44\System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f179a9a331fe4225be3bf8d077b94309\System.Runtime.Loader.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\68df69ee4ae24089a6e8f38d4dccc180\System.Runtime.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\05c2820de017455a97ce805eadec6dad\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ded6e29bb8b04f518cc088653008d1ad\System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ea27060063854e98896a0bbf699ea645\System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\83181885d3cf4e8eaac9b0c4efecba5f\System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1d5f41b2c0ab4551a003e4a8f635c177\System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc951b5e8b924c4f9211857836452d78\System.Security.AccessControl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ca865fa8f41444c6a775d144091801c3\System.Security.Claims.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\16b8ed4fbe4a4fb39400837b2ae4ddca\System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0726227782a3468c85ee2fc7b8123b30\System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9900038ea637452f9f6fca517b078aa7\System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d95889a241344ed09496d5695f203e45\System.Security.Cryptography.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9029416c2b2c49989606269c14007970\System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a9a467dfd04f44668e7ebd7e52fe0fa6\System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b53e40928f30407b87d54d5ad47e1048\System.Security.Cryptography.Pkcs.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\4e4b4bad46a4460895eed738355cf0ef\System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c6fc506c8a7e48f392cb61c7cb684ba3\System.Security.Cryptography.ProtectedData.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c4a8c400ed66497e83156a7679932c83\System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cbb299e40c90402f86f64faaa7065066\System.Security.Cryptography.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8f2053924d92471e96c735f094b258e6\System.Security.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9e4d4d1f5a75476c8334b005402f1065\System.Security.Principal.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c16e8c950ad34398a6568949f3a528bd\System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\53a7fac76fd049edaae53ae969b8afa2\System.Security.SecureString.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\26573d0246c544c5b95974a8155a53d4\System.ServiceModel.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\8ce13b3302bb4dd8ba85eb3b41ac5ca0\System.ServiceProcess.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\33dc501063924697be41f7d58cb77579\System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\1a7d30cb364d44e0b7f4255ba069c77e\System.Text.Encoding.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3ca11756c943436aba4128aebd81e6dd\System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cc1dca0d45bc4a8b957ef96cac935d23\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\80425948dae14c2dadbd069f9d1aa8a6\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\ae357ac3763e4d5295f1cfbc99d066a3\System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cea0a849706340fd8449935993efa8aa\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a3d309defa34479da3fb26aa7b61e1a3\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\a32d247129614ff69b43447021a4ff1f\System.Threading.Overlapped.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d23b3d3e5de741eeac00ebe56a86c9ac\System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\2553719f2cf6464fbcf7dc84d38b7ce4\System.Threading.Tasks.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\abd6f86af48e48f899ae58a2f5587d42\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\569472a41fe14665b0eafab903453d9b\System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\654e891ed8204611bd73d370728d8e81\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\9decfb9ef08e4e1ab8b90f97d4b43102\System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\6371643193b14a4a801d6420a050de36\System.Threading.Timer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\97ffcfd9dbb14b89a1f6190d916806f5\System.Transactions.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0703114c64914d71990e383d5115e426\System.Transactions.Local.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\cabf05ca13014171a3078fbf861f1711\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\3364ade2147e4c6b874049257568cc26\System.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\d7cad22b2c414d0d851ce9533aa9e286\System.Web.HttpUtility.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c1d385caaac948b1976a2dc6f2429453\System.Windows.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\03dd2dd13e794b6da41b5dab4c506189\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f5179f25d29e4e95bc627b43b37e2af3\System.Xml.Linq.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\239dd011a64d4ea1a166f32a41597492\System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\c60bc25a158c4b58a4e95c5e69face86\System.Xml.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\91d8ae0559e04195a14a320082ebd8f9\System.Xml.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f387a35d67874f96b7df15092f0daea5\System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\0154111ef95640bea02681b594a75614\System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\f9e7652549f44de1b9caa08255797707\System.Xml.XPath.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\39d93226790b4f5da3e3d3a4cea40696\System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="..\..\..\..\..\ref\b501e40a15ee4d4b92dc8e1f07b16ed4\WindowsBase.dll"/>
  </ItemGroup>
</Project>