|
<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.25509.1\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="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\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\PublishCommand.cs"/>
<Compile Include="Commands\RootCommand.cs"/>
<Compile Include="Commands\RunCommand.cs"/>
<Compile Include="Commands\TemplateCommand.cs"/>
<Compile Include="Commands\UpdateCommand.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\ExecuteResourceCommandTool.cs"/>
<Compile Include="Mcp\GetIntegrationDocsTool.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\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\FallbackProjectParser.cs"/>
<Compile Include="Projects\ProjectLocator.cs"/>
<Compile Include="Projects\ProjectUpdater.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\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\PublishCommandStrings.Designer.cs"/>
<Compile Include="Resources\RootCommandStrings.Designer.cs"/>
<Compile Include="Resources\RunCommandStrings.Designer.cs"/>
<Compile Include="Resources\TemplatingStrings.Designer.cs"/>
<Compile Include="Resources\UpdateCommandStrings.Designer.cs"/>
<Compile Include="Resources\VsCodeAgentEnvironmentScannerStrings.Designer.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\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="..\Shared\PackageUpdateHelpers.cs" Link="src\Shared\PackageUpdateHelpers.cs"/>
<Compile Include="..\Shared\PathLookupHelper.cs" Link="src\Shared\PathLookupHelper.cs"/>
<Compile Include="..\Shared\Mcp\McpIconHelper.cs" Link="src\Shared\Mcp\McpIconHelper.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\f6253195837544638159dcb2693e2d20\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\15081989df00476280039b290063e57d\MessagePack.dll"/>
<ReferencePath Include="..\..\..\ref\32393af36d684ebea50805c1416f4e49\Microsoft.CSharp.dll"/>
<ReferencePath Include="..\..\..\ref\fcbf330c2c0e4f94a106df99a3a4fcb3\Microsoft.Extensions.AI.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\4a2c762b863f4c8da9d3275cb0e7fb22\Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\833ee4e753164bb192e92d7afcbe1f7c\Microsoft.Extensions.Caching.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\722c5be6382f41688256929f60195742\Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\0fb65a8c007a44da8457ec4914c95950\Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="..\..\..\ref\98df1b14673740b4a21922704f4fa20e\Microsoft.Extensions.Configuration.CommandLine.dll"/>
<ReferencePath Include="..\..\..\ref\4833db67fbfb4c90a2b241a4af8ebe8d\Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\7496fd20a2c7441087bb194b0768c329\Microsoft.Extensions.Configuration.EnvironmentVariables.dll"/>
<ReferencePath Include="..\..\..\ref\809d0cb2323e46be8ff53b2150307a92\Microsoft.Extensions.Configuration.FileExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\eff8e3021ec0402e8195b600d66a9043\Microsoft.Extensions.Configuration.Json.dll"/>
<ReferencePath Include="..\..\..\ref\0001ae61c8d846099f0afdf379e6abb4\Microsoft.Extensions.Configuration.UserSecrets.dll"/>
<ReferencePath Include="..\..\..\ref\b497fffbfe7f4dedb3ca68d87363a891\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\7ee6121ab19b475cafdd29d2e8ae140a\Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="..\..\..\ref\b499ff980917487c8c3e960a390af617\Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\d3336566e06a47888c74975d4abaaa49\Microsoft.Extensions.Diagnostics.dll"/>
<ReferencePath Include="..\..\..\ref\e7d88815c7bb476bbf23774ebee6ecee\Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\9ea526e479b74755a98f9226b7989998\Microsoft.Extensions.FileProviders.Physical.dll"/>
<ReferencePath Include="..\..\..\ref\a795ec39e50e45bebfd76990ea436c22\Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="..\..\..\ref\f80fef72e01143be89b0e1d754a76e53\Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\0152bc01de4544bd9ffb0e29e1b8a605\Microsoft.Extensions.Hosting.dll"/>
<ReferencePath Include="..\..\..\ref\674e8b4f88184873a15d74ce16710b82\Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="..\..\..\ref\207fcbbcd13f417a8094e097a5eb43e2\Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\bc42cacea8a249c19709e2ed966f4ec8\Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="..\..\..\ref\0010d2dc842444ef93c8361070b36884\Microsoft.Extensions.Logging.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\9a6d82cbb2894633af0559900a71cda2\Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="..\..\..\ref\ecfc9ce76632469d984b1363425c2237\Microsoft.Extensions.Logging.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\e2acf86dc01a41b69598fa18859a8294\Microsoft.Extensions.Logging.EventSource.dll"/>
<ReferencePath Include="..\..\..\ref\710cba45ddc3451c883b24c93596c373\Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\d7503222ecd04fdb92808ebc0fdb9332\Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="..\..\..\ref\02251bb322154b77b5a0f1e67f7ba93c\Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\59a860276fdc42b1a2a72fc160cb8b64\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\ref\7b2020036bb449e089f125b6e6f70b21\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\ref\1ba430671e394281a1fd8b3da39b6053\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\ref\deda420f12ff4e0186c149e9e576569a\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\02656b3afb624244a09fcbce6ddca590\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\ref\b81c01c53dc94b30a0253f8c1fe4c46e\ModelContextProtocol.Core.dll"/>
<ReferencePath Include="..\..\..\ref\d89ed724f7fc4cf887b135500b923af7\ModelContextProtocol.dll"/>
<ReferencePath Include="..\..\..\ref\16284b5bb74446d9b21516bc39a52118\mscorlib.dll"/>
<ReferencePath Include="..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\ref\12969edaa3ce41a99cf3cd318408c87a\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\565d614d1e494507a19138c02587b0ff\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\ref\6ac1d970ab32485997375964180bb0e9\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\ref\19b21fed19dd4d08a9a77a2db34460df\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\ref\3d911a76d7104312a2287d52e4ea08a2\System.Collections.dll"/>
<ReferencePath Include="..\..\..\ref\f127a401beac4867b8f7fdbae7a093f0\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\ref\f6ae68fb80264a6a9ea13c25a9b81d67\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\ref\c036fc64f8504c438ba38f853b6e08c8\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\ref\da7fd53e5d8544029d8f79d4a420a645\System.CommandLine.dll"/>
<ReferencePath Include="..\..\..\ref\3892046cacbf4dd281f04e4a300075a6\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\1addadce1bd240f2b671b6d892bd047f\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\ref\5a27cd95067e4e02b93636355db18e6b\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\ref\926abe94df894926aa93cc4436397d3b\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\ref\ef6768e71ea04ec6a8da4cd7d664f004\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\309b24c8ccce48fe8dc705d081f19a05\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\ref\e9d2542971ed4d26aee9b452b9dcf094\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\610c920d4ead4a5383016370f496a00b\System.Console.dll"/>
<ReferencePath Include="..\..\..\ref\d60f17a65d1646ac8945d9cf5bcc391b\System.Core.dll"/>
<ReferencePath Include="..\..\..\ref\410363c3815a4e9a9fe6932d239116f4\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\ref\3edbed7f5f9c4ec99a4972cfbd8918a4\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\003f750046ad477f85cb7d130c2bf709\System.Data.dll"/>
<ReferencePath Include="..\..\..\ref\281831f0b09f44bf8850bc695e9c417b\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\ref\0dd33446ce0945a88894ff166a21a2f7\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\0ade705406214c81a921b2d6c73863a2\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\ref\e86656adced04772b2a14dcec063e540\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\591d7716cf0e4e59af5985193dcf5d3f\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\ref\e9c429303f084ec1ad11232f3426b873\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\ref\14c6b26519c04ae7ae7c78c6ca1d3978\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\ref\583720cbf7ac4d8e8f7081d75f6f3dd9\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\ref\d14607aeeaa34c118c89aeb4dd907b58\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\ref\ea4d6cf07b4b4201bbdad1a7d5f6bc73\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\ref\7054ebb779214ad687429e248e87f3a2\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\ref\4544ba8414a6488095e94b2473ff0597\System.dll"/>
<ReferencePath Include="..\..\..\ref\b8ddad214f9f428ca10320fafa31041d\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\ref\c480bb994ffe424e86a9e633753d6ff8\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\d668aebe9f564e1a9086f91190c8ebf7\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\9dccca174fa447579656cd2d4431a644\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\ref\3a1d638dc5794b17a68a7ba75f6f1a22\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\ref\8bf3e797a48347809075513fcbce22f2\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\ref\a1e8209d592e4c30a6390546c9637047\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\ref\7867e039f1ee46babef1b52bd656ffb4\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\477a250c4101479896633f828664e122\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\ref\3799d4e5bf4c4ae5bf5d40e09dc73212\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\ref\0f49e76ed0604b669774bc39d092abb5\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\fcc2bee17a53433cb63a66ea58ca6c2f\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\ref\6a465b4a80bb4d19abfe4cc48894888c\System.IO.dll"/>
<ReferencePath Include="..\..\..\ref\b755d3b4555f4d548e6b6b8de2fb2304\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\98d72d4f7c264802b4de61a197179924\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\43f2b919f0be418dad604769f39a1e3b\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\ref\c7c619fb75fc44d896e989e62b83f950\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\580e750b3fef4927a9a1d654ee002291\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\ref\647ab339308542699d2a2da6f78e423a\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\ref\9f477184f0c04c4aaadb1391072ebbce\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\ref\aff6bae66af949928f65bb5894fd37be\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\ref\f9920dd84b064a7abcd97ee2c8b3ab71\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\833d0ab8147046f5870dcfc87d830bff\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\ref\c287274e98d64eda8fbb4da6b23c2dfd\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\ref\94efbbe7eca943f1b6b60dafb7e9ca9a\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\ref\4d133cc1687b4ede9a6873564e623dd8\System.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\43c4d142fef74aaabc44a4952862a3b9\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\ref\f7b77bc04f15469f995057937dac3844\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\d3b2824c94e74a83a23e3aaf3b5f57b5\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\ref\ac0f056890f44b95aedf0fc23feeeca4\System.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\b5bf7f16e4464bf3966108610546c985\System.Net.dll"/>
<ReferencePath Include="..\..\..\ref\d5cfdcff564b421d9b6b2e2ce5630b85\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\ref\c8858c679105490895155018c1733446\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\ref\ea533dbb89b04a528ff490415eed5bf6\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\ref\d049555c5c5643ef90d7fe35b0d5dba3\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\ref\1b85930b85e7499fb973517a6a343a63\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\ref\8c149f0b7d3646b8bda0925336cf3898\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\ref\37f49ee0349e48c889026ce918c93d1a\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\ref\f2024ad4e1164722b7c8a77a1bce9970\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\5695054501414066bfac3d997bd0d25e\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\ref\bdd5952d4af447fa856ef7287e022aae\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\ref\f813866904134b409831a71b98034441\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\ref\0068d54e128d4388961d53bcadaeaa0e\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\ref\97e1bef9f4b64fea822368797c841216\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\ref\9f823f58ae7545e68ca9ec003d787604\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\ref\314074af88bb4cbfbc4b3207af9eb419\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\ref\2086eab4e39749bda675e327b3ce05d3\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\ref\e5a6df3b66bd4a67bfcf21a1fc1f6f59\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\ref\32da8ce19c6044778f9f54f48f628697\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\ref\65e8ac614d0049759f6a687a6b4d935e\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\ref\c7f0e1a144ca4f00be71829227f6f2ff\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\9feb82ff9f524da485ed155501e8187d\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\ref\56abf12aad9343a89f6232a7ebaf1c54\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\ref\cc02a2b4a0c84a239b5408c0dde17f12\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\ref\0639e2133dc44b5aa65a78e6021e468b\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\ref\1380ee3a4bd546bf94567835eb8472a2\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\ref\1ebfd30bcbe3409b8a4924cc3b54079e\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\ref\01e1ec97083b43e8bafa3a4ead77f15a\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\ref\fca3895e013a45168e993a62bc1300cb\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\80b7f04037404727a4fcb568c168fb82\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\ref\edcb3b84c7e945e5b89c68fc55d0b310\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\5951bc9beda3402f94411dbe6d03bcb0\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\9a9ab30f0df24ce08f9c9eac251209b5\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\ref\5a2c9855a6684768abf4255abf76da1b\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\ref\eb34d5eb63c24a1bb5e18bc0225af089\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\ref\257b6504b7894d04b5ebc13abdadeb18\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\ref\79f21eb1b5bd4a9fb570e96a58c69f82\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\ref\b832f0c84d8f4194ba80da6636282d1b\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\1401716c3b52472589ae2ae03e7a4d9b\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\737f6d574d6b4734bc11ac61553f1dab\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\ref\89eda29873ef4224813749178ca9d9ea\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\ref\70b887f8e5e54e14848abf6079e0276a\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\ref\69e5c5a24ef24a17aa100dccf3f96452\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\ref\4216958b28d74315afb494a5964694eb\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\ref\9be79b8863404fb8980fd3b857be5079\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\ref\cd1f7112105440699a857211b72268c7\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\3257bb0ccbee4db495c1a45e5c68f05d\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\2dc0df27a10243b197febd4277d1d1a1\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\ref\a92e2e8a8c9149728c325dbcb6b0195f\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\ref\3a4ef91c27eb4b85b5ccac1bf557a127\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\83556ada8df64ccd94b5dcfa752409be\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\6b424d72a4fc486ab4df1f933007d40d\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\e1d6c9b6eb134fb9baf62b797b80ca44\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\ref\c6e0ce79ce6846afb284473ad7a4ee73\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\ref\390b0d4194414f46a4f5cbc71d3b4bd9\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\ref\9fbcf9b738434162b3a479a5654d344b\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\ref\d8a9a58eaf344f73915b6dbd432b9afd\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\ref\7961a3666d824658b6de35724d0b07c9\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\2f2d5f9e9b4c457d905a2734eae65d81\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\ref\71979293449743568162f8b2bd4105f2\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\7a64b48b9751451eb55b71835c0d369d\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\ref\4d89f68c35a1472eb126b01ad1b54920\System.Security.dll"/>
<ReferencePath Include="..\..\..\ref\1d9fc9cc3db041e49054a4105b4cd541\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\ref\3787e0ee36df445a86aa21721e5c46a2\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\fd89391f6fb940179603bc3eda21012c\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\ref\6230ae53158e4932a45308c1b65b80a5\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\ref\d5536be7b7ec4ab4bc5d3a2c5ef3d70c\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\ref\cc4da6625ee84344909ab0a4df16974c\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\ref\7c0c482d711e4455889ffa7ffc697df9\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\b3ef1f138e1741d1a9368f48bbf076c4\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\358e284df71a41d182b286594ad0b356\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\ref\e44de2c1604b47d08a177f6db6fe2656\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\ref\a74305eee58246fb823cf5e91c5d654f\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\ref\dd1eb15822444cab9009d0776e3563aa\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\a46ff206ed7a4da4993e42cb13b35b2c\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\ref\7237efef54a246f89c9fc937435faf38\System.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\850c9108515643e480f698e53d419e91\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\ref\eed3255ee8d141c4b34a439dbe3889b9\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\ref\25ab64b568614c27a8cf200387d64f8d\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\ref\0559d4a08d5644b9ad68015495ba4ce3\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\617ad7b7daa84e5f9ff2189cbeaae820\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\a4bfc8531df84d29a77d1df0b47f1e45\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\ref\e9530d23f7774324bfea66c6bcab289b\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\ref\ad0729999b164e46bafdb2a432952616\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\ref\89d239e48b5f424faac98fae33b74952\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\ref\1444272b9dd2480cb84acfac6422926c\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\ref\7ba23e80a9654c2c94854dc37d335fd1\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\ref\591cb6e1116e4ec5862e422b412948f1\System.Web.dll"/>
<ReferencePath Include="..\..\..\ref\3d0ff7255447490daa94d302d28d7ab7\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\ref\2c9f1f7cd6c449989f9c5275c3b63cad\System.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\68a7b1d4bf484e75866c2c5dfb7b4f39\System.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\f13f052817d54c4f8c2e1f31410311f9\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\47eb25b765894321bf55b88e36f6ed2c\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\ref\9d61fac0f8fd4869a77c8b724e8c56ad\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\e50a2380bcf44d23989a4960d77d8aeb\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\9b8101c792d54e74b81acd7ad148ff50\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\ref\ca5ad45313ec46b995f043964243d572\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\ref\ebce1413a53f467492f406d2dce80dd4\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\ref\d404b08799284c7c920fb384787b4009\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\d83115df3ceb4c5dbfd9214f222a72ac\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.RpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\17\BackchannelJsonSerializerContext.AppHostProjectSearchResultPoco.g.cs"/>
<Compile Include="..\..\..\_external\18\BackchannelJsonSerializerContext.EventId.g.cs"/>
<Compile Include="..\..\..\_external\19\BackchannelJsonSerializerContext.LogLevel.g.cs"/>
<Compile Include="..\..\..\_external\20\BackchannelJsonSerializerContext.ValidationResult.g.cs"/>
<Compile Include="..\..\..\_external\21\BackchannelJsonSerializerContext.EnumeratorResultsBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\22\BackchannelJsonSerializerContext.EnumeratorResultsCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\23\BackchannelJsonSerializerContext.EnumeratorResultsPublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\24\BackchannelJsonSerializerContext.EnumeratorResultsRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\25\BackchannelJsonSerializerContext.RequestId.g.cs"/>
<Compile Include="..\..\..\_external\26\BackchannelJsonSerializerContext.IAsyncEnumerableBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\27\BackchannelJsonSerializerContext.IAsyncEnumerableCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\28\BackchannelJsonSerializerContext.IAsyncEnumerablePublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\29\BackchannelJsonSerializerContext.IAsyncEnumerableRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\30\BackchannelJsonSerializerContext.IEnumerableDisplayLineState.g.cs"/>
<Compile Include="..\..\..\_external\31\BackchannelJsonSerializerContext.IReadOnlyListBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\32\BackchannelJsonSerializerContext.IReadOnlyListCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\33\BackchannelJsonSerializerContext.IReadOnlyListPublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\34\BackchannelJsonSerializerContext.IReadOnlyListPublishingPromptInput.g.cs"/>
<Compile Include="..\..\..\_external\35\BackchannelJsonSerializerContext.IReadOnlyListRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\36\BackchannelJsonSerializerContext.IReadOnlyListKeyValuePairStringString.g.cs"/>
<Compile Include="..\..\..\_external\37\BackchannelJsonSerializerContext.IReadOnlyListString.g.cs"/>
<Compile Include="..\..\..\_external\38\BackchannelJsonSerializerContext.KeyValuePairStringString.g.cs"/>
<Compile Include="..\..\..\_external\39\BackchannelJsonSerializerContext.ListEnvVar.g.cs"/>
<Compile Include="..\..\..\_external\40\BackchannelJsonSerializerContext.ListString.g.cs"/>
<Compile Include="..\..\..\_external\41\BackchannelJsonSerializerContext.DateTimeOffset.g.cs"/>
<Compile Include="..\..\..\_external\42\BackchannelJsonSerializerContext.NullableDateTimeOffset.g.cs"/>
<Compile Include="..\..\..\_external\43\BackchannelJsonSerializerContext.JsonElement.g.cs"/>
<Compile Include="..\..\..\_external\44\BackchannelJsonSerializerContext.Int32.g.cs"/>
<Compile Include="..\..\..\_external\45\BackchannelJsonSerializerContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\_external\46\BackchannelJsonSerializerContext.Int64.g.cs"/>
<Compile Include="..\..\..\_external\47\BackchannelJsonSerializerContext.NullableInt64.g.cs"/>
<Compile Include="..\..\..\_external\48\BackchannelJsonSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\_external\49\BackchannelJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="..\..\..\_external\50\BackchannelJsonSerializerContext.g.cs"/>
<Compile Include="..\..\..\_external\51\BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\52\BackchannelJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\53\JsonSourceGenerationContext.CliSettings.g.cs"/>
<Compile Include="..\..\..\_external\54\JsonSourceGenerationContext.Integration.g.cs"/>
<Compile Include="..\..\..\_external\55\JsonSourceGenerationContext.ListIntegrationsResponse.g.cs"/>
<Compile Include="..\..\..\_external\56\JsonSourceGenerationContext.ListIntegration.g.cs"/>
<Compile Include="..\..\..\_external\57\JsonSourceGenerationContext.JsonObject.g.cs"/>
<Compile Include="..\..\..\_external\58\JsonSourceGenerationContext.String.g.cs"/>
<Compile Include="..\..\..\_external\59\JsonSourceGenerationContext.g.cs"/>
<Compile Include="..\..\..\_external\60\JsonSourceGenerationContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\61\JsonSourceGenerationContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\62\AppHostListInfoSerializerContext.AppHostListInfo.g.cs"/>
<Compile Include="..\..\..\_external\63\AppHostListInfoSerializerContext.ListAppHostListInfo.g.cs"/>
<Compile Include="..\..\..\_external\64\AppHostListInfoSerializerContext.Int32.g.cs"/>
<Compile Include="..\..\..\_external\65\AppHostListInfoSerializerContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\_external\66\AppHostListInfoSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\_external\67\AppHostListInfoSerializerContext.g.cs"/>
<Compile Include="..\..\..\_external\68\AppHostListInfoSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\69\AppHostListInfoSerializerContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\70\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|