| File: Aspire.Hosting.csproj | Web Access |
| Project: src\src\Aspire.Hosting\Aspire.Hosting.csproj (Aspire.Hosting) |
<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</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <KeyOriginatorFile>..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26423.1\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="ApplicationModel\AfterEndpointsAllocatedEvent.cs"/> <Compile Include="ApplicationModel\AfterResourcesCreatedEvent.cs"/> <Compile Include="ApplicationModel\AllocatedEndpoint.cs"/> <Compile Include="ApplicationModel\AppLaunchArgumentAnnotation.cs"/> <Compile Include="ApplicationModel\ArgumentsExecutionConfigurationGatherer.cs"/> <Compile Include="ApplicationModel\AspireStore.cs"/> <Compile Include="ApplicationModel\AspireStoreExtensions.cs"/> <Compile Include="ApplicationModel\BeforeResourceStartedEvent.cs"/> <Compile Include="ApplicationModel\BeforeStartEvent.cs"/> <Compile Include="ApplicationModel\CertificateAuthorityCollectionAnnotation.cs"/> <Compile Include="ApplicationModel\CertificateAuthorityCollectionResource.cs"/> <Compile Include="ApplicationModel\CertificateAuthorityCollectionResourceExtensions.cs"/> <Compile Include="ApplicationModel\CertificateTrustConfigurationCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs"/> <Compile Include="ApplicationModel\CommandLineArgsCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\CommandLineArgsEditor.cs"/> <Compile Include="ApplicationModel\CommandOptions.cs"/> <Compile Include="ApplicationModel\CommandsConfigurationExtensions.cs"/> <Compile Include="ApplicationModel\ComputeEnvironmentAnnotation.cs"/> <Compile Include="ApplicationModel\ConnectionPropertyAnnotation.cs"/> <Compile Include="ApplicationModel\ConnectionStringAvailableEvent.cs"/> <Compile Include="ApplicationModel\ConnectionStringRedirectAnnotation.cs"/> <Compile Include="ApplicationModel\ConnectionStringReference.cs"/> <Compile Include="ApplicationModel\ContainerBuildOptionsCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerCertificatePathsAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerExecutableResource.cs"/> <Compile Include="ApplicationModel\ContainerFilesDestinationAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerFilesSourceAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerFileSystemCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerImageAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerImagePushOptions.cs"/> <Compile Include="ApplicationModel\ContainerImagePushOptionsCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerImagePushOptionsCallbackContext.cs"/> <Compile Include="ApplicationModel\ContainerImageReference.cs"/> <Compile Include="ApplicationModel\ContainerLifetimeAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerMountAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerNameAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerNetworkAliasAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerPortReference.cs"/> <Compile Include="ApplicationModel\ContainerPullPolicyAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerRegistryReferenceAnnotation.cs"/> <Compile Include="ApplicationModel\ContainerRegistryResource.cs"/> <Compile Include="ApplicationModel\ContainerResource.cs"/> <Compile Include="ApplicationModel\ContainerRuntimeArgsCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\CSharpAppResource.cs"/> <Compile Include="ApplicationModel\CustomResourceKnownProperties.cs"/> <Compile Include="ApplicationModel\CustomResourceSnapshot.cs"/> <Compile Include="ApplicationModel\CustomResourceSnapshotExtensions.cs"/> <Compile Include="ApplicationModel\DcpInstancesAnnotation.cs"/> <Compile Include="ApplicationModel\DebugSupportExtensions.cs"/> <Compile Include="ApplicationModel\DeploymentTargetAnnotation.cs"/> <Compile Include="ApplicationModel\DisableForwardedHeadersAnnotation.cs"/> <Compile Include="ApplicationModel\DistributedApplicationModel.cs"/> <Compile Include="ApplicationModel\DistributedApplicationModelExtensions.cs"/> <Compile Include="ApplicationModel\DockerBuildArg.cs"/> <Compile Include="ApplicationModel\DockerfileBaseImageAnnotation.cs"/> <Compile Include="ApplicationModel\DockerfileBuildAnnotation.cs"/> <Compile Include="ApplicationModel\DockerfileBuilderCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\DockerfileBuilderCallbackContext.cs"/> <Compile Include="ApplicationModel\DockerfileFactoryContext.cs"/> <Compile Include="ApplicationModel\Docker\ContainerFilesExtensions.cs"/> <Compile Include="ApplicationModel\Docker\DockerfileBuilder.cs"/> <Compile Include="ApplicationModel\Docker\DockerfileStage.cs"/> <Compile Include="ApplicationModel\Docker\DockerfileStatement.cs"/> <Compile Include="ApplicationModel\Docker\DockerfileStatements.cs"/> <Compile Include="ApplicationModel\DotnetToolAnnotation.cs"/> <Compile Include="ApplicationModel\DotnetToolResource.cs"/> <Compile Include="ApplicationModel\EmulatorResourceAnnotation.cs"/> <Compile Include="ApplicationModel\EndpointAnnotation.cs"/> <Compile Include="ApplicationModel\EndpointEnvironmentInjectionFilterAnnotation.cs"/> <Compile Include="ApplicationModel\EndpointHostHelpers.cs"/> <Compile Include="ApplicationModel\EndpointNameAttribute.cs"/> <Compile Include="ApplicationModel\EndpointReference.cs"/> <Compile Include="ApplicationModel\EndpointReferenceAnnotation.cs"/> <Compile Include="ApplicationModel\EndpointUpdateContext.cs"/> <Compile Include="ApplicationModel\EnvironmentAnnotation.cs"/> <Compile Include="ApplicationModel\EnvironmentCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\EnvironmentCallbackContext.cs"/> <Compile Include="ApplicationModel\EnvironmentEditor.cs"/> <Compile Include="ApplicationModel\EnvironmentVariablesConfigurationGatherer.cs"/> <Compile Include="ApplicationModel\ExcludeFromMcpAnnotation.cs"/> <Compile Include="ApplicationModel\ExcludeLifecycleCommandsAnnotation.cs"/> <Compile Include="ApplicationModel\ExecutableAnnotation.cs"/> <Compile Include="ApplicationModel\ExecutableLaunchConfiguration.cs"/> <Compile Include="ApplicationModel\ExecutableLaunchRecipe.cs"/> <Compile Include="ApplicationModel\ExecutableResource.cs"/> <Compile Include="ApplicationModel\ExecutionConfigurationBuilder.cs"/> <Compile Include="ApplicationModel\ExecutionConfigurationBuilderExtensions.cs"/> <Compile Include="ApplicationModel\ExecutionConfigurationGathererContext.cs"/> <Compile Include="ApplicationModel\ExecutionConfigurationResult.cs"/> <Compile Include="ApplicationModel\ExecutionConfigurationResultExtensions.cs"/> <Compile Include="ApplicationModel\ExplicitStartupAnnotation.cs"/> <Compile Include="ApplicationModel\ExpressionResolver.cs"/> <Compile Include="ApplicationModel\ForceProcessExecutionAnnotation.cs"/> <Compile Include="ApplicationModel\HealthCheckAnnotation.cs"/> <Compile Include="ApplicationModel\HiddenAnnotation.cs"/> <Compile Include="ApplicationModel\HostUrl.cs"/> <Compile Include="ApplicationModel\Http2ServiceAnnotation.cs"/> <Compile Include="ApplicationModel\HttpCommandContext.cs"/> <Compile Include="ApplicationModel\HttpCommandOptions.cs"/> <Compile Include="ApplicationModel\HttpsCertificateAnnotation.cs"/> <Compile Include="ApplicationModel\HttpsCertificateConfigurationCallbackAnnotaion.cs"/> <Compile Include="ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs"/> <Compile Include="ApplicationModel\HttpsEndpointUpdateCallbackContext.cs"/> <Compile Include="ApplicationModel\IAspireStore.cs"/> <Compile Include="ApplicationModel\ICallbackResourceAnnotation.cs"/> <Compile Include="ApplicationModel\IComputeEnvironmentResource.cs"/> <Compile Include="ApplicationModel\IComputeEnvironmentWithVolumeMounts.cs"/> <Compile Include="ApplicationModel\IComputeResource.cs"/> <Compile Include="ApplicationModel\IContainerFilesDestinationResource.cs"/> <Compile Include="ApplicationModel\IContainerRegistry.cs"/> <Compile Include="ApplicationModel\IExecutionConfigurationBuilder.cs"/> <Compile Include="ApplicationModel\IExecutionConfigurationData.cs"/> <Compile Include="ApplicationModel\IExecutionConfigurationGatherer.cs"/> <Compile Include="ApplicationModel\IExecutionConfigurationGathererContext.cs"/> <Compile Include="ApplicationModel\IExecutionConfigurationResult.cs"/> <Compile Include="ApplicationModel\IExpressionValue.cs"/> <Compile Include="ApplicationModel\IManifestExpressionProvider.cs"/> <Compile Include="ApplicationModel\IModelNameParameter.cs"/> <Compile Include="ApplicationModel\InitializeResourceEvent.cs"/> <Compile Include="ApplicationModel\InputGeneratorAnnotation.cs"/> <Compile Include="ApplicationModel\IPortAllocator.cs"/> <Compile Include="ApplicationModel\IRequiredCommandValidator.cs"/> <Compile Include="ApplicationModel\IResource.cs"/> <Compile Include="ApplicationModel\IResourceAnnotation.cs"/> <Compile Include="ApplicationModel\IResourceBuilder.cs"/> <Compile Include="ApplicationModel\IResourceCollection.cs"/> <Compile Include="ApplicationModel\IResourceWithArgs.cs"/> <Compile Include="ApplicationModel\IResourceWithConnectionString.cs"/> <Compile Include="ApplicationModel\IResourceWithContainerFiles.cs"/> <Compile Include="ApplicationModel\IResourceWithCustomWithReference.cs"/> <Compile Include="ApplicationModel\IResourceWithEndpoints.cs"/> <Compile Include="ApplicationModel\IResourceWithEnvironment.cs"/> <Compile Include="ApplicationModel\IResourceWithoutLifetime.cs"/> <Compile Include="ApplicationModel\IResourceWithParameters.cs"/> <Compile Include="ApplicationModel\IResourceWithParentOfT.cs"/> <Compile Include="ApplicationModel\IResourceWithProbes.cs"/> <Compile Include="ApplicationModel\IResourceWithServiceDiscovery.cs"/> <Compile Include="ApplicationModel\IResourceWithWaitSupport.cs"/> <Compile Include="ApplicationModel\IValueProvider.cs"/> <Compile Include="ApplicationModel\IValueWithReferences.cs"/> <Compile Include="ApplicationModel\KnownResourceCommands.cs"/> <Compile Include="ApplicationModel\KnownResourceStates.cs"/> <Compile Include="ApplicationModel\LaunchConfigurationCallbackContext.cs"/> <Compile Include="ApplicationModel\LaunchToolArgsCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\Lifetime.cs"/> <Compile Include="ApplicationModel\LogFacade.cs"/> <Compile Include="ApplicationModel\LogLine.cs"/> <Compile Include="ApplicationModel\ManifestPublishingCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\McpServerEndpointAnnotation.cs"/> <Compile Include="ApplicationModel\ModelName.cs"/> <Compile Include="ApplicationModel\NameValidationPolicyAnnotation.cs"/> <Compile Include="ApplicationModel\Network.cs"/> <Compile Include="ApplicationModel\OtlpExporterAnnotation.cs"/> <Compile Include="ApplicationModel\ParameterDefault.cs"/> <Compile Include="ApplicationModel\ParameterResource.cs"/> <Compile Include="ApplicationModel\PersistenceAnnotation.cs"/> <Compile Include="ApplicationModel\PortAllocator.cs"/> <Compile Include="ApplicationModel\ProbeAnnotation.cs"/> <Compile Include="ApplicationModel\ProcessCommandOptions.cs"/> <Compile Include="ApplicationModel\ProcessCommandResultContext.cs"/> <Compile Include="ApplicationModel\ProcessCommandSpec.cs"/> <Compile Include="ApplicationModel\ProjectLaunchArgsOverrideAnnotation.cs"/> <Compile Include="ApplicationModel\ProjectLaunchConfigurationFactory.cs"/> <Compile Include="ApplicationModel\ProjectLaunchDefaultsAnnotation.cs"/> <Compile Include="ApplicationModel\ProjectRebuilderResource.cs"/> <Compile Include="ApplicationModel\ProjectResource.cs"/> <Compile Include="ApplicationModel\ProjectResourceExtensions.cs"/> <Compile Include="ApplicationModel\ProxySupportAnnotation.cs"/> <Compile Include="ApplicationModel\ReferenceEnvironmentInjectionAnnotation.cs"/> <Compile Include="ApplicationModel\ReferenceEnvironmentInjectionFlags.cs"/> <Compile Include="ApplicationModel\ReferenceExpression.cs"/> <Compile Include="ApplicationModel\RegistryTargetAnnotation.cs"/> <Compile Include="ApplicationModel\ReplicaAnnotation.cs"/> <Compile Include="ApplicationModel\RequiredCommandAnnotation.cs"/> <Compile Include="ApplicationModel\RequiredCommandValidationContext.cs"/> <Compile Include="ApplicationModel\RequiredCommandValidationResult.cs"/> <Compile Include="ApplicationModel\RequiredCommandValidator.cs"/> <Compile Include="ApplicationModel\ResolvedEndpoint.cs"/> <Compile Include="ApplicationModel\ResolvedPort.cs"/> <Compile Include="ApplicationModel\Resource.cs"/> <Compile Include="ApplicationModel\ResourceAnnotationCollection.cs"/> <Compile Include="ApplicationModel\ResourceAnnotationMutationBehavior.cs"/> <Compile Include="ApplicationModel\ResourceCollection.cs"/> <Compile Include="ApplicationModel\ResourceCommandAnnotation.cs"/> <Compile Include="ApplicationModel\ResourceCommandService.cs"/> <Compile Include="ApplicationModel\ResourceDependencyDiscoveryMode.cs"/> <Compile Include="ApplicationModel\ResourceDependencyDiscoveryOptions.cs"/> <Compile Include="ApplicationModel\ResourceEndpointsAllocatedEvent.cs"/> <Compile Include="ApplicationModel\ResourceExtensions.cs"/> <Compile Include="ApplicationModel\ResourceIconAnnotation.cs"/> <Compile Include="ApplicationModel\ResourceLoggerService.cs"/> <Compile Include="ApplicationModel\ResourceNameAttribute.cs"/> <Compile Include="ApplicationModel\ResourceNotificationService.cs"/> <Compile Include="ApplicationModel\ResourceReadyEvent.cs"/> <Compile Include="ApplicationModel\ResourceRelationshipAnnotation.cs"/> <Compile Include="ApplicationModel\ResourceSnapshotAnnotation.cs"/> <Compile Include="ApplicationModel\ResourceStoppedEvent.cs"/> <Compile Include="ApplicationModel\ResourceUrlAnnotation.cs"/> <Compile Include="ApplicationModel\ResourceUrlsCallbackAnnotation.cs"/> <Compile Include="ApplicationModel\ResourceUrlsCallbackContext.cs"/> <Compile Include="ApplicationModel\ResourceUrlsEditor.cs"/> <Compile Include="ApplicationModel\TerminalAnnotation.cs"/> <Compile Include="ApplicationModel\TerminalHostLayout.cs"/> <Compile Include="ApplicationModel\TerminalHostResource.cs"/> <Compile Include="ApplicationModel\TerminalResourceSnapshotProperties.cs"/> <Compile Include="ApplicationModel\UserSecretsParameterDefault.cs"/> <Compile Include="ApplicationModel\ValueProviderExtensions.cs"/> <Compile Include="ApplicationModel\ValueSnapshot.cs"/> <Compile Include="ApplicationModel\VolumeMountBindingAnnotation.cs"/> <Compile Include="ApplicationModel\WaitAnnotation.cs"/> <Compile Include="Ats\AddContainerOptions.cs"/> <Compile Include="Ats\AspireDtoAttribute.cs"/> <Compile Include="Ats\AspireExportAttribute.cs"/> <Compile Include="Ats\AspireExportIgnoreAttribute.cs"/> <Compile Include="Ats\AspireStoreExports.cs"/> <Compile Include="Ats\AspireUnionAttribute.cs"/> <Compile Include="Ats\AspireValueAttribute.cs"/> <Compile Include="Ats\AtsTypeMappings.cs"/> <Compile Include="Ats\BuilderExports.cs"/> <Compile Include="Ats\CollectionExports.cs"/> <Compile Include="Ats\ContainerFilesOptions.cs"/> <Compile Include="Ats\CoreExports.cs"/> <Compile Include="Ats\CreateBuilderOptions.cs"/> <Compile Include="Ats\DockerfileBuilderExports.cs"/> <Compile Include="Ats\EventingExports.cs"/> <Compile Include="Ats\ExecutionConfigurationExports.cs"/> <Compile Include="Ats\HealthCheckExports.cs"/> <Compile Include="Ats\InteractionExports.cs"/> <Compile Include="Ats\LoggingExports.cs"/> <Compile Include="Ats\ModelExports.cs"/> <Compile Include="Ats\NotificationExports.cs"/> <Compile Include="Ats\ParameterCustomInputOptions.cs"/> <Compile Include="Ats\PipelineExports.cs"/> <Compile Include="Ats\ReferenceEnvironmentInjectionOptions.cs"/> <Compile Include="Ats\ResourceCommandExports.cs"/> <Compile Include="Ats\UserSecretsExports.cs"/> <Compile Include="Backchannel\AppHostRpcTarget.cs"/> <Compile Include="Backchannel\AppHostStartupState.cs"/> <Compile Include="Backchannel\AuxiliaryBackchannelConnectedEvent.cs"/> <Compile Include="Backchannel\AuxiliaryBackchannelRpcTarget.cs"/> <Compile Include="Backchannel\AuxiliaryBackchannelService.cs"/> <Compile Include="Backchannel\BackchannelConnectedEvent.cs"/> <Compile Include="Backchannel\BackchannelDataTypes.cs"/> <Compile Include="Backchannel\BackchannelLoggerProvider.cs"/> <Compile Include="Backchannel\BackchannelReadyEvent.cs"/> <Compile Include="Backchannel\BackchannelService.cs"/> <Compile Include="Backchannel\DashboardUrlsHelper.cs"/> <Compile Include="Backchannel\SecretRedactionHistory.cs"/> <Compile Include="Backchannel\TerminalHostControlClient.cs"/> <Compile Include="BuiltInDistributedApplicationEventSubscriptionHandlers.cs"/> <Compile Include="Cli\CliOrphanDetector.cs"/> <Compile Include="ConnectionPropertiesExtensions.cs"/> <Compile Include="ConnectionStringBuilderExtensions.cs"/> <Compile Include="ConnectionStringParameterResource.cs"/> <Compile Include="ConnectionStringResource.cs"/> <Compile Include="ContainerExecutableResourceExtensions.cs"/> <Compile Include="ContainerRegistryResourceBuilderExtensions.cs"/> <Compile Include="ContainerResourceBuilderExtensions.cs"/> <Compile Include="ContainerResourceExtensions.cs"/> <Compile Include="CustomResourceExtensions.cs"/> <Compile Include="Dashboard\ConsoleLogsConfigurationExtensions.cs"/> <Compile Include="Dashboard\DashboardEventHandlers.cs"/> <Compile Include="Dashboard\DashboardOptions.cs"/> <Compile Include="Dashboard\DashboardService.cs"/> <Compile Include="Dashboard\DashboardServiceAuth.cs"/> <Compile Include="Dashboard\DashboardServiceData.cs"/> <Compile Include="Dashboard\DashboardServiceHost.cs"/> <Compile Include="Dashboard\GenericResourceSnapshot.cs"/> <Compile Include="Dashboard\IInteractionFileUploadStore.cs"/> <Compile Include="Dashboard\InteractionFileUploadStore.cs"/> <Compile Include="Dashboard\proto\Partials.cs"/> <Compile Include="Dashboard\ResourcePropertySnapshotMetadata.cs"/> <Compile Include="Dashboard\ResourcePublisher.cs"/> <Compile Include="Dashboard\ResourceServiceOptions.cs"/> <Compile Include="Dashboard\ResourceSnapshot.cs"/> <Compile Include="Dashboard\TransportOptions.cs"/> <Compile Include="Dashboard\TransportOptionsValidator.cs"/> <Compile Include="Dcp\AppResource.cs"/> <Compile Include="Dcp\CertificateUtilities.cs"/> <Compile Include="Dcp\ContainerCreationContext.cs"/> <Compile Include="Dcp\ContainerCreator.cs"/> <Compile Include="Dcp\DcpAppResourceStore.cs"/> <Compile Include="Dcp\DcpDependencyCheck.cs"/> <Compile Include="Dcp\DcpExecutor.cs"/> <Compile Include="Dcp\DcpExecutorEvents.cs"/> <Compile Include="Dcp\DcpHost.cs"/> <Compile Include="Dcp\DcpKubernetesClient.cs"/> <Compile Include="Dcp\DcpLogParser.cs"/> <Compile Include="Dcp\DcpModelUtilities.cs"/> <Compile Include="Dcp\DcpNameGenerator.cs"/> <Compile Include="Dcp\DcpOptions.cs"/> <Compile Include="Dcp\DcpPipelineBuilder.cs"/> <Compile Include="Dcp\DcpProcessMonitor.cs"/> <Compile Include="Dcp\DcpResourceState.cs"/> <Compile Include="Dcp\DcpResourceWatcher.cs"/> <Compile Include="Dcp\DcpVersion.cs"/> <Compile Include="Dcp\ExecutableConfigurationResolver.cs"/> <Compile Include="Dcp\ExecutableCreator.cs"/> <Compile Include="Dcp\ExecutableLaunchPolicy.cs"/> <Compile Include="Dcp\HostDashboardEndpointProvider.cs"/> <Compile Include="Dcp\IDashboardEndpointProvider.cs"/> <Compile Include="Dcp\IDcpDependencyCheckService.cs"/> <Compile Include="Dcp\IDcpExecutor.cs"/> <Compile Include="Dcp\IDcpObjectFactory.cs"/> <Compile Include="Dcp\IObjectCreator.cs"/> <Compile Include="Dcp\JsonPatch.cs"/> <Compile Include="Dcp\KubernetesService.cs"/> <Compile Include="Dcp\Locations.cs"/> <Compile Include="Dcp\Model\Admin.cs"/> <Compile Include="Dcp\Model\Container.cs"/> <Compile Include="Dcp\Model\ContainerExec.cs"/> <Compile Include="Dcp\Model\ContainerNetwork.cs"/> <Compile Include="Dcp\Model\ContainerTunnel.cs"/> <Compile Include="Dcp\Model\ContainerVolume.cs"/> <Compile Include="Dcp\Model\Endpoint.cs"/> <Compile Include="Dcp\Model\Executable.cs"/> <Compile Include="Dcp\Model\ExecutableReplicaSet.cs"/> <Compile Include="Dcp\Model\GroupVersion.cs"/> <Compile Include="Dcp\Model\KubernetesMicroTimeJsonConverter.cs"/> <Compile Include="Dcp\Model\ModelCommon.cs"/> <Compile Include="Dcp\Model\PemCertificate.cs"/> <Compile Include="Dcp\Model\RunSessionInfo.cs"/> <Compile Include="Dcp\Model\Schema.cs"/> <Compile Include="Dcp\Model\Service.cs"/> <Compile Include="Dcp\Model\TerminalSpec.cs"/> <Compile Include="Dcp\PortRange.cs"/> <Compile Include="Dcp\Process\IProcessRunner.cs"/> <Compile Include="Dcp\Process\ProcessOutputCapture.cs"/> <Compile Include="Dcp\Process\ProcessResult.cs"/> <Compile Include="Dcp\Process\ProcessSpec.cs"/> <Compile Include="Dcp\Process\ProcessUtil.cs"/> <Compile Include="Dcp\ProxylessEndpointPortAllocator.cs"/> <Compile Include="Dcp\ResourceLogSource.cs"/> <Compile Include="Dcp\ResourceSnapshotBuilder.cs"/> <Compile Include="DefaultLaunchProfileAnnotation.cs"/> <Compile Include="Devcontainers\Codespaces\CodespacesOptions.cs"/> <Compile Include="Devcontainers\Codespaces\CodespacesResourceUrlRewriterService.cs"/> <Compile Include="Devcontainers\Codespaces\CodespacesUrlRewriter.cs"/> <Compile Include="Devcontainers\DevcontainerPortForwardingEventingSubscriber.cs"/> <Compile Include="Devcontainers\DevcontainerSettingsWriter.cs"/> <Compile Include="Devcontainers\DevcontainersOptions.cs"/> <Compile Include="Devcontainers\SshRemoteOptions.cs"/> <Compile Include="DeveloperCertificateService.cs"/> <Compile Include="Diagnostics\ProfilingTelemetry.cs"/> <Compile Include="DistributedApplication.cs"/> <Compile Include="DistributedApplicationBuilder.cs"/> <Compile Include="DistributedApplicationBuilderExtensions.cs"/> <Compile Include="DistributedApplicationEventingExtensions.cs"/> <Compile Include="DistributedApplicationException.cs"/> <Compile Include="DistributedApplicationExecutionContext.cs"/> <Compile Include="DistributedApplicationExecutionContextOptions.cs"/> <Compile Include="DistributedApplicationLifecycle.cs"/> <Compile Include="DistributedApplicationOperation.cs"/> <Compile Include="DistributedApplicationOptions.cs"/> <Compile Include="DistributedApplicationResourceBuilder.cs"/> <Compile Include="DotnetToolResourceExtensions.cs"/> <Compile Include="EmulatorResourceExtensions.cs"/> <Compile Include="Eventing\DistributedApplicationEventing.cs"/> <Compile Include="Eventing\DistributedApplicationEventSubscription.cs"/> <Compile Include="Eventing\EventDispatchBehavior.cs"/> <Compile Include="Eventing\IDistributedApplicationEvent.cs"/> <Compile Include="Eventing\IDistributedApplicationEventing.cs"/> <Compile Include="Exceptions.cs"/> <Compile Include="ExcludeLaunchProfileAnnotation.cs"/> <Compile Include="ExecutableResourceBuilderExtensions.cs"/> <Compile Include="ExecutableResourceExtensions.cs"/> <Compile Include="ExternalServiceBuilderExtensions.cs"/> <Compile Include="ExternalServiceResource.cs"/> <Compile Include="Health\ResourceHealthCheckService.cs"/> <Compile Include="IConsoleLogsService.cs"/> <Compile Include="IDeveloperCertificateService.cs"/> <Compile Include="IDistributedApplicationBuilder.cs"/> <Compile Include="IInteractionService.cs"/> <Compile Include="InteractionService.cs"/> <Compile Include="IProjectMetadata.cs"/> <Compile Include="LaunchProfile.cs"/> <Compile Include="LaunchProfileAnnotation.cs"/> <Compile Include="LaunchSettings.cs"/> <Compile Include="Lifecycle\EventingSubscriberServiceCollectionExtensions.cs"/> <Compile Include="Lifecycle\IDistributedApplicationEventingSubscriber.cs"/> <Compile Include="Lifecycle\IDistributedApplicationLifecycleHook.cs"/> <Compile Include="Lifecycle\LifecycleHookServiceCollectionExtensions.cs"/> <Compile Include="Lifecycle\RequiredCommandValidationEventingSubscriber.cs"/> <Compile Include="Lifecycle\TerminalHostEventingSubscriber.cs"/> <Compile Include="Lifecycle\TerminalHostFailureDiagnosticService.cs"/> <Compile Include="Lifecycle\TerminalHostOrphanCleanupService.cs"/> <Compile Include="LinqExtensions.cs"/> <Compile Include="LocaleOverrideContext.cs"/> <Compile Include="McpServerResourceBuilderExtensions.cs"/> <Compile Include="MissingParameterValueException.cs"/> <Compile Include="Orchestrator\ApplicationOrchestrator.cs"/> <Compile Include="Orchestrator\OrchestratorHostService.cs"/> <Compile Include="Orchestrator\ParameterProcessor.cs"/> <Compile Include="Orchestrator\RelationshipEvaluator.cs"/> <Compile Include="OtlpConfigurationExtensions.cs"/> <Compile Include="OtlpProtocol.cs"/> <Compile Include="ParameterResourceBuilderExtensions.cs"/> <Compile Include="Pipelines\CompletionState.cs"/> <Compile Include="Pipelines\DeploymentStateSection.cs"/> <Compile Include="Pipelines\DistributedApplicationPipeline.cs"/> <Compile Include="Pipelines\DistributedApplicationPipelineExtensions.cs"/> <Compile Include="Pipelines\IDeploymentStateManager.cs"/> <Compile Include="Pipelines\IDistributedApplicationPipeline.cs"/> <Compile Include="Pipelines\Internal\DeploymentStateManagerBase.cs"/> <Compile Include="Pipelines\Internal\FileDeploymentStateManager.cs"/> <Compile Include="Pipelines\Internal\JsonFlattener.cs"/> <Compile Include="Pipelines\Internal\UserSecretsDeploymentStateManager.cs"/> <Compile Include="Pipelines\IPipelineActivityReporter.cs"/> <Compile Include="Pipelines\IPipelineOutputService.cs"/> <Compile Include="Pipelines\IReportingStep.cs"/> <Compile Include="Pipelines\IReportingTask.cs"/> <Compile Include="Pipelines\MarkdownString.cs"/> <Compile Include="Pipelines\NullPipelineActivityReporter.cs"/> <Compile Include="Pipelines\PipelineActivityReporter.cs"/> <Compile Include="Pipelines\PipelineConfigurationAnnotation.cs"/> <Compile Include="Pipelines\PipelineConfigurationContext.cs"/> <Compile Include="Pipelines\PipelineContext.cs"/> <Compile Include="Pipelines\PipelineEditor.cs"/> <Compile Include="Pipelines\PipelineLoggerProvider.cs"/> <Compile Include="Pipelines\PipelineLoggingOptions.cs"/> <Compile Include="Pipelines\PipelineOptions.cs"/> <Compile Include="Pipelines\PipelineOutputService.cs"/> <Compile Include="Pipelines\PipelineStep.cs"/> <Compile Include="Pipelines\PipelineStepAnnotation.cs"/> <Compile Include="Pipelines\PipelineStepContext.cs"/> <Compile Include="Pipelines\PipelineStepExtensions.cs"/> <Compile Include="Pipelines\PipelineStepFactoryContext.cs"/> <Compile Include="Pipelines\PipelineStepFactoryExtensions.cs"/> <Compile Include="Pipelines\PipelineStepHelpers.cs"/> <Compile Include="Pipelines\PipelineSummary.cs"/> <Compile Include="Pipelines\PipelineSummaryItem.cs"/> <Compile Include="Pipelines\PublishCompletionOptions.cs"/> <Compile Include="Pipelines\ReportingStep.cs"/> <Compile Include="Pipelines\ReportingTask.cs"/> <Compile Include="Pipelines\WellKnownPipelineSteps.cs"/> <Compile Include="Pipelines\WellKnownPipelineTags.cs"/> <Compile Include="ProjectResourceBuilderExtensions.cs"/> <Compile Include="ProjectResourceOptions.cs"/> <Compile Include="PublisherDistributedApplicationBuilderExtensions.cs"/> <Compile Include="Publishing\AfterPublishEvent.cs"/> <Compile Include="Publishing\BeforePublishEvent.cs"/> <Compile Include="Publishing\BuildImageSecretValue.cs"/> <Compile Include="Publishing\ComposeOperationContext.cs"/> <Compile Include="Publishing\ComposeServiceInfo.cs"/> <Compile Include="Publishing\ContainerImageInspectionResult.cs"/> <Compile Include="Publishing\ContainerRuntimeBase.cs"/> <Compile Include="Publishing\ContainerRuntimeResolver.cs"/> <Compile Include="Publishing\DockerContainerRuntime.cs"/> <Compile Include="Publishing\IContainerRuntime.cs"/> <Compile Include="Publishing\IContainerRuntimeResolver.cs"/> <Compile Include="Publishing\IDistributedApplicationPublisher.cs"/> <Compile Include="Publishing\ManifestPublisher.cs"/> <Compile Include="Publishing\ManifestPublishingContext.cs"/> <Compile Include="Publishing\ManifestPublishingExtensions.cs"/> <Compile Include="Publishing\PipelineExecutor.cs"/> <Compile Include="Publishing\PodmanContainerRuntime.cs"/> <Compile Include="Publishing\ProcessFailedException.cs"/> <Compile Include="Publishing\PublisherAdvertisementEvent.cs"/> <Compile Include="Publishing\PublishingExtensions.cs"/> <Compile Include="Publishing\PublishingOptions.cs"/> <Compile Include="Publishing\ResourceContainerImageManager.cs"/> <Compile Include="RequiredCommandResourceExtensions.cs"/> <Compile Include="ResourceBuilderExtensions.cs"/> <Compile Include="ResourceLoggerForwarderService.cs"/> <Compile Include="Resources\CommandStrings.Designer.cs"/> <Compile Include="Resources\InteractionStrings.Designer.cs"/> <Compile Include="Resources\LaunchProfileStrings.Designer.cs"/> <Compile Include="Resources\MessageStrings.Designer.cs"/> <Compile Include="RunConfiguration.cs"/> <Compile Include="SupportsDebuggingAnnotation.cs"/> <Compile Include="TerminalResourceBuilderExtensions.cs"/> <Compile Include="UserSecrets\IUserSecretsManager.cs"/> <Compile Include="UserSecrets\NoopUserSecretsManager.cs"/> <Compile Include="UserSecrets\UserSecretsManagerFactory.cs"/> <Compile Include="Utils\AsyncEnumerableUtils.cs"/> <Compile Include="Utils\ConcurrencyUtils.cs"/> <Compile Include="Utils\ContainerReferenceParser.cs"/> <Compile Include="Utils\DockerfileHelper.cs"/> <Compile Include="Utils\DotnetSdkUtils.cs"/> <Compile Include="Utils\FileSystemService.cs"/> <Compile Include="Utils\FormattingHelpers.cs"/> <Compile Include="Utils\HashDigestStream.cs"/> <Compile Include="Utils\IFileSystemService.cs"/> <Compile Include="Utils\ImageNameGenerator.cs"/> <Compile Include="Utils\LoggingUtils.cs"/> <Compile Include="Utils\PeriodicRestartAsyncEnumerable.cs"/> <Compile Include="VersionChecking\IPackageFetcher.cs"/> <Compile Include="VersionChecking\IPackageVersionProvider.cs"/> <Compile Include="VersionChecking\PackageFetcher.cs"/> <Compile Include="VersionChecking\PackageVersionProvider.cs"/> <Compile Include="VersionChecking\VersionCheckService.cs"/> <Compile Include="VolumeNameGenerator.cs"/> <Compile Include="VolumeResourceBuilderExtensions.cs"/> <Compile Include="..\Shared\AssemblyVersionHelper.cs" Link="src\Shared\AssemblyVersionHelper.cs"/> <Compile Include="..\Shared\BundleDiscovery.cs" Link="src\Shared\BundleDiscovery.cs"/> <Compile Include="..\Shared\ChannelExtensions.cs" Link="src\Shared\ChannelExtensions.cs"/> <Compile Include="..\Shared\CircularBuffer.cs" Link="src\Shared\CircularBuffer.cs"/> <Compile Include="..\Shared\CompareHelpers.cs" Link="src\Shared\CompareHelpers.cs"/> <Compile Include="..\Shared\CustomResourceSnapshotExtensions.cs" Link="src\Shared\CustomResourceSnapshotExtensions.cs"/> <Compile Include="..\Shared\DirectoryHelper.cs" Link="src\Shared\DirectoryHelper.cs"/> <Compile Include="..\Shared\Model\KnownProperties.cs" Link="src\Shared\Model\KnownProperties.cs"/> <Compile Include="..\Shared\Model\KnownResourceTypes.cs" Link="src\Shared\Model\KnownResourceTypes.cs"/> <Compile Include="..\Shared\Model\KnownRelationshipTypes.cs" Link="src\Shared\Model\KnownRelationshipTypes.cs"/> <Compile Include="..\Shared\IConfigurationExtensions.cs" Link="src\Shared\IConfigurationExtensions.cs"/> <Compile Include="..\Shared\KnownFormats.cs" Link="src\Shared\KnownFormats.cs"/> <Compile Include="..\Shared\KnownResourceNames.cs" Link="src\Shared\KnownResourceNames.cs"/> <Compile Include="..\Shared\KnownEndpointNames.cs" Link="src\Shared\KnownEndpointNames.cs"/> <Compile Include="..\Shared\EnvironmentVariableNameEncoder.cs" Link="src\Shared\EnvironmentVariableNameEncoder.cs"/> <Compile Include="..\Shared\FileUploadHelpers.cs" Link="src\Shared\FileUploadHelpers.cs"/> <Compile Include="..\Shared\FileLock.cs" Link="src\Shared\FileLock.cs"/> <Compile Include="..\Shared\KnownAspNetCoreConfigNames.cs" Link="src\Shared\KnownAspNetCoreConfigNames.cs"/> <Compile Include="..\Shared\KnownConfigNames.cs" Link="src\Shared\KnownConfigNames.cs"/> <Compile Include="..\Shared\KnownContainerRuntimes.cs" Link="src\Shared\KnownContainerRuntimes.cs"/> <Compile Include="..\Shared\ContainerRuntimeDetector.cs" Link="src\Shared\ContainerRuntimeDetector.cs"/> <Compile Include="..\Shared\KnownOtelConfigNames.cs" Link="src\Shared\KnownOtelConfigNames.cs"/> <Compile Include="..\Shared\OtlpEndpointResolver.cs" Link="src\Shared\OtlpEndpointResolver.cs"/> <Compile Include="..\Shared\PathNormalizer.cs" Link="src\Shared\PathNormalizer.cs"/> <Compile Include="..\Shared\VolumeMountPathResolver.cs" Link="src\Shared\VolumeMountPathResolver.cs"/> <Compile Include="..\Shared\ProjectPathResolver.cs" Link="src\Shared\ProjectPathResolver.cs"/> <Compile Include="..\Shared\StringComparers.cs" Link="src\Shared\StringComparers.cs"/> <Compile Include="..\Shared\ResourceNameComparer.cs" Link="src\Shared\ResourceNameComparer.cs"/> <Compile Include="..\Shared\TaskHelpers.cs" Link="src\Shared\TaskHelpers.cs"/> <Compile Include="..\Shared\DashboardConfigNames.cs" Link="src\Shared\DashboardConfigNames.cs"/> <Compile Include="..\Shared\TokenGenerator.cs" Link="src\Shared\TokenGenerator.cs"/> <Compile Include="..\Shared\LoggingHelpers.cs" Link="src\Shared\LoggingHelpers.cs"/> <Compile Include="..\Shared\StringUtils.cs" Link="src\Shared\StringUtils.cs"/> <Compile Include="..\Shared\SchemaUtils.cs" Link="src\Shared\SchemaUtils.cs"/> <Compile Include="..\Shared\ConsoleLogs\LogEntries.cs" Link="src\Shared\ConsoleLogs\LogEntries.cs"/> <Compile Include="..\Shared\ConsoleLogs\LogEntry.cs" Link="src\Shared\ConsoleLogs\LogEntry.cs"/> <Compile Include="..\Shared\ConsoleLogs\LogPauseViewModel.cs" Link="src\Shared\ConsoleLogs\LogPauseViewModel.cs"/> <Compile Include="..\Shared\ConsoleLogs\TimestampParser.cs" Link="src\Shared\ConsoleLogs\TimestampParser.cs"/> <Compile Include="..\Shared\ConsoleLogs\AnsiParser.cs" Link="src\Shared\ConsoleLogs\AnsiParser.cs"/> <Compile Include="..\Shared\CommandLineArgsParser.cs" Link="src\Shared\CommandLineArgsParser.cs"/> <Compile Include="..\Shared\LaunchProfiles\LaunchProfileExtensions.cs" Link="src\Shared\LaunchProfiles\LaunchProfileExtensions.cs"/> <Compile Include="..\Shared\LaunchProfiles\LaunchSettingsReader.cs" Link="src\Shared\LaunchProfiles\LaunchSettingsReader.cs"/> <Compile Include="..\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs" Link="src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs"/> <Compile Include="..\Shared\OverloadResolutionPriorityAttribute.cs" Link="src\Shared\OverloadResolutionPriorityAttribute.cs"/> <Compile Include="..\Shared\PackageUpdateHelpers.cs" Link="src\Shared\PackageUpdateHelpers.cs"/> <Compile Include="..\Shared\InteractionHelpers.cs" Link="src\Shared\InteractionHelpers.cs"/> <Compile Include="..\Shared\LocaleHelpers.cs" Link="src\Shared\LocaleHelpers.cs"/> <Compile Include="..\Shared\PathLookupHelper.cs" Link="src\Shared\PathLookupHelper.cs"/> <Compile Include="..\Shared\BackchannelConstants.cs" Link="src\Shared\BackchannelConstants.cs"/> <Compile Include="..\Shared\TerminalHost\TerminalHostControlProtocol.cs" Link="src\Shared\TerminalHost\TerminalHostControlProtocol.cs"/> <Compile Include="..\Shared\TerminalHost\TerminalHostMetadata.cs" Link="src\Shared\TerminalHost\TerminalHostMetadata.cs"/> <Compile Include="..\Shared\TerminalHost\TerminalHostPaths.cs" Link="src\Shared\TerminalHost\TerminalHostPaths.cs"/> <Compile Include="..\Shared\UserSecrets\UserSecretsPathHelper.cs" Link="src\Shared\UserSecrets\UserSecretsPathHelper.cs"/> <Compile Include="..\Shared\UserSecrets\UserSecretsJsonOptions.cs" Link="src\Shared\UserSecrets\UserSecretsJsonOptions.cs"/> <Compile Include="..\Shared\X509Certificate2Extensions.cs" Link="src\Shared\X509Certificate2Extensions.cs"/> <Compile Include="..\Shared\PasswordGenerator.cs" Link="src\Shared\PasswordGenerator.cs"/> <Compile Include="..\Shared\ProcessSignaler.cs" Link="src\Shared\ProcessSignaler.cs"/> <Compile Include="..\Shared\ProcessStartTimeHelper.cs" Link="src\Shared\ProcessStartTimeHelper.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting\Debug\net8.0\Aspire.Hosting.GlobalUsings.g.cs" Link="artifacts\obj\Aspire.Hosting\Debug\net8.0\Aspire.Hosting.GlobalUsings.g.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" Link="artifacts\obj\Aspire.Hosting\Debug\net8.0\.NETCoreApp,Version=v8.0.AssemblyAttributes.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardService.cs" Link="artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardService.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardServiceGrpc.cs" Link="artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardServiceGrpc.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting\Debug\net8.0\Aspire.Hosting.InternalsVisibleTo.cs" Link="artifacts\obj\Aspire.Hosting\Debug\net8.0\Aspire.Hosting.InternalsVisibleTo.cs"/> <Compile Include="..\..\artifacts\obj\Aspire.Hosting\Debug\net8.0\Aspire.Hosting.AssemblyInfo.cs" Link="artifacts\obj\Aspire.Hosting\Debug\net8.0\Aspire.Hosting.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="..\..\..\ref\8eefded6a81543c5898d1beaeaa20a35\Fractions.dll"/> <ReferencePath Include="..\..\..\ref\ba92cbc413654a339e8a88a497cb89c9\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\c501fb8f9a3a4389a42a921278b0180a\HealthChecks.Uris.dll"/> <ReferencePath Include="..\..\..\ref\5f1bae30f30349188ac20c68aabcfc47\KubernetesClient.dll"/> <ReferencePath Include="..\..\..\ref\4e17f3a0812c42fdb78bd591eb1c563a\MessagePack.Annotations.dll"/> <ReferencePath Include="..\..\..\ref\8258f87d8b634fdbb58d5f892ee6558b\MessagePack.dll"/> <ReferencePath Include="..\..\..\ref\915a62e6579e432e85112f06d8808916\Microsoft.AspNetCore.Antiforgery.dll"/> <ReferencePath Include="..\..\..\ref\d71f6853a4264fc79c1c54201c94fc98\Microsoft.AspNetCore.Authentication.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\31f269db87c14be88132bab40343f766\Microsoft.AspNetCore.Authentication.BearerToken.dll"/> <ReferencePath Include="..\..\..\ref\77f0a24b453c4a5fb124d29d5bcb3db2\Microsoft.AspNetCore.Authentication.Cookies.dll"/> <ReferencePath Include="..\..\..\ref\133012e2c30343b3921d011f0217ffa2\Microsoft.AspNetCore.Authentication.Core.dll"/> <ReferencePath Include="..\..\..\ref\0a35e4893ffb43f8a0e34b8f4c08aeda\Microsoft.AspNetCore.Authentication.dll"/> <ReferencePath Include="..\..\..\ref\c3cab8526aba4013975fd1fd1e322be8\Microsoft.AspNetCore.Authentication.OAuth.dll"/> <ReferencePath Include="..\..\..\ref\a86789ba694849bea1aa42930915d65b\Microsoft.AspNetCore.Authorization.dll"/> <ReferencePath Include="..\..\..\ref\bea3b695a7d74e71a430804a9122c2f6\Microsoft.AspNetCore.Authorization.Policy.dll"/> <ReferencePath Include="..\..\..\ref\4d3b7ebafe3a40bcaa89a72cc71496f9\Microsoft.AspNetCore.Components.Authorization.dll"/> <ReferencePath Include="..\..\..\ref\f855bd0ee32d44928dbc4ea35ef2f95f\Microsoft.AspNetCore.Components.dll"/> <ReferencePath Include="..\..\..\ref\63c3aa530b624f5e86532655aa806b44\Microsoft.AspNetCore.Components.Endpoints.dll"/> <ReferencePath Include="..\..\..\ref\fa2ece839eb44641a6cce1769b2bb31c\Microsoft.AspNetCore.Components.Forms.dll"/> <ReferencePath Include="..\..\..\ref\cca458faa65f49dfb74fe941177e33ad\Microsoft.AspNetCore.Components.Server.dll"/> <ReferencePath Include="..\..\..\ref\e2dc43ec0e4f421fae3bb624f7632420\Microsoft.AspNetCore.Components.Web.dll"/> <ReferencePath Include="..\..\..\ref\a5f0f499d0ce4e489b4ee5d4ff23b5da\Microsoft.AspNetCore.Connections.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\fe892859b4fd4fdda1d0ce2756db3832\Microsoft.AspNetCore.CookiePolicy.dll"/> <ReferencePath Include="..\..\..\ref\02ba235d6d4f44e2876009bf90020a1c\Microsoft.AspNetCore.Cors.dll"/> <ReferencePath Include="..\..\..\ref\5e1b7fd1c82c4d9cb505a084b742dd0d\Microsoft.AspNetCore.Cryptography.Internal.dll"/> <ReferencePath Include="..\..\..\ref\e70cc4e7117b4d3a986c185f3e18827e\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll"/> <ReferencePath Include="..\..\..\ref\099d77f8bb6f4be0b06ad3e72948a757\Microsoft.AspNetCore.DataProtection.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\8bfc26f56a95490fa4f775b77126c20a\Microsoft.AspNetCore.DataProtection.dll"/> <ReferencePath Include="..\..\..\ref\19b13804016d4a6ea53126b90c0ee7e8\Microsoft.AspNetCore.DataProtection.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\a62e77b16a06448d850a626b07f56e4b\Microsoft.AspNetCore.Diagnostics.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\df99e124e1ce49959b474b956406d3e4\Microsoft.AspNetCore.Diagnostics.dll"/> <ReferencePath Include="..\..\..\ref\85d57d5a351a414db16315dadc2465e5\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll"/> <ReferencePath Include="..\..\..\ref\b6892e60c1d84c1b9a3881144f82b621\Microsoft.AspNetCore.dll"/> <ReferencePath Include="..\..\..\ref\50db2876f8894df79af0dfe8c87ac86c\Microsoft.AspNetCore.HostFiltering.dll"/> <ReferencePath Include="..\..\..\ref\912eb5aa1f474f9ba27fcbcd3338d33f\Microsoft.AspNetCore.Hosting.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\37e90e64b7a942aca6dc7b96e69e41e2\Microsoft.AspNetCore.Hosting.dll"/> <ReferencePath Include="..\..\..\ref\ba116d5ad8ea46348146cd6d66cc0816\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\132c9354ac1e4bfa88af7efcce5f0479\Microsoft.AspNetCore.Html.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\7ef98af8eb4c48d6b4cf297ed43414f5\Microsoft.AspNetCore.Http.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\96f670f200554354944433e2cd1c8eb3\Microsoft.AspNetCore.Http.Connections.Common.dll"/> <ReferencePath Include="..\..\..\ref\c9fa19f4245e415eb5240829a381e6c7\Microsoft.AspNetCore.Http.Connections.dll"/> <ReferencePath Include="..\..\..\ref\3f0e0d477a694d2ab3bb0003d91305d5\Microsoft.AspNetCore.Http.dll"/> <ReferencePath Include="..\..\..\ref\bec2f2ba23634b5695812c2cce485a60\Microsoft.AspNetCore.Http.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\ab170a5c8edf4015a414a11ac4925b40\Microsoft.AspNetCore.Http.Features.dll"/> <ReferencePath Include="..\..\..\ref\52c4deab8f56468a9f15ed4d66965617\Microsoft.AspNetCore.Http.Results.dll"/> <ReferencePath Include="..\..\..\ref\c52685dd5d0349919d29f459c303b969\Microsoft.AspNetCore.HttpLogging.dll"/> <ReferencePath Include="..\..\..\ref\95f0e8902cf44a0baca3c34d9c68ad34\Microsoft.AspNetCore.HttpOverrides.dll"/> <ReferencePath Include="..\..\..\ref\ec6365b3cb6c452f86730cf31c864c60\Microsoft.AspNetCore.HttpsPolicy.dll"/> <ReferencePath Include="..\..\..\ref\293c4e00d5a7495294db2b4c50617273\Microsoft.AspNetCore.Identity.dll"/> <ReferencePath Include="..\..\..\ref\917f3a790226471fb21dd4ce5120654a\Microsoft.AspNetCore.Localization.dll"/> <ReferencePath Include="..\..\..\ref\41e0c6a3e9f64ca7b5bb75f1fe6fe6a3\Microsoft.AspNetCore.Localization.Routing.dll"/> <ReferencePath Include="..\..\..\ref\2277a1d62b06403a91e29e42b5df5fd3\Microsoft.AspNetCore.Metadata.dll"/> <ReferencePath Include="..\..\..\ref\618bd74f4e074efc90d41750db8d7f3c\Microsoft.AspNetCore.Mvc.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\2495949372bd43c1ab7676bcf0fbeff7\Microsoft.AspNetCore.Mvc.ApiExplorer.dll"/> <ReferencePath Include="..\..\..\ref\efb9d0e2c2904743b0dbfcf5d9078df0\Microsoft.AspNetCore.Mvc.Core.dll"/> <ReferencePath Include="..\..\..\ref\b8f7992411924682af03f18cb9206fed\Microsoft.AspNetCore.Mvc.Cors.dll"/> <ReferencePath Include="..\..\..\ref\c2e087b8dc374ce19b719c0e7b57cd70\Microsoft.AspNetCore.Mvc.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\ref\871fa975ee3845738389d99998c6a093\Microsoft.AspNetCore.Mvc.dll"/> <ReferencePath Include="..\..\..\ref\ad6f41c9d7f1495489772e5e259dc2d6\Microsoft.AspNetCore.Mvc.Formatters.Json.dll"/> <ReferencePath Include="..\..\..\ref\764a68f1c291411daa7b25ec80870a7f\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll"/> <ReferencePath Include="..\..\..\ref\88100197906e4688a087cea3d07b1359\Microsoft.AspNetCore.Mvc.Localization.dll"/> <ReferencePath Include="..\..\..\ref\61198c534b1146d9a5362c519c3ef2a1\Microsoft.AspNetCore.Mvc.Razor.dll"/> <ReferencePath Include="..\..\..\ref\099877221e694ded9d40251cab52e5ae\Microsoft.AspNetCore.Mvc.RazorPages.dll"/> <ReferencePath Include="..\..\..\ref\8c3750c9d9904073ab70935f6132099c\Microsoft.AspNetCore.Mvc.TagHelpers.dll"/> <ReferencePath Include="..\..\..\ref\521033d352dc46b09f8d8a3f0218a2c5\Microsoft.AspNetCore.Mvc.ViewFeatures.dll"/> <ReferencePath Include="..\..\..\ref\370fb198151f44f892688f50a9a33a2c\Microsoft.AspNetCore.OutputCaching.dll"/> <ReferencePath Include="..\..\..\ref\07533cb6013e4c5ab4da93ad939d22ec\Microsoft.AspNetCore.RateLimiting.dll"/> <ReferencePath Include="..\..\..\ref\36ee1bc555a143869c888ef40a632948\Microsoft.AspNetCore.Razor.dll"/> <ReferencePath Include="..\..\..\ref\4728f4ca1d8e4b65adf7d8b7b71f8689\Microsoft.AspNetCore.Razor.Runtime.dll"/> <ReferencePath Include="..\..\..\ref\a4231a90a1f5441492f0f1c814f90c4c\Microsoft.AspNetCore.RequestDecompression.dll"/> <ReferencePath Include="..\..\..\ref\87c1e38c0866431bbcdeeb9ec417ba7a\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\b79db2da0f6042b984527b4a58bd3084\Microsoft.AspNetCore.ResponseCaching.dll"/> <ReferencePath Include="..\..\..\ref\4c303408e9ca4adebc93081bca6d4b0e\Microsoft.AspNetCore.ResponseCompression.dll"/> <ReferencePath Include="..\..\..\ref\ca1c1bbb5b36413a905922cae449ca6f\Microsoft.AspNetCore.Rewrite.dll"/> <ReferencePath Include="..\..\..\ref\5b180ee4d90a4698b3ac97dd9f69caa8\Microsoft.AspNetCore.Routing.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\316560060d24405ca245c2f3898a88ec\Microsoft.AspNetCore.Routing.dll"/> <ReferencePath Include="..\..\..\ref\673ecb1cc30649b1b43578d83bcedc3b\Microsoft.AspNetCore.Server.HttpSys.dll"/> <ReferencePath Include="..\..\..\ref\c892acdd12df4db093375fb64aeb8731\Microsoft.AspNetCore.Server.IIS.dll"/> <ReferencePath Include="..\..\..\ref\c905d0765e5f4b9cbe4d673b07fc3a56\Microsoft.AspNetCore.Server.IISIntegration.dll"/> <ReferencePath Include="..\..\..\ref\bf43d52020f9479ea45dd07b9e5f8a3b\Microsoft.AspNetCore.Server.Kestrel.Core.dll"/> <ReferencePath Include="..\..\..\ref\499a03e6b75d49a8b3a8d5c496908f97\Microsoft.AspNetCore.Server.Kestrel.dll"/> <ReferencePath Include="..\..\..\ref\cbf73511cfe942ff867e5e99aced20e3\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll"/> <ReferencePath Include="..\..\..\ref\0f162626743747a9a1b00a4f64e4c0fd\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll"/> <ReferencePath Include="..\..\..\ref\8e071ba2c6cd4183b59714b226b97876\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll"/> <ReferencePath Include="..\..\..\ref\128a9f7b36284084a182f02bc07dd637\Microsoft.AspNetCore.Session.dll"/> <ReferencePath Include="..\..\..\ref\ba629d74935d440883c5cfe647833d20\Microsoft.AspNetCore.SignalR.Common.dll"/> <ReferencePath Include="..\..\..\ref\2099aef8e50f4e359abd24e955e1daf3\Microsoft.AspNetCore.SignalR.Core.dll"/> <ReferencePath Include="..\..\..\ref\236e86794a2d4ac6b2b507628d9424cb\Microsoft.AspNetCore.SignalR.dll"/> <ReferencePath Include="..\..\..\ref\e34766d79abb45cd89c6df2794f12a74\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/> <ReferencePath Include="..\..\..\ref\0178701de20448eb84194478d33d5a92\Microsoft.AspNetCore.StaticFiles.dll"/> <ReferencePath Include="..\..\..\ref\b1447df774db40d0b8ca73656460c93d\Microsoft.AspNetCore.WebSockets.dll"/> <ReferencePath Include="..\..\..\ref\2bc0b8d6d1d54521b3b65f4bca74e1f2\Microsoft.AspNetCore.WebUtilities.dll"/> <ReferencePath Include="..\..\..\ref\2ff8c35ee41c442db3b33de332fbce9e\Microsoft.CSharp.dll"/> <ReferencePath Include="..\..\..\ref\ccdbba8438b644d186877fb22b44745b\Microsoft.Extensions.AI.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\c6f03f388d2a44ef94cd39eeeee3e88d\Microsoft.Extensions.Caching.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\209901f1467743c789708923eaaeb6e6\Microsoft.Extensions.Caching.Memory.dll"/> <ReferencePath Include="..\..\..\ref\67bd8798c54d406e944bc4cede9cd4d7\Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\86ef7e590dfb4d16b888dc51039f1d1f\Microsoft.Extensions.Configuration.Binder.dll"/> <ReferencePath Include="..\..\..\ref\92a98cfa8ce6464bb3767cfce7a544be\Microsoft.Extensions.Configuration.CommandLine.dll"/> <ReferencePath Include="..\..\..\ref\487916bf5fc84f6f825f61ddbeda2e3e\Microsoft.Extensions.Configuration.dll"/> <ReferencePath Include="..\..\..\ref\06736c1037a64415b6fa4b5dc295ef5c\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/> <ReferencePath Include="..\..\..\ref\467122e95b274788a90a43ac1f08f088\Microsoft.Extensions.Configuration.FileExtensions.dll"/> <ReferencePath Include="..\..\..\ref\e59b551a174c462ebc94e8acfa87fdce\Microsoft.Extensions.Configuration.Ini.dll"/> <ReferencePath Include="..\..\..\ref\6e6a129df2804ff99e00b33f08259aca\Microsoft.Extensions.Configuration.Json.dll"/> <ReferencePath Include="..\..\..\ref\e1df1ff04b434620b72b20a0309d3150\Microsoft.Extensions.Configuration.KeyPerFile.dll"/> <ReferencePath Include="..\..\..\ref\5586ea5ceca642658da31231c756f65f\Microsoft.Extensions.Configuration.UserSecrets.dll"/> <ReferencePath Include="..\..\..\ref\198b6076ec2f4878a24de7d8f75af96e\Microsoft.Extensions.Configuration.Xml.dll"/> <ReferencePath Include="..\..\..\ref\e21ec2e70c484aeb872be2206552a7b9\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\1d1888e59188464da3074e5bc826065d\Microsoft.Extensions.DependencyInjection.dll"/> <ReferencePath Include="..\..\..\ref\cff836feade847b69b4eca26787a9b49\Microsoft.Extensions.Diagnostics.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\a6f3fba5a1934c9b89027b46778e079e\Microsoft.Extensions.Diagnostics.dll"/> <ReferencePath Include="..\..\..\ref\d18eb32e454948f7874a8751015a650f\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\2144b880a9de4d5392e5aba4f68fecdd\Microsoft.Extensions.Diagnostics.HealthChecks.dll"/> <ReferencePath Include="..\..\..\ref\152c7081d47a45fb973f0c6d449c13b1\Microsoft.Extensions.Features.dll"/> <ReferencePath Include="..\..\..\ref\10fffdbd30c24514b6af7d804972bbde\Microsoft.Extensions.FileProviders.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\1e496bacc58140de806069af6bf3c1d6\Microsoft.Extensions.FileProviders.Composite.dll"/> <ReferencePath Include="..\..\..\ref\b963f595e6a646bba7e0ca756d8ea431\Microsoft.Extensions.FileProviders.Embedded.dll"/> <ReferencePath Include="..\..\..\ref\36be9b80944f44a8a546fa8e985087ec\Microsoft.Extensions.FileProviders.Physical.dll"/> <ReferencePath Include="..\..\..\ref\8929c44e32864272b8b3834e6cbaaf10\Microsoft.Extensions.FileSystemGlobbing.dll"/> <ReferencePath Include="..\..\..\ref\44dc30a840344f6da93a4d472d5f4758\Microsoft.Extensions.Hosting.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\723858d8e3944268a163b1b923d4bb01\Microsoft.Extensions.Hosting.dll"/> <ReferencePath Include="..\..\..\ref\f0f38ba45b254876b69403c3b5ee7ee2\Microsoft.Extensions.Http.dll"/> <ReferencePath Include="..\..\..\ref\59f1ad9258144ecaaf52da327acd7320\Microsoft.Extensions.Identity.Core.dll"/> <ReferencePath Include="..\..\..\ref\77765f2b86f34cf1bea3699a6631290f\Microsoft.Extensions.Identity.Stores.dll"/> <ReferencePath Include="..\..\..\ref\ca3f2da7df5449b19ba4d108e57132f0\Microsoft.Extensions.Localization.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\e4f45038667c4370957e4d50bad8cf18\Microsoft.Extensions.Localization.dll"/> <ReferencePath Include="..\..\..\ref\70385d1170204f4abdcfe9faecd48403\Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="..\..\..\ref\da061f6e5fdc44419ac5a4bb15dbad1e\Microsoft.Extensions.Logging.Configuration.dll"/> <ReferencePath Include="..\..\..\ref\b5529d8b2b124b00b8353960c085430f\Microsoft.Extensions.Logging.Console.dll"/> <ReferencePath Include="..\..\..\ref\2335159f481a48e2a9ca295a9e0889b2\Microsoft.Extensions.Logging.Debug.dll"/> <ReferencePath Include="..\..\..\ref\bdd5682149fc436e98a6d7b11909bdb6\Microsoft.Extensions.Logging.dll"/> <ReferencePath Include="..\..\..\ref\d2b36ed05dfe4b6cbeeb4bd8ab2887db\Microsoft.Extensions.Logging.EventLog.dll"/> <ReferencePath Include="..\..\..\ref\d194c2c725fb40a7a5ea8f505ed5dccd\Microsoft.Extensions.Logging.EventSource.dll"/> <ReferencePath Include="..\..\..\ref\01fe8ea7a3bc47d28d16ab356a256a1c\Microsoft.Extensions.Logging.TraceSource.dll"/> <ReferencePath Include="..\..\..\ref\e0b46b01fc794ebfb3d3abf49b0a36ba\Microsoft.Extensions.ObjectPool.dll"/> <ReferencePath Include="..\..\..\ref\c5eed7411bec45b194dcba219f2609cb\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/> <ReferencePath Include="..\..\..\ref\7d16538407dd47dba3c6011e2694f856\Microsoft.Extensions.Options.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\ref\fa73fa6cc5274d8aa97d55f8e4616c79\Microsoft.Extensions.Options.dll"/> <ReferencePath Include="..\..\..\ref\89d02ebe65904481937ad4024ae2af04\Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\3a3e745415004e5baa5294788450ea23\Microsoft.Extensions.WebEncoders.dll"/> <ReferencePath Include="..\..\..\ref\80768181da184f7b86ca9b816fc23033\Microsoft.JSInterop.dll"/> <ReferencePath Include="..\..\..\ref\2d65103eb580464aaca6bc7a6640eabc\Microsoft.Net.Http.Headers.dll"/> <ReferencePath Include="..\..\..\ref\bc301214d55c4617a9c852dc2d4e2791\Microsoft.NET.StringTools.dll"/> <ReferencePath Include="..\..\..\ref\70a9dc5625e04a3695dbe63150868e9b\Microsoft.VisualBasic.Core.dll"/> <ReferencePath Include="..\..\..\ref\22a0309e29844b5c9a5951b2c8204b10\Microsoft.VisualBasic.dll"/> <ReferencePath Include="..\..\..\ref\1ba430671e394281a1fd8b3da39b6053\Microsoft.VisualStudio.Threading.dll"/> <ReferencePath Include="..\..\..\ref\c6586d07eb0e4d7d80991fd7c499d7a6\Microsoft.VisualStudio.Validation.dll"/> <ReferencePath Include="..\..\..\ref\0e60d0b852db4cf0988f1ca938767f53\Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\f3c8c814adca4dd6afcf8e396868c09e\Microsoft.Win32.Registry.dll"/> <ReferencePath Include="..\..\..\ref\00709a2a8a42462f8c76df18ee49e896\ModelContextProtocol.Core.dll"/> <ReferencePath Include="..\..\..\ref\7d02d379341345c0a85d57b4a0c02890\ModelContextProtocol.dll"/> <ReferencePath Include="..\..\..\ref\d282ac771eb241a0b50186ceccdb8f61\mscorlib.dll"/> <ReferencePath Include="..\..\..\ref\a9869746342b46a89f7380c65f634bdb\Nerdbank.MessagePack.dll"/> <ReferencePath Include="..\..\..\ref\55074530017a4a3999ad57f13373fa9b\Nerdbank.Streams.dll"/> <ReferencePath Include="..\..\..\ref\38ead8dd6e904d6da69cb1a6aa5c1b0c\netstandard.dll"/> <ReferencePath Include="..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/> <ReferencePath Include="..\..\..\ref\528dff0d3d9143f08b9655315c12bd3d\OpenTelemetry.Api.dll"/> <ReferencePath Include="..\..\..\ref\bf35c9ecd7184d02aadc48d25da23167\OpenTelemetry.Api.ProviderBuilderExtensions.dll"/> <ReferencePath Include="..\..\..\ref\7bd1371088d54c378c9e4821b2d22abf\OpenTelemetry.dll"/> <ReferencePath Include="..\..\..\ref\8ce3fa6d1ca341b1b680f389d319851b\OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/> <ReferencePath Include="..\..\..\ref\31b4bceb6e9644fa956c9921ff361bf5\OpenTelemetry.Extensions.Hosting.dll"/> <ReferencePath Include="..\..\..\ref\93b7c81ca2684bd8b6c371c7d5524935\Polly.Core.dll"/> <ReferencePath Include="..\..\..\ref\34ccbc70c63f4300aa200015c2bf1edc\PolyType.dll"/> <ReferencePath Include="..\..\..\ref\ad7c81778cc14d159ebf3b278a2c8d93\Semver.dll"/> <ReferencePath Include="..\..\..\ref\62ce6b732bd34c399bfd787fe0838f8d\StreamJsonRpc.dll"/> <ReferencePath Include="..\..\..\ref\a906a9daaa65440d863dff1ddc9c652f\System.AppContext.dll"/> <ReferencePath Include="..\..\..\ref\d438077db70043f8ad610b5394a354b7\System.Buffers.dll"/> <ReferencePath Include="..\..\..\ref\858eda72554a4d54954ca9e7f5dc5ced\System.Collections.Concurrent.dll"/> <ReferencePath Include="..\..\..\ref\d5ca28a9be4b43ad94284bb59d49dbf0\System.Collections.dll"/> <ReferencePath Include="..\..\..\ref\f9176a75b11b4d5fa48348475d0750d3\System.Collections.Immutable.dll"/> <ReferencePath Include="..\..\..\ref\1443d633ac3b4626934d15aac52aa8a4\System.Collections.NonGeneric.dll"/> <ReferencePath Include="..\..\..\ref\1b0d1d9bebfa40abacbc31695c8cdb3d\System.Collections.Specialized.dll"/> <ReferencePath Include="..\..\..\ref\4f9afcdc041047eeaeee76776b318163\System.ComponentModel.Annotations.dll"/> <ReferencePath Include="..\..\..\ref\4a43fab26fff453c82c0387987f3541b\System.ComponentModel.DataAnnotations.dll"/> <ReferencePath Include="..\..\..\ref\e751391a7373414c8ece01d9e78f0297\System.ComponentModel.dll"/> <ReferencePath Include="..\..\..\ref\50e0bc9b839c4e8287dd75931a98f91a\System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="..\..\..\ref\bfd6fc25883046858ec03b7e1bbe6621\System.ComponentModel.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\c41f749a3b0c4a74a874f83d77463d05\System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="..\..\..\ref\ba7795763e7444788efe495009e7cbbc\System.Configuration.dll"/> <ReferencePath Include="..\..\..\ref\6b9f4fc2de5b4d49b7d9a5d15b391a4d\System.Console.dll"/> <ReferencePath Include="..\..\..\ref\f7658bf86f5c4255a0d943ba38f61889\System.Core.dll"/> <ReferencePath Include="..\..\..\ref\7cf36fc0671a4aaf9aaa4dbd907b03b4\System.Data.Common.dll"/> <ReferencePath Include="..\..\..\ref\e4f3c9c1afb34969a3b0aa43006c65c4\System.Data.DataSetExtensions.dll"/> <ReferencePath Include="..\..\..\ref\76b7c871187d43e886331ec7d56d67c1\System.Data.dll"/> <ReferencePath Include="..\..\..\ref\07b04e89bf2a4e21896f75bf8c86974c\System.Diagnostics.Contracts.dll"/> <ReferencePath Include="..\..\..\ref\81f8d10b3c3d4d4e819cd363b80de2ec\System.Diagnostics.Debug.dll"/> <ReferencePath Include="..\..\..\ref\1db64bafabe4421fa9549d3ef63f6b07\System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="..\..\..\ref\200d062ad18e4c4b8a538c6aa567a4de\System.Diagnostics.EventLog.dll"/> <ReferencePath Include="..\..\..\ref\de9105ca13294024985a47a944920e27\System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="..\..\..\ref\a0404fa5ba38403b8782593158d80aff\System.Diagnostics.Process.dll"/> <ReferencePath Include="..\..\..\ref\f002b1c872e744e7b0825d9330d42ce8\System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="..\..\..\ref\ac9c84199c62445ebff695d01c1f9f03\System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="..\..\..\ref\047dc39fc9914ccbb356b940832aed02\System.Diagnostics.Tools.dll"/> <ReferencePath Include="..\..\..\ref\4bfe3e4dcfea4095ae041eea42b4a5c3\System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="..\..\..\ref\65425a1e744b447a9631c3b91247dc41\System.Diagnostics.Tracing.dll"/> <ReferencePath Include="..\..\..\ref\2704f66f88854141922a43e06834feca\System.dll"/> <ReferencePath Include="..\..\..\ref\adff3b58f5ef4c73b11be2b605520777\System.Drawing.dll"/> <ReferencePath Include="..\..\..\ref\4bbefa3ea79941468a7f61cc256e0e25\System.Drawing.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\d9dc177aef35497dbf1b25146ce107ce\System.Dynamic.Runtime.dll"/> <ReferencePath Include="..\..\..\ref\5435548335f642ebac28e6867a583f7e\System.Formats.Asn1.dll"/> <ReferencePath Include="..\..\..\ref\5af1f29beed24d1e86d8a01f80569dd1\System.Formats.Tar.dll"/> <ReferencePath Include="..\..\..\ref\355933025b714dde8a6d8d2d28b19906\System.Globalization.Calendars.dll"/> <ReferencePath Include="..\..\..\ref\4271aac5b3104360b1c51913076c1b36\System.Globalization.dll"/> <ReferencePath Include="..\..\..\ref\1a19bcb452a24b5eb6f3c96e89d6c546\System.Globalization.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\74a62d822e8041d58e1b594ebf9f1c21\System.IO.Compression.Brotli.dll"/> <ReferencePath Include="..\..\..\ref\bae62c579898423a9b3c89ec4dfb740f\System.IO.Compression.dll"/> <ReferencePath Include="..\..\..\ref\650e2db607924ac28256404cd47dd073\System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="..\..\..\ref\d038c65a901a42c4be34d0cb381ca637\System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="..\..\..\ref\9472caca46cd4914825bb8c65de43d2d\System.IO.dll"/> <ReferencePath Include="..\..\..\ref\da06735102f742bc957bc4f0a06e2ce6\System.IO.FileSystem.AccessControl.dll"/> <ReferencePath Include="..\..\..\ref\e185b55563d7415f865adae385063e3c\System.IO.FileSystem.dll"/> <ReferencePath Include="..\..\..\ref\2c07ca2ec77c4df6bb0412238262abb1\System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="..\..\..\ref\824956cb8f7348c79d2913d9a6126cad\System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\ab9eb262e7994bee9c86c3b43a8ce68f\System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="..\..\..\ref\4755184466a544df8276666ecd9d8d5e\System.IO.Hashing.dll"/> <ReferencePath Include="..\..\..\ref\f7b4a85d1d074b4cacfef34f7af414f6\System.IO.IsolatedStorage.dll"/> <ReferencePath Include="..\..\..\ref\fd534e3b662b437abd1d7468329a58f8\System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="..\..\..\ref\458264fbd2914087b4f4aa62d5a7f501\System.IO.Pipelines.dll"/> <ReferencePath Include="..\..\..\ref\f857e96e396642c4b7d88e336d98b538\System.IO.Pipes.AccessControl.dll"/> <ReferencePath Include="..\..\..\ref\fc7e4fa9f6aa447e824ff018e70d5322\System.IO.Pipes.dll"/> <ReferencePath Include="..\..\..\ref\0bc1d0f3a891444a81ee1c144d99c0ae\System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="..\..\..\ref\773c74df6f7c45a5b71f0332f70369af\System.Linq.dll"/> <ReferencePath Include="..\..\..\ref\043d092967eb4c5f82f036657503235e\System.Linq.Expressions.dll"/> <ReferencePath Include="..\..\..\ref\7456d0969b6c4714b041ec5cfa2a029c\System.Linq.Parallel.dll"/> <ReferencePath Include="..\..\..\ref\d760582631064a6184d322f4e7ab0729\System.Linq.Queryable.dll"/> <ReferencePath Include="..\..\..\ref\a213139e42cd4586a2177c85794f49c6\System.Memory.dll"/> <ReferencePath Include="..\..\..\ref\fede49d0f4454f7f9be5903e7a1f2719\System.Net.dll"/> <ReferencePath Include="..\..\..\ref\0577c39214f64affa3316d2eb54a803a\System.Net.Http.dll"/> <ReferencePath Include="..\..\..\ref\57c6500536134a6c89d38c3a4c968d6f\System.Net.Http.Json.dll"/> <ReferencePath Include="..\..\..\ref\7a45d9839b0d46e19e72fc0c02ab41d5\System.Net.HttpListener.dll"/> <ReferencePath Include="..\..\..\ref\782ad76bde9042c18809f7a51fa4f287\System.Net.Mail.dll"/> <ReferencePath Include="..\..\..\ref\cc08e3e100414aa0acae58c29afd6f38\System.Net.NameResolution.dll"/> <ReferencePath Include="..\..\..\ref\031b4e3008cd49a295cb956a329d5469\System.Net.NetworkInformation.dll"/> <ReferencePath Include="..\..\..\ref\fb4e0e6c40ed4b7a9b79722f4878f9f6\System.Net.Ping.dll"/> <ReferencePath Include="..\..\..\ref\fdf68f8f06f2437f9ebf0b982535a870\System.Net.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\3779bc505ae043de809938e38efbbf24\System.Net.Quic.dll"/> <ReferencePath Include="..\..\..\ref\9f753053cf974e4298f919a9ad4ed433\System.Net.Requests.dll"/> <ReferencePath Include="..\..\..\ref\e5e24378a5ee46329e2fc3e0a7b8dce2\System.Net.Security.dll"/> <ReferencePath Include="..\..\..\ref\a361743685f2473abcfbd26386abc8b2\System.Net.ServerSentEvents.dll"/> <ReferencePath Include="..\..\..\ref\9bd37eafeb2840048ad07fb90818ce7f\System.Net.ServicePoint.dll"/> <ReferencePath Include="..\..\..\ref\65bf141961f44816b070ea6b49f25fde\System.Net.Sockets.dll"/> <ReferencePath Include="..\..\..\ref\1046f3f55beb4f62b9c9bf5c08e06002\System.Net.WebClient.dll"/> <ReferencePath Include="..\..\..\ref\2aeaf7c0d4b64345804330fa9348025a\System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="..\..\..\ref\bf27fc0eb2bd42348c67de8092d2200f\System.Net.WebProxy.dll"/> <ReferencePath Include="..\..\..\ref\2e5ef625b03e4d3ba807aa4b906eac54\System.Net.WebSockets.Client.dll"/> <ReferencePath Include="..\..\..\ref\f538fe97a4a04650a8cdb80d692c0e90\System.Net.WebSockets.dll"/> <ReferencePath Include="..\..\..\ref\2a7a7e816bdc43d3a2dfb8cc83ede272\System.Numerics.dll"/> <ReferencePath Include="..\..\..\ref\0a11fd1c15c647d7a25d8a32e851f1e4\System.Numerics.Vectors.dll"/> <ReferencePath Include="..\..\..\ref\db47ef3c18834388b047fac2ea44b78e\System.ObjectModel.dll"/> <ReferencePath Include="..\..\..\ref\af4b541875ef4f03bbbcf1f9233f6d1f\System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="..\..\..\ref\073736bf7d4e4bd59f7c2c54754bbe33\System.Reflection.dll"/> <ReferencePath Include="..\..\..\ref\d0ffe9d39b5145bf84ac7e461e7d56e9\System.Reflection.Emit.dll"/> <ReferencePath Include="..\..\..\ref\35f09b8d8da246fa9339ac01af5b3084\System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="..\..\..\ref\96d687dca984419c8a28b8774117e81e\System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="..\..\..\ref\1e06ff6992f1435098b6b6c8ed149a6c\System.Reflection.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\9f1768feae064cbdae529e81a16043d4\System.Reflection.Metadata.dll"/> <ReferencePath Include="..\..\..\ref\5ad047de88d64fdb930a97cfe73a2b84\System.Reflection.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\f2ac510b4168431db33ef81689de3b55\System.Reflection.TypeExtensions.dll"/> <ReferencePath Include="..\..\..\ref\cedb69fa397c4e998ddb8a988a9bb442\System.Resources.Reader.dll"/> <ReferencePath Include="..\..\..\ref\15b645f751524da685451c2819031dc8\System.Resources.ResourceManager.dll"/> <ReferencePath Include="..\..\..\ref\0dfc1914ab7c4b38b56a056738ae12ea\System.Resources.Writer.dll"/> <ReferencePath Include="..\..\..\ref\6925756ba8124493b00d7716bbbd3687\System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="..\..\..\ref\6ff0077873ee46fdbb914d9edd4b5e2e\System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="..\..\..\ref\32db257305e34a7f9e2c57f5d865ec34\System.Runtime.dll"/> <ReferencePath Include="..\..\..\ref\56a29a3295284fbbb4aab16c9ef24421\System.Runtime.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\ffd58b5901d044d8b2debdb8840c2345\System.Runtime.Handles.dll"/> <ReferencePath Include="..\..\..\ref\3b2500985d2c4b54955e57111ae0dbc5\System.Runtime.InteropServices.dll"/> <ReferencePath Include="..\..\..\ref\3adf08b30c284812bd8613b96ccbffe3\System.Runtime.InteropServices.JavaScript.dll"/> <ReferencePath Include="..\..\..\ref\ee256b3631b745f2959d005ff2718efd\System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="..\..\..\ref\675160c204074d6180b9ecd04c5201ab\System.Runtime.Intrinsics.dll"/> <ReferencePath Include="..\..\..\ref\286d6d0390e3427ea19c1d8087ec5e15\System.Runtime.Loader.dll"/> <ReferencePath Include="..\..\..\ref\3d04642193a64edc8f746fde86767f59\System.Runtime.Numerics.dll"/> <ReferencePath Include="..\..\..\ref\544a6e534abb4ba08ffec5ca4303ba3e\System.Runtime.Serialization.dll"/> <ReferencePath Include="..\..\..\ref\3eaf0876c6a84efcb1603ea9528b8bdc\System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="..\..\..\ref\4815c94a4b4c45c8bbcb462590efa95f\System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="..\..\..\ref\882e1543af5445b6b2b80451853f656d\System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\aca7ac7316c548a1bcd9d225820491e4\System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="..\..\..\ref\86b82676b10d4b04b36fe9d9ac06687a\System.Security.AccessControl.dll"/> <ReferencePath Include="..\..\..\ref\7ef71fd71d2f41f1955e5b04503d788c\System.Security.Claims.dll"/> <ReferencePath Include="..\..\..\ref\dc86e7710f39440eae341fcb68a838c3\System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="..\..\..\ref\045f3e46681d48a1803904ed6da89458\System.Security.Cryptography.Cng.dll"/> <ReferencePath Include="..\..\..\ref\9f721b56558b43e2805028489318a950\System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="..\..\..\ref\3ab0c5481899448ba76cd7de827e9b87\System.Security.Cryptography.dll"/> <ReferencePath Include="..\..\..\ref\368254d13a204f79b6c39b4d87792eac\System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="..\..\..\ref\3d83321551fb4991b3a1de8990f167a0\System.Security.Cryptography.OpenSsl.dll"/> <ReferencePath Include="..\..\..\ref\f546572b56d348ff83a198e09c238899\System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="..\..\..\ref\61f65f3806b84a17bdfbb15ba6f8d9d5\System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="..\..\..\ref\7f119824462743e59e0a85cd28070355\System.Security.Cryptography.Xml.dll"/> <ReferencePath Include="..\..\..\ref\cbf1f0e74ee94346838d154dc339b130\System.Security.dll"/> <ReferencePath Include="..\..\..\ref\102955390e6c4e529a469f7015226429\System.Security.Principal.dll"/> <ReferencePath Include="..\..\..\ref\713a00d611bc40aa8425343ec812a794\System.Security.Principal.Windows.dll"/> <ReferencePath Include="..\..\..\ref\f0de34aebe324ff6a59872045d9217a2\System.Security.SecureString.dll"/> <ReferencePath Include="..\..\..\ref\fa4b1b84fc3446819de940c7342e295e\System.ServiceModel.Web.dll"/> <ReferencePath Include="..\..\..\ref\4eab1a4487ec4e278655ff5949d497bc\System.ServiceProcess.dll"/> <ReferencePath Include="..\..\..\ref\6b1e7c7c4eea40b8a8f6ca14a7704cd8\System.Text.Encoding.CodePages.dll"/> <ReferencePath Include="..\..\..\ref\cbad77c4bcb64985b1acb15321ac549d\System.Text.Encoding.dll"/> <ReferencePath Include="..\..\..\ref\bd96d33811194570abdccfa8bb61b630\System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\acbeb95e189f4256af88284bb5dc6f9a\System.Text.Encodings.Web.dll"/> <ReferencePath Include="..\..\..\ref\5f40df7c5731498f828aa36133eb3b2b\System.Text.Json.dll"/> <ReferencePath Include="..\..\..\ref\62508503ad4f48b39b9beadc7eebc368\System.Text.RegularExpressions.dll"/> <ReferencePath Include="..\..\..\ref\1caeb309fb544dc7871a1270e8f4348b\System.Threading.Channels.dll"/> <ReferencePath Include="..\..\..\ref\5735dfe0a56e4de389bd5ceef4344c3b\System.Threading.dll"/> <ReferencePath Include="..\..\..\ref\d6d7d96fc14c430aadd0a3a16e56bb15\System.Threading.Overlapped.dll"/> <ReferencePath Include="..\..\..\ref\f8c46d1ec01d4800bdcd8d479193a8a0\System.Threading.RateLimiting.dll"/> <ReferencePath Include="..\..\..\ref\6c82f7bb72f6417eb9166f8b7349c2a2\System.Threading.Tasks.Dataflow.dll"/> <ReferencePath Include="..\..\..\ref\b1f3f3b9e4764e249b4cd9a55dfb9b6f\System.Threading.Tasks.dll"/> <ReferencePath Include="..\..\..\ref\29164e998a884f80b0a66adb113f58f6\System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="..\..\..\ref\ef3e4cf5a0154c25b1656725a4dc8851\System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="..\..\..\ref\3b2584a9008b4244b7f3d85adc11c110\System.Threading.Thread.dll"/> <ReferencePath Include="..\..\..\ref\dccde7ad90854e96969d0913c2e73167\System.Threading.ThreadPool.dll"/> <ReferencePath Include="..\..\..\ref\80b224679491472faf816b81906eaf21\System.Threading.Timer.dll"/> <ReferencePath Include="..\..\..\ref\64c990ac1e614750ae3674cd653c549a\System.Transactions.dll"/> <ReferencePath Include="..\..\..\ref\ae700878387c4881a4098a3c3293f57e\System.Transactions.Local.dll"/> <ReferencePath Include="..\..\..\ref\4f8790e0008f4116b0f312d1c7dc1581\System.ValueTuple.dll"/> <ReferencePath Include="..\..\..\ref\a76470c57e6d4edba1e2435320fa487c\System.Web.dll"/> <ReferencePath Include="..\..\..\ref\212907d1e1554e96bf6591ad6897ec77\System.Web.HttpUtility.dll"/> <ReferencePath Include="..\..\..\ref\0f7f90ed96864b169e4c791f6ead8eef\System.Windows.dll"/> <ReferencePath Include="..\..\..\ref\c86feec90d6141039d87a54b4f03a801\System.Xml.dll"/> <ReferencePath Include="..\..\..\ref\d4033c859b224421bf62335a3e26ed0a\System.Xml.Linq.dll"/> <ReferencePath Include="..\..\..\ref\c497674a66b44987a624f8ed5f097ed2\System.Xml.ReaderWriter.dll"/> <ReferencePath Include="..\..\..\ref\5393a8223e9946a7a94a0ed2980af1ed\System.Xml.Serialization.dll"/> <ReferencePath Include="..\..\..\ref\b8d76af852e94f7692ac267e35413643\System.Xml.XDocument.dll"/> <ReferencePath Include="..\..\..\ref\ba51ba41695e413a96bdf491c4b8fcef\System.Xml.XmlDocument.dll"/> <ReferencePath Include="..\..\..\ref\6ff948b10cda4f898ef1ea307fe6c2cd\System.Xml.XmlSerializer.dll"/> <ReferencePath Include="..\..\..\ref\21062ec17329405f80061fa1ec6e1785\System.Xml.XPath.dll"/> <ReferencePath Include="..\..\..\ref\30bb128e075741c38d2c31a491da1bec\System.Xml.XPath.XDocument.dll"/> <ReferencePath Include="..\..\..\ref\5c89e7c5f44c4d279845209738299f63\WindowsBase.dll"/> <ReferencePath Include="..\..\..\ref\20bd7c0a03f14da5a47b99248f454745\YamlDotNet.dll"/> </ItemGroup> </Project>