| File: Aspire.Hosting.Azure.Tests.csproj | Web Access |
| Project: src\tests\Aspire.Hosting.Azure.Tests\Aspire.Hosting.Azure.Tests.csproj (Aspire.Hosting.Azure.Tests) |
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> <EnableDefaultItems>false</EnableDefaultItems> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> <AssemblyName>Aspire.Hosting.Azure.Tests</AssemblyName> <KeyOriginatorFile>..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26472.2\tools\snk\Open.snk</KeyOriginatorFile> <LangVersion>Preview</LangVersion> <DefineConstants>TRACE;DEBUG;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants> </PropertyGroup> <ItemGroup> <Compile Include="AcrLoginServiceTests.cs"/> <Compile Include="AzureAppConfigurationExtensionsTests.cs"/> <Compile Include="AzureApplicationInsightsExtensionsTests.cs"/> <Compile Include="AzureAppServiceEnvironmentExtensionsTests.cs"/> <Compile Include="AzureAppServiceTests.cs"/> <Compile Include="AzureBicepProvisionerTests.cs"/> <Compile Include="AzureBicepResourceScopeTests.cs"/> <Compile Include="AzureBicepResourceTests.cs"/> <Compile Include="AzureBlobStorageConnectionPropertiesTests.cs"/> <Compile Include="AzureBlobStorageContainerConnectionPropertiesTests.cs"/> <Compile Include="AzureConnectorNamespaceTests.cs"/> <Compile Include="AzureContainerAppEnvironmentExtensionsTests.cs"/> <Compile Include="AzureContainerAppExpressEndpointTests.cs"/> <Compile Include="AzureContainerAppExpressTests.cs"/> <Compile Include="AzureContainerAppsTests.cs"/> <Compile Include="AzureContainerRegistryTests.cs"/> <Compile Include="AzureCosmosDBConnectionPropertiesTests.cs"/> <Compile Include="AzureCosmosDBContainerConnectionPropertiesTests.cs"/> <Compile Include="AzureCosmosDBDatabaseConnectionPropertiesTests.cs"/> <Compile Include="AzureCosmosDBEmulatorFunctionalTests.cs"/> <Compile Include="AzureCosmosDBExtensionsTests.cs"/> <Compile Include="AzureDataLakeStorageFileSystemConnectionPropertiesTests.cs"/> <Compile Include="AzureDataLakeStorageResourceGetConnectionPropertiesTests.cs"/> <Compile Include="AzureDeployerTests.cs"/> <Compile Include="AzureEnvironmentResourceExtensionsTests.cs"/> <Compile Include="AzureEnvironmentResourceTests.cs"/> <Compile Include="AzureEventHubConnectionPropertiesTests.cs"/> <Compile Include="AzureEventHubConsumerGroupConnectionPropertiesTests.cs"/> <Compile Include="AzureEventHubsConnectionPropertiesTests.cs"/> <Compile Include="AzureEventHubsExtensionsTests.cs"/> <Compile Include="AzureFrontDoorTests.cs"/> <Compile Include="AzureFunctionsTests.cs"/> <Compile Include="AzureInfrastructureExtensionsTests.cs"/> <Compile Include="AzureKeyVaultConnectionPropertiesTests.cs"/> <Compile Include="AzureKeyVaultTests.cs"/> <Compile Include="AzureKustoExtensionsTests.cs"/> <Compile Include="AzureLogAnalyticsWorkspaceExtensionsTests.cs"/> <Compile Include="AzureManagedRedisConnectionPropertiesTests.cs"/> <Compile Include="AzureManagedRedisExtensionsTests.cs"/> <Compile Include="AzureManifestUtils.cs"/> <Compile Include="AzureNatGatewayExtensionsTests.cs"/> <Compile Include="AzureNetworkSecurityGroupExtensionsTests.cs"/> <Compile Include="AzureNetworkSecurityPerimeterExtensionsTests.cs"/> <Compile Include="AzureOpenAIConnectionPropertiesTests.cs"/> <Compile Include="AzureOpenAIDeploymentConnectionPropertiesTests.cs"/> <Compile Include="AzureOpenAIExtensionsTests.cs"/> <Compile Include="AzurePostgresExtensionsTests.cs"/> <Compile Include="AzurePostgresFlexibleServerConnectionPropertiesTests.cs"/> <Compile Include="AzurePostgresFlexibleServerDatabaseConnectionPropertiesTests.cs"/> <Compile Include="AzurePrivateEndpointExtensionsTests.cs"/> <Compile Include="AzurePrivateEndpointLockdownTests.cs"/> <Compile Include="AzureProvisionerOptionsTests.cs"/> <Compile Include="AzureProvisioningResourceExtensionsTests.cs"/> <Compile Include="AzureProvisioningResourceTests.cs"/> <Compile Include="AzureQueueStorageConnectionPropertiesTests.cs"/> <Compile Include="AzureQueueStorageQueueConnectionPropertiesTests.cs"/> <Compile Include="AzureRedisExtensionsTests.cs"/> <Compile Include="AzureResourceOptionsTests.cs"/> <Compile Include="AzureResourcePreparerTests.cs"/> <Compile Include="AzureRunAsEmulatorModeTests.cs"/> <Compile Include="AzureSandboxesTests.cs"/> <Compile Include="AzureSchemaTests.cs"/> <Compile Include="AzureSearchConnectionPropertiesTests.cs"/> <Compile Include="AzureSearchExtensionsTests.cs"/> <Compile Include="AzureServiceBusConnectionPropertiesTests.cs"/> <Compile Include="AzureServiceBusExtensionsTests.cs"/> <Compile Include="AzureServiceBusQueueConnectionPropertiesTests.cs"/> <Compile Include="AzureServiceBusSubscriptionConnectionPropertiesTests.cs"/> <Compile Include="AzureServiceBusTopicConnectionPropertiesTests.cs"/> <Compile Include="AzureSignalRConnectionPropertiesTests.cs"/> <Compile Include="AzureSignalREmulatorFunctionalTest.cs"/> <Compile Include="AzureSignalRExtensionsTests.cs"/> <Compile Include="AzureSqlConnectionPropertiesTests.cs"/> <Compile Include="AzureSqlDatabaseConnectionPropertiesTests.cs"/> <Compile Include="AzureSqlDeploymentScriptTests.cs"/> <Compile Include="AzureSqlExtensionsTests.cs"/> <Compile Include="AzureSqlPrincipalReconciliationTests.cs"/> <Compile Include="AzureStorageConnectionPropertiesTests.cs"/> <Compile Include="AzureStorageEmulatorFunctionalTests.cs"/> <Compile Include="AzureStorageExtensionsTests.cs"/> <Compile Include="AzureStoragePrivateEndpointLockdownTests.cs"/> <Compile Include="AzureStorageResourceUriExpressionTests.cs"/> <Compile Include="AzureTableStorageConnectionPropertiesTests.cs"/> <Compile Include="AzureUserAssignedIdentityTests.cs"/> <Compile Include="AzureVirtualNetworkExtensionsTests.cs"/> <Compile Include="AzureWebPubSubConnectionPropertiesTests.cs"/> <Compile Include="AzureWebPubSubExtensionsTests.cs"/> <Compile Include="BicepIdentifierHelpersTests.cs"/> <Compile Include="BicepUtilitiesTests.cs"/> <Compile Include="ContainerRegistryTests.cs"/> <Compile Include="DefaultArmClientProviderTests.cs"/> <Compile Include="DefaultAzurePrincipalProviderTests.cs"/> <Compile Include="DefaultTokenCredentialProviderTests.cs"/> <Compile Include="DurableTaskResourceExtensionsTests.cs"/> <Compile Include="ExistingAzureResourceExtensionsTests.cs"/> <Compile Include="ExistingAzureResourceTests.cs"/> <Compile Include="FakeAcrLoginService.cs"/> <Compile Include="FoundryConnectionPropertiesTests.cs"/> <Compile Include="FoundryDeploymentConnectionPropertiesTests.cs"/> <Compile Include="FoundryExtensionsTests.cs"/> <Compile Include="JsonExtensionsTests.cs"/> <Compile Include="ProvisioningContextProviderTests.cs"/> <Compile Include="ProvisioningContextTests.cs"/> <Compile Include="ProvisioningTestHelpers.cs"/> <Compile Include="PublicApiTests\AppConfigurationPublicApiTests.cs"/> <Compile Include="PublicApiTests\AppContainersPublicApiTests.cs"/> <Compile Include="PublicApiTests\ApplicationInsightsPublicApiTests.cs"/> <Compile Include="PublicApiTests\CognitiveServicesPublicApiTests.cs"/> <Compile Include="PublicApiTests\CosmosDBPublicApiTests.cs"/> <Compile Include="PublicApiTests\EventHubsPublicApiTests.cs"/> <Compile Include="PublicApiTests\FunctionsPublicApiTests.cs"/> <Compile Include="PublicApiTests\KeyVaultPublicApiTests.cs"/> <Compile Include="PublicApiTests\OperationalInsightsPublicApiTests.cs"/> <Compile Include="PublicApiTests\PostgreSQLPublicApiTests.cs"/> <Compile Include="PublicApiTests\RedisPublicApiTests.cs"/> <Compile Include="PublicApiTests\SearchPublicApiTests.cs"/> <Compile Include="PublicApiTests\ServiceBusPublicApiTests.cs"/> <Compile Include="PublicApiTests\SignalRPublicApiTests.cs"/> <Compile Include="PublicApiTests\SqlPublicApiTests.cs"/> <Compile Include="PublicApiTests\WebPubSubPublicApiTests.cs"/> <Compile Include="RemoteTestOutputHelper.cs"/> <Compile Include="RemoteTestOutputHelperTests.cs"/> <Compile Include="ResourceGroupNameHelpersTests.cs"/> <Compile Include="ResourceWithAzureFunctionsConfigTests.cs"/> <Compile Include="RoleAssignmentTests.cs"/> <Compile Include="SqlServerContainerFixture.cs"/> <Compile Include="TestContextValueProvider.cs"/> <Compile Include="TokenCredentialProviderTests.cs"/> <Compile Include="..\..\src\Aspire.Hosting.Azure.EventHubs\EventHubsEmulatorContainerImageTags.cs" Link="src\Aspire.Hosting.Azure.EventHubs\EventHubsEmulatorContainerImageTags.cs"/> <Compile Include="..\..\src\Aspire.Hosting.Azure.ServiceBus\ServiceBusEmulatorContainerImageTags.cs" Link="src\Aspire.Hosting.Azure.ServiceBus\ServiceBusEmulatorContainerImageTags.cs"/> <Compile Include="..\..\src\Aspire.Hosting.Azure.Storage\AzureStorageEmulatorConnectionString.cs" Link="src\Aspire.Hosting.Azure.Storage\AzureStorageEmulatorConnectionString.cs"/> <Compile Include="..\Shared\TestInteractionService.cs" Link="tests\Shared\TestInteractionService.cs"/> <Compile Include="..\Shared\TestModuleInitializer.cs" Link="tests\Shared\TestModuleInitializer.cs"/> <Compile Include="..\Shared\TestPipelineActivityReporter.cs" Link="tests\Shared\TestPipelineActivityReporter.cs"/> <Compile Include="..\Shared\InMemoryDeploymentStateManager.cs" Link="tests\Shared\InMemoryDeploymentStateManager.cs"/> <Compile Include="..\..\src\Shared\Model\KnownProperties.cs" Link="src\Shared\Model\KnownProperties.cs"/> <Compile Include="..\..\src\Shared\StringComparers.cs" Link="src\Shared\StringComparers.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\Aspire.Hosting.Azure.Tests.GlobalUsings.g.cs" Link="artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\Aspire.Hosting.Azure.Tests.GlobalUsings.g.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\Verify.Attributes.cs" Link="artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\Verify.Attributes.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\SelfRegisteredExtensions.cs" Link="artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\SelfRegisteredExtensions.cs"/> <Compile Include="..\..\.packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultRunnerReporters.cs" Link=".packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultRunnerReporters.cs"/> <Compile Include="..\..\.packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultResultWriters.cs" Link=".packages\xunit.v3.core.mtp-v2\4.0.0\_content\DefaultResultWriters.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\XunitAutoGeneratedEntryPoint.cs" Link="artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\XunitAutoGeneratedEntryPoint.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\Aspire.Hosting.Azure.Tests.AssemblyInfo.cs" Link="artifacts\obj\Aspire.Hosting.Azure.Tests\Debug\net8.0\Aspire.Hosting.Azure.Tests.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="..\..\..\ref\eff765478c124d3388e628c6e7654e26\Argon.dll"/> <ReferencePath Include="..\..\..\ref\99edd827703c41a08fce6c86726255e2\Aspire.Azure.Messaging.EventHubs.dll"/> <ReferencePath Include="..\..\..\ref\46186ba3735d405da8b5cb4fc64cb73a\Aspire.Azure.Messaging.ServiceBus.dll"/> <ReferencePath Include="..\..\..\ref\c671620ec7674b48b74260260dc7ceee\Aspire.Azure.Storage.Blobs.dll"/> <ReferencePath Include="..\..\..\ref\f7af4fca70aa43ca826ccb7352d98ded\Aspire.Azure.Storage.Queues.dll"/> <ReferencePath Include="..\..\..\ref\f5d28cd89b7c40c7bd6d5f29b9ae6e02\Aspire.Components.Common.TestUtilities.dll"/> <ReferencePath Include="..\..\..\ref\2bd9a5964f6c4e22b24288afeb676f9e\Aspire.Hosting.AppHost.dll"/> <ReferencePath Include="..\..\..\ref\fc146c8938c34dffa67451a9f3092eb4\Aspire.Hosting.Azure.AppConfiguration.dll"/> <ReferencePath Include="..\..\..\ref\fca72e9d64804f46817453247f008294\Aspire.Hosting.Azure.AppContainers.dll"/> <ReferencePath Include="..\..\..\ref\33c377efeb5c42afa5777b2333a4ddf7\Aspire.Hosting.Azure.ApplicationInsights.dll"/> <ReferencePath Include="..\..\..\ref\d532436a4ae247d6a8db0a9c5834cf5e\Aspire.Hosting.Azure.AppService.dll"/> <ReferencePath Include="..\..\..\ref\219e12f4070946ca86ec6371dd164000\Aspire.Hosting.Azure.CognitiveServices.dll"/> <ReferencePath Include="..\..\..\ref\bf38e5c22296447a90bf4d2d3ca4e0e7\Aspire.Hosting.Azure.ConnectorNamespace.dll"/> <ReferencePath Include="..\..\..\ref\f145d762881642f7ab288ebf60ded22f\Aspire.Hosting.Azure.ContainerRegistry.dll"/> <ReferencePath Include="..\..\..\ref\6ee94174c3c5451cb4cfde6287d918d7\Aspire.Hosting.Azure.CosmosDB.dll"/> <ReferencePath Include="..\..\..\ref\452357f2d5384838b40d1ee055586d2f\Aspire.Hosting.Azure.dll"/> <ReferencePath Include="..\..\..\ref\8025e9f1bd09455286b3c87bab357f29\Aspire.Hosting.Azure.EventHubs.dll"/> <ReferencePath Include="..\..\..\ref\877c7d1ae65f44de8959c7f972b93e70\Aspire.Hosting.Azure.FrontDoor.dll"/> <ReferencePath Include="..\..\..\ref\e0585aaa59314ad0b9aec4d969cb5097\Aspire.Hosting.Azure.Functions.dll"/> <ReferencePath Include="..\..\..\ref\ad472138e0a847d2a6d17162d00f9b0e\Aspire.Hosting.Azure.KeyVault.dll"/> <ReferencePath Include="..\..\..\ref\381cf85065ad47c8bd35821eaecbfd91\Aspire.Hosting.Azure.Kusto.dll"/> <ReferencePath Include="..\..\..\ref\39a5b3e7b9b5490bb76eba6d04a40e7e\Aspire.Hosting.Azure.Network.dll"/> <ReferencePath Include="..\..\..\ref\2057a21255c04b5d8446fabcc782a1b5\Aspire.Hosting.Azure.OperationalInsights.dll"/> <ReferencePath Include="..\..\..\ref\9fcda128bd3b4ed480c5f718c9b97943\Aspire.Hosting.Azure.PostgreSQL.dll"/> <ReferencePath Include="..\..\..\ref\ed9da7c77863406b8627ec8c051ff72f\Aspire.Hosting.Azure.Redis.dll"/> <ReferencePath Include="..\..\..\ref\63a32e78e4cd4690aa06d7cbbb1a022c\Aspire.Hosting.Azure.Sandboxes.dll"/> <ReferencePath Include="..\..\..\ref\eafdae3756fa4f9da2ca948fe9b076e4\Aspire.Hosting.Azure.Search.dll"/> <ReferencePath Include="..\..\..\ref\ef79f91476a74720a3bffb57193b24e5\Aspire.Hosting.Azure.ServiceBus.dll"/> <ReferencePath Include="..\..\..\ref\b5dbf4f9d48b427faf835f40424325d1\Aspire.Hosting.Azure.SignalR.dll"/> <ReferencePath Include="..\..\..\ref\315c9ba8575d4f6095a159baa35c16f6\Aspire.Hosting.Azure.Sql.dll"/> <ReferencePath Include="..\..\..\ref\d96e3bcc94624e1baa71b2b46113da8f\Aspire.Hosting.Azure.Storage.dll"/> <ReferencePath Include="..\..\..\ref\b29c226faa6a4edf8ff376b1dd29da27\Aspire.Hosting.Azure.WebPubSub.dll"/> <ReferencePath Include="..\..\..\ref\39ad054c39c14e95b6814239854f6599\Aspire.Hosting.DevTunnels.dll"/> <ReferencePath Include="..\..\..\ref\f5ed8b0ad90c4569a0b921347caa0c2e\Aspire.Hosting.dll"/> <ReferencePath Include="..\..\..\ref\fe68ad11b4dc4a22a2bfd7ef88e9c691\Aspire.Hosting.Dotnet.dll"/> <ReferencePath Include="..\..\..\ref\d6f294d892d94dcdbbf2479fcda38feb\Aspire.Hosting.Foundry.dll"/> <ReferencePath Include="..\..\..\ref\b42dcfe81b294505adf16be0bbdb4aac\Aspire.Hosting.JavaScript.dll"/> <ReferencePath Include="..\..\..\ref\f70bc4cfc0904fceaa8bce16b1fd87ea\Aspire.Hosting.PostgreSQL.dll"/> <ReferencePath Include="..\..\..\ref\b2c34b970dcf4124ab0aff6c408f76cd\Aspire.Hosting.Python.dll"/> <ReferencePath Include="..\..\..\ref\e54e1c9dd9574e789ed55478b06873f1\Aspire.Hosting.Redis.dll"/> <ReferencePath Include="..\..\..\ref\ef147623b66848d6b25a27fb1cc27e99\Aspire.Hosting.SqlServer.dll"/> <ReferencePath Include="..\..\..\ref\c49d005203fd461abaa2c4316a7730f4\Aspire.Hosting.Testing.dll"/> <ReferencePath Include="..\..\..\ref\0de678ba456b4ec8afe150b05c0782e9\Aspire.Hosting.Tests.dll"/> <ReferencePath Include="..\..\..\ref\22e4fb89c0864d3896763bc03a5ed11d\Aspire.Hosting.TestUtilities.dll"/> <ReferencePath Include="..\..\..\ref\341cf124d7274b1693684a94cb5902a8\Aspire.Hosting.Yarp.dll"/> <ReferencePath Include="..\..\..\ref\d0736cd9b7fa4ef1acce4d4f22d8abdb\Aspire.Microsoft.Azure.Cosmos.dll"/> <ReferencePath Include="..\..\..\ref\bdec2b5bb4c6446b90dabcde0673eff9\Aspire.Microsoft.EntityFrameworkCore.Cosmos.dll"/> <ReferencePath Include="..\..\..\ref\bfd902d9a9614bd58a48c9c8cc4efaa7\Aspire.TestUtilities.dll"/> <ReferencePath Include="..\..\..\ref\941594dc1f9c4b4383c149b136cbe763\Aspire.TypeSystem.dll"/> <ReferencePath Include="..\..\..\ref\9cdb69aac5b34bcea803ab446d111bf1\Azure.AI.Extensions.OpenAI.dll"/> <ReferencePath Include="..\..\..\ref\bba08923e9214f528d9aa354e5f0230e\Azure.AI.Projects.Agents.dll"/> <ReferencePath Include="..\..\..\ref\3815ffd1ea594cbe90ead8828ef297c5\Azure.AI.Projects.dll"/> <ReferencePath Include="..\..\..\ref\9eb5c0a57774455bace1438ebd67694e\Azure.Core.Amqp.dll"/> <ReferencePath Include="..\..\..\ref\c80e7fe265564d189daea9c0d272066e\Azure.Core.dll"/> <ReferencePath Include="..\..\..\ref\0f724f61d2234fd9a73f1885cab9ff6c\Azure.Identity.dll"/> <ReferencePath Include="..\..\..\ref\83e117b327d6489e83de47347f552108\Azure.Messaging.EventHubs.dll"/> <ReferencePath Include="..\..\..\ref\078b910316c64d97b280b8b1ac966250\Azure.Messaging.EventHubs.Processor.dll"/> <ReferencePath Include="..\..\..\ref\21364a05754c46b6a9b134bbbcbb4c4b\Azure.Messaging.ServiceBus.dll"/> <ReferencePath Include="..\..\..\ref\613b65e814c0455caaac3aeff18aed65\Azure.Provisioning.AppConfiguration.dll"/> <ReferencePath Include="..\..\..\ref\f93ec0a4162e4c1092f3d0866533182e\Azure.Provisioning.AppContainers.dll"/> <ReferencePath Include="..\..\..\ref\1c4a7f58bc9e4423b4dd5019d288ec4c\Azure.Provisioning.ApplicationInsights.dll"/> <ReferencePath Include="..\..\..\ref\4f941d8e8f7a475f8ca9da9b2aa505e8\Azure.Provisioning.AppService.dll"/> <ReferencePath Include="..\..\..\ref\17e97ec933014dcf928acf03655b99bb\Azure.Provisioning.Cdn.dll"/> <ReferencePath Include="..\..\..\ref\d7f65076e57942aaa46520ca066ac29b\Azure.Provisioning.CognitiveServices.dll"/> <ReferencePath Include="..\..\..\ref\071c49e1223d4b8a9f32fa0ea59d5d84\Azure.Provisioning.ContainerRegistry.dll"/> <ReferencePath Include="..\..\..\ref\f2ea0d598149470c948263ba09420848\Azure.Provisioning.CosmosDB.dll"/> <ReferencePath Include="..\..\..\ref\917fe528ca5a42028f076d9114771a50\Azure.Provisioning.dll"/> <ReferencePath Include="..\..\..\ref\2de53c69c64f4d4cad167159b61103ee\Azure.Provisioning.EventHubs.dll"/> <ReferencePath Include="..\..\..\ref\78f3d3e9fc6d45a494fbb1ffe4d0cfa3\Azure.Provisioning.KeyVault.dll"/> <ReferencePath Include="..\..\..\ref\3a231083210e48658c9d46958b27a457\Azure.Provisioning.Kusto.dll"/> <ReferencePath Include="..\..\..\ref\7c3e056227b843e0b614b0adf0550ec9\Azure.Provisioning.Network.dll"/> <ReferencePath Include="..\..\..\ref\e0a2b280276243bfac9bcb9417e6cd47\Azure.Provisioning.OperationalInsights.dll"/> <ReferencePath Include="..\..\..\ref\d9a151e369484a4fbf9376ba6dd2464f\Azure.Provisioning.PostgreSql.dll"/> <ReferencePath Include="..\..\..\ref\ab7a9fcb274047a8bf06d05941714728\Azure.Provisioning.PrivateDns.dll"/> <ReferencePath Include="..\..\..\ref\c772da2b401d49d2a89ec3c405750692\Azure.Provisioning.Redis.dll"/> <ReferencePath Include="..\..\..\ref\589af5e4343645bca639637bfe5eecdf\Azure.Provisioning.RedisEnterprise.dll"/> <ReferencePath Include="..\..\..\ref\6824f6193161481a992ad51c22c2d260\Azure.Provisioning.Search.dll"/> <ReferencePath Include="..\..\..\ref\bb3b090c8c43440ebd822262be95929b\Azure.Provisioning.ServiceBus.dll"/> <ReferencePath Include="..\..\..\ref\b79ebae123524e26900f436ae6e4d7f9\Azure.Provisioning.SignalR.dll"/> <ReferencePath Include="..\..\..\ref\01a4f4be41e14a3d8eaca81cda841f03\Azure.Provisioning.Sql.dll"/> <ReferencePath Include="..\..\..\ref\f3b1df76f1f74f6488020ee5bdf7605e\Azure.Provisioning.Storage.dll"/> <ReferencePath Include="..\..\..\ref\a9c275ffe10b404baf6e5a09ef126d75\Azure.Provisioning.WebPubSub.dll"/> <ReferencePath Include="..\..\..\ref\810acde108194fa8a72aaaa24867155b\Azure.ResourceManager.Authorization.dll"/> <ReferencePath Include="..\..\..\ref\c8523491aa1c461582fd9e04a0b2e296\Azure.ResourceManager.dll"/> <ReferencePath Include="..\..\..\ref\c6035b5681174ceba6319a044d0f1774\Azure.ResourceManager.KeyVault.dll"/> <ReferencePath Include="..\..\..\ref\0678474bd2eb4154abd897fdf3486dcc\Azure.ResourceManager.Resources.Deployments.dll"/> <ReferencePath Include="..\..\..\ref\c66321aa499e4b9caa887d11b07c7338\Azure.Security.KeyVault.Secrets.dll"/> <ReferencePath Include="..\..\..\ref\3b2b217503304970991c644a5ef812a1\Azure.Storage.Blobs.dll"/> <ReferencePath Include="..\..\..\ref\220137c62c244103b640db564763ddc8\Azure.Storage.Common.dll"/> <ReferencePath Include="..\..\..\ref\362604ebf0794ed5aa643a3fb3c23bf1\Azure.Storage.Files.DataLake.dll"/> <ReferencePath Include="..\..\..\ref\d87ffe5ecaf04b16a935fefdebccd3c3\Azure.Storage.Queues.dll"/> <ReferencePath Include="..\..\..\ref\ea71631373d34bf78719c85e94616b32\Betalgo.Ranul.OpenAI.dll"/> <ReferencePath Include="..\..\..\ref\c23175ed64fa450c8d0d5432ba292ff4\BouncyCastle.Cryptography.dll"/> <ReferencePath Include="..\..\..\ref\8ac1997dd20944eabd03a0a825abe86d\DiffEngine.dll"/> <ReferencePath Include="..\..\..\ref\762ee3ffc7434219babe1ef83de8916d\Docker.DotNet.dll"/> <ReferencePath Include="..\..\..\ref\4a7757dfbc2143dc903c0bbaf3d6c172\Docker.DotNet.X509.dll"/> <ReferencePath Include="..\..\..\ref\c482d956fbc54ea2ac9e9083db008c90\EmptyFiles.dll"/> <ReferencePath Include="..\..\..\ref\8eefded6a81543c5898d1beaeaa20a35\Fractions.dll"/> <ReferencePath Include="..\..\..\ref\2c8e9ad44d984988ac649d7aba9f89c8\Google.Protobuf.dll"/> <ReferencePath Include="..\..\..\ref\c1a0fb64a4a74a93811a5fa3b0ad6e70\Grpc.AspNetCore.Server.ClientFactory.dll"/> <ReferencePath Include="..\..\..\ref\211b1bc949314b2682e32c70bd4e493d\Grpc.AspNetCore.Server.dll"/> <ReferencePath Include="..\..\..\ref\1c86822d85b94b92a4d19e7511ad780f\Grpc.Core.Api.dll"/> <ReferencePath Include="..\..\..\ref\1581e5d7deb74bd8aa1c3f7e905c46a7\Grpc.Net.Client.dll"/> <ReferencePath Include="..\..\..\ref\e01c95b149b0484e85bfbc80f6c8f028\Grpc.Net.ClientFactory.dll"/> <ReferencePath Include="..\..\..\ref\f8d510b896e94b6ba997590a669e0813\Grpc.Net.Common.dll"/> <ReferencePath Include="..\..\..\ref\c313b54ad1f54cecb7cf08f78e629323\HealthChecks.Azure.Messaging.EventHubs.dll"/> <ReferencePath Include="..\..\..\ref\4e484d607d0c434c8ad7ac45f615119e\HealthChecks.Azure.Storage.Blobs.dll"/> <ReferencePath Include="..\..\..\ref\8a71b1f9ef134cfba7d977bdffc8ccd8\HealthChecks.Azure.Storage.Queues.dll"/> <ReferencePath Include="..\..\..\ref\1b3a8bf576f64e8ca3125855a0faa103\HealthChecks.AzureServiceBus.dll"/> <ReferencePath Include="..\..\..\ref\ca296b51e32743ecbcffd0e100582497\HealthChecks.CosmosDb.dll"/> <ReferencePath Include="..\..\..\ref\9cb15cf400774cb79e268fcb3d16b6cd\HealthChecks.NpgSql.dll"/> <ReferencePath Include="..\..\..\ref\39ede0fe3a214ae3aca075a81ce4c75d\HealthChecks.Redis.dll"/> <ReferencePath Include="..\..\..\ref\8610cfef6ea2431f958fa5ea1ca058b4\HealthChecks.SqlServer.dll"/> <ReferencePath Include="..\..\..\ref\c501fb8f9a3a4389a42a921278b0180a\HealthChecks.Uris.dll"/> <ReferencePath Include="..\..\..\ref\e76746e6ca78433bbe33636101dfe2af\Hex1b.dll"/> <ReferencePath Include="..\..\..\ref\f11ae8569c65415e9ed9e7448d93c945\Humanizer.dll"/> <ReferencePath Include="..\..\..\ref\600424695ff841b2b5b398c15d8a2421\ICSharpCode.SharpZipLib.dll"/> <ReferencePath Include="..\..\..\ref\28d4300d6fe042d2b9311db1961c4381\Json.More.dll"/> <ReferencePath Include="..\..\..\ref\08ac4bbd7ed2460d816b6b09d6e0c3ea\JsonPointer.Net.dll"/> <ReferencePath Include="..\..\..\ref\de50fcc90d604e278d32965ef2399de9\JsonSchema.Net.dll"/> <ReferencePath Include="..\..\..\ref\5f1bae30f30349188ac20c68aabcfc47\KubernetesClient.dll"/> <ReferencePath Include="..\..\..\ref\94499d76375242339ced7304fef689fa\Kusto.Cloud.Platform.dll"/> <ReferencePath Include="..\..\..\ref\c934e5cb86dd4b6d93025a538b9ad329\Kusto.Cloud.Platform.Msal.dll"/> <ReferencePath Include="..\..\..\ref\cf7f3d8c2e1140deb6fbba1fc9a01a26\Kusto.Data.dll"/> <ReferencePath Include="..\..\..\ref\4e17f3a0812c42fdb78bd591eb1c563a\MessagePack.Annotations.dll"/> <ReferencePath Include="..\..\..\ref\8258f87d8b634fdbb58d5f892ee6558b\MessagePack.dll"/> <ReferencePath Include="..\..\..\ref\9a5b067ee90c4d9f9dfddba9da6d891b\Microsoft.AI.Foundry.Local.dll"/> <ReferencePath Include="..\..\..\ref\bcf1683b7056470dacdf320c98769a42\Microsoft.ApplicationInsights.dll"/> <ReferencePath Include="..\..\..\ref\e8e21dbb5068460189c0f91868425edf\Microsoft.AspNetCore.Antiforgery.dll"/> <ReferencePath Include="..\..\..\ref\71e44e98dab243e7af8fe5d3848e8166\Microsoft.AspNetCore.Authentication.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\c2d73ab7342f410ba3d1c907e13accac\Microsoft.AspNetCore.Authentication.BearerToken.dll"/> <ReferencePath Include="..\..\..\ref\1bd8fe2f682c4ed9af241edd3b5fa925\Microsoft.AspNetCore.Authentication.Cookies.dll"/> <ReferencePath Include="..\..\..\ref\b77288659dfe482eafa698e4ef750123\Microsoft.AspNetCore.Authentication.Core.dll"/> <ReferencePath Include="..\..\..\ref\8bf54fa44b644370aaf8de57a5fb9347\Microsoft.AspNetCore.Authentication.dll"/> <ReferencePath Include="..\..\..\ref\911d14bb7ad6486e86a7bedb20664edc\Microsoft.AspNetCore.Authentication.OAuth.dll"/> <ReferencePath Include="..\..\..\ref\1cf175181fb54b17b7af527450f1db23\Microsoft.AspNetCore.Authorization.dll"/> <ReferencePath Include="..\..\..\ref\4807f0cc02b9447e88f1e92e2a7ec807\Microsoft.AspNetCore.Authorization.Policy.dll"/> <ReferencePath Include="..\..\..\ref\bd5aa50f602945188251ebc9bdd0c59e\Microsoft.AspNetCore.Components.Authorization.dll"/> <ReferencePath Include="..\..\..\ref\42a607b175984f41846277e70f4a6fde\Microsoft.AspNetCore.Components.dll"/> <ReferencePath Include="..\..\..\ref\96e0334ec170474e91976873d71d4094\Microsoft.AspNetCore.Components.Endpoints.dll"/> <ReferencePath Include="..\..\..\ref\77973dd4604d40e694893a0cc2f5eed0\Microsoft.AspNetCore.Components.Forms.dll"/> <ReferencePath Include="..\..\..\ref\2a5427a30f554ffd954615a32f05e163\Microsoft.AspNetCore.Components.Server.dll"/> <ReferencePath Include="..\..\..\ref\a95733105bf14bb4951231a75a195fcf\Microsoft.AspNetCore.Components.Web.dll"/> <ReferencePath Include="..\..\..\ref\1df27178f0cc46df9712c7433336a1fd\Microsoft.AspNetCore.Connections.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\359afdcc30c34c4e94bf86a9404a7111\Microsoft.AspNetCore.CookiePolicy.dll"/> <ReferencePath Include="..\..\..\ref\999c9e08b54348ce88014fde8e670869\Microsoft.AspNetCore.Cors.dll"/> <ReferencePath Include="..\..\..\ref\93c21cbd003d4d9ba7b46c59567cdc88\Microsoft.AspNetCore.Cryptography.Internal.dll"/> <ReferencePath Include="..\..\..\ref\792d023278de475bbec7f66a6e37bc8a\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/> <ReferencePath Include="..\..\..\ref\07c9872f75ac4652a4d89b6d7e1666c0\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\7925a23cce3344cd99444e34740a4764\Microsoft.AspNetCore.DataProtection.dll"/> <ReferencePath Include="..\..\..\ref\d72bc989c96947b0b2052a2aa01227c2\Microsoft.AspNetCore.DataProtection.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\5d3a362493fa4a09a6e6a7506fcb1bdc\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\75a1378dc14c49599042711fdc247491\Microsoft.AspNetCore.Diagnostics.dll"/> <ReferencePath Include="..\..\..\ref\ddb8ea885f094947b07868d8d3b72190\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/> <ReferencePath Include="..\..\..\ref\140a896371bb456fbca8fb8158087747\Microsoft.AspNetCore.dll"/> <ReferencePath Include="..\..\..\ref\2e555226b9244509be04a51511883d78\Microsoft.AspNetCore.HostFiltering.dll"/> <ReferencePath Include="..\..\..\ref\a16912a7ddeb4f98a3a889cce69dc858\Microsoft.AspNetCore.Hosting.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\e537ba5008514032903b8f54443098c2\Microsoft.AspNetCore.Hosting.dll"/> <ReferencePath Include="..\..\..\ref\2f40febd65e8469aa7bbbe6fec934641\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\10be757c465f4089aca06e01f523ce97\Microsoft.AspNetCore.Html.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\56a4a89a803f4f4a97000b81a9e6993f\Microsoft.AspNetCore.Http.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\e7a7c24506d24f96940ab8eb49648821\Microsoft.AspNetCore.Http.Connections.Client.dll"/> <ReferencePath Include="..\..\..\ref\74cae92798684b81a95331a7aeb39599\Microsoft.AspNetCore.Http.Connections.Common.dll"/> <ReferencePath Include="..\..\..\ref\3bd6420dd88b476f96b9ae08ff1dacad\Microsoft.AspNetCore.Http.Connections.dll"/> <ReferencePath Include="..\..\..\ref\b9579ca259b445ffb61f103360a9734f\Microsoft.AspNetCore.Http.dll"/> <ReferencePath Include="..\..\..\ref\89354189a9d14843af01e416acc600f5\Microsoft.AspNetCore.Http.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\610deb3ddbb44edfb7d7b855386e446d\Microsoft.AspNetCore.Http.Features.dll"/> <ReferencePath Include="..\..\..\ref\2c13b5285b354a4aae9cfe25ff0c685d\Microsoft.AspNetCore.Http.Results.dll"/> <ReferencePath Include="..\..\..\ref\3864503ec03b49e597a0a97de27a478c\Microsoft.AspNetCore.HttpLogging.dll"/> <ReferencePath Include="..\..\..\ref\80a41616db7e44768dc5ff1590dd1b59\Microsoft.AspNetCore.HttpOverrides.dll"/> <ReferencePath Include="..\..\..\ref\fa94ecc3bc514e029dbc165f8dd72923\Microsoft.AspNetCore.HttpsPolicy.dll"/> <ReferencePath Include="..\..\..\ref\04ce43ca659a4a4aa85fa834de70a1e2\Microsoft.AspNetCore.Identity.dll"/> <ReferencePath Include="..\..\..\ref\6d2315091fec495ca9ecd3e7c29e1ced\Microsoft.AspNetCore.Localization.dll"/> <ReferencePath Include="..\..\..\ref\43942ffe1c514964a6ae601ad95d8f47\Microsoft.AspNetCore.Localization.Routing.dll"/> <ReferencePath Include="..\..\..\ref\a472d63da6db44918673b57769fdbd2f\Microsoft.AspNetCore.Metadata.dll"/> <ReferencePath Include="..\..\..\ref\4794db7baeb643f5b60d79e27f1b9699\Microsoft.AspNetCore.Mvc.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\4f52726e4da24da19642e82afcb2255a\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/> <ReferencePath Include="..\..\..\ref\15257b10c418446dacbd95e6d61ebf3f\Microsoft.AspNetCore.Mvc.Core.dll"/> <ReferencePath Include="..\..\..\ref\d2783884306c4b1397dbda99717a4dad\Microsoft.AspNetCore.Mvc.Cors.dll"/> <ReferencePath Include="..\..\..\ref\14eeff0b72c84731bcba0c2099d5c180\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\ref\dca6f02b93c64beaa6323f8a51abe71a\Microsoft.AspNetCore.Mvc.dll"/> <ReferencePath Include="..\..\..\ref\f1ff51a016704729ac69007de06fd572\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/> <ReferencePath Include="..\..\..\ref\6fb7d4f0a8e748ef82183401449425cb\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/> <ReferencePath Include="..\..\..\ref\4be1373b143344b8bbef6a9f46e8156f\Microsoft.AspNetCore.Mvc.Localization.dll"/> <ReferencePath Include="..\..\..\ref\e04d3865cdd04f5c83b59fad9be6dd42\Microsoft.AspNetCore.Mvc.Razor.dll"/> <ReferencePath Include="..\..\..\ref\6763a245faab4c969e34963f9b2d2eec\Microsoft.AspNetCore.Mvc.RazorPages.dll"/> <ReferencePath Include="..\..\..\ref\8fb44a00692740cf838d6a59a1463c3e\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/> <ReferencePath Include="..\..\..\ref\52e7e86a3395460a9997f5c442dd1066\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/> <ReferencePath Include="..\..\..\ref\e443a996b69847509cbe8d44de38ab0d\Microsoft.AspNetCore.OutputCaching.dll"/> <ReferencePath Include="..\..\..\ref\d0f75df44d6f4b7885da7bd2454dec9b\Microsoft.AspNetCore.RateLimiting.dll"/> <ReferencePath Include="..\..\..\ref\09815a904470417eb63ff34aa494d782\Microsoft.AspNetCore.Razor.dll"/> <ReferencePath Include="..\..\..\ref\80bafcaa02b7441b838520eace6eb781\Microsoft.AspNetCore.Razor.Runtime.dll"/> <ReferencePath Include="..\..\..\ref\cf3c0104ae9a4d6190e798bb3d5ae511\Microsoft.AspNetCore.RequestDecompression.dll"/> <ReferencePath Include="..\..\..\ref\d258bb6bb1b249f49f677b8a9457dafa\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\51cac30dfa2e400999fb23bcc746fd2d\Microsoft.AspNetCore.ResponseCaching.dll"/> <ReferencePath Include="..\..\..\ref\165eb1bff17a40e694251338900eb935\Microsoft.AspNetCore.ResponseCompression.dll"/> <ReferencePath Include="..\..\..\ref\4070a69b456f4e7fb78130c17d590f8f\Microsoft.AspNetCore.Rewrite.dll"/> <ReferencePath Include="..\..\..\ref\f3966fe8cf8c4bbf99009ad617ea4d50\Microsoft.AspNetCore.Routing.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\a68a656817bc4c959bff07b3b1bfa953\Microsoft.AspNetCore.Routing.dll"/> <ReferencePath Include="..\..\..\ref\9ffaf7186413425fb0192ddc7651de4c\Microsoft.AspNetCore.Server.HttpSys.dll"/> <ReferencePath Include="..\..\..\ref\16cc81f0f2c4457aa8a5a23ef33d62a4\Microsoft.AspNetCore.Server.IIS.dll"/> <ReferencePath Include="..\..\..\ref\e3c4517958dc4a3ba22809a55deb9870\Microsoft.AspNetCore.Server.IISIntegration.dll"/> <ReferencePath Include="..\..\..\ref\0abf19aa9f904010b101314d9f7a9b24\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/> <ReferencePath Include="..\..\..\ref\db193fe8c1ee400f84665cb622444602\Microsoft.AspNetCore.Server.Kestrel.dll"/> <ReferencePath Include="..\..\..\ref\b0a63b6d8fad426581b4e14c1e4e40cc\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/> <ReferencePath Include="..\..\..\ref\42e86c0a2e99445b97d62beec1f4a5be\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/> <ReferencePath Include="..\..\..\ref\46d3bc637d9b48688334b3fbd274ddf7\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/> <ReferencePath Include="..\..\..\ref\50104434476f4452be23cde8b2d48f28\Microsoft.AspNetCore.Session.dll"/> <ReferencePath Include="..\..\..\ref\310881367acf4c94943f245497152191\Microsoft.AspNetCore.SignalR.Client.Core.dll"/> <ReferencePath Include="..\..\..\ref\48aada8ad1354072a4071290a33b4ca8\Microsoft.AspNetCore.SignalR.Client.dll"/> <ReferencePath Include="..\..\..\ref\cdfe17cfecd3415dba18521dda506af2\Microsoft.AspNetCore.SignalR.Common.dll"/> <ReferencePath Include="..\..\..\ref\cc65586d51bd47b59be988f71c432c59\Microsoft.AspNetCore.SignalR.Core.dll"/> <ReferencePath Include="..\..\..\ref\ea170aa74bed4c1c9b2f25c1ad7a5dd1\Microsoft.AspNetCore.SignalR.dll"/> <ReferencePath Include="..\..\..\ref\65e796b1e8d44402aa980d0760e9982b\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/> <ReferencePath Include="..\..\..\ref\7e0a71f04b8f4b3a96d26635002f186b\Microsoft.AspNetCore.StaticFiles.dll"/> <ReferencePath Include="..\..\..\ref\b122a83cd1a540959512c069b6e12277\Microsoft.AspNetCore.WebSockets.dll"/> <ReferencePath Include="..\..\..\ref\4d093b9d661c4d5f9d9151c39afc1037\Microsoft.AspNetCore.WebUtilities.dll"/> <ReferencePath Include="..\..\..\ref\4541da0e175742b5b773d85b05e274b9\Microsoft.Azure.Amqp.dll"/> <ReferencePath Include="..\..\..\ref\f2dc33c5e6f346899c18a18e08b484d7\Microsoft.Azure.Core.NewtonsoftJson.dll"/> <ReferencePath Include="..\..\..\ref\f426680a531f47dd92c7a158c8f67283\Microsoft.Azure.Cosmos.Client.dll"/> <ReferencePath Include="..\..\..\ref\aabc78d47fec4b379d275f468a82cb32\Microsoft.Azure.Cosmos.Core.dll"/> <ReferencePath Include="..\..\..\ref\467313eda469438fbd9c3730ba5f3c9b\Microsoft.Azure.Cosmos.Direct.dll"/> <ReferencePath Include="..\..\..\ref\77f52c47a4ae48438df5462472b35fb8\Microsoft.Azure.Cosmos.Serialization.HybridRow.dll"/> <ReferencePath Include="..\..\..\ref\545582c63fe84c7793c930485abf1e55\Microsoft.Azure.SignalR.Common.dll"/> <ReferencePath Include="..\..\..\ref\55ca0645d9024d999e850b2320fa4e71\Microsoft.Azure.SignalR.dll"/> <ReferencePath Include="..\..\..\ref\24367b591a65471bacb55962e56c3778\Microsoft.Azure.SignalR.Management.dll"/> <ReferencePath Include="..\..\..\ref\763db42276d84f8fa34755b96017f602\Microsoft.Azure.SignalR.Protocols.dll"/> <ReferencePath Include="..\..\..\ref\0a46aca43b3d4c648372f2faf0842b24\Microsoft.Bcl.AsyncInterfaces.dll"/> <ReferencePath Include="..\..\..\ref\6295326e140a4945bd17b1ee885ae207\Microsoft.Bcl.Cryptography.dll"/> <ReferencePath Include="..\..\..\ref\8ffdd1eea0f64157988cba75f1dcea50\Microsoft.Bcl.HashCode.dll"/> <ReferencePath Include="..\..\..\ref\2cf54821a54144acb673bee9b5b7ab39\Microsoft.Bcl.Memory.dll"/> <ReferencePath Include="..\..\..\ref\56ac46445a564882b449d233ddf2308e\Microsoft.CSharp.dll"/> <ReferencePath Include="..\..\..\ref\4aae6e0cbf8d4c83b6c5ea4d0ffdffd7\Microsoft.Data.SqlClient.dll"/> <ReferencePath Include="..\..\..\ref\aaaa2dd2337d43a7a414c05ef8205a66\Microsoft.Data.SqlClient.Extensions.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\4ee599f1e93e45409908f692cb8c6248\Microsoft.Data.SqlClient.Internal.Logging.dll"/> <ReferencePath Include="..\..\..\ref\795ae7cf7bba453dad4ceb1dd3fc5f20\Microsoft.Diagnostics.NETCore.Client.dll"/> <ReferencePath Include="..\..\..\ref\f5476dcb4ce841d6a6387147371daebd\Microsoft.Diagnostics.Runtime.dll"/> <ReferencePath Include="..\..\..\ref\0430ef40d351456e8175b0056980f658\Microsoft.DotNet.RemoteExecutor.dll"/> <ReferencePath Include="..\..\..\ref\e7741134645846468d6a27fd2d32da2e\Microsoft.DotNet.XUnitV3Extensions.dll"/> <ReferencePath Include="..\..\..\ref\188181da2fe2417299f1637da888012f\Microsoft.EntityFrameworkCore.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\e89b84cb1bd94676ac7576f639a1987c\Microsoft.EntityFrameworkCore.Cosmos.dll"/> <ReferencePath Include="..\..\..\ref\d0871e5917714196b1a755d76598ab12\Microsoft.EntityFrameworkCore.dll"/> <ReferencePath Include="..\..\..\ref\ccdbba8438b644d186877fb22b44745b\Microsoft.Extensions.AI.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\57967848e8454aa8b0fabfe1bc333159\Microsoft.Extensions.AmbientMetadata.Application.dll"/> <ReferencePath Include="..\..\..\ref\a44de8dcc3374c369570be161312def8\Microsoft.Extensions.Azure.dll"/> <ReferencePath Include="..\..\..\ref\fcd0741aa23f445f8ddf0b450c37ad26\Microsoft.Extensions.Caching.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\4989dbcb79b3481180dfba9442d81d6b\Microsoft.Extensions.Caching.Memory.dll"/> <ReferencePath Include="..\..\..\ref\c6b6315a30d0411f91eb38b45d2ffeff\Microsoft.Extensions.Compliance.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\3e53a0035f0c4ecfb446307e43518568\Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\3f8be361516b4862bcf53f9a6f426689\Microsoft.Extensions.Configuration.Binder.dll"/> <ReferencePath Include="..\..\..\ref\f93c892b54014f6f9821fe56a92c4453\Microsoft.Extensions.Configuration.CommandLine.dll"/> <ReferencePath Include="..\..\..\ref\7914d441f6bd46f1aaab3e9c2f9da6db\Microsoft.Extensions.Configuration.dll"/> <ReferencePath Include="..\..\..\ref\c3269e9f41474a2f80a87bdbefe95c63\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/> <ReferencePath Include="..\..\..\ref\1c67c89453ee4ec2abdb78d97cb60aec\Microsoft.Extensions.Configuration.FileExtensions.dll"/> <ReferencePath Include="..\..\..\ref\482c011ae5c8423b8a6aab2dae3e7565\Microsoft.Extensions.Configuration.Ini.dll"/> <ReferencePath Include="..\..\..\ref\a6ab18b7011041518c9c816e16dc9d3b\Microsoft.Extensions.Configuration.Json.dll"/> <ReferencePath Include="..\..\..\ref\b729f79898e14fe6bc11d4781cad9135\Microsoft.Extensions.Configuration.KeyPerFile.dll"/> <ReferencePath Include="..\..\..\ref\378551c3148b4df49ccccd629a524fb9\Microsoft.Extensions.Configuration.UserSecrets.dll"/> <ReferencePath Include="..\..\..\ref\0ee049ee23e74271be88a49a0043163c\Microsoft.Extensions.Configuration.Xml.dll"/> <ReferencePath Include="..\..\..\ref\f1b6ec4993b34af19df6b870d7e65e66\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\514cb3a99ed04a7d8d99e0fd7b968575\Microsoft.Extensions.DependencyInjection.AutoActivation.dll"/> <ReferencePath Include="..\..\..\ref\529fb46104eb44e8b401d20685bd90fb\Microsoft.Extensions.DependencyInjection.dll"/> <ReferencePath Include="..\..\..\ref\8505303b09344618a701d97154feff69\Microsoft.Extensions.Diagnostics.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\761f1daec5e64e43b1b4bbd3fc3492d6\Microsoft.Extensions.Diagnostics.dll"/> <ReferencePath Include="..\..\..\ref\b7c74353e6d640cb91bfa78e426f2abc\Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll"/> <ReferencePath Include="..\..\..\ref\a1ac6f5b5d8141479d3b202635313206\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\f0d69f1bc3b0449fb34c0cdd8a61fd34\Microsoft.Extensions.Diagnostics.HealthChecks.dll"/> <ReferencePath Include="..\..\..\ref\3a021b6d923542cca22800ee1cad42ea\Microsoft.Extensions.Diagnostics.Testing.dll"/> <ReferencePath Include="..\..\..\ref\7c1fe508ecf84c569da132801388414a\Microsoft.Extensions.Features.dll"/> <ReferencePath Include="..\..\..\ref\a84dc139935c4ae7bdf462237efe2f36\Microsoft.Extensions.FileProviders.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\b3b2cc2fa06c4d0688d29b4264e89b95\Microsoft.Extensions.FileProviders.Composite.dll"/> <ReferencePath Include="..\..\..\ref\d842bb00961f45f98dc01b5d4cee0210\Microsoft.Extensions.FileProviders.Embedded.dll"/> <ReferencePath Include="..\..\..\ref\27b5e754fdf1434fbb05f1f3ee9212fa\Microsoft.Extensions.FileProviders.Physical.dll"/> <ReferencePath Include="..\..\..\ref\dbc8be6691a24a519b1960c1d1782558\Microsoft.Extensions.FileSystemGlobbing.dll"/> <ReferencePath Include="..\..\..\ref\08b16cbb8dd94552bc497a5b5a9e3c87\Microsoft.Extensions.Hosting.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\f932c47136754032973de51604c84d62\Microsoft.Extensions.Hosting.dll"/> <ReferencePath Include="..\..\..\ref\884862e05a064914842dc800858bcdb8\Microsoft.Extensions.Http.Diagnostics.dll"/> <ReferencePath Include="..\..\..\ref\da9de90246ba41a19bcb93129243f318\Microsoft.Extensions.Http.dll"/> <ReferencePath Include="..\..\..\ref\6b6601ab71e343849daf1fd9491ebef8\Microsoft.Extensions.Http.Resilience.dll"/> <ReferencePath Include="..\..\..\ref\d7b38eb6305e45be923029899a76aff2\Microsoft.Extensions.Identity.Core.dll"/> <ReferencePath Include="..\..\..\ref\1656f6dd63c144a68d0ed2af2c6c0c2f\Microsoft.Extensions.Identity.Stores.dll"/> <ReferencePath Include="..\..\..\ref\84cf364152ad418ea78f2695c112bb7a\Microsoft.Extensions.Localization.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\b5008967b8f24255929ea494dcd61b51\Microsoft.Extensions.Localization.dll"/> <ReferencePath Include="..\..\..\ref\2b3be9813fb3469aa01728d7247fef1b\Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\a6ff49b7b3ee4450b82a9cfab49bb0c5\Microsoft.Extensions.Logging.Configuration.dll"/> <ReferencePath Include="..\..\..\ref\ef9c8bda2c8644b9a6d6cfa08e12f420\Microsoft.Extensions.Logging.Console.dll"/> <ReferencePath Include="..\..\..\ref\b583b58da7b44bdcaf4d75990b20f2ef\Microsoft.Extensions.Logging.Debug.dll"/> <ReferencePath Include="..\..\..\ref\f3ce4f7bfd5a4643a1b9c75ffde358f2\Microsoft.Extensions.Logging.dll"/> <ReferencePath Include="..\..\..\ref\8b92375eae8641289ee45c311e25afc5\Microsoft.Extensions.Logging.EventLog.dll"/> <ReferencePath Include="..\..\..\ref\b20d54808ca4432398cfe8b41e33f3e0\Microsoft.Extensions.Logging.EventSource.dll"/> <ReferencePath Include="..\..\..\ref\5bab85addb8e42d9b66e7d248b735793\Microsoft.Extensions.Logging.TraceSource.dll"/> <ReferencePath Include="..\..\..\ref\725df0fb5a194d11b4f6556d1ce6c8ef\Microsoft.Extensions.ObjectPool.dll"/> <ReferencePath Include="..\..\..\ref\26a1b9f67a9f4e53835507dce7bb2cc0\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/> <ReferencePath Include="..\..\..\ref\f682d1d9641c41e4a3bd95116d132219\Microsoft.Extensions.Options.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\ref\01a5438d4aa74956ab2f5dfdcbbc89bc\Microsoft.Extensions.Options.dll"/> <ReferencePath Include="..\..\..\ref\ca77658de514409ebd8502b9f029d3ad\Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\1dfdad72f5d8464f8fa7636c648fa39d\Microsoft.Extensions.Resilience.dll"/> <ReferencePath Include="..\..\..\ref\258a88b3ab8e497086f6ebaead4a7eed\Microsoft.Extensions.Telemetry.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\ff6654fcfb4143a5b6bdf6834f815142\Microsoft.Extensions.Telemetry.dll"/> <ReferencePath Include="..\..\..\ref\8ed7388add3843a8acbda64adbf3fe84\Microsoft.Extensions.TimeProvider.Testing.dll"/> <ReferencePath Include="..\..\..\ref\94b09ec842604207b43fed679bb440db\Microsoft.Extensions.WebEncoders.dll"/> <ReferencePath Include="..\..\..\ref\c811edd264e14ee086d3e9d05186da3a\Microsoft.Identity.Client.Broker.dll"/> <ReferencePath Include="..\..\..\ref\1eea8e675e6742bfbde395e5693ac104\Microsoft.Identity.Client.dll"/> <ReferencePath Include="..\..\..\ref\950c7d029bcc4c36aadc1815a237498d\Microsoft.Identity.Client.Extensions.Msal.dll"/> <ReferencePath Include="..\..\..\ref\521c937f367f426180274ae89000dc93\Microsoft.Identity.Client.NativeInterop.dll"/> <ReferencePath Include="..\..\..\ref\f1d6123f963b47d6919d7b75f834be53\Microsoft.IdentityModel.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\c036822da9774c7880976e8f74831aa2\Microsoft.IdentityModel.JsonWebTokens.dll"/> <ReferencePath Include="..\..\..\ref\61ed51e746b14b7d98f5bd61f6a28d29\Microsoft.IdentityModel.Logging.dll"/> <ReferencePath Include="..\..\..\ref\21afd12a52874e6a94a03655f171d99a\Microsoft.IdentityModel.Protocols.dll"/> <ReferencePath Include="..\..\..\ref\23c8248d24374f2090231279eb068c2b\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll"/> <ReferencePath Include="..\..\..\ref\eaf2e357a9a94ba09b559adf5b2f7286\Microsoft.IdentityModel.Tokens.dll"/> <ReferencePath Include="..\..\..\ref\e78a4d0b501a4fcd9a5d626c1057aa00\Microsoft.IO.RecyclableMemoryStream.dll"/> <ReferencePath Include="..\..\..\ref\6491679098664444b36f31deb76581e0\Microsoft.JSInterop.dll"/> <ReferencePath Include="..\..\..\ref\654ec8fd2a0c47a99aef6d0e0768f688\Microsoft.Net.Http.Headers.dll"/> <ReferencePath Include="..\..\..\ref\bc301214d55c4617a9c852dc2d4e2791\Microsoft.NET.StringTools.dll"/> <ReferencePath Include="..\..\..\ref\eb405fcebf4142dd883b2d47333be2b5\Microsoft.SqlServer.Server.dll"/> <ReferencePath Include="..\..\..\ref\900e7cecdd11461893d0b36909f9f935\Microsoft.Testing.Extensions.CrashDump.dll"/> <ReferencePath Include="..\..\..\ref\84992c74024d45e1b29aa40fbd4dd04d\Microsoft.Testing.Extensions.HangDump.dll"/> <ReferencePath Include="..\..\..\ref\b0e6cf7671e54826a5c58c3d594a8795\Microsoft.Testing.Extensions.MSBuild.dll"/> <ReferencePath Include="..\..\..\ref\c1bbb668d8f64152a64d7086ecc60ea4\Microsoft.Testing.Extensions.Telemetry.dll"/> <ReferencePath Include="..\..\..\ref\66bff73525f943f5988fc6d28bd1a0c4\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\c60b362ff83b4a1b867939ab54cfc169\Microsoft.Testing.Extensions.TrxReport.dll"/> <ReferencePath Include="..\..\..\ref\5e59b92083a149c08c1222666744c6eb\Microsoft.Testing.Platform.dll"/> <ReferencePath Include="..\..\..\ref\f4d6cecb7ec64305a359d772ddce8cc6\Microsoft.VisualBasic.Core.dll"/> <ReferencePath Include="..\..\..\ref\fcf9eee281de4ecb97d75ee7b4522fb5\Microsoft.VisualBasic.dll"/> <ReferencePath Include="..\..\..\ref\1ba430671e394281a1fd8b3da39b6053\Microsoft.VisualStudio.Threading.dll"/> <ReferencePath Include="..\..\..\ref\c6586d07eb0e4d7d80991fd7c499d7a6\Microsoft.VisualStudio.Validation.dll"/> <ReferencePath Include="..\..\..\ref\6ce6301dbfa844729a642f9542b08d30\Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\2ccf8515799c4b89b9229f536aef58f4\Microsoft.Win32.Registry.dll"/> <ReferencePath Include="..\..\..\ref\fd6db729163445e3bae2c8c1408ccb68\Microsoft.Win32.SystemEvents.dll"/> <ReferencePath Include="..\..\..\ref\186e02063fb84a71b79dc12282625c41\ModelContextProtocol.Core.dll"/> <ReferencePath Include="..\..\..\ref\c71147abcb76462b99b623ad26317236\ModelContextProtocol.dll"/> <ReferencePath Include="..\..\..\ref\b606d3af20d948e18f22d3013447b4c7\mscorlib.dll"/> <ReferencePath Include="..\..\..\ref\e22a84b2586647299f3ae2d2d88687b4\NCrontab.Signed.dll"/> <ReferencePath Include="..\..\..\ref\a9869746342b46a89f7380c65f634bdb\Nerdbank.MessagePack.dll"/> <ReferencePath Include="..\..\..\ref\55074530017a4a3999ad57f13373fa9b\Nerdbank.Streams.dll"/> <ReferencePath Include="..\..\..\ref\805df86352c9414e96883e4d573a60ae\netstandard.dll"/> <ReferencePath Include="..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/> <ReferencePath Include="..\..\..\ref\94000967eb3343f5a99c6081eb64a838\Npgsql.dll"/> <ReferencePath Include="..\..\..\ref\f751f6762c7844688c450e0984ac081b\OpenAI.dll"/> <ReferencePath Include="..\..\..\ref\0551c1f570374d3a8ced4759a5fc31c2\OpenTelemetry.Api.dll"/> <ReferencePath Include="..\..\..\ref\6ceeaa40a88b4d3faed053c3ac59dc38\OpenTelemetry.Api.ProviderBuilderExtensions.dll"/> <ReferencePath Include="..\..\..\ref\2d181f47fe954d98beae44e21eb499ac\OpenTelemetry.dll"/> <ReferencePath Include="..\..\..\ref\93e830b4c58a41d4b88823a886bd294f\OpenTelemetry.Exporter.InMemory.dll"/> <ReferencePath Include="..\..\..\ref\bb3a4ba907734e30be603d585634a199\OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/> <ReferencePath Include="..\..\..\ref\b9e4252e192b47c2a05047010c026689\OpenTelemetry.Extensions.Hosting.dll"/> <ReferencePath Include="..\..\..\ref\44c0f92ef1ec46c4a417d318a5845750\Pipelines.Sockets.Unofficial.dll"/> <ReferencePath Include="..\..\..\ref\93b7c81ca2684bd8b6c371c7d5524935\Polly.Core.dll"/> <ReferencePath Include="..\..\..\ref\cc318792f8d54b1aa1b371230b7d3597\Polly.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\d72930de8dbc4d338ec4f342a1fde459\Polly.RateLimiting.dll"/> <ReferencePath Include="..\..\..\ref\34ccbc70c63f4300aa200015c2bf1edc\PolyType.dll"/> <ReferencePath Include="..\..\..\ref\f92de8ea1b8a439495a67e539bca4e27\QRCoder.dll"/> <ReferencePath Include="..\..\..\ref\314a79b5f98645d7b6b0908bc258b0ab\Renci.SshNet.dll"/> <ReferencePath Include="..\..\..\ref\ad7c81778cc14d159ebf3b278a2c8d93\Semver.dll"/> <ReferencePath Include="..\..\..\ref\4ba611d1c20042ae8e107c889815026a\SimpleInfoName.dll"/> <ReferencePath Include="..\..\..\ref\dd41ef1924cd4da4b399d9f59c9e92c3\StackExchange.Redis.dll"/> <ReferencePath Include="..\..\..\ref\62ce6b732bd34c399bfd787fe0838f8d\StreamJsonRpc.dll"/> <ReferencePath Include="..\..\..\ref\9359c3a5cf704d5eb00f4696ba75addd\System.AppContext.dll"/> <ReferencePath Include="..\..\..\ref\0b26696d8580413bbcafcb0b8517b84b\System.Buffers.dll"/> <ReferencePath Include="..\..\..\ref\81eae6ab36b54c698ece03e447a6fb6b\System.ClientModel.dll"/> <ReferencePath Include="..\..\..\ref\6c33b1599e8d49989e91b867d80b290f\System.Collections.Concurrent.dll"/> <ReferencePath Include="..\..\..\ref\043a33e2853244d69bf3009e7ab7146f\System.Collections.dll"/> <ReferencePath Include="..\..\..\ref\b1f3fcbb01cc4aa9b7bb89f7a060f601\System.Collections.Immutable.dll"/> <ReferencePath Include="..\..\..\ref\c4aed035747a4c7ea2ac1fc30af2b8ec\System.Collections.NonGeneric.dll"/> <ReferencePath Include="..\..\..\ref\db27c06fd63645a7a39104be23e4f0f5\System.Collections.Specialized.dll"/> <ReferencePath Include="..\..\..\ref\8f55ccd18ca34ae19efccc655bacd9d6\System.ComponentModel.Annotations.dll"/> <ReferencePath Include="..\..\..\ref\f04d8e25222a402585bf0ee6e016cff9\System.ComponentModel.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\ref\9b34e7fb25d64cbb93a98f6c69a3afee\System.ComponentModel.dll"/> <ReferencePath Include="..\..\..\ref\fdd9676ac12d479d98068e9a2d09eb11\System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="..\..\..\ref\e6f1f33952e14913b262cb43336a922e\System.ComponentModel.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\27743a5d62ae4485a01ba1ac32352ccd\System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="..\..\..\ref\4855f825db5f4f469faf36f45940559e\System.Configuration.ConfigurationManager.dll"/> <ReferencePath Include="..\..\..\ref\459d46ce6383455da0c2bd07c0bf29cc\System.Configuration.dll"/> <ReferencePath Include="..\..\..\ref\288106ba218a492395836b86d0945ee7\System.Console.dll"/> <ReferencePath Include="..\..\..\ref\881210055f574541af45ffd14fff1b04\System.Core.dll"/> <ReferencePath Include="..\..\..\ref\607ff7e0cfa741aabef8e51868f626e3\System.Data.Common.dll"/> <ReferencePath Include="..\..\..\ref\c01374d131a94e28b96e51913464148a\System.Data.DataSetExtensions.dll"/> <ReferencePath Include="..\..\..\ref\62f69bc6e88e492289e741d5f045291b\System.Data.dll"/> <ReferencePath Include="..\..\..\ref\609ecb788c6446988b3bdac220b892de\System.Diagnostics.Contracts.dll"/> <ReferencePath Include="..\..\..\ref\1a1547b1e20e459f94e3d719f184fa40\System.Diagnostics.Debug.dll"/> <ReferencePath Include="..\..\..\ref\beb566ee590f402b98f1827d25c26fe1\System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="..\..\..\ref\d47816d798bf4d7ebf27407631da9f43\System.Diagnostics.EventLog.dll"/> <ReferencePath Include="..\..\..\ref\8f2776245d724fe7bba44b589cae44b2\System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="..\..\..\ref\cc0bca61b1a24912a337b7b21c6f7381\System.Diagnostics.Process.dll"/> <ReferencePath Include="..\..\..\ref\ff45df72e85e4871b18dae0cec73586a\System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="..\..\..\ref\0466be03d4f042fb858e45f4f125c3bf\System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="..\..\..\ref\6ffcce1182914a5591caf2f07550e5ce\System.Diagnostics.Tools.dll"/> <ReferencePath Include="..\..\..\ref\d6b19d3ee476476d907205ef0ba1558b\System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="..\..\..\ref\ebc59f634b944728af74796c0dd75c82\System.Diagnostics.Tracing.dll"/> <ReferencePath Include="..\..\..\ref\77255a95a54a4ddaa5b31776a8c46863\System.dll"/> <ReferencePath Include="..\..\..\ref\f72a88ddb1544769ad66fc6f66f95b6f\System.Drawing.Common.dll"/> <ReferencePath Include="..\..\..\ref\21aa6c0e26d642f0ad6527f1940fce8b\System.Drawing.dll"/> <ReferencePath Include="..\..\..\ref\429bc82d6de34a1b90a49158b3e6b118\System.Drawing.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\37f861f1c01447638154d84e8b323286\System.Dynamic.Runtime.dll"/> <ReferencePath Include="..\..\..\ref\81a1d57c0c5e46a8a0fc29662065516a\System.Formats.Asn1.dll"/> <ReferencePath Include="..\..\..\ref\d14b75fc824c413d80571d7394be9997\System.Formats.Tar.dll"/> <ReferencePath Include="..\..\..\ref\3062bba6fb4844eab3a9967c7b87bc57\System.Globalization.Calendars.dll"/> <ReferencePath Include="..\..\..\ref\cea7af381c0e470ab346a00eff958db4\System.Globalization.dll"/> <ReferencePath Include="..\..\..\ref\f58f967e6b2b4a008160ca66e4e2a148\System.Globalization.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\fbb69d2f9d934fa48cdc519a2770f9b7\System.IdentityModel.Tokens.Jwt.dll"/> <ReferencePath Include="..\..\..\ref\5c32d67ddedd4248b61978f3b081c652\System.IO.Compression.Brotli.dll"/> <ReferencePath Include="..\..\..\ref\7464790b69c544e1a05d1afafc563464\System.IO.Compression.dll"/> <ReferencePath Include="..\..\..\ref\8ee6abe6f12146b1b6a1805c3fd3de56\System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="..\..\..\ref\b6ef6b603dee4731ab014117b763c498\System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="..\..\..\ref\d9d5c07fe28e4db0ba24593c9931dc52\System.IO.dll"/> <ReferencePath Include="..\..\..\ref\f9199905b48f478e91514c03495b6e1a\System.IO.FileSystem.AccessControl.dll"/> <ReferencePath Include="..\..\..\ref\5bbad4db176849fcae458518601395be\System.IO.FileSystem.dll"/> <ReferencePath Include="..\..\..\ref\10984f6d3bc64dd7a86e8dd250cddfbf\System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="..\..\..\ref\237409a0e6b349ff93d31c6781e882dc\System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\158ef3a61c124046bf6c3b74b199fcb4\System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="..\..\..\ref\21a6455937dc4197aea57640c76e2690\System.IO.Hashing.dll"/> <ReferencePath Include="..\..\..\ref\681dcb5c9e5c46a7a162364b7df3b14c\System.IO.IsolatedStorage.dll"/> <ReferencePath Include="..\..\..\ref\7c67117494094a6f9738996508ec905e\System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="..\..\..\ref\8d74c4ee85654ca992b9dd0ac40e2eab\System.IO.Pipelines.dll"/> <ReferencePath Include="..\..\..\ref\a7b9868662ba41e9a996544b857a3ba4\System.IO.Pipes.AccessControl.dll"/> <ReferencePath Include="..\..\..\ref\5ef77e2728d946eaa2cfc323f37ec015\System.IO.Pipes.dll"/> <ReferencePath Include="..\..\..\ref\266069a1728543859a9a2c0fb07bb492\System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="..\..\..\ref\dea612b9ef224965948edea59b2bce6a\System.Linq.dll"/> <ReferencePath Include="..\..\..\ref\5307aa71da614c76ab8a3f04a6dee49a\System.Linq.Expressions.dll"/> <ReferencePath Include="..\..\..\ref\ff6352d4e728487f8924a9deeec2d31b\System.Linq.Parallel.dll"/> <ReferencePath Include="..\..\..\ref\ff476f9c24564a4383164d0302e630a4\System.Linq.Queryable.dll"/> <ReferencePath Include="..\..\..\ref\d120ac6f7b7a4af383740878d84b276d\System.Memory.Data.dll"/> <ReferencePath Include="..\..\..\ref\8abd4d44a62b4c0fa63460c0ac6ecb16\System.Memory.dll"/> <ReferencePath Include="..\..\..\ref\253af5909f4041ab982e3b5e8cf5c609\System.Net.dll"/> <ReferencePath Include="..\..\..\ref\1124b06bf96f4f168a7eddbb85ba0da3\System.Net.Http.dll"/> <ReferencePath Include="..\..\..\ref\599eb7368ead444186bb269608ca665e\System.Net.Http.Json.dll"/> <ReferencePath Include="..\..\..\ref\c75593be4a404b0ab0fbf188e58ccb82\System.Net.HttpListener.dll"/> <ReferencePath Include="..\..\..\ref\830b81e265e844bb9e92728b21e98100\System.Net.Mail.dll"/> <ReferencePath Include="..\..\..\ref\3f59904e3b1a451faeecccbf6492187f\System.Net.NameResolution.dll"/> <ReferencePath Include="..\..\..\ref\30f07f579a924ae89c91afe24edc1995\System.Net.NetworkInformation.dll"/> <ReferencePath Include="..\..\..\ref\05ae7e3cca14413c93b09ffc228cff29\System.Net.Ping.dll"/> <ReferencePath Include="..\..\..\ref\88941a52cd5142d6aaa05011e3455386\System.Net.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\df4b5ef136944244945e51729ebf3d36\System.Net.Quic.dll"/> <ReferencePath Include="..\..\..\ref\c155ea104ba74955bddcf30c0cd37dac\System.Net.Requests.dll"/> <ReferencePath Include="..\..\..\ref\033aabbd085a44c6a78b363ae1d0739d\System.Net.Security.dll"/> <ReferencePath Include="..\..\..\ref\33767f276aa24a829030668671cb4060\System.Net.ServerSentEvents.dll"/> <ReferencePath Include="..\..\..\ref\0380160bbec4432dbfd90ed24951bbe3\System.Net.ServicePoint.dll"/> <ReferencePath Include="..\..\..\ref\dd86cdf56a2f4555a305637f5edbf60b\System.Net.Sockets.dll"/> <ReferencePath Include="..\..\..\ref\1659d014a23f497099e8b9fff327eb0c\System.Net.WebClient.dll"/> <ReferencePath Include="..\..\..\ref\37ef4cf75d304a988bcea344db7c0643\System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="..\..\..\ref\adb8a4d9fa694957a7fbc740d79a1d02\System.Net.WebProxy.dll"/> <ReferencePath Include="..\..\..\ref\d482da374be94f3d8f54ed0a68191a3b\System.Net.WebSockets.Client.dll"/> <ReferencePath Include="..\..\..\ref\872355a5504c4711ab5457c72a325566\System.Net.WebSockets.dll"/> <ReferencePath Include="..\..\..\ref\68a14f155fd34702986bc929e150d1bc\System.Numerics.dll"/> <ReferencePath Include="..\..\..\ref\424492e714b543bba8fe7f51b5fac334\System.Numerics.Vectors.dll"/> <ReferencePath Include="..\..\..\ref\902455b9ef784077a3718ca5b1865a5d\System.ObjectModel.dll"/> <ReferencePath Include="..\..\..\ref\4dd56d83391843a8839c99f113cd3615\System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="..\..\..\ref\a9ace4f41473426995cdd938046cb4f1\System.Reflection.dll"/> <ReferencePath Include="..\..\..\ref\e67fd7e8a06f40da84cb707679ba7d1f\System.Reflection.Emit.dll"/> <ReferencePath Include="..\..\..\ref\52b01f88ad0541edb6d24690969f015d\System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="..\..\..\ref\e975886aad0548749a836713277e5002\System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="..\..\..\ref\ecb5f7838a8f4c408cfeb43542213296\System.Reflection.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\2c0b6dc71eff4561949769ee3f54c17d\System.Reflection.Metadata.dll"/> <ReferencePath Include="..\..\..\ref\65fabbceca1142bab931bc2e4af7beac\System.Reflection.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\d60e58baca9044e592bf3eeaaaa99f61\System.Reflection.TypeExtensions.dll"/> <ReferencePath Include="..\..\..\ref\d11180d6232d4b7688f466da2ae398d8\System.Resources.Reader.dll"/> <ReferencePath Include="..\..\..\ref\c8db8267ffa447d7a5f857b56fc54ae7\System.Resources.ResourceManager.dll"/> <ReferencePath Include="..\..\..\ref\78be3a5d94ce48c88207079fd66c3c88\System.Resources.Writer.dll"/> <ReferencePath Include="..\..\..\ref\90afc4a67d79405ca40ef0a31f6e4511\System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="..\..\..\ref\5b333cc3d0ed4b27a29441d63bf9df36\System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="..\..\..\ref\34a287de2baf42e38b85f180c2051bf0\System.Runtime.dll"/> <ReferencePath Include="..\..\..\ref\f2203a343dae4092926fb0f12e8d6fb6\System.Runtime.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\eed0b866b3614013b3b9a10dd2875e41\System.Runtime.Handles.dll"/> <ReferencePath Include="..\..\..\ref\11af51038c984dc9b61fe7f10845c4e1\System.Runtime.InteropServices.dll"/> <ReferencePath Include="..\..\..\ref\f092fb2586dd4d77920013ac99103f0f\System.Runtime.InteropServices.JavaScript.dll"/> <ReferencePath Include="..\..\..\ref\a3842dc87ad6409cb2ef171df854f595\System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="..\..\..\ref\30b4acaea3984c00b982c9ef4dfcb2ec\System.Runtime.Intrinsics.dll"/> <ReferencePath Include="..\..\..\ref\fdd6da2ffccb4018a6e4acdee0a99099\System.Runtime.Loader.dll"/> <ReferencePath Include="..\..\..\ref\f7743f44f6d047189955c48852f7d183\System.Runtime.Numerics.dll"/> <ReferencePath Include="..\..\..\ref\0a58edda8b7b4fdb9fa04e806e444ea1\System.Runtime.Serialization.dll"/> <ReferencePath Include="..\..\..\ref\3f269bfc4b7444deba766615d0f3491d\System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="..\..\..\ref\75910698e22e4776a26c84642901a1c2\System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="..\..\..\ref\75c9c33cd6b34cdbba9438b52bb27f2d\System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\3065100c91164a63ae73ea6ca9b346b4\System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="..\..\..\ref\8d7406759a834d2b82f3cdd6b9da6ae9\System.Security.AccessControl.dll"/> <ReferencePath Include="..\..\..\ref\8338220f968c4da49997628e35d2dd22\System.Security.Claims.dll"/> <ReferencePath Include="..\..\..\ref\82ac3c6fb6df47ad94227512d1b36fc1\System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="..\..\..\ref\c00e7c74287143298866392a825e732a\System.Security.Cryptography.Cng.dll"/> <ReferencePath Include="..\..\..\ref\24e7804e9c7d45a18cf4ff6b3e287d46\System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="..\..\..\ref\97277288eecb4c74a9294672773ead29\System.Security.Cryptography.dll"/> <ReferencePath Include="..\..\..\ref\17d3a060e3f940c9996110a8a6cc1809\System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="..\..\..\ref\7fad4f0dec7b42f09bfcbb66da550363\System.Security.Cryptography.OpenSsl.dll"/> <ReferencePath Include="..\..\..\ref\93a65770c2af41d1be787b07fad9592e\System.Security.Cryptography.Pkcs.dll"/> <ReferencePath Include="..\..\..\ref\12c35cccf061453886f0d292cae3fd8b\System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\2b718f0cabe5436d9241bc7f1eb1c6d2\System.Security.Cryptography.ProtectedData.dll"/> <ReferencePath Include="..\..\..\ref\ff2c4a5938994540b4664de581312265\System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="..\..\..\ref\22ab6228bf564f94a51f3ef5cbde2e5d\System.Security.Cryptography.Xml.dll"/> <ReferencePath Include="..\..\..\ref\79f5d49413bf4421bbf407e0325123e9\System.Security.dll"/> <ReferencePath Include="..\..\..\ref\c25ed05bf63f4c738cf8f076d5ac7538\System.Security.Principal.dll"/> <ReferencePath Include="..\..\..\ref\296b84aa593b4ce39bdf318bf44edc89\System.Security.Principal.Windows.dll"/> <ReferencePath Include="..\..\..\ref\e05a2e181af94244a5adf822b1c54cf7\System.Security.SecureString.dll"/> <ReferencePath Include="..\..\..\ref\46b3bf6fe46a4aeca860a546dfd51680\System.ServiceModel.Web.dll"/> <ReferencePath Include="..\..\..\ref\567f9b38e57f4e3388735a76c1f44586\System.ServiceProcess.dll"/> <ReferencePath Include="..\..\..\ref\4afd3c9771de4070a01a9a010b4ea490\System.Text.Encoding.CodePages.dll"/> <ReferencePath Include="..\..\..\ref\3a37865c607a494587dd23bbed2e9e23\System.Text.Encoding.dll"/> <ReferencePath Include="..\..\..\ref\f83195564bb34d0999b5edaae1e1d9f3\System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\9e210c392fe1490380521d75d521c11b\System.Text.Encodings.Web.dll"/> <ReferencePath Include="..\..\..\ref\a6108f9f6edd4d4a9af9a03462f5d1f7\System.Text.Json.dll"/> <ReferencePath Include="..\..\..\ref\bd24a4546b234b818fc7ca5157d4a0b7\System.Text.RegularExpressions.dll"/> <ReferencePath Include="..\..\..\ref\3ae3714768004d95a0dc81ba4eae547f\System.Threading.Channels.dll"/> <ReferencePath Include="..\..\..\ref\1e69027a260d495a9d8792c6b0936065\System.Threading.dll"/> <ReferencePath Include="..\..\..\ref\15c763cec2cb49399c8ea5a8c21cca59\System.Threading.Overlapped.dll"/> <ReferencePath Include="..\..\..\ref\2bc672e080ee4ffa9a9d923cc058516d\System.Threading.RateLimiting.dll"/> <ReferencePath Include="..\..\..\ref\bf685c86415249f798217ef781607703\System.Threading.Tasks.Dataflow.dll"/> <ReferencePath Include="..\..\..\ref\553a72a7bc6c47d9bd1bc40b7030ba56\System.Threading.Tasks.dll"/> <ReferencePath Include="..\..\..\ref\c179b9f15a884a17a03c61eb0942e715\System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\813b4d7ce96b43078abe601ec27825df\System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="..\..\..\ref\f0eb0d77eeee4895b97ddfb8f46d7490\System.Threading.Thread.dll"/> <ReferencePath Include="..\..\..\ref\16c02faad797467d9426b31b29707b83\System.Threading.ThreadPool.dll"/> <ReferencePath Include="..\..\..\ref\36153ed51bd241a8be5234f5902a2abb\System.Threading.Timer.dll"/> <ReferencePath Include="..\..\..\ref\5b1eb1c78614438c997a676b0279a515\System.Transactions.dll"/> <ReferencePath Include="..\..\..\ref\27be4a6877e84e49b44731e7a43005b5\System.Transactions.Local.dll"/> <ReferencePath Include="..\..\..\ref\0889f73237614727a5aa45174bc4bbeb\System.ValueTuple.dll"/> <ReferencePath Include="..\..\..\ref\e59853d4713d44199bd55684b91b1758\System.Web.dll"/> <ReferencePath Include="..\..\..\ref\886235122bd44b0b888fd791e91fcf45\System.Web.HttpUtility.dll"/> <ReferencePath Include="..\..\..\ref\dbf1b81953e44623a588db275889f0d6\System.Windows.dll"/> <ReferencePath Include="..\..\..\ref\b555ad81352f4b5e930959d6ee2c7b58\System.Xml.dll"/> <ReferencePath Include="..\..\..\ref\6857015aeea64401926572b465bd8b92\System.Xml.Linq.dll"/> <ReferencePath Include="..\..\..\ref\52fc9f9fbbaa45d09b839a5fd0cc919a\System.Xml.ReaderWriter.dll"/> <ReferencePath Include="..\..\..\ref\1aa65834bc2d49d5b32bc29a085b97d9\System.Xml.Serialization.dll"/> <ReferencePath Include="..\..\..\ref\010e550d0c7b44e9a688286b4611aaff\System.Xml.XDocument.dll"/> <ReferencePath Include="..\..\..\ref\02bf5c7d3f1b401cbbe5b63e4393aabd\System.Xml.XmlDocument.dll"/> <ReferencePath Include="..\..\..\ref\bb5aedeeab5d4c3091f9f8fa90fb3275\System.Xml.XmlSerializer.dll"/> <ReferencePath Include="..\..\..\ref\eb9fbe767b2149cd9deceebbd8192789\System.Xml.XPath.dll"/> <ReferencePath Include="..\..\..\ref\6532990fc15b47c8932d5994ed6dc5be\System.Xml.XPath.XDocument.dll"/> <ReferencePath Include="..\..\..\ref\ac372daf3bed4100bdf7fc27f3e0b9eb\Testcontainers.dll"/> <ReferencePath Include="..\..\..\ref\3c27a9b2b15e49dd8826e6ff28dc3e40\Testcontainers.MsSql.dll"/> <ReferencePath Include="..\..\..\ref\965a23a4c9d34b718c1a4a2d7af5b984\TestProject.AppHost.dll"/> <ReferencePath Include="..\..\..\ref\4d453eb0c97e4addac766e3b3d179b88\Verify.dll"/> <ReferencePath Include="..\..\..\ref\de187c86a0694961bad57f2f3989a2c4\Verify.XunitV3.dll"/> <ReferencePath Include="..\..\..\ref\f05e68f8b93a46d1b93c085eb0577d7e\WindowsBase.dll"/> <ReferencePath Include="..\..\..\ref\44e73958596d4f7690b99a2145c53947\xunit.v3.assert.dll"/> <ReferencePath Include="..\..\..\ref\f53ea817a4ce4944aec45f6be913c916\xunit.v3.common.dll"/> <ReferencePath Include="..\..\..\ref\d1b59472d2ee409195db3d22f71609b2\xunit.v3.core.dll"/> <ReferencePath Include="..\..\..\ref\855914ee375340f8a451ead1b1c9d8ee\xunit.v3.mtp-v2.dll"/> <ReferencePath Include="..\..\..\ref\fe89f68e78bf4fa6a61b8ecb3127c652\xunit.v3.runner.common.dll"/> <ReferencePath Include="..\..\..\ref\b28de091437e463f8f3f29f6c6db07b9\xunit.v3.runner.inproc.console.dll"/> <ReferencePath Include="..\..\..\ref\20bd7c0a03f14da5a47b99248f454745\YamlDotNet.dll"/> <ReferencePath Include="..\..\..\ref\bf3f51607a3e4e76b5b91640cd740919\Yarp.ReverseProxy.dll"/> </ItemGroup> </Project>