|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>Microsoft.AspNetCore.Identity.FunctionalTests</AssemblyName>
<KeyOriginatorFile>..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.26116.109\tools\snk\AspNetCore.snk</KeyOriginatorFile>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;RELEASE;NET;NET11_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;NET11_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\test\SuccessfulTests.cs" Link="src\Shared\test\SuccessfulTests.cs"/>
<Compile Include="ApplicationUserTests\ApplicationUserAuthorizationTests.cs"/>
<Compile Include="ApplicationUserTests\ApplicationUserLoginTests.cs"/>
<Compile Include="ApplicationUserTests\ApplicationUserManagementTests.cs"/>
<Compile Include="ApplicationUserTests\ApplicationUserRegistrationTests.cs"/>
<Compile Include="AuthorizationTests.cs"/>
<Compile Include="Bootstrap4Tests\Bootstrap4AuthorizationTests.cs"/>
<Compile Include="Bootstrap4Tests\Bootstrap4ManagementTests.cs"/>
<Compile Include="Bootstrap4Tests\Bootstrap4RegistrationTests.cs"/>
<Compile Include="Bootstrap4Tests\Bootstrap4UserLoginTests.cs"/>
<Compile Include="Extensions\HtmlAssert.cs"/>
<Compile Include="Extensions\HttpClientExtensions.cs"/>
<Compile Include="Extensions\ResponseAssert.cs"/>
<Compile Include="IdentityUserTests\IdentityUserAuthorizationTests.cs"/>
<Compile Include="IdentityUserTests\IdentityUserAuthorizationWithoutEndpointRoutingTests.cs"/>
<Compile Include="IdentityUserTests\IdentityUserLoginTests.cs"/>
<Compile Include="IdentityUserTests\IdentityUserLoginWithoutEndpointRoutingTests.cs"/>
<Compile Include="IdentityUserTests\IdentityUserManagementTests.cs"/>
<Compile Include="IdentityUserTests\IdentityUserRegistrationTests.cs"/>
<Compile Include="Infrastructure\DefaultUIContext.cs"/>
<Compile Include="Infrastructure\DefaultUIPage.cs"/>
<Compile Include="Infrastructure\FunctionalTestsServiceCollectionExtensions.cs"/>
<Compile Include="Infrastructure\HtmlPage.cs"/>
<Compile Include="Infrastructure\HtmlPageContext.cs"/>
<Compile Include="Infrastructure\ServerFactory.cs"/>
<Compile Include="LoginTests.cs"/>
<Compile Include="ManagementTests.cs"/>
<Compile Include="MapIdentityApiTests.cs"/>
<Compile Include="NoIdentityAddedTests.cs"/>
<Compile Include="Pages\Account\ConfirmEmail.cs"/>
<Compile Include="Pages\Account\ExternalLogin.cs"/>
<Compile Include="Pages\Account\ForgotPassword.cs"/>
<Compile Include="Pages\Account\ForgotPasswordConfirmation.cs"/>
<Compile Include="Pages\Account\Login.cs"/>
<Compile Include="Pages\Account\LoginWith2fa.cs"/>
<Compile Include="Pages\Account\LoginWithRecoveryCode.cs"/>
<Compile Include="Pages\Account\Manage\ChangePassword.cs"/>
<Compile Include="Pages\Account\Manage\DeleteUser.cs"/>
<Compile Include="Pages\Account\Manage\Email.cs"/>
<Compile Include="Pages\Account\Manage\EnableAuthenticator.cs"/>
<Compile Include="Pages\Account\Manage\ExternalLogins.cs"/>
<Compile Include="Pages\Account\Manage\Index.cs"/>
<Compile Include="Pages\Account\Manage\LinkExternalLogin.cs"/>
<Compile Include="Pages\Account\Manage\ManageExternalLogin.cs"/>
<Compile Include="Pages\Account\Manage\PersonalData.cs"/>
<Compile Include="Pages\Account\Manage\RemoveExternalLogin.cs"/>
<Compile Include="Pages\Account\Manage\ResetAuthenticator.cs"/>
<Compile Include="Pages\Account\Manage\SetPassword.cs"/>
<Compile Include="Pages\Account\Manage\ShowRecoveryCodes.cs"/>
<Compile Include="Pages\Account\Manage\TwoFactorAuthentication.cs"/>
<Compile Include="Pages\Account\Register.cs"/>
<Compile Include="Pages\Account\ResendEmailConfirmation.cs"/>
<Compile Include="Pages\Account\ResetPassword.cs"/>
<Compile Include="Pages\Account\ResetPasswordConfirmation.cs"/>
<Compile Include="Pages\Contoso\Login.cs"/>
<Compile Include="Pages\Index.cs"/>
<Compile Include="Pages\RegisterConfirmation.cs"/>
<Compile Include="PocoUserTests\PocoUserAuthorizationTests.cs"/>
<Compile Include="PocoUserTests\PocoUserLoginTests.cs"/>
<Compile Include="PocoUserTests\PocoUserManagementTests.cs"/>
<Compile Include="PocoUserTests\PocoUserRegistrationTests.cs"/>
<Compile Include="Properties\AssemblyInfo.cs"/>
<Compile Include="RegistrationTests.cs"/>
<Compile Include="UserStories.cs"/>
<Compile Include="..\..\Extensions.Core\src\Base32.cs" Link="src\Identity\Extensions.Core\src\Base32.cs"/>
<Compile Include="..\..\Extensions.Core\src\Rfc6238AuthenticationService.cs" Link="src\Identity\Extensions.Core\src\Rfc6238AuthenticationService.cs"/>
<Compile Include="..\..\UI\src\UIFramework.cs" Link="src\Identity\UI\src\UIFramework.cs"/>
<Compile Include="..\..\..\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs"/>
<Compile Include="..\..\..\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs" Link="src\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs"/>
<Compile Include="..\..\..\..\.packages\microsoft.net.test.sdk\17.1.0-preview-20211109-03\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs" Link=".packages\microsoft.net.test.sdk\17.1.0-preview-20211109-03\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Identity.FunctionalTests\Release\net11.0\Microsoft.AspNetCore.Identity.FunctionalTests.GlobalUsings.g.cs" Link="artifacts\obj\Microsoft.AspNetCore.Identity.FunctionalTests\Release\net11.0\Microsoft.AspNetCore.Identity.FunctionalTests.GlobalUsings.g.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Identity.FunctionalTests\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.Identity.FunctionalTests\Release\net11.0\.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\Microsoft.AspNetCore.Identity.FunctionalTests\Release\net11.0\Microsoft.AspNetCore.Identity.FunctionalTests.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.Identity.FunctionalTests\Release\net11.0\Microsoft.AspNetCore.Identity.FunctionalTests.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\5050ac0fd16c4713bf30570a5740867e\AngleSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea261c2171c24e4395dce472ee11148e\Azure.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\249e9aab2f1d4414a67a33118b33c2ce\Azure.Identity.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\da6c73fc955b40fa89a48dd398af7164\Castle.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cd3ed06589184c4d87bb04bcea3a87d5\Identity.DefaultUI.WebSite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19b524c875c946e48b416d2eb489cc57\Microsoft.AspNetCore.Antiforgery.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3eed62c7ea114b85813daf07b5d5acba\Microsoft.AspNetCore.Authentication.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9934edd68e664433b875ef483e7d0edd\Microsoft.AspNetCore.Authentication.BearerToken.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\465b3250775b41e29d7a7b49f936b074\Microsoft.AspNetCore.Authentication.Cookies.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\303b9d341ff545069bdde427a87be72b\Microsoft.AspNetCore.Authentication.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\05f47995c0d74ba191f6c89ab5e394f7\Microsoft.AspNetCore.Authentication.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b31b3d2be01f49458c2c5a1b654533fe\Microsoft.AspNetCore.Authentication.Facebook.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ff8a231e2a74d45ac635668b62d7250\Microsoft.AspNetCore.Authentication.Google.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f326bc4ee4344243a75368572f5e03c3\Microsoft.AspNetCore.Authentication.OAuth.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3d952703b3b4681b2c8226d2e5656fa\Microsoft.AspNetCore.Authentication.Twitter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f003f19573f4a03ba9701ba91132ca5\Microsoft.AspNetCore.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\716f86b3f0ff4bb4a16fc84aab210ca0\Microsoft.AspNetCore.Authorization.Policy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad2216e6df5f44c1a6f3800aaf91f240\Microsoft.AspNetCore.Components.Authorization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d85b3410a02c454ea648a1fa0174197f\Microsoft.AspNetCore.Components.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1d1c9c7cd31040668961e414eee6347f\Microsoft.AspNetCore.Components.Endpoints.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27c60338d27f4a0fb7be1373db9654fa\Microsoft.AspNetCore.Components.Forms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\84a7e801a6ca4af8b9b751df98038cce\Microsoft.AspNetCore.Components.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b0ccb7e9bfe41eb82335d3529cf7600\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af1b180701bf40f0bf41ddc9618902eb\Microsoft.AspNetCore.CookiePolicy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\64577ae6cf86497195015464bf3375ba\Microsoft.AspNetCore.Cors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\54174d460e94467287648df8d90a4919\Microsoft.AspNetCore.Cryptography.Internal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dca94c2bd4bf4f68bb21e64f89ebc8b0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e510cda288854bb78b6aece79a058361\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\445da9047fcd4eb183ed1b8c575c48b1\Microsoft.AspNetCore.DataProtection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90ae2c04628847ed916b48c55e973a94\Microsoft.AspNetCore.DataProtection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cdc8e112e2d647e7aaaacc3e91f752e5\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc1147ba03b445649df28dbd7bc8d4b2\Microsoft.AspNetCore.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7818cc59a5234e469e81d628b8364b30\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fc62dd98db646b4b4953b5e36451351\Microsoft.AspNetCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\edf30c04a80844b386851a01319e7bda\Microsoft.AspNetCore.HostFiltering.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9feb0ac6b13e45a48cb59e55c5afce0a\Microsoft.AspNetCore.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca05513f8d59456daa3ef32b69215ac7\Microsoft.AspNetCore.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28512e1598714043858d8963df991207\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f6aa0e23c6f249f4825bab2a3285a2f0\Microsoft.AspNetCore.Html.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0217a2edadc44cae8ec10714e521c1e2\Microsoft.AspNetCore.Http.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ae4c538fe7c444cf9fd28c1954c0b774\Microsoft.AspNetCore.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ea50985263df448698fb375cb1e33edd\Microsoft.AspNetCore.Http.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b04d81f3ab344234a2496fb488a340f7\Microsoft.AspNetCore.Http.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d159c47f70034b3b9bf8b21b36e73b41\Microsoft.AspNetCore.Http.Results.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f7893e159a324aa2bc65de73d10767d5\Microsoft.AspNetCore.HttpOverrides.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f42e24f70c4426f946d5e25d12019b5\Microsoft.AspNetCore.HttpsPolicy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\000a0fd8dded43c0bda83c34d114ccf6\Microsoft.AspNetCore.Identity.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c82bccffc847473caa83cf7f599be365\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7f425bfd22844885851aca485f409ff6\Microsoft.AspNetCore.Identity.UI.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1f616b3c53d48f3ba1402a38462f4e0\Microsoft.AspNetCore.InternalTesting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\16d4788897c64433a0706742b33b4375\Microsoft.AspNetCore.JsonPatch.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\be6143e790004b1dbbf6be0c3330cff1\Microsoft.AspNetCore.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\51b0868f6ee944a28b4f873a4e83491c\Microsoft.AspNetCore.Mvc.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ff81e56ad7a421ca3747e118c202651\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\812eb40a63114cc686458eb3bd0a9e8d\Microsoft.AspNetCore.Mvc.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b0dff3da934844a6b7cbe3cc8c3acfb8\Microsoft.AspNetCore.Mvc.Cors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c5ada770cc114f60a58561485a78b34f\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7164850226f04e1a98368d21bbcfefd2\Microsoft.AspNetCore.Mvc.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\efc22024e3eb4626aee2b40c85629e98\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2bbea3d656624c64ba086907e769c16e\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93a427744cc94273a6b0890825f070e4\Microsoft.AspNetCore.Mvc.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50f8126f124d49de970b41d13f7c06b9\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71860b7b45fb499b8b771a003851c487\Microsoft.AspNetCore.Mvc.Razor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd0ec1d1253e4ab4a32af6bb28f07d89\Microsoft.AspNetCore.Mvc.RazorPages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\960716a2e24745e5b2576e676e4d7d4b\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e826185fc7540ba804eb7dc15c668cd\Microsoft.AspNetCore.Mvc.Testing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\07e0c14fa41642138b6b65f8a4a6014b\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\452357e288e546c18b958fe9ff650b06\Microsoft.AspNetCore.OutputCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\862d39877f4e4b3990fdf5a58ae31244\Microsoft.AspNetCore.Razor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e25c500ed21c40a8bfa48f77c3b5ffe0\Microsoft.AspNetCore.Razor.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d1c6f3b8cada4950bac4639622aa35a2\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c95ff315d23148328261d98e50954203\Microsoft.AspNetCore.ResponseCaching.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e0360b0c25648c383e14f4d42a0ca62\Microsoft.AspNetCore.Rewrite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73d9a9f229ce41b786670fb79cffed12\Microsoft.AspNetCore.Routing.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bc92b0091bb4b93ad995c980aab7203\Microsoft.AspNetCore.Routing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\30d2e5fbd1ca4e51a9f7b7a2cd9cdb87\Microsoft.AspNetCore.Server.HttpSys.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1f603933fc2948968081e368565e4e36\Microsoft.AspNetCore.Server.IIS.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\318f6e36b4e34f789259b24082b4332a\Microsoft.AspNetCore.Server.IISIntegration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f5e05ba7f5eb45fca0c7f1aecee630d7\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\af0a9366b7de4dd397ceb85c3dcdaa86\Microsoft.AspNetCore.Server.Kestrel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a8081c7ed45d4d2cae82b31854532f05\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a56ea281d00f493e8f257538090d4b07\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60cc9de1b3d3484e85a6dbf857a30dfd\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ca619151b2c545e2abbab3d0bbc743e7\Microsoft.AspNetCore.StaticAssets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8935b79cd324b3b8e81736f68d8b376\Microsoft.AspNetCore.StaticFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\332d463d2d584111b196c445e113997e\Microsoft.AspNetCore.TestHost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\77e78e9a2c9848d0a55caf64eeebe953\Microsoft.AspNetCore.WebUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93c6b7a026ca42b6913712e48f0fc051\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ff368ba34c34328a3b84d882c6690c9\Microsoft.Bcl.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\832eee308cb74171aa03d690301511f4\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9a2da7f0b394caa8e3dd5aab5af3e7c\Microsoft.Data.SqlClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b32f40d947934004af457345e6f44a61\Microsoft.Data.Sqlite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59376ff2cb414c5993dd5c3eecd5fac4\Microsoft.Diagnostics.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7d148a8e84d44aa7aac3f9fd33861140\Microsoft.DotNet.RemoteExecutor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1e8a5fcb0964d648693bbd44c576c4e\Microsoft.EntityFrameworkCore.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\78e448dc2c874145bb7d0f274546916c\Microsoft.EntityFrameworkCore.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f77ba4b345c4f7c9655902840934d27\Microsoft.EntityFrameworkCore.Relational.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7976dae5203345ccbe48d8af93acae9b\Microsoft.EntityFrameworkCore.Sqlite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f75519966bb47d08d41e2c33ef8ade5\Microsoft.EntityFrameworkCore.SqlServer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a1f55da1ffa43d288d87c93b53978f8\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6a7da239ee8544cca7e7d1ddaba74f71\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\76e1787b33384cfba138c80a73afafdd\Microsoft.Extensions.Compliance.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9526fe44f2e4480e955c2fb95473f217\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c37623bb90c148b6aa9d528e10a392fa\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\25e5c1e717bc4b3a9f3f4605818bac91\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\233d34940fb0493d909143ae6808b8b8\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\489edc3dd63b41bf9128d1e4acf0e998\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f3b783213c344790ab98a58d9e3ebfe7\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c83f8a3643874b4dab433c8c5b5f8f0f\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eee0192b78504454a28c10550336734d\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf5b2a3e8ae84ac9b28983a772b2caa6\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c900ea98bace4bf79c225ec9afeca68d\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3fc586da089541efa68664584e584a0c\Microsoft.Extensions.DependencyModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\116edf602d1f44938516689521059672\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\115f9844d22245dd83b1d56b6a4f2999\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\60f69344b099430b9aa5da66c86d9134\Microsoft.Extensions.Diagnostics.Testing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\afc8755ffbc24646aa22f5c7993b5758\Microsoft.Extensions.Features.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\644a2dd6e9c743aaa2b21b1b9699a956\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0f1d978542064324935ea779b016d786\Microsoft.Extensions.FileProviders.Composite.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04904e4125554aa890a5ecc3f7c5c38b\Microsoft.Extensions.FileProviders.Embedded.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0af9c4d75c14e968bcc5cd6889514d9\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8446afd8b2a84f3bb8051d311a2c9f69\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6ac1b7441554709b83ccf3aee7babd5\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1893a7ee6454acca8957784a6d282ec\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\940c351220774f858bfc331c3840649c\Microsoft.Extensions.Identity.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c7b45a2b7df14f65bc70e8d9c7459c6c\Microsoft.Extensions.Identity.Stores.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5ce469fef43e4e4ab32d95a123c59ded\Microsoft.Extensions.Localization.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9ce84d135c84c18a474a5ced0092759\Microsoft.Extensions.Localization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c2cfac6a96884d77a1e238646478c5f0\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3e5d8570dd904d6ea75db613e7de8758\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8538548421244420bb556cca06c4b173\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4602f409a114d6f9e1bb6c8fd50ea5d\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e61d12bec5c6428dbf2f5e38ae43be68\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2ec8d26f025a4c82a86eb717171836ce\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\98c26d840ec144f7ad980068072e8a29\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f15f6323072446c1b97711bdf780cccc\Microsoft.Extensions.ObjectPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2168d66531704f36b4ed798b13085c3e\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\19c697060ce140e3b6eecf10568f9ff4\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75da9f670fe14560bce925d29351d107\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3459c955138241638be6baf6f756c497\Microsoft.Extensions.Telemetry.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b29cddfbbe643d79a2a01ca90cbedb0\Microsoft.Extensions.TimeProvider.Testing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\568c6d2fefcf4e98aba36239ac438f34\Microsoft.Extensions.Validation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e9ce81195dcb4e7ab1f5191ef5c3f4d5\Microsoft.Extensions.WebEncoders.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9ef7f7688b814c8f958ec17272699df9\Microsoft.Identity.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ef624c0da829423cafede0d75a90137d\Microsoft.Identity.Client.Extensions.Msal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c645832a163848cb97aad9642671e891\Microsoft.IdentityModel.Abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0bf6787e61e445baf813d134557624b\Microsoft.IdentityModel.JsonWebTokens.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dcce89ee266b4e6093ba2c054c95a796\Microsoft.IdentityModel.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c40674bd12d34d80a87be82d07bfdbdc\Microsoft.IdentityModel.Protocols.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f1c7f249e48145129a6b0a920a95bdb4\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f002b8f90fa748b690e59901888726a7\Microsoft.IdentityModel.Tokens.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ad8a4c94e4854e2cbbfdb0f7a063584a\Microsoft.JSInterop.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8864d634f0f4e249f0c8924e8df1c00\Microsoft.Net.Http.Headers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb405fcebf4142dd883b2d47333be2b5\Microsoft.SqlServer.Server.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68916bb9f54e4fb99a20b64c70714960\Microsoft.TestPlatform.CommunicationUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b4bee0dbe4c340cf9b28450b5b03062b\Microsoft.TestPlatform.CoreUtilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\81a9340a931d485092f8b5565f512f06\Microsoft.TestPlatform.CrossPlatEngine.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3527f09e25ea4ccc827a85e38517bdf4\Microsoft.TestPlatform.PlatformAbstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a9c3e36504294611b44d554c9e8e28c5\Microsoft.TestPlatform.Utilities.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c01f0b3e65bc4585afd81951e5c757bc\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32e3f4f6ed4449ae93d5b43715d3f875\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\457f21156c734dd3b20d7496199f5807\Microsoft.VisualStudio.CodeCoverage.Shim.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b84f2f123d54cbc99acab9a08335041\Microsoft.VisualStudio.TestPlatform.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\50f2e2ac0a72464ca4fa74aedaa1b548\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ea9dc4f704f4e7f87fef8ed8fe57cbb\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fad8cb4cc5c04a9aa94568a750e473c8\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6f2f36f06580443e950f9e34c217cd62\Moq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4f6e2bcdfd9148fdaf9c6fb313589e54\mscorlib.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc3cb3e0c3e54c7faa0eeaa1aa61801b\netstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4c31d5487f3e4c21bb3fa39d930bf623\Newtonsoft.Json.Bson.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e62198beab24380bbac29171862d1d8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1e431d95a224bcda819e89c30deb6d5\NuGet.Frameworks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dea0dc22eeaa4de08543fb7b818eecc9\Serilog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ec052b8032f34723aa1278b7ddbbb9df\Serilog.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e05270176ae64de18d2cb94a9dca64f2\Serilog.Sinks.File.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d3015a65d2eb4400a3492c16208873fc\SQLitePCLRaw.batteries_v2.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\de945deb158b47b08c4fd293c8791724\SQLitePCLRaw.core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\86794afaf8a74c04bb793ddeb738b227\SQLitePCLRaw.provider.e_sqlite3.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0fdab253c9742a38edab7d5570fc9fc\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\381aa9802f094459907c08eb69943768\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d643fe10b8d24a809baed7ea161079fc\System.ClientModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c06204750b304daea9f3b9a750be1c20\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c49f2a9bd6074aeab57d6d7f6742a8fb\System.Collections.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e8339cf6ea744b38a4dc8fe267f9245d\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\15fac163f1f94d56814550cd9197c140\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e89dd1dd91804f61b28a076692e35bbf\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cf693b4f1ace40caaa66f2b2fb036490\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5fa791696cba43a3b4c7ae424dabd328\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0a9009b6505042bc9794dc0350da2a5f\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b418f9836f9432f8bc61ced73da8913\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\68ca0c4e1998495a88c8d4c2a1fa5055\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b526c0ea264475da50fec58666e84db\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\35c37c5ad98c490fa9207c35821182cb\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc85d5879eac4f0a84561991e8a6d5af\System.Console.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2c2c71684ae149b19d62310d7fd8709b\System.Core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bb99078e21ca4b969fac43d57f5f557c\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6cc73b80e044464c81db3914c83f1976\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d34089171f7f4a57a383fa2c43e9175e\System.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\27c66343cb684f8bbfe21967446da1f6\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8b1ca81b78924e1abbca4d767b7e8a77\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\32f405f53ced4d749ee4f86bfa492eb8\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\17e4384f44a94d4b97fc0e70679e7196\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\668bb0da1316460a9a34fce506124fff\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6fb293a423f546839b8c776c9b90286c\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2e1577acfb6c4a389486a9def593f002\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ddaab8f0b55547a499760806c92fed4c\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73544fbdad714e81825c96b07abc09e9\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2470e5f08a1447188e6bfd099495c559\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\24c1737cc6264d5196caf61ce4902b2f\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\87ab5479906148928949ea2d8633960f\System.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d6ca9792d8074c038090b91c310349cc\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\61cf836195524762b2917bfd3e6c29a5\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8c777788629e497f865083ddecd20d7c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc7917c735b1485cb49d1f3926bcd304\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\933c9a104bd9464eae37e367c54f62d5\System.Formats.Cbor.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4533a320405a427daf1bd77e5ffbd7c9\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\53a81cb9a3cd42a3abcada0240164a00\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cb2691074a88454da8b026000a441af7\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65e5dd0b6e8848318cefb75b43585d2d\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f114523e7f5c4f1d9773f7b796a3ec5f\System.IdentityModel.Tokens.Jwt.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d5b285505c684fb2b76d5eb7c771fd00\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\11130e2812b14218a8baa501d77ac219\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\59b413802c944a16a014f1b9bce2e7a0\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\128dbf50e01445e9ac07af8ae7bfa889\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7c93dab05cfb4cf0bf1fd9955c06a4ba\System.IO.Compression.Zstandard.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ffccd75ca72f4a818f924622f5cead29\System.IO.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\10b2acf0a53249f19b4c5d24500f7080\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f483b3a5d33a4b07b57ec6a30c7780ce\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7e29d9e3f5904de185e1f5fc237b3e38\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ba0d26ae174b4bddb91248d10009bfce\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02eeedf62dcd492290af5e09b39e1123\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fdb5dcd5e92a4b269a9fb9400d35c025\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a55f8c36d87c47e5898e690e72e510e0\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\654d0373dde54c78acf0baa9c50288a8\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1e851164e8d94fb793de6a80072218cb\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\65759d4f67dd4419998e120743e45187\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\789b5988fb15478ba7202f2e9d138136\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\63994f83398b4c009d609a4fe4543f18\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e6ae43237c014ef49e34237fa33a0052\System.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b65508793f647a68a2bc4dee2cbc2e7\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5711fffc0b7641869449dbc3b8aae373\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7a3e9af7c8474a05a5d7416bf087a7a8\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2f7d0978d62841478f840fd6ba21a882\System.Memory.Data.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e2ad4a21112e469291af747b932124c9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e5a1fb790f284721913b1933c64b0035\System.Net.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c1382e7aebcb41e7ab623aec218abc9d\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5f8981291f5d43c690bed10e40850b07\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b9aed184f0fc4dd4a9fd84b449bac5e0\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a52d1f72dae04330b6b7354dcdd73f0a\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c78825bf11bb442495741cea82b3050d\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dac904a96b01416eb1664e99370626e7\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85e43213b3734e92aa84169b121f146f\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a751fe8124d74321a2212a66714f43ea\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5e931fbf066a4db39007da8875999bdf\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6e96554c5aa942c4a07eb90438e440f2\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a420125133aa4468acb2a412b0fe28f8\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cbb19e4a10f343b0b451cf03d381ec27\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\71911789f74b4ae9a62978b0f10e6496\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8e38f1fc099c4912b448cd739b0787d8\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\04ced69045994cdd9f22027a40141911\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\40299be34a1148e1ad9240749b708d4d\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6515f853299f475bb173403fefcf1995\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\75497f68a5e047298da45714e7ac9c76\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3ec544eb39e643438e341f7b59a1b2bd\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\28657cbb019f4677af17791251736c03\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c4c712d4e10149e0b5e3a3b10bc2b9ed\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\881c6f9a8cf2410bbed294e4d04a8731\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\9a338bbd6de64885a4a6da4dc285e844\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a3c57a9ddc194e1f9a04cd48a265e284\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a6d8e9030446452081160225435c008a\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\053fb32548d44d20bcae231b8e6c8a2a\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6b23ae3d6d134e0eaaf5184d085df16a\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b55dbb5a576d44538c8a4cc76f3ddf34\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\fc593c9820444c4bb42f22a8b2093ed4\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\74906a77aeb34e30b532fafc5b5f798f\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2011ce20229846338861361e1a5fbee2\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ff6403e212934511ad6ae7fb59efb559\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\90a446b01164400291e21d7c622f17d1\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a0db55a761f048adbd0c7bb7de01033b\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e81344dd5aad471ea34883f3447119ab\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f61e60f803f142eea337f5c812f07995\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\c8e030a063304974966a1e8148486c89\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\425693da588f40e7a0027808048b6c2b\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bdb9ba275dcb480289b7b22051b514c5\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bc275fb9117e44a9a876236f228c5481\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\713903cb453f45618594e2f6bf99f3b5\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1dbdf1cba47b450cba55ad52a251e2f0\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e1ff9e08bee04e39ad1a4b072797b267\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\090fcc86de9e42eda572d21f5e5fa8ff\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8f4e36477f654cd3abffbd1d55ff32cb\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d782cb8d96304227b587432d00ba5b84\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\966f35b4a4744fbdb1c5d9337dc1ed62\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\dd93ea896ba94298aa047dc3c5520a43\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\3188e1cdaf864bdda55c97485137d482\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0bcc8847892344dea9c502ae52ae4cd6\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a4bfa3565b3f436fbca704648215e493\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b95bf771d1804897ba947910e8de5c5e\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\cc2302bb4860421bb0a25e08bb7cc8c1\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f26e853f3dea416181a38202c0720ef0\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bd8716dd61e34547b2a3bd575934fb11\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\153105f6e99347489a1430912eeea8ac\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4dba7c202fb341a7b7f3b4a61a76437d\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4fd20c37ea6b4db4a64560b83bbcaa15\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b68830f8345843e586f3d40f3b04cf06\System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\bfe76a75dac84b0d9365818c29838a92\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f99ac21a1f0a400a9673415344394e18\System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\44bae2fd2a124144af1a6bcc46a8acde\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8eff7739d8fc482b88778663e5548fdc\System.Security.Cryptography.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\56b89015340e45ff94cabc0d23aeddd4\System.Security.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7ed2932881d149b58473bf43fe45e10e\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b14862e6ac02456684d3095085f684f3\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e019f10f594c48faaac03e5e7c07b70d\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f9da7aea596741ed9a0abc5cc8211fa7\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\405454ce74df4ad2a03e249e00fce95d\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0b2739d45ed042c2b37d559b3c3e32dc\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00b84c2190d24308a3acc97a242b8e6d\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\ab197814dffe4d80a7cd267fcf35f9f6\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93de0c0c0a9f4ff4b1643f9754b5ed66\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4be1fea0f0374494928b9769bb62d676\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\73c1aebaa00f4f84a37c6b51382b4aab\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\0676373313434077b864eb7b652ed1b5\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2f2158fe8304334a5d6a6ffbd32b7d3\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\1ea41e5ae2b5490c8883d8ad7601b68c\System.Threading.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\6958c4ba81e34ba1900fcc6b0327484f\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb3c95b406c24cfeafaff9a104ce8bfe\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f8193fbc356a4ac7a496f653106292e0\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\2b35b9b72a9049d8a639eea5f1210b19\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7087e2f1c91d428696c3a567ae91ce2e\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5b0bf702fa4848f1b100ebd9497da49e\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a81d26489db44e26acbcfad5a0c24072\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\a1350bb7b65a49ee8b4c3969e39a90c7\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00e0f767e0c8464096af264ef07663c2\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\4b9bbe5727be455ba3826df54a29f851\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\f2b1df1fd108450180b07252bc6a6432\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\099c3f49c63c4eb7950dc649f281002a\System.Web.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\7b1b8a3fe96f470ba6181618ad731e10\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\02323d744490425091c357b8258fe46a\System.Windows.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\e0a9bf7ec8a84d01b9ff5730d402d35a\System.Xml.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\256ca8ac86b04e0aaaa448d83dd72f16\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\eb08ad3c53004b03986817acb69a27fe\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\34f18dcab4444585b75f792b7abf6443\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5bba272525834fdf80895ffd832d107b\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\667c971d534c494cbf8ae4ea05c023b4\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\00476c43c13c4d6987bcd5429ea76859\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\d4e1333f99664d30ab840edaa95e4ae9\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\99f5c3b7d4ae49d3ac76cd4d1a4b76e6\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\5dcd794ccbe649b58e6d9e8bbd74387d\testhost.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b3ef159be7684545a4a5222251768077\WindowsBase.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b8b10b8247cb413eab5175c26a5956a7\xunit.abstractions.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\285675a6903d43ca89ed13e37e2bfe3c\xunit.assert.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\8fc4f27ec64342b0a3ccdcb599f9ab5e\xunit.core.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\85d851c0999e47c98ebf2edc8a9a22d4\xunit.execution.dotnet.dll"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
|