|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>aspire</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;CLI;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Agents\AgentEnvironmentApplicator.cs"/>
<Compile Include="Agents\AgentEnvironmentDetector.cs"/>
<Compile Include="Agents\AgentEnvironmentScanContext.cs"/>
<Compile Include="Agents\ClaudeCode\ClaudeCodeAgentEnvironmentScanner.cs"/>
<Compile Include="Agents\ClaudeCode\ClaudeCodeCliRunner.cs"/>
<Compile Include="Agents\ClaudeCode\IClaudeCodeCliRunner.cs"/>
<Compile Include="Agents\CommonAgentApplicators.cs"/>
<Compile Include="Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs"/>
<Compile Include="Agents\CopilotCli\CopilotCliRunner.cs"/>
<Compile Include="Agents\CopilotCli\ICopilotCliRunner.cs"/>
<Compile Include="Agents\DeprecatedMcpCommandScanner.cs"/>
<Compile Include="Agents\IAgentEnvironmentDetector.cs"/>
<Compile Include="Agents\IAgentEnvironmentScanner.cs"/>
<Compile Include="Agents\McpConfigFileHelper.cs"/>
<Compile Include="Agents\McpInitPromptGroup.cs"/>
<Compile Include="Agents\OpenCode\IOpenCodeCliRunner.cs"/>
<Compile Include="Agents\OpenCode\OpenCodeAgentEnvironmentScanner.cs"/>
<Compile Include="Agents\OpenCode\OpenCodeCliRunner.cs"/>
<Compile Include="Agents\Playwright\IPlaywrightCliRunner.cs"/>
<Compile Include="Agents\Playwright\PlaywrightCliInstaller.cs"/>
<Compile Include="Agents\Playwright\PlaywrightCliRunner.cs"/>
<Compile Include="Agents\VsCode\IVsCodeCliRunner.cs"/>
<Compile Include="Agents\VsCode\VsCodeAgentEnvironmentScanner.cs"/>
<Compile Include="Agents\VsCode\VsCodeCliRunner.cs"/>
<Compile Include="Backchannel\AppHostAuxiliaryBackchannel.cs"/>
<Compile Include="Backchannel\AppHostCliBackchannel.cs"/>
<Compile Include="Backchannel\AppHostConnectionHelper.cs"/>
<Compile Include="Backchannel\AppHostConnectionResolver.cs"/>
<Compile Include="Backchannel\AppHostIncompatibleException.cs"/>
<Compile Include="Backchannel\AuxiliaryBackchannelMonitor.cs"/>
<Compile Include="Backchannel\BackchannelJsonSerializerContext.cs"/>
<Compile Include="Backchannel\ExtensionBackchannel.cs"/>
<Compile Include="Backchannel\ExtensionBackchannelDataTypes.cs"/>
<Compile Include="Backchannel\ExtensionIncompatibleException.cs"/>
<Compile Include="Backchannel\ExtensionRpcTarget.cs"/>
<Compile Include="Backchannel\FailedToConnectBackchannelConnection.cs"/>
<Compile Include="Backchannel\IAppHostAuxiliaryBackchannel.cs"/>
<Compile Include="Backchannel\IAuxiliaryBackchannelMonitor.cs"/>
<Compile Include="Backchannel\ResourceSnapshotMapper.cs"/>
<Compile Include="Bundles\BundleService.cs"/>
<Compile Include="Bundles\IBundleService.cs"/>
<Compile Include="Caching\DiskCache.cs"/>
<Compile Include="Caching\IDiskCache.cs"/>
<Compile Include="Certificates\CertificateGeneration\CertificateExportFormat.cs"/>
<Compile Include="Certificates\CertificateGeneration\CertificateManager.cs"/>
<Compile Include="Certificates\CertificateGeneration\CertificatePurpose.cs"/>
<Compile Include="Certificates\CertificateGeneration\EnsureCertificateResult.cs"/>
<Compile Include="Certificates\CertificateGeneration\ImportCertificateResult.cs"/>
<Compile Include="Certificates\CertificateGeneration\MacOSCertificateManager.cs"/>
<Compile Include="Certificates\CertificateGeneration\UnixCertificateManager.cs"/>
<Compile Include="Certificates\CertificateGeneration\WindowsCertificateManager.cs"/>
<Compile Include="Certificates\CertificateHelpers.cs"/>
<Compile Include="Certificates\CertificateService.cs"/>
<Compile Include="Certificates\DevCertInfo.cs"/>
<Compile Include="Certificates\ICertificateToolRunner.cs"/>
<Compile Include="Certificates\NativeCertificateToolRunner.cs"/>
<Compile Include="CliConfigNames.cs"/>
<Compile Include="CliExecutionContext.cs"/>
<Compile Include="CliSettings.cs"/>
<Compile Include="Commands\AddCommand.cs"/>
<Compile Include="Commands\AgentCommand.cs"/>
<Compile Include="Commands\AgentInitCommand.cs"/>
<Compile Include="Commands\AgentMcpCommand.cs"/>
<Compile Include="Commands\AppHostLauncher.cs"/>
<Compile Include="Commands\BaseCommand.cs"/>
<Compile Include="Commands\BaseConfigSubCommand.cs"/>
<Compile Include="Commands\CacheCommand.cs"/>
<Compile Include="Commands\CertificatesCleanCommand.cs"/>
<Compile Include="Commands\CertificatesCommand.cs"/>
<Compile Include="Commands\CertificatesTrustCommand.cs"/>
<Compile Include="Commands\ConfigCommand.cs"/>
<Compile Include="Commands\ConfigInfo.cs"/>
<Compile Include="Commands\DeployCommand.cs"/>
<Compile Include="Commands\DescribeCommand.cs"/>
<Compile Include="Commands\DoCommand.cs"/>
<Compile Include="Commands\DocsCommand.cs"/>
<Compile Include="Commands\DocsGetCommand.cs"/>
<Compile Include="Commands\DocsListCommand.cs"/>
<Compile Include="Commands\DocsSearchCommand.cs"/>
<Compile Include="Commands\DoctorCommand.cs"/>
<Compile Include="Commands\ExecCommand.cs"/>
<Compile Include="Commands\ExportCommand.cs"/>
<Compile Include="Commands\ExtensionInternalCommand.cs"/>
<Compile Include="Commands\GroupedHelpAction.cs"/>
<Compile Include="Commands\GroupedHelpWriter.cs"/>
<Compile Include="Commands\HelpGroups.cs"/>
<Compile Include="Commands\InitCommand.cs"/>
<Compile Include="Commands\LogsCommand.cs"/>
<Compile Include="Commands\McpCallCommand.cs"/>
<Compile Include="Commands\McpCommand.cs"/>
<Compile Include="Commands\McpInitCommand.cs"/>
<Compile Include="Commands\McpStartCommand.cs"/>
<Compile Include="Commands\McpToolsCommand.cs"/>
<Compile Include="Commands\NewCommand.cs"/>
<Compile Include="Commands\OptionWithLegacy.cs"/>
<Compile Include="Commands\OutputFormat.cs"/>
<Compile Include="Commands\PipelineCommandBase.cs"/>
<Compile Include="Commands\PsCommand.cs"/>
<Compile Include="Commands\PublishCommand.cs"/>
<Compile Include="Commands\RenderCommand.cs"/>
<Compile Include="Commands\ResourceCommand.cs"/>
<Compile Include="Commands\ResourceCommandHelper.cs"/>
<Compile Include="Commands\RestoreCommand.cs"/>
<Compile Include="Commands\RootCommand.cs"/>
<Compile Include="Commands\RunCommand.cs"/>
<Compile Include="Commands\Sdk\SdkCommand.cs"/>
<Compile Include="Commands\Sdk\SdkDumpCommand.cs"/>
<Compile Include="Commands\Sdk\SdkGenerateCommand.cs"/>
<Compile Include="Commands\SecretCommand.cs"/>
<Compile Include="Commands\SecretDeleteCommand.cs"/>
<Compile Include="Commands\SecretGetCommand.cs"/>
<Compile Include="Commands\SecretListCommand.cs"/>
<Compile Include="Commands\SecretPathCommand.cs"/>
<Compile Include="Commands\SecretSetCommand.cs"/>
<Compile Include="Commands\SettingsSchemaBuilder.cs"/>
<Compile Include="Commands\SetupCommand.cs"/>
<Compile Include="Commands\StartCommand.cs"/>
<Compile Include="Commands\StopCommand.cs"/>
<Compile Include="Commands\TelemetryCommand.cs"/>
<Compile Include="Commands\TelemetryCommandHelpers.cs"/>
<Compile Include="Commands\TelemetryLogsCommand.cs"/>
<Compile Include="Commands\TelemetrySpansCommand.cs"/>
<Compile Include="Commands\TelemetryTracesCommand.cs"/>
<Compile Include="Commands\TemplateCommand.cs"/>
<Compile Include="Commands\UpdateCommand.cs"/>
<Compile Include="Commands\WaitCommand.cs"/>
<Compile Include="CommonOptionNames.cs"/>
<Compile Include="Configuration\AspireConfigFile.cs"/>
<Compile Include="Configuration\AspireJsonConfiguration.cs"/>
<Compile Include="Configuration\ConfigurationService.cs"/>
<Compile Include="Configuration\Features.cs"/>
<Compile Include="Configuration\FlexibleBooleanDictionaryConverter.cs"/>
<Compile Include="Configuration\IConfigurationService.cs"/>
<Compile Include="Configuration\IFeatures.cs"/>
<Compile Include="Configuration\IntegrationReference.cs"/>
<Compile Include="Configuration\LocalAspireJsonConfigurationPropertyAttribute.cs"/>
<Compile Include="ConsoleEnvironment.cs"/>
<Compile Include="Diagnostics\FileLoggerProvider.cs"/>
<Compile Include="Diagnostics\StartupErrorWriter.cs"/>
<Compile Include="DotNet\DotNetCliExecution.cs"/>
<Compile Include="DotNet\DotNetCliExecutionFactory.cs"/>
<Compile Include="DotNet\DotNetCliRunner.cs"/>
<Compile Include="DotNet\DotNetSdkInstaller.cs"/>
<Compile Include="DotNet\IDotNetCliExecution.cs"/>
<Compile Include="DotNet\IDotNetCliExecutionFactory.cs"/>
<Compile Include="DotNet\IDotNetSdkInstaller.cs"/>
<Compile Include="Exceptions\ChannelNotFoundException.cs"/>
<Compile Include="Exceptions\DotNetSdkNotInstalledException.cs"/>
<Compile Include="Exceptions\ProjectAlreadyExistsException.cs"/>
<Compile Include="ExitCodeConstants.cs"/>
<Compile Include="Git\GitRepository.cs"/>
<Compile Include="Git\IGitRepository.cs"/>
<Compile Include="Interaction\BannerService.cs"/>
<Compile Include="Interaction\ConsoleInteractionService.cs"/>
<Compile Include="Interaction\ConsoleLogTypes.cs"/>
<Compile Include="Interaction\ConsoleOutput.cs"/>
<Compile Include="Interaction\EmptyChoicesException.cs"/>
<Compile Include="Interaction\ExtensionInteractionService.cs"/>
<Compile Include="Interaction\ExtensionOperationCanceledException.cs"/>
<Compile Include="Interaction\IBannerService.cs"/>
<Compile Include="Interaction\IInteractionService.cs"/>
<Compile Include="Interaction\KnownEmojis.cs"/>
<Compile Include="Interaction\SpectreConsoleLoggerProvider.cs"/>
<Compile Include="JsonSourceGenerationContext.cs"/>
<Compile Include="KnownFeatures.cs"/>
<Compile Include="Layout\LayoutConfiguration.cs"/>
<Compile Include="Layout\LayoutDiscovery.cs"/>
<Compile Include="Layout\LayoutProcessRunner.cs"/>
<Compile Include="Mcp\Docs\DocsCache.cs"/>
<Compile Include="Mcp\Docs\DocsFetcher.cs"/>
<Compile Include="Mcp\Docs\DocsIndexService.cs"/>
<Compile Include="Mcp\Docs\DocsSearchService.cs"/>
<Compile Include="Mcp\Docs\IDocsCache.cs"/>
<Compile Include="Mcp\Docs\LlmsTxtParser.cs"/>
<Compile Include="Mcp\IMcpNotifier.cs"/>
<Compile Include="Mcp\IMcpResourceToolRefreshService.cs"/>
<Compile Include="Mcp\IMcpTransportFactory.cs"/>
<Compile Include="Mcp\KnownMcpTools.cs"/>
<Compile Include="Mcp\McpErrorMessages.cs"/>
<Compile Include="Mcp\McpResourceToolRefreshService.cs"/>
<Compile Include="Mcp\McpServerNotifier.cs"/>
<Compile Include="Mcp\StdioMcpTransportFactory.cs"/>
<Compile Include="Mcp\Tools\CallToolContext.cs"/>
<Compile Include="Mcp\Tools\CliMcpTool.cs"/>
<Compile Include="Mcp\Tools\DocsToolHelper.cs"/>
<Compile Include="Mcp\Tools\DoctorTool.cs"/>
<Compile Include="Mcp\Tools\ExecuteResourceCommandTool.cs"/>
<Compile Include="Mcp\Tools\GetDocTool.cs"/>
<Compile Include="Mcp\Tools\ListAppHostsTool.cs"/>
<Compile Include="Mcp\Tools\ListConsoleLogsTool.cs"/>
<Compile Include="Mcp\Tools\ListDocsTool.cs"/>
<Compile Include="Mcp\Tools\ListIntegrationsTool.cs"/>
<Compile Include="Mcp\Tools\ListResourcesTool.cs"/>
<Compile Include="Mcp\Tools\ListStructuredLogsTool.cs"/>
<Compile Include="Mcp\Tools\ListTracesTool.cs"/>
<Compile Include="Mcp\Tools\ListTraceStructuredLogsTool.cs"/>
<Compile Include="Mcp\Tools\McpToolHelpers.cs"/>
<Compile Include="Mcp\Tools\RefreshToolsTool.cs"/>
<Compile Include="Mcp\Tools\SearchDocsTool.cs"/>
<Compile Include="Mcp\Tools\SelectAppHostTool.cs"/>
<Compile Include="Npm\INpmProvenanceChecker.cs"/>
<Compile Include="Npm\INpmRunner.cs"/>
<Compile Include="Npm\NpmRunner.cs"/>
<Compile Include="Npm\SigstoreNpmProvenanceChecker.cs"/>
<Compile Include="NuGet\BundleNuGetPackageCache.cs"/>
<Compile Include="NuGet\BundleNuGetService.cs"/>
<Compile Include="NuGet\IPackageMetaPrefetchingCommand.cs"/>
<Compile Include="NuGet\NuGetPackageCache.cs"/>
<Compile Include="NuGet\NuGetPackagePrefetcher.cs"/>
<Compile Include="OpenCode\IOpenCodeCliRunner.cs"/>
<Compile Include="OpenCode\OpenCodeCliRunner.cs"/>
<Compile Include="Packaging\NuGetConfigMerger.cs"/>
<Compile Include="Packaging\NuGetConfigPrompter.cs"/>
<Compile Include="Packaging\PackageChannel.cs"/>
<Compile Include="Packaging\PackageChannelNames.cs"/>
<Compile Include="Packaging\PackageChannelQuality.cs"/>
<Compile Include="Packaging\PackageChannelType.cs"/>
<Compile Include="Packaging\PackageMapping.cs"/>
<Compile Include="Packaging\PackagingService.cs"/>
<Compile Include="Packaging\TemporaryNuGetConfig.cs"/>
<Compile Include="Processes\DetachedProcessLauncher.cs"/>
<Compile Include="Processes\DetachedProcessLauncher.Unix.cs"/>
<Compile Include="Processes\DetachedProcessLauncher.Windows.cs"/>
<Compile Include="Program.cs"/>
<Compile Include="Projects\AppHostProjectContext.cs"/>
<Compile Include="Projects\AppHostProjectFactory.cs"/>
<Compile Include="Projects\AppHostRpcClient.cs"/>
<Compile Include="Projects\AppHostServerProject.cs"/>
<Compile Include="Projects\AppHostServerSession.cs"/>
<Compile Include="Projects\DefaultLanguageDiscovery.cs"/>
<Compile Include="Projects\DotNetAppHostProject.cs"/>
<Compile Include="Projects\DotNetBasedAppHostServerProject.cs"/>
<Compile Include="Projects\ExtensionGuestLauncher.cs"/>
<Compile Include="Projects\FallbackProjectParser.cs"/>
<Compile Include="Projects\GuestAppHostProject.cs"/>
<Compile Include="Projects\GuestRuntime.cs"/>
<Compile Include="Projects\IAppHostProject.cs"/>
<Compile Include="Projects\IAppHostProjectFactory.cs"/>
<Compile Include="Projects\IAppHostRpcClient.cs"/>
<Compile Include="Projects\IAppHostServerProject.cs"/>
<Compile Include="Projects\IAppHostServerSession.cs"/>
<Compile Include="Projects\IGuestAppHostSdkGenerator.cs"/>
<Compile Include="Projects\IGuestProcessLauncher.cs"/>
<Compile Include="Projects\ILanguageDiscovery.cs"/>
<Compile Include="Projects\ILanguageService.cs"/>
<Compile Include="Projects\KnownLanguageId.cs"/>
<Compile Include="Projects\LanguageService.cs"/>
<Compile Include="Projects\PrebuiltAppHostServer.cs"/>
<Compile Include="Projects\ProcessGuestLauncher.cs"/>
<Compile Include="Projects\ProjectLocator.cs"/>
<Compile Include="Projects\ProjectUpdater.cs"/>
<Compile Include="Projects\RunningInstanceManager.cs"/>
<Compile Include="Projects\SolutionLocator.cs"/>
<Compile Include="Resources\AddCommandStrings.Designer.cs"/>
<Compile Include="Resources\AgentCommandStrings.Designer.cs"/>
<Compile Include="Resources\CacheCommandStrings.Designer.cs"/>
<Compile Include="Resources\CertificatesCommandStrings.Designer.cs"/>
<Compile Include="Resources\ClaudeCodeAgentEnvironmentScannerStrings.Designer.cs"/>
<Compile Include="Resources\ConfigCommandStrings.Designer.cs"/>
<Compile Include="Resources\CopilotCliAgentEnvironmentScannerStrings.Designer.cs"/>
<Compile Include="Resources\DeployCommandStrings.Designer.cs"/>
<Compile Include="Resources\DescribeCommandStrings.Designer.cs"/>
<Compile Include="Resources\DoCommandStrings.Designer.cs"/>
<Compile Include="Resources\DocsCommandStrings.Designer.cs"/>
<Compile Include="Resources\DoctorCommandStrings.Designer.cs"/>
<Compile Include="Resources\ErrorStrings.Designer.cs"/>
<Compile Include="Resources\ExecCommandStrings.Designer.cs"/>
<Compile Include="Resources\ExportCommandStrings.Designer.cs"/>
<Compile Include="Resources\HelpGroupStrings.Designer.cs"/>
<Compile Include="Resources\InitCommandStrings.Designer.cs"/>
<Compile Include="Resources\InteractionServiceStrings.Designer.cs"/>
<Compile Include="Resources\LogsCommandStrings.Designer.cs"/>
<Compile Include="Resources\McpCommandStrings.Designer.cs"/>
<Compile Include="Resources\NewCommandStrings.Designer.cs"/>
<Compile Include="Resources\OpenCodeAgentEnvironmentScannerStrings.Designer.cs"/>
<Compile Include="Resources\PackagingStrings.Designer.cs"/>
<Compile Include="Resources\PsCommandStrings.Designer.cs"/>
<Compile Include="Resources\PublishCommandStrings.Designer.cs"/>
<Compile Include="Resources\ResourceCommandStrings.Designer.cs"/>
<Compile Include="Resources\RestoreCommandStrings.Designer.cs"/>
<Compile Include="Resources\RootCommandStrings.Designer.cs"/>
<Compile Include="Resources\RunCommandStrings.Designer.cs"/>
<Compile Include="Resources\SecretCommandStrings.Designer.cs"/>
<Compile Include="Resources\SharedCommandStrings.Designer.cs"/>
<Compile Include="Resources\StartCommandStrings.Designer.cs"/>
<Compile Include="Resources\StopCommandStrings.Designer.cs"/>
<Compile Include="Resources\TelemetryCommandStrings.Designer.cs"/>
<Compile Include="Resources\TemplatingStrings.Designer.cs"/>
<Compile Include="Resources\UpdateCommandStrings.Designer.cs"/>
<Compile Include="Resources\VsCodeAgentEnvironmentScannerStrings.Designer.cs"/>
<Compile Include="Resources\WaitCommandStrings.Designer.cs"/>
<Compile Include="Scaffolding\IScaffoldingService.cs"/>
<Compile Include="Scaffolding\ScaffoldingService.cs"/>
<Compile Include="Secrets\SecretStoreResolver.cs"/>
<Compile Include="Telemetry\AspireCliTelemetry.cs"/>
<Compile Include="Telemetry\CIEnvironmentDetector.cs"/>
<Compile Include="Telemetry\ConsoleExporterLevel.cs"/>
<Compile Include="Telemetry\DefaultMachineInformationProvider.cs"/>
<Compile Include="Telemetry\ICIEnvironmentDetector.cs"/>
<Compile Include="Telemetry\IMachineInformationProvider.cs"/>
<Compile Include="Telemetry\LinuxMachineInformationProvider.cs"/>
<Compile Include="Telemetry\MachineInformationProviderBase.cs"/>
<Compile Include="Telemetry\MacOSXMachineInformationProvider.cs"/>
<Compile Include="Telemetry\TelemetryConstants.cs"/>
<Compile Include="Telemetry\TelemetryManager.cs"/>
<Compile Include="Telemetry\TelemetryServiceCollectionExtensions.cs"/>
<Compile Include="Telemetry\UnixMachineInformationProvider.cs"/>
<Compile Include="Telemetry\WindowsMachineInformationProvider.cs"/>
<Compile Include="Templating\CallbackTemplate.cs"/>
<Compile Include="Templating\CliTemplateFactory.cs"/>
<Compile Include="Templating\CliTemplateFactory.EmptyTemplate.cs"/>
<Compile Include="Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs"/>
<Compile Include="Templating\DotNetTemplateFactory.cs"/>
<Compile Include="Templating\ITemplate.cs"/>
<Compile Include="Templating\ITemplateFactory.cs"/>
<Compile Include="Templating\ITemplateProvider.cs"/>
<Compile Include="Templating\KnownTemplateId.cs"/>
<Compile Include="Templating\TemplateInputs.cs"/>
<Compile Include="Templating\TemplateNuGetConfigService.cs"/>
<Compile Include="Templating\TemplateProvider.cs"/>
<Compile Include="Templating\TemplateRuntime.cs"/>
<Compile Include="Utils\AppHostHelper.cs"/>
<Compile Include="Utils\ArchiveHelper.cs"/>
<Compile Include="Utils\AspireAnsiConsoleOutput.cs"/>
<Compile Include="Utils\AspireRepositoryDetector.cs"/>
<Compile Include="Utils\CliDownloader.cs"/>
<Compile Include="Utils\CliHostEnvironment.cs"/>
<Compile Include="Utils\CliUpdateNotifier.cs"/>
<Compile Include="Utils\CommandPathResolver.cs"/>
<Compile Include="Utils\ConfigurationHelper.cs"/>
<Compile Include="Utils\ConsoleActivityLogger.cs"/>
<Compile Include="Utils\ConsoleHelpers.cs"/>
<Compile Include="Utils\EmojiWidth.cs"/>
<Compile Include="Utils\EnvironmentChecker\ContainerRuntimeCheck.cs"/>
<Compile Include="Utils\EnvironmentChecker\DeprecatedAgentConfigCheck.cs"/>
<Compile Include="Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs"/>
<Compile Include="Utils\EnvironmentChecker\DevCertsCheck.cs"/>
<Compile Include="Utils\EnvironmentChecker\DotNetSdkCheck.cs"/>
<Compile Include="Utils\EnvironmentChecker\EnvironmentChecker.cs"/>
<Compile Include="Utils\EnvironmentChecker\EnvironmentCheckResult.cs"/>
<Compile Include="Utils\EnvironmentChecker\IEnvironmentCheck.cs"/>
<Compile Include="Utils\EnvironmentChecker\IEnvironmentChecker.cs"/>
<Compile Include="Utils\EnvironmentChecker\WslEnvironmentCheck.cs"/>
<Compile Include="Utils\ExtensionHelper.cs"/>
<Compile Include="Utils\FileLock.cs"/>
<Compile Include="Utils\FileSystemHelper.cs"/>
<Compile Include="Utils\FirstTimeUseNoticeSentinel.cs"/>
<Compile Include="Utils\IFirstTimeUseNoticeSentinel.cs"/>
<Compile Include="Utils\MarkdownToSpectreConverter.cs"/>
<Compile Include="Utils\OutputCollector.cs"/>
<Compile Include="Utils\ResourceColorMap.cs"/>
<Compile Include="Utils\SdkCheckResult.cs"/>
<Compile Include="Utils\SdkInstallHelper.cs"/>
<Compile Include="Utils\StringUtils.cs"/>
<Compile Include="Utils\TableExtensions.cs"/>
<Compile Include="Utils\TransactionalAction.cs"/>
<Compile Include="Utils\VersionHelper.cs"/>
<Compile Include="..\Shared\BundleDiscovery.cs" Link="src\Shared\BundleDiscovery.cs"/>
<Compile Include="..\Shared\EnumerableExtensions.cs" Link="src\Shared\EnumerableExtensions.cs"/>
<Compile Include="..\Shared\KnownConfigNames.cs" Link="src\Shared\KnownConfigNames.cs"/>
<Compile Include="..\Shared\KnownOtelConfigNames.cs" Link="src\Shared\KnownOtelConfigNames.cs"/>
<Compile Include="..\Shared\KnownFormats.cs" Link="src\Shared\KnownFormats.cs"/>
<Compile Include="..\Shared\PathNormalizer.cs" Link="src\Shared\PathNormalizer.cs"/>
<Compile Include="..\Shared\CircularBuffer.cs" Link="src\Shared\CircularBuffer.cs"/>
<Compile Include="..\Shared\ColorGenerator.cs" Link="src\Shared\ColorGenerator.cs"/>
<Compile Include="..\Shared\StringComparers.cs" Link="src\Shared\StringComparers.cs"/>
<Compile Include="..\Shared\LocaleHelpers.cs" Link="src\Shared\LocaleHelpers.cs"/>
<Compile Include="..\Shared\DurationFormatter.cs" Link="src\Shared\DurationFormatter.cs"/>
<Compile Include="..\Shared\IConfigurationExtensions.cs" Link="src\Shared\IConfigurationExtensions.cs"/>
<Compile Include="..\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs" Link="src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs"/>
<Compile Include="..\Aspire.Hosting\ApplicationModel\KnownResourceCommands.cs" Link="src\Aspire.Hosting\ApplicationModel\KnownResourceCommands.cs"/>
<Compile Include="..\Shared\PackageUpdateHelpers.cs" Link="src\Shared\PackageUpdateHelpers.cs"/>
<Compile Include="..\Shared\PathLookupHelper.cs" Link="src\Shared\PathLookupHelper.cs"/>
<Compile Include="..\Shared\BackchannelConstants.cs" Link="src\Shared\BackchannelConstants.cs"/>
<Compile Include="..\Shared\Mcp\McpIconHelper.cs" Link="src\Shared\Mcp\McpIconHelper.cs"/>
<Compile Include="..\Shared\X509Certificate2Extensions.cs" Link="src\Shared\X509Certificate2Extensions.cs"/>
<Compile Include="..\Shared\Model\Serialization\ResourceJson.cs" Link="src\Shared\Model\Serialization\ResourceJson.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\ResourceSourceViewModel.cs" Link="src\Shared\Model\ResourceSourceViewModel.cs"/>
<Compile Include="..\Shared\DashboardUrls.cs" Link="src\Shared\DashboardUrls.cs"/>
<Compile Include="..\Shared\FormatHelpers.cs" Link="src\Shared\FormatHelpers.cs"/>
<Compile Include="..\Shared\DateFormatStringsHelpers.cs" Link="src\Shared\DateFormatStringsHelpers.cs"/>
<Compile Include="..\Shared\TimeProviderExtensions.cs" Link="src\Shared\TimeProviderExtensions.cs"/>
<Compile Include="..\Shared\UserSecrets\UserSecretsPathHelper.cs" Link="src\Shared\UserSecrets\UserSecretsPathHelper.cs"/>
<Compile Include="..\Shared\UserSecrets\IsolatedUserSecretsHelper.cs" Link="src\Shared\UserSecrets\IsolatedUserSecretsHelper.cs"/>
<Compile Include="..\Shared\UserSecrets\SecretsStore.cs" Link="src\Shared\UserSecrets\SecretsStore.cs"/>
<Compile Include="..\Shared\Json\JsonFlattener.cs" Link="src\Shared\Json\JsonFlattener.cs"/>
<Compile Include="..\Shared\Otlp\OtlpHelpers.cs" Link="src\Shared\Otlp\OtlpHelpers.cs"/>
<Compile Include="..\Shared\Otlp\IOtlpResource.cs" Link="src\Shared\Otlp\IOtlpResource.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\OtlpCommonJson.cs" Link="src\Shared\Otlp\Serialization\OtlpCommonJson.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\OtlpResourceJson.cs" Link="src\Shared\Otlp\Serialization\OtlpResourceJson.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\OtlpLogsJson.cs" Link="src\Shared\Otlp\Serialization\OtlpLogsJson.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\OtlpTraceJson.cs" Link="src\Shared\Otlp\Serialization\OtlpTraceJson.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\OtlpMetricsJson.cs" Link="src\Shared\Otlp\Serialization\OtlpMetricsJson.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs" Link="src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\TelemetryApiResponse.cs" Link="src\Shared\Otlp\Serialization\TelemetryApiResponse.cs"/>
<Compile Include="..\Shared\Otlp\Serialization\ResourceInfoJson.cs" Link="src\Shared\Otlp\Serialization\ResourceInfoJson.cs"/>
<Compile Include="..\Shared\Export\ExportArchive.cs" Link="src\Shared\Export\ExportArchive.cs"/>
<Compile Include="..\Shared\ConsoleLogs\AnsiParser.cs" Link="src\Shared\ConsoleLogs\AnsiParser.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\LogParser.cs" Link="src\Shared\ConsoleLogs\LogParser.cs"/>
<Compile Include="..\Shared\ConsoleLogs\LogPauseViewModel.cs" Link="src\Shared\ConsoleLogs\LogPauseViewModel.cs"/>
<Compile Include="..\Shared\ConsoleLogs\PromptContext.cs" Link="src\Shared\ConsoleLogs\PromptContext.cs"/>
<Compile Include="..\Shared\ConsoleLogs\SharedAIHelpers.cs" Link="src\Shared\ConsoleLogs\SharedAIHelpers.cs"/>
<Compile Include="..\Shared\ConsoleLogs\TimestampParser.cs" Link="src\Shared\ConsoleLogs\TimestampParser.cs"/>
<Compile Include="..\Shared\ConsoleLogs\UrlParser.cs" Link="src\Shared\ConsoleLogs\UrlParser.cs"/>
<Compile Include="..\..\artifacts\obj\Aspire.Cli\Debug\net10.0\Aspire.Cli.GlobalUsings.g.cs" Link="artifacts\obj\Aspire.Cli\Debug\net10.0\Aspire.Cli.GlobalUsings.g.cs"/>
<Compile Include="..\..\artifacts\obj\Aspire.Cli\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Aspire.Cli\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\artifacts\obj\Aspire.Cli\Debug\net10.0\Aspire.Cli.InternalsVisibleTo.cs" Link="artifacts\obj\Aspire.Cli\Debug\net10.0\Aspire.Cli.InternalsVisibleTo.cs"/>
<Compile Include="..\..\artifacts\obj\Aspire.Cli\Debug\net10.0\Aspire.Cli.AssemblyInfo.cs" Link="artifacts\obj\Aspire.Cli\Debug\net10.0\Aspire.Cli.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\ref\90a08bdcedaf4a9d9766b947cd845497\Aspire.TypeSystem.dll"/>
<ReferencePath Include="..\..\..\ref\0dbf13cfbf3244ee8f5fd64186a46f02\Azure.Core.dll"/>
<ReferencePath Include="..\..\..\ref\f83c4009c17e4ec3ac58fa1c49a90066\Azure.Monitor.OpenTelemetry.Exporter.dll"/>
<ReferencePath Include="..\..\..\ref\f6253195837544638159dcb2693e2d20\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\15081989df00476280039b290063e57d\MessagePack.dll"/>
<ReferencePath Include="..\..\..\ref\4391e3d64e8045e18865b76a832f7636\Microsoft.Bcl.AsyncInterfaces.dll"/>
<ReferencePath Include="..\..\..\ref\53275bc525284f18ad56ccc0ccf3f6af\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\ref\890351c778b44a049a8d12e6b398272d\Microsoft.Extensions.AI.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\82bd3d13c8ae42158203ba7b111180a1\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\2bfd0c1d2bc8449ba9c73038f9c6fd23\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\20302331f7c54ec4ba2b49fe79a77b26\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\d3633428f52a4c76ae58792eec5f725a\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\ref\fd9ac19f44414daca4cfd5ca3fc45bde\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\ref\bc9cd7f8e2ca4e5d98cda58de4089fc3\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\9085d5a17225414ca4662306c9ad777a\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\ref\d89ed390cc4e407681fd927048e90c55\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\015b923a12f3476ea4f330041dd9476b\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\ref\a361159162074a20bcbeca756f1adc2c\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\ref\3a1c4281880547ef866605d255234b31\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\a7c4029a73224086bf6f9663a9dbddb8\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\ref\0e5ac476287447e994bfefb8e73970f4\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\1d545f5a2e3443098c2ec9f17da30e45\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\ref\125b9e78e3cd4d78831584b58873c7dc\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\c6d753c1cd8343a6bcde43c5b82e3523\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\ref\cf2ccefff01b459d8e661bceff6be694\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\ref\5fbe9c46c4954d448fe49dd042d37479\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\b5ca6ed52a264561b7062fb73657c83a\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\ref\a87c59fea1224d1f9e51560f60fa012b\Microsoft.Extensions.Http.dll"/>
<ReferencePath Include="..\..\..\ref\f88870cbc50548f5ad926263bb3bd987\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\67f047290f294bc8b6145ba193c1e412\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\677c6d416a5b419f9b19f3a237ab5da1\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\ref\2e0b9e69db8f4811873a721afeedb729\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\19dd153e63ac48bd9e81d21a167cdc7a\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\ref\06e4b77f6d5b4fddbc2fb006eb8ff0e7\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\94275d4c5821400993a5dacee4c3bda9\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\ref\7b144a741afd476492ed9d48670772c2\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\674b40d7e8364150af12fc1abc032c1b\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\ref\38a068b28fb749679484c35e4bc98a7d\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\74f9dce5a3ad45ca9d1434c78a277881\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\ref\1ed88a49d7764801a5eaf9b1f315800c\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\ref\1ba430671e394281a1fd8b3da39b6053\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\ref\d68b7882458f42d79299879082b823bc\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\d69f5bb7404849d59c66ee759f79aedf\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\ref\f6f1c5803fe6462db48802411b75b2ba\ModelContextProtocol.Core.dll"/>
<ReferencePath Include="..\..\..\ref\a8b30cc53c644dcfa75bc55a08ca0389\ModelContextProtocol.dll"/>
<ReferencePath Include="..\..\..\ref\05812afa13c042fdb43f33ebde178d65\mscorlib.dll"/>
<ReferencePath Include="..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\ref\73c32d46411944e980931bdb5e2f9e6a\netstandard.dll"/>
<ReferencePath Include="..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\ref\f09ccaeb94c34c2299acd3efee0facee\NSec.Cryptography.dll"/>
<ReferencePath Include="..\..\..\ref\f0ebcefc727d44f4a081622aa4a08f89\OpenTelemetry.Api.dll"/>
<ReferencePath Include="..\..\..\ref\354f8bc2e5ad49b38bfb079f20106715\OpenTelemetry.Api.ProviderBuilderExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\41bd7cc86d6e4a1286cb46a3cbd0dac6\OpenTelemetry.dll"/>
<ReferencePath Include="..\..\..\ref\63a9b4b8c89d459a823d21657bd93c11\OpenTelemetry.Exporter.Console.dll"/>
<ReferencePath Include="..\..\..\ref\2bb5a367ad354e13a07fe75ec586f635\OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/>
<ReferencePath Include="..\..\..\ref\8e25920fa1754dc79973138d69f716a9\OpenTelemetry.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\ref\3e7d42dc37894875baeda4a6dd3f69e0\OpenTelemetry.PersistentStorage.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\542dfc32aef644ca97b74390ef6b1fbb\OpenTelemetry.PersistentStorage.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\ad7c81778cc14d159ebf3b278a2c8d93\Semver.dll"/>
<ReferencePath Include="..\..\..\ref\875048b921204ce4b960978636c18a78\Sigstore.dll"/>
<ReferencePath Include="..\..\..\ref\8389492eb6634fac813bf85080c4cbd6\Spectre.Console.dll"/>
<ReferencePath Include="..\..\..\ref\8afa151958c944a0a87f59ee0e284e78\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\ref\adcf50ccf9144c7a9d1c34e11dc282a2\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\ref\d4cfd973d67042219ff99e4c0ca2f86c\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\ref\f23be9eaa2224747bb9641a24e8a438e\System.ClientModel.dll"/>
<ReferencePath Include="..\..\..\ref\77a9314b2e354a678f863c393d36e8d4\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\ref\47dfcda698de47c28813117d19ec18a1\System.Collections.dll"/>
<ReferencePath Include="..\..\..\ref\c34676f17d9f4ea3ba5369b4acd5181f\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\ref\a55b21ad566149abb6661c0346d5ecaf\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\ref\53533e88efd9453792ad29db5c0d378d\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\ref\da7fd53e5d8544029d8f79d4a420a645\System.CommandLine.dll"/>
<ReferencePath Include="..\..\..\ref\7d84fc4d870e4ec8be186a958e4b4661\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\9de6599d0cee4506b3862ae71601ee12\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\ref\19b6055f642f494a850a4d6dd9f116e4\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\ref\e69a8b27203c4efd8ed93de77ccf6755\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\ref\3917f9d04c73470f90ac6418c701955d\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\c4c36b918903426983a0115fa1e223cb\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\ref\c6e81f88727348069508948bef2df9ee\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\b7de96e254f74697a4c042fa74e77dc8\System.Console.dll"/>
<ReferencePath Include="..\..\..\ref\0c9e764543584a80b0123e948485cfdf\System.Core.dll"/>
<ReferencePath Include="..\..\..\ref\5675a8a71bda49e9b6bdfa031799a48b\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\ref\7f66499362204a0aa3c34152368cb6e5\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\7e62a90716f542d5a37c0848a75a3a5b\System.Data.dll"/>
<ReferencePath Include="..\..\..\ref\83475b257dad41759cccedc0f09d82b9\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\ref\50f8b9de0d7f4fc3a82f700f06afd562\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\fa76785ba1334c318adf94009962604b\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\ref\bd30859b1aaf489d9b9e07dbf9d3c6be\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\9a6a6139715f40cd825aaeeb9186ee8d\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\ref\dfc7b4efafa0485294b5176b378df1e4\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\ref\9975a8f6d1f24ce9854738546d8188f8\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\ref\a92a1973e893473ba2e9e8edae33398d\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\ref\bb72582c85b3412baab9c0c3f60c1518\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\ref\2c81fdc86d5a4456b93307acfcdefe36\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\ref\e2f975affb774202bf5b0fab03bdb1aa\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\ref\aa4a99dce6f14545ae15c76c3662bb7a\System.dll"/>
<ReferencePath Include="..\..\..\ref\6bd664f97eda41399118f80044e8c562\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\ref\b618828950e14e67bcdadaead9cc8b45\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\288f46e91cd64470a81eb962056bd936\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\79235f770a464d16a2e265f42ba60946\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\ref\99fa3bfedc48416b8e6adcaa437c5c6d\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\ref\0de949b71ab94ef9bad72fb526ecc438\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\ref\eb644a664e34493ea4351e8eca9f34d6\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\ref\63ff8711f6cf4f1b8397a5c0d5b1c014\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\24edc9ec5b0e4e139eb3790ee9cf1d40\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\ref\8f7af43970a246c7bb8119d8312892ca\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\ref\3441007b119f438b8a3ba3ef11504a5d\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\e9130b425beb4bf394ea064e0bfdfa84\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\ref\c24a799dedd545eeb74b2f374a1b6608\System.IO.dll"/>
<ReferencePath Include="..\..\..\ref\788ddf837e664e42af476b79345a3cfc\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\40154d84eab84a6a85552a0e1c3b7bb4\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\cb84b18fd85c419b8afdfbfaef299930\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\ref\3c8417e251224544a5683be0c215e0d9\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\de292b47c63949bca1d3efa571f58828\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\ref\93c925022c134f4f8055a5f0632acfde\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\ref\4f90bfbfab1c43009824aeafdbf78892\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\ref\2884af5046554c839c49eb33904f844a\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\ref\b3e17e676ecf4bcabd312db45193bfa0\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\4664e6831dd44569abc4d0ef6cab14fd\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\ref\ec7339b47a8b4d1fac54ab79dd39c181\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\ref\18c45f969f294f49a4b6385a640d1c3d\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\ref\75adbf36f0574646902a81056fb80c6e\System.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\a1b7bb75e9464ed98b8ebf6d471bd572\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\ref\b72a9d94bd304b659959e312abca45ad\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\733e32d262484116a4bcade05e4ff685\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\ref\8421f432d8e04a5e8b4312140bff60c4\System.Memory.Data.dll"/>
<ReferencePath Include="..\..\..\ref\cc71a004cf484c14bc2624e52b379d86\System.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\19cb71790bdf4ac5b3fdf6a2f9a46988\System.Net.dll"/>
<ReferencePath Include="..\..\..\ref\c69874268a0c4c07bb6a1177b43deadd\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\ref\e17d4452551a48bf95c6d8438d1e1f4f\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\ref\d9ab44e58b1c41d48413586af3aa9e94\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\ref\dc7d317370f847bba003bd964a785c50\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\ref\5b8d63da7f0345c789c104588cf04524\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\ref\27274ea9a80b49fc910985554541ba1c\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\ref\48a4bcbbf7b34f2eaea0dd2bb2f09e36\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\ref\52c62350c18a419490f537a9e15293a3\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\6c713958d80143faa9eb9bffd4ccd4fe\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\ref\f3ea5b98096344df85638aaf86371910\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\ref\37e7657ac7f741e4a56bc5fe838c797e\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\ref\8accac0d49e34955a3b8c91e807df88e\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\ref\de05dfe92b0946b98cc723bee7af9e49\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\ref\a0c56cc9d9da4ef09b69b19d8bd10276\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\ref\247cb72515cf47b89c6930def1a14f9b\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\ref\023cbfaf0df340a991d4026fe262b03b\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\ref\eedc6f6f79914dc7979005c4555bf30e\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\ref\0f7a1d951bb547f590d701c662667679\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\ref\5a7b65621f0f47398b6bb20abb72b6a1\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\ref\48cc96eadfca4e98b596834f444fb925\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\621a741558b740169dcf9130d61ce8c6\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\ref\8e46b8ad954544e992d0d0a2bc0ca09e\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\ref\acf44d1bad634d8fa5bc780c3eaf3b6b\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\ref\f96e94d382f347e9bd5a85d88cdd41cb\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\ref\d410e29f891e40888338a6b2b88e093f\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\ref\a220b6b912a34e36a2d76c692c90b257\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\ref\05aba883f6da4500af5019bdba17fb83\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\ref\38fc116ceb08495496bb9266af1b9067\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\3104d9e06378402fa10468d75c5c75a6\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\ref\3aee7f4c41b147acaf87e537a9b8660c\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\851e8c1e143d4647baf590f6e2d19244\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\a203afb3328d4e608a73f79641fe746a\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\ref\a2caf18c1088400f9899081cbb2513ec\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\ref\c11d7a57585440c39703678de80a4b33\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\ref\f70db25a1e374868b9d6036e348b5006\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\ref\1b2f1bce098749d48560b172cddef5e5\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\ref\b5d933e666c84a3394cfc49363e3e5bd\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\3ef37dae16014536b3768f637d373185\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\894887c6af144e89bfaf0e79634cc084\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\ref\3cb112075b1f4242bb5544f1b3a4a696\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\ref\9bd883bf4c214b10a7146ffb1c3fec14\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\ref\8fa415b3b9d842c4b1735bece0686344\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\ref\01b8956e105e4835990480647f548756\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\ref\77617804442e4dc283e2ec3f158d7946\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\ref\3488f184ee2149f091f956c89fa5f919\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\bb731bca51854f20b08527a4c36d0357\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\430d1a31973e471081ab0d8e8854e8ab\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\ref\2c85ed876f0542929d1aeae47a619372\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\ref\84ff97a363e743eaa1d0180de28ac15c\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\5edce1b53b2d4687a6cb2324e7065b42\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\da57ee5f1462466bbb556c542bce471f\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\6ba9397d64f94d41874ab8ac036a4f7d\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\ref\774bfa9d99c0490998829dea91f8c61d\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\ref\92599bed313d44f18de5c6ce387adccc\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\ref\6921b42bc09a460f88d2e79b09218d28\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\ref\51d0d2560030460da7ae8c82e2ffe4e3\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\ref\90acdc4704304bd0b141c109b36bd7a8\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\5fa612bb38024444997db6222f106dcb\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\ref\a38319275f4a4f3480cd2d4fb90b6453\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\76a79f9dcb9b4309b11243e97365c3b4\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\ref\3c7da4aa8a73409783225d4cb5173837\System.Security.dll"/>
<ReferencePath Include="..\..\..\ref\8750eaef895f460bb8f883ea93f1d71e\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\ref\1d82236fc5ad4bafabab995ecbaa4240\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\04d4466f86b94ef198630673e8c466f8\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\ref\3852a12ea91f4c9eadc202c4c3fb1f53\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\ref\e6c0b223ac984d1a93c99e88c22e31bf\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\ref\3ac4e933f1674c1ab0c82a991a37e93f\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\ref\6caf851fe0ce4f8eaf15d856693ae517\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\610042121f594483b35c39a2c13af18f\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\e9b3c72e4cec40dcbe6c13daee3d637f\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\ref\d1efd2091354495a864ff37cb687683f\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\ref\3ca46430b74147d8a642f77bf0991180\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\ref\e95a4bd63ffd462e9653e9de3809c0fa\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\91898b4bb9eb4e2fa8dd206f7ae83b86\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\ref\eceb87b81e714ba2a271bd04897f4047\System.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\103e45c72f1c480badb9f3ead5d7b701\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\ref\c37d08d53bc2491d8bd36ac8b07be227\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\ref\644b9f98c7b8452890a2919dc44b9c98\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\ref\7ff9c827559d42d68817ba0e5e9ebe64\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\741061ca727f4daf93ea86c2e5041290\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\f2610b3506c246fa9d3e66a191a4fec4\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\ref\e87ccf04b5814a41a69206a5b562e119\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\ref\998ac8f13c3c4e06a6f6ea06a1d19eb7\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\ref\7e708cba6769449ea8fad2437f03b3e9\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\ref\69ea2d1342954175aeb423e8d9c09a71\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\ref\82415a0ece974929ac4479af9aed3de3\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\ref\17dc0312129e47e2b239607a513c3a6f\System.Web.dll"/>
<ReferencePath Include="..\..\..\ref\1d98ea99eaec475b954e8e65fdf9aa11\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\ref\bea2c88b28784099b0d785e1bea47c34\System.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\31b37d58a51c4d7b9e1d905795cded83\System.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\36be1900a6464d71bf8888bd2e423cdb\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\71a61902b5d943c4a92deb223a11ce2b\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\ref\9b0fdf3bf34345deab0a7aaabae528ca\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\740ce0be702641baa0574813081eeaa2\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\ddce0399461545d3877a90678d58e1db\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\ref\f56392664fae41d5874db17f28970e1d\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\ref\2563e9289ccf450dbea0734c601fc4d2\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\ref\bd8c53645f224fde8d003618979282d4\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\2e53806743754421b33ea6714ed51a4c\Tuf.dll"/>
<ReferencePath Include="..\..\..\ref\c1ee8fb03dab4f76a35958c9c00ffbba\WindowsBase.dll"/>
</ItemGroup>
</Project>
|