|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<_SkipAnalyzers>true</_SkipAnalyzers>
<AssemblyName>aspire</AssemblyName>
<KeyOriginatorFile>..\..\.packages\microsoft.dotnet.arcade.sdk\11.0.0-beta.25610.3\tools\snk\Open.snk</KeyOriginatorFile>
<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\IAgentEnvironmentDetector.cs"/>
<Compile Include="Agents\IAgentEnvironmentScanner.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\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\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\IAuxiliaryBackchannelMonitor.cs"/>
<Compile Include="Caching\DiskCache.cs"/>
<Compile Include="Caching\IDiskCache.cs"/>
<Compile Include="Certificates\CertificateService.cs"/>
<Compile Include="Certificates\DevCertInfo.cs"/>
<Compile Include="CliExecutionContext.cs"/>
<Compile Include="CliSettings.cs"/>
<Compile Include="Commands\AddCommand.cs"/>
<Compile Include="Commands\BaseCommand.cs"/>
<Compile Include="Commands\BaseConfigSubCommand.cs"/>
<Compile Include="Commands\CacheCommand.cs"/>
<Compile Include="Commands\ConfigCommand.cs"/>
<Compile Include="Commands\DeployCommand.cs"/>
<Compile Include="Commands\DoCommand.cs"/>
<Compile Include="Commands\DoctorCommand.cs"/>
<Compile Include="Commands\ExecCommand.cs"/>
<Compile Include="Commands\ExtensionInternalCommand.cs"/>
<Compile Include="Commands\InitCommand.cs"/>
<Compile Include="Commands\McpCommand.cs"/>
<Compile Include="Commands\McpInitCommand.cs"/>
<Compile Include="Commands\McpStartCommand.cs"/>
<Compile Include="Commands\NewCommand.cs"/>
<Compile Include="Commands\PipelineCommandBase.cs"/>
<Compile Include="Commands\PsCommand.cs"/>
<Compile Include="Commands\PublishCommand.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\StopCommand.cs"/>
<Compile Include="Commands\TemplateCommand.cs"/>
<Compile Include="Commands\UpdateCommand.cs"/>
<Compile Include="Configuration\AspireJsonConfiguration.cs"/>
<Compile Include="Configuration\ConfigurationService.cs"/>
<Compile Include="Configuration\Features.cs"/>
<Compile Include="Configuration\IConfigurationService.cs"/>
<Compile Include="Configuration\IFeatures.cs"/>
<Compile Include="DotNet\DotNetCliRunner.cs"/>
<Compile Include="DotNet\DotNetSdkInstaller.cs"/>
<Compile Include="DotNet\IDotNetSdkInstaller.cs"/>
<Compile Include="Exceptions\ChannelNotFoundException.cs"/>
<Compile Include="Exceptions\ProjectAlreadyExistsException.cs"/>
<Compile Include="ExitCodeConstants.cs"/>
<Compile Include="Git\GitRepository.cs"/>
<Compile Include="Git\IGitRepository.cs"/>
<Compile Include="Interaction\ConsoleInteractionService.cs"/>
<Compile Include="Interaction\EmptyChoicesException.cs"/>
<Compile Include="Interaction\ExtensionInteractionService.cs"/>
<Compile Include="Interaction\ExtensionOperationCanceledException.cs"/>
<Compile Include="Interaction\IInteractionService.cs"/>
<Compile Include="Interaction\SpectreConsoleLoggerProvider.cs"/>
<Compile Include="JsonSourceGenerationContext.cs"/>
<Compile Include="KnownFeatures.cs"/>
<Compile Include="Mcp\CliMcpTool.cs"/>
<Compile Include="Mcp\DoctorTool.cs"/>
<Compile Include="Mcp\ExecuteResourceCommandTool.cs"/>
<Compile Include="Mcp\GetIntegrationDocsTool.cs"/>
<Compile Include="Mcp\KnownMcpTools.cs"/>
<Compile Include="Mcp\ListAppHostsTool.cs"/>
<Compile Include="Mcp\ListConsoleLogsTool.cs"/>
<Compile Include="Mcp\ListIntegrationsTool.cs"/>
<Compile Include="Mcp\ListResourcesTool.cs"/>
<Compile Include="Mcp\ListStructuredLogsTool.cs"/>
<Compile Include="Mcp\ListTracesTool.cs"/>
<Compile Include="Mcp\ListTraceStructuredLogsTool.cs"/>
<Compile Include="Mcp\RefreshToolsTool.cs"/>
<Compile Include="Mcp\SelectAppHostTool.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="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\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\IAppHostServerSession.cs"/>
<Compile Include="Projects\ILanguageDiscovery.cs"/>
<Compile Include="Projects\ILanguageService.cs"/>
<Compile Include="Projects\KnownLanguageId.cs"/>
<Compile Include="Projects\LanguageService.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\CacheCommandStrings.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\DoCommandStrings.Designer.cs"/>
<Compile Include="Resources\DoctorCommandStrings.Designer.cs"/>
<Compile Include="Resources\ErrorStrings.Designer.cs"/>
<Compile Include="Resources\ExecCommandStrings.Designer.cs"/>
<Compile Include="Resources\InitCommandStrings.Designer.cs"/>
<Compile Include="Resources\InteractionServiceStrings.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\RootCommandStrings.Designer.cs"/>
<Compile Include="Resources\RunCommandStrings.Designer.cs"/>
<Compile Include="Resources\StopCommandStrings.Designer.cs"/>
<Compile Include="Resources\TemplatingStrings.Designer.cs"/>
<Compile Include="Resources\UpdateCommandStrings.Designer.cs"/>
<Compile Include="Resources\VsCodeAgentEnvironmentScannerStrings.Designer.cs"/>
<Compile Include="Scaffolding\IScaffoldingService.cs"/>
<Compile Include="Scaffolding\ScaffoldingService.cs"/>
<Compile Include="Telemetry\AspireCliTelemetry.cs"/>
<Compile Include="Templating\CallbackTemplate.cs"/>
<Compile Include="Templating\DotNetTemplateFactory.cs"/>
<Compile Include="Templating\ITemplate.cs"/>
<Compile Include="Templating\ITemplateFactory.cs"/>
<Compile Include="Templating\ITemplateProvider.cs"/>
<Compile Include="Templating\TemplateProvider.cs"/>
<Compile Include="Utils\AppHostHelper.cs"/>
<Compile Include="Utils\AspireAnsiConsoleOutput.cs"/>
<Compile Include="Utils\CliDownloader.cs"/>
<Compile Include="Utils\CliHostEnvironment.cs"/>
<Compile Include="Utils\CliUpdateNotifier.cs"/>
<Compile Include="Utils\ConfigurationHelper.cs"/>
<Compile Include="Utils\ConsoleActivityLogger.cs"/>
<Compile Include="Utils\EnvironmentChecker\ContainerRuntimeCheck.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\FileSystemHelper.cs"/>
<Compile Include="Utils\MarkdownToSpectreConverter.cs"/>
<Compile Include="Utils\OutputCollector.cs"/>
<Compile Include="Utils\SdkInstallHelper.cs"/>
<Compile Include="Utils\StringUtils.cs"/>
<Compile Include="Utils\VersionHelper.cs"/>
<Compile Include="..\Shared\KnownConfigNames.cs" Link="src\Shared\KnownConfigNames.cs"/>
<Compile Include="..\Shared\PathNormalizer.cs" Link="src\Shared\PathNormalizer.cs"/>
<Compile Include="..\Shared\CircularBuffer.cs" Link="src\Shared\CircularBuffer.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="..\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs" Link="src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs"/>
<Compile Include="..\Aspire.Hosting\Ats\RuntimeSpec.cs" Link="src\Aspire.Hosting\Ats\RuntimeSpec.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="..\..\artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\Aspire.Cli.Tool.GlobalUsings.g.cs" Link="artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\Aspire.Cli.Tool.GlobalUsings.g.cs"/>
<Compile Include="..\..\artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\Aspire.Cli.Tool.InternalsVisibleTo.cs" Link="artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\Aspire.Cli.Tool.InternalsVisibleTo.cs"/>
<Compile Include="..\..\artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\Aspire.Cli.Tool.AssemblyInfo.cs" Link="artifacts\obj\Aspire.Cli.Tool\Debug\net10.0\Aspire.Cli.Tool.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\ref\f6253195837544638159dcb2693e2d20\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\15081989df00476280039b290063e57d\MessagePack.dll"/>
<ReferencePath Include="..\..\..\ref\0a53d147bdb343dbbdda931b0d597d39\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\ref\fcbf330c2c0e4f94a106df99a3a4fcb3\Microsoft.Extensions.AI.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\9af41d36a9cf497fa683c980311b4e45\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\6155477245264c75a43629af340ae9f7\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\145d0740c70547cfacf13d6284c5c019\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\869854043c1141cdb34870b2ce0ffd9d\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\ref\0d0acd2c7c904c6c908912455bae5cda\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\ref\d6276a6d112348c99f8deed19122469c\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\31be7db59d3641feb81485c5f83a542a\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\ref\7327f7e3f142450aab3206f87445efc4\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\72d31f2dd2b741f9b25b7ae2dc7277ac\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\ref\9ab2f77a134c46e28d627cb87c9b4e9d\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\ref\6b317881d02c44aa9b4af84a50df65d1\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\094808925fd3468a9d75019a8f8f9e4a\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\ref\a399bc4472194c0d8956e210d4d72ebe\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\de357b08271b4ca8ac347471a106f741\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\ref\ef528339b12c40e4a16c7a6568c5c711\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\df30aa59d1f64899af7da0038998f442\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\ref\ea491be8ba60456b8acd62f7b73c907e\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\ref\a3061bacfd19477e8d77fd89a5e6a881\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\a302e227b0be480b97ca603384afa160\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\ref\894a605bc4f947efa57e0439f0970778\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\d634db4de64b4bc58ea105bf1ec9962f\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\417acb3c6bb44d029d6c453642a79826\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\ref\71f8104f2ae3499d98600c801b6180b8\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\9f441158cc7f4b8f97466797fa897aba\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\ref\1364cb059f3f4692bd842e1aba2bbc07\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\8cab2d675d1f4582aacb9740444ce418\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\ref\44f7a4cf4dbf474aa0e20a8297a32623\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\a0907ca29496423da9d338d697f40604\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\ref\d8da08a7db9348daa5aa19d71466ff3d\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\daa09f9e6a014702b5994f18a0c5d2b8\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\ref\8e214e0994834724a20688c793bca798\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\ref\1ba430671e394281a1fd8b3da39b6053\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\ref\a2179d9e016f4966ae615ccaf57c8c72\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\da5b3d4f48d3426c9cdf9d1ebc6a51e8\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\ref\b81c01c53dc94b30a0253f8c1fe4c46e\ModelContextProtocol.Core.dll"/>
<ReferencePath Include="..\..\..\ref\d89ed724f7fc4cf887b135500b923af7\ModelContextProtocol.dll"/>
<ReferencePath Include="..\..\..\ref\fcd35f5317f84321b7be3ef0860ae62a\mscorlib.dll"/>
<ReferencePath Include="..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\ref\4ac5932863cf4038b6f041ee3218627c\netstandard.dll"/>
<ReferencePath Include="..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\ref\213f57fb4bf04548a9da92c5517ab9e4\OpenTelemetry.Api.dll"/>
<ReferencePath Include="..\..\..\ref\40e3ce9d235045b1a55e692177303164\OpenTelemetry.Api.ProviderBuilderExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\4059cdca74f340f5b9e7368a6574c6e4\OpenTelemetry.dll"/>
<ReferencePath Include="..\..\..\ref\c156014b24ba45dc883141af93dda0ac\OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/>
<ReferencePath Include="..\..\..\ref\b52fd3b234ce42c794df397602c17323\OpenTelemetry.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\ref\ad7c81778cc14d159ebf3b278a2c8d93\Semver.dll"/>
<ReferencePath Include="..\..\..\ref\8389492eb6634fac813bf85080c4cbd6\Spectre.Console.dll"/>
<ReferencePath Include="..\..\..\ref\8afa151958c944a0a87f59ee0e284e78\StreamJsonRpc.dll"/>
<ReferencePath Include="..\..\..\ref\e0b0fb3400174d78939a589955d0ab54\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\ref\9968321ed3914c709fab120cf676aeec\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\ref\644d13319efb472abfd6d2e369ed5eb4\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\ref\d2753e160c1949ef9afa6a794019cfe8\System.Collections.dll"/>
<ReferencePath Include="..\..\..\ref\f77902172ec9424fac0b83a58ce27114\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\ref\3e1b796182be44ce9109fb539f428c1d\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\ref\eb982c095b41466fa3ca041c45e4e8b8\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\ref\da7fd53e5d8544029d8f79d4a420a645\System.CommandLine.dll"/>
<ReferencePath Include="..\..\..\ref\08115bb11ea7490c92ce22c5ac407b21\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\14b4a49ff64d4537964136132926db62\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\ref\0a0e4d5eb56048b4b20d13e8c9dc01cb\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\ref\1f5575e3df284ca29ff39d3d32f4e666\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\ref\c011e074c7d84842b9c411ed3586cab4\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\8e9ff76edd774250b226829fde3ff29d\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\ref\878d9c86c20a4ff9a8986215055bed9a\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\a2874ff84c2f4082824ce5104424cbfd\System.Console.dll"/>
<ReferencePath Include="..\..\..\ref\478b52e1377846efb3edabd3bf7f8455\System.Core.dll"/>
<ReferencePath Include="..\..\..\ref\324180c8293145f7b4c64eada50b2e37\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\ref\c4e4a1461ca04bcab2c010b488f3c06d\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\de26328545f64515a7bb2696c0df8f66\System.Data.dll"/>
<ReferencePath Include="..\..\..\ref\0710c4fc14b34a73895c54e13440dcb0\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\ref\e02aed0bd11742ff9b110ed26008680d\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\000bd0939f2f4461acced81926225fb0\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\ref\8e1761038dde41a090cae6c021b0801c\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\93fa04dfb664470cabc0298244c3d4c8\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\ref\c00c16d4646e465ba109b92704ffe1bf\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\ref\859fbe4a931847e18f2442986ddd8ef1\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\ref\420d412b3ef9436bbda3c2d5038bacf8\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\ref\077d9bfee2594c72a4ad233d565a1bde\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\ref\55080a4a8eb544a3978f6a54d6ba3833\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\ref\d3de42ed8e1f4757a3cd8cacc2ff536c\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\ref\d6652d9c23ba4cc6a1f5fb172abebfa3\System.dll"/>
<ReferencePath Include="..\..\..\ref\c401021f93c24af4afe62fad6606fd70\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\ref\24c0600fec264b43b57d9010c1706f30\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\8a55127871f744fea3a76f53c372d25c\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\cd089746bc0141a0abab99e8e710459a\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\ref\9af5aa85c33d4577abc0e70000859abf\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\ref\9b60729bc0e54e5bb2afd9f19ba60892\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\ref\9b776bf21bd04a25bd44fea66c97d623\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\ref\1d837bc545cb472c984334196a672fe9\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\50f8022aecdf47daaf7f29e4b0d862d8\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\ref\be0063001b534cc0b94f7cae57ea7708\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\ref\2a2ec78debc945e9a0cb3caf0423e51b\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\b0baf4c6eb824ebd9cba391bf71e6acd\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\ref\87de098857da4dcab81cb74d073e5c98\System.IO.dll"/>
<ReferencePath Include="..\..\..\ref\91bb340aaac24d18b86c71a83949f94d\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\ee7487470dfe461c92fd660f0372e4c8\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\72dc284293804d7bb804a5219a491192\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\ref\b12e405661af4fadb4d0874a92f8e146\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\53fc765c349745ac81229a864580e2ea\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\ref\2dfda9659a794994923a021d889cbd09\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\ref\0056279fd96b48528a187f33be7c14b1\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\ref\899050b67a624464bfb085e28f58e628\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\ref\ac620f4025a74be788677682ce1858f5\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\371159a73c6246ada862fce714664d7a\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\ref\35dfef529ef64d5cbf6b6d13aa21143b\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\ref\0d84fa273d094ccca6c9d1dcf9aa2421\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\ref\e2be5b197d60408d97f1e949a976ea69\System.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\db20ce25994a44e294400be2bcb6fd39\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\ref\b67b6b9c41494271abe01fb72e1b911f\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\c3c0bafbd659400f897aaee22e50609b\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\ref\6dd2c1d5f39f4f78af3e6ffc9fcff82c\System.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\b655d52e470f4a9a94c46cc36229dc75\System.Net.dll"/>
<ReferencePath Include="..\..\..\ref\bb087ca9d4604a269e17af9edfc827fb\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\ref\fa3b1d114410458baf4197c10216319c\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\ref\268839c9720c4312876b7f51429c4ccd\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\ref\deca8c64f08d482da9d6c33cfe9856d1\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\ref\565ffbdc842249ab94463baf7f90860c\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\ref\6c8594cf34174e97b3612f32a8ebffcd\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\ref\76a1034be72a442c91c2795bd0642304\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\ref\d04bed4bcfdb48928d3981df785af48f\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\9303efd456c94e078aaaff5f1dbacad6\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\ref\5c83241b15a24766bdb932ae400a88b8\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\ref\cc23a39a7a5a4119a1f92082c173d678\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\ref\fe6863cffdd94a249eb1aa4323fcbe1d\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\ref\c92d57e22c034562bdf32aa21992ccaa\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\ref\14a64f9774d8423cb6051536f9f54f0f\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\ref\dad92acaba0b41b0a683e67b3f55c2b9\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\ref\77a6d24fb406412f96d2a36661f953ff\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\ref\1469897ea0174c08ab484c61516ba7ee\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\ref\70b2599c65cc45d699376ea126ea9039\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\ref\d7bbfe8c30524a718fa848e68f9a5c82\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\ref\97f7a14b95c240c7bdc78c65b6048275\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\bb698c04f4bd47f585dcdda47932dc7d\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\ref\57b30ed2451b419bb93588ae2f538555\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\ref\7fa77c190c844549b1736005dd8c795c\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\ref\16e95335bb284147bf137029af58ba23\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\ref\9c127153c3f74428bb493620f76aaaaf\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\ref\9f8cefb41f40460eacaaa263e5839b05\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\ref\b8a3c7cd553d4719b80f4cde5ce4ec32\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\ref\9bc7a997923143cfbf448413c3e028bd\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\40db2d1e02f24c1c955e87f97cc8ffd2\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\ref\de64572978274d9898e80cec3ce399fe\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\d7500888cbe84d4285acaebca56a5815\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\b11295144b7642c8a8490427e5ab4bdb\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\ref\ca403904388f417f894440829caea453\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\ref\6728408f3a4e48e4aa1cb8548aaccbd0\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\ref\06ce161094394e55afbeb0d59b9010b1\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\ref\ea0e0cc9d5f444329f0ef45aab4e4555\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\ref\af50577ae40847a59e0b010588d7d127\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\aab90cd1efd64748872bd88178a68459\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\14fb0d28dd194f96bf694d0c1ded3635\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\ref\f0bd38e29e504993b88ef82cf4aca900\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\ref\3ffeddb1629b4619a0319f99899b4768\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\ref\f837ff9e88b949ad8430da2bc276ab12\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\ref\44a57b4a43bf451784249d7522645303\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\ref\dd59047a9ff144968be8f5f3917d813f\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\ref\8accca652e1742e891bf3d4d82a747d6\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\260d36d12dcb41edb7cf67791fcc4af1\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\8c898f7b377d4950ab3e9670af978e94\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\ref\e9dc238901664bbeb7ea105affcee457\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\ref\dd0b280e8c9f4baebfaab08456b9bb9c\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\25ad81f408fc4e6d9d8687f8245eb7f1\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\821bd899e7b1485caa381efb94ee7f84\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\78ce4982dfcb491c8c8ed7da52d20de6\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\ref\93b950e8245f4d39bd2ef0b1c0267903\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\ref\1e3db1b717624e8798ce44392376f266\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\ref\c4488d78d87c4ef79d8fa94de4948408\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\ref\5da0a4e16a4240109e54a02ba5156f23\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\ref\be138eb323214d3f829ecdba54d492e9\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\92529d6c97ce4a068b13ff35263be89b\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\ref\c8aa5bd735a441b68221c5e1f9b2d105\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\88a69d8f009b4962bc90ddfcf540b053\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\ref\304e77f8d9a849d3a671de38c2ab90ee\System.Security.dll"/>
<ReferencePath Include="..\..\..\ref\0fec565d2dcb432888c7c1b9f17c364f\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\ref\463542baa0bf46978b580917ceeaad9e\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\68edf727176341d98127fe7cd2ab646f\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\ref\c7110ca07f664df7a69d593467f813f2\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\ref\c0af59cb041944208de3e490538c36fc\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\ref\cb5d7fb58110402d826e7bb2e71e73be\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\ref\4de86e25f4bb46f99ab597fc07b65045\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\3bf474a00c6f435fb1c5e7f7b72bf5b6\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\ad23348399ba42578ee398490a423552\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\ref\7b19d4d59ece47adb7ea02a8fd93b281\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\ref\017bf924252e46ef8198c7582e501801\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\ref\7a060e15bc7645d19eaaf3556aa1aa31\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\93f3969ced6e4994ac5f8aeef92fd7fe\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\ref\7f0f04ac68324208bb04a3790495f11b\System.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\c9c5785ba4234da1a6c4fa66fa06f374\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\ref\1bca6cb33bbb4d819ee0c713c14db015\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\ref\e312519426b942899c6b46b75011c789\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\ref\53577ae7d51442f89681c37190079001\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\9fbe42d8f4914f9f8123ea03ed449757\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\3694249307964b3e94954a19c3a9617c\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\ref\2955c49677c841ca868f7ee4b7777846\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\ref\9bb5a97fc56c4e3487c54064df935ee2\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\ref\5bc2684fec354987b8cc6347e70f33ef\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\ref\7542d39de5aa4e9a92e16bbe60c1094c\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\ref\32b767b5b6ed416eba73ddedbf1e1756\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\ref\f8cb0b30e35a4f3db41151173463d1a0\System.Web.dll"/>
<ReferencePath Include="..\..\..\ref\b6e7ac997c734898810bd0deef28150f\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\ref\f1fa272e636d4e129927fa83fc5d911a\System.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\1e5d5694eac0414381577c3eb5c5f7e9\System.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\a92fc4f39ea74902bf4be2b27437e0df\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\a78fcfacd4a74bad901cd7b413199efe\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\ref\dcfc6afc9d8044dea58adaa6694bd413\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\d570b1462cba43718680ec56a8822a73\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\5b7910deffad4887a0816ae5ac9b5e11\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\ref\6d671ed3752b488c8dab68af7464fb84\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\ref\7ebfe37d2850432e8ea1c679095324fc\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\ref\2c2c89c2946c4f088a05264b8313949e\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\e9cb7f438fc148ef83883d2ffc0ca68d\WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\_external\1\BindingExtensions.g.cs"/>
<Compile Include="..\..\..\_external\2\BackchannelJsonSerializerContext.Boolean.g.cs"/>
<Compile Include="..\..\..\_external\3\BackchannelJsonSerializerContext.NullableBoolean.g.cs"/>
<Compile Include="..\..\..\_external\4\BackchannelJsonSerializerContext.AppHostInformation.g.cs"/>
<Compile Include="..\..\..\_external\5\BackchannelJsonSerializerContext.BackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\6\BackchannelJsonSerializerContext.CommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\7\BackchannelJsonSerializerContext.DashboardMcpConnectionInfo.g.cs"/>
<Compile Include="..\..\..\_external\8\BackchannelJsonSerializerContext.DashboardUrlsState.g.cs"/>
<Compile Include="..\..\..\_external\9\BackchannelJsonSerializerContext.DisplayLineState.g.cs"/>
<Compile Include="..\..\..\_external\10\BackchannelJsonSerializerContext.EnvVar.g.cs"/>
<Compile Include="..\..\..\_external\11\BackchannelJsonSerializerContext.PublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\12\BackchannelJsonSerializerContext.PublishingActivityData.g.cs"/>
<Compile Include="..\..\..\_external\13\BackchannelJsonSerializerContext.PublishingPromptInput.g.cs"/>
<Compile Include="..\..\..\_external\14\BackchannelJsonSerializerContext.PublishingPromptInputAnswer.g.cs"/>
<Compile Include="..\..\..\_external\15\BackchannelJsonSerializerContext.PublishingPromptInputAnswerArray.g.cs"/>
<Compile Include="..\..\..\_external\16\BackchannelJsonSerializerContext.ResourceSnapshot.g.cs"/>
<Compile Include="..\..\..\_external\17\BackchannelJsonSerializerContext.ResourceSnapshotArray.g.cs"/>
<Compile Include="..\..\..\_external\18\BackchannelJsonSerializerContext.ResourceSnapshotMcpServer.g.cs"/>
<Compile Include="..\..\..\_external\19\BackchannelJsonSerializerContext.RpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\20\BackchannelJsonSerializerContext.AppHostProjectSearchResultPoco.g.cs"/>
<Compile Include="..\..\..\_external\21\BackchannelJsonSerializerContext.CallbackParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\22\BackchannelJsonSerializerContext.CapabilitiesInfo.g.cs"/>
<Compile Include="..\..\..\_external\23\BackchannelJsonSerializerContext.CapabilityInfo.g.cs"/>
<Compile Include="..\..\..\_external\24\BackchannelJsonSerializerContext.DiagnosticInfo.g.cs"/>
<Compile Include="..\..\..\_external\25\BackchannelJsonSerializerContext.DtoPropertyInfo.g.cs"/>
<Compile Include="..\..\..\_external\26\BackchannelJsonSerializerContext.DtoTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\27\BackchannelJsonSerializerContext.EnumTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\28\BackchannelJsonSerializerContext.HandleTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\29\BackchannelJsonSerializerContext.ParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\30\BackchannelJsonSerializerContext.TypeRefInfo.g.cs"/>
<Compile Include="..\..\..\_external\31\BackchannelJsonSerializerContext.CommandSpec.g.cs"/>
<Compile Include="..\..\..\_external\32\BackchannelJsonSerializerContext.RuntimeSpec.g.cs"/>
<Compile Include="..\..\..\_external\33\BackchannelJsonSerializerContext.EventId.g.cs"/>
<Compile Include="..\..\..\_external\34\BackchannelJsonSerializerContext.LogLevel.g.cs"/>
<Compile Include="..\..\..\_external\35\BackchannelJsonSerializerContext.Icon.g.cs"/>
<Compile Include="..\..\..\_external\36\BackchannelJsonSerializerContext.Tool.g.cs"/>
<Compile Include="..\..\..\_external\37\BackchannelJsonSerializerContext.ToolArray.g.cs"/>
<Compile Include="..\..\..\_external\38\BackchannelJsonSerializerContext.ToolAnnotations.g.cs"/>
<Compile Include="..\..\..\_external\39\BackchannelJsonSerializerContext.ValidationResult.g.cs"/>
<Compile Include="..\..\..\_external\40\BackchannelJsonSerializerContext.EnumeratorResultsBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\41\BackchannelJsonSerializerContext.EnumeratorResultsCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\42\BackchannelJsonSerializerContext.EnumeratorResultsPublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\43\BackchannelJsonSerializerContext.EnumeratorResultsResourceSnapshot.g.cs"/>
<Compile Include="..\..\..\_external\44\BackchannelJsonSerializerContext.EnumeratorResultsRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\45\BackchannelJsonSerializerContext.RequestId.g.cs"/>
<Compile Include="..\..\..\_external\46\BackchannelJsonSerializerContext.DictionaryStringJsonElement.g.cs"/>
<Compile Include="..\..\..\_external\47\BackchannelJsonSerializerContext.DictionaryStringString.g.cs"/>
<Compile Include="..\..\..\_external\48\BackchannelJsonSerializerContext.IAsyncEnumerableBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\49\BackchannelJsonSerializerContext.IAsyncEnumerableCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\50\BackchannelJsonSerializerContext.IAsyncEnumerablePublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\51\BackchannelJsonSerializerContext.IAsyncEnumerableResourceSnapshot.g.cs"/>
<Compile Include="..\..\..\_external\52\BackchannelJsonSerializerContext.IAsyncEnumerableRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\53\BackchannelJsonSerializerContext.IEnumerableDisplayLineState.g.cs"/>
<Compile Include="..\..\..\_external\54\BackchannelJsonSerializerContext.IListIcon.g.cs"/>
<Compile Include="..\..\..\_external\55\BackchannelJsonSerializerContext.IListString.g.cs"/>
<Compile Include="..\..\..\_external\56\BackchannelJsonSerializerContext.IReadOnlyListBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\57\BackchannelJsonSerializerContext.IReadOnlyListCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\58\BackchannelJsonSerializerContext.IReadOnlyListPublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\59\BackchannelJsonSerializerContext.IReadOnlyListPublishingPromptInput.g.cs"/>
<Compile Include="..\..\..\_external\60\BackchannelJsonSerializerContext.IReadOnlyListResourceSnapshot.g.cs"/>
<Compile Include="..\..\..\_external\61\BackchannelJsonSerializerContext.IReadOnlyListRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\62\BackchannelJsonSerializerContext.IReadOnlyListKeyValuePairStringString.g.cs"/>
<Compile Include="..\..\..\_external\63\BackchannelJsonSerializerContext.IReadOnlyListString.g.cs"/>
<Compile Include="..\..\..\_external\64\BackchannelJsonSerializerContext.KeyValuePairStringString.g.cs"/>
<Compile Include="..\..\..\_external\65\BackchannelJsonSerializerContext.ListEnvVar.g.cs"/>
<Compile Include="..\..\..\_external\66\BackchannelJsonSerializerContext.ListCallbackParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\67\BackchannelJsonSerializerContext.ListCapabilityInfo.g.cs"/>
<Compile Include="..\..\..\_external\68\BackchannelJsonSerializerContext.ListDiagnosticInfo.g.cs"/>
<Compile Include="..\..\..\_external\69\BackchannelJsonSerializerContext.ListDtoPropertyInfo.g.cs"/>
<Compile Include="..\..\..\_external\70\BackchannelJsonSerializerContext.ListDtoTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\71\BackchannelJsonSerializerContext.ListEnumTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\72\BackchannelJsonSerializerContext.ListHandleTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\73\BackchannelJsonSerializerContext.ListParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\74\BackchannelJsonSerializerContext.ListTypeRefInfo.g.cs"/>
<Compile Include="..\..\..\_external\75\BackchannelJsonSerializerContext.ListString.g.cs"/>
<Compile Include="..\..\..\_external\76\BackchannelJsonSerializerContext.DateTimeOffset.g.cs"/>
<Compile Include="..\..\..\_external\77\BackchannelJsonSerializerContext.NullableDateTimeOffset.g.cs"/>
<Compile Include="..\..\..\_external\78\BackchannelJsonSerializerContext.JsonElement.g.cs"/>
<Compile Include="..\..\..\_external\79\BackchannelJsonSerializerContext.NullableJsonElement.g.cs"/>
<Compile Include="..\..\..\_external\80\BackchannelJsonSerializerContext.JsonObject.g.cs"/>
<Compile Include="..\..\..\_external\81\BackchannelJsonSerializerContext.Int32.g.cs"/>
<Compile Include="..\..\..\_external\82\BackchannelJsonSerializerContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\_external\83\BackchannelJsonSerializerContext.Int64.g.cs"/>
<Compile Include="..\..\..\_external\84\BackchannelJsonSerializerContext.NullableInt64.g.cs"/>
<Compile Include="..\..\..\_external\85\BackchannelJsonSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\_external\86\BackchannelJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="..\..\..\_external\87\BackchannelJsonSerializerContext.g.cs"/>
<Compile Include="..\..\..\_external\88\BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\89\BackchannelJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\90\PsCommandJsonContext.AppHostDisplayInfo.g.cs"/>
<Compile Include="..\..\..\_external\91\PsCommandJsonContext.ListAppHostDisplayInfo.g.cs"/>
<Compile Include="..\..\..\_external\92\PsCommandJsonContext.Int32.g.cs"/>
<Compile Include="..\..\..\_external\93\PsCommandJsonContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\_external\94\PsCommandJsonContext.String.g.cs"/>
<Compile Include="..\..\..\_external\95\PsCommandJsonContext.g.cs"/>
<Compile Include="..\..\..\_external\96\PsCommandJsonContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\97\PsCommandJsonContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\98\CapabilitiesJsonContext.Boolean.g.cs"/>
<Compile Include="..\..\..\_external\99\CapabilitiesJsonContext.CallbackParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\100\CapabilitiesJsonContext.CapabilitiesInfo.g.cs"/>
<Compile Include="..\..\..\_external\101\CapabilitiesJsonContext.CapabilityInfo.g.cs"/>
<Compile Include="..\..\..\_external\102\CapabilitiesJsonContext.DiagnosticInfo.g.cs"/>
<Compile Include="..\..\..\_external\103\CapabilitiesJsonContext.DtoPropertyInfo.g.cs"/>
<Compile Include="..\..\..\_external\104\CapabilitiesJsonContext.DtoTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\105\CapabilitiesJsonContext.EnumTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\106\CapabilitiesJsonContext.HandleTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\107\CapabilitiesJsonContext.ParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\108\CapabilitiesJsonContext.TypeRefInfo.g.cs"/>
<Compile Include="..\..\..\_external\109\CapabilitiesJsonContext.ListCallbackParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\110\CapabilitiesJsonContext.ListCapabilityInfo.g.cs"/>
<Compile Include="..\..\..\_external\111\CapabilitiesJsonContext.ListDiagnosticInfo.g.cs"/>
<Compile Include="..\..\..\_external\112\CapabilitiesJsonContext.ListDtoPropertyInfo.g.cs"/>
<Compile Include="..\..\..\_external\113\CapabilitiesJsonContext.ListDtoTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\114\CapabilitiesJsonContext.ListEnumTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\115\CapabilitiesJsonContext.ListHandleTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\116\CapabilitiesJsonContext.ListParameterInfo.g.cs"/>
<Compile Include="..\..\..\_external\117\CapabilitiesJsonContext.ListTypeRefInfo.g.cs"/>
<Compile Include="..\..\..\_external\118\CapabilitiesJsonContext.ListString.g.cs"/>
<Compile Include="..\..\..\_external\119\CapabilitiesJsonContext.String.g.cs"/>
<Compile Include="..\..\..\_external\120\CapabilitiesJsonContext.g.cs"/>
<Compile Include="..\..\..\_external\121\CapabilitiesJsonContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\122\CapabilitiesJsonContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\123\JsonSourceGenerationContext.Boolean.g.cs"/>
<Compile Include="..\..\..\_external\124\JsonSourceGenerationContext.DevCertInfo.g.cs"/>
<Compile Include="..\..\..\_external\125\JsonSourceGenerationContext.CliSettings.g.cs"/>
<Compile Include="..\..\..\_external\126\JsonSourceGenerationContext.AspireJsonConfiguration.g.cs"/>
<Compile Include="..\..\..\_external\127\JsonSourceGenerationContext.Integration.g.cs"/>
<Compile Include="..\..\..\_external\128\JsonSourceGenerationContext.ListIntegrationsResponse.g.cs"/>
<Compile Include="..\..\..\_external\129\JsonSourceGenerationContext.ContainerClientJson.g.cs"/>
<Compile Include="..\..\..\_external\130\JsonSourceGenerationContext.ContainerServerJson.g.cs"/>
<Compile Include="..\..\..\_external\131\JsonSourceGenerationContext.ContainerVersionJson.g.cs"/>
<Compile Include="..\..\..\_external\132\JsonSourceGenerationContext.DoctorCheckResponse.g.cs"/>
<Compile Include="..\..\..\_external\133\JsonSourceGenerationContext.DoctorCheckSummary.g.cs"/>
<Compile Include="..\..\..\_external\134\JsonSourceGenerationContext.EnvironmentCheckResult.g.cs"/>
<Compile Include="..\..\..\_external\135\JsonSourceGenerationContext.EnvironmentCheckStatus.g.cs"/>
<Compile Include="..\..\..\_external\136\JsonSourceGenerationContext.DictionaryStringJsonElement.g.cs"/>
<Compile Include="..\..\..\_external\137\JsonSourceGenerationContext.DictionaryStringString.g.cs"/>
<Compile Include="..\..\..\_external\138\JsonSourceGenerationContext.ListDevCertInfo.g.cs"/>
<Compile Include="..\..\..\_external\139\JsonSourceGenerationContext.ListIntegration.g.cs"/>
<Compile Include="..\..\..\_external\140\JsonSourceGenerationContext.ListEnvironmentCheckResult.g.cs"/>
<Compile Include="..\..\..\_external\141\JsonSourceGenerationContext.DateTimeOffset.g.cs"/>
<Compile Include="..\..\..\_external\142\JsonSourceGenerationContext.JsonElement.g.cs"/>
<Compile Include="..\..\..\_external\143\JsonSourceGenerationContext.JsonObject.g.cs"/>
<Compile Include="..\..\..\_external\144\JsonSourceGenerationContext.Int32.g.cs"/>
<Compile Include="..\..\..\_external\145\JsonSourceGenerationContext.String.g.cs"/>
<Compile Include="..\..\..\_external\146\JsonSourceGenerationContext.StringArray.g.cs"/>
<Compile Include="..\..\..\_external\147\JsonSourceGenerationContext.g.cs"/>
<Compile Include="..\..\..\_external\148\JsonSourceGenerationContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\149\JsonSourceGenerationContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\150\AppHostListInfoSerializerContext.AppHostListInfo.g.cs"/>
<Compile Include="..\..\..\_external\151\AppHostListInfoSerializerContext.ListAppHostListInfo.g.cs"/>
<Compile Include="..\..\..\_external\152\AppHostListInfoSerializerContext.Int32.g.cs"/>
<Compile Include="..\..\..\_external\153\AppHostListInfoSerializerContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\_external\154\AppHostListInfoSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\_external\155\AppHostListInfoSerializerContext.g.cs"/>
<Compile Include="..\..\..\_external\156\AppHostListInfoSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\157\AppHostListInfoSerializerContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\158\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|