|
<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="Backchannel\AppHostBackchannel.cs"/>
<Compile Include="Backchannel\AppHostIncompatibleException.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="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\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="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="NuGet\IPackageMetaPrefetchingCommand.cs"/>
<Compile Include="NuGet\NuGetPackageCache.cs"/>
<Compile Include="NuGet\NuGetPackagePrefetcher.cs"/>
<Compile Include="Packaging\NuGetConfigMerger.cs"/>
<Compile Include="Packaging\NuGetConfigPrompter.cs"/>
<Compile Include="Packaging\PackageChannel.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\ConfigCommandStrings.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\NewCommandStrings.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="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\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="..\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs" Link="src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs"/>
<Compile Include="..\Shared\PackageUpdateHelpers.cs" Link="src\Shared\PackageUpdateHelpers.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\1b6e59be3dea4878a36b8ed6773e540e\Google.Protobuf.dll"/>
<ReferencePath Include="..\..\..\ref\f8e554ab0b214642b118ddee4aceb2e1\Grpc.Core.Api.dll"/>
<ReferencePath Include="..\..\..\ref\20efa7a6c1274b899aee97c1ff678990\Grpc.Net.Client.dll"/>
<ReferencePath Include="..\..\..\ref\af8a50a34a634c3882fd93c39156cb31\Grpc.Net.Common.dll"/>
<ReferencePath Include="..\..\..\ref\f6253195837544638159dcb2693e2d20\MessagePack.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\15081989df00476280039b290063e57d\MessagePack.dll"/>
<ReferencePath Include="..\..\..\ref\867e11253bcd4315a1c3b791a597f45c\Microsoft.CSharp.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\ad83c21287564a369a647da7a44a5154\Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="..\..\..\ref\4787822f29ac44c08feeda82757f8288\Microsoft.VisualBasic.dll"/>
<ReferencePath Include="..\..\..\ref\1ba430671e394281a1fd8b3da39b6053\Microsoft.VisualStudio.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\bfb993de1f8a4ae2b7818a1c1bb625ba\Microsoft.VisualStudio.Validation.dll"/>
<ReferencePath Include="..\..\..\ref\73847e5e6ddb43d2849f90740883e613\Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\49201839697549d98efc1602f40e5864\Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="..\..\..\ref\b374c1e2be6c45ab8aa2e5c9fbda586d\mscorlib.dll"/>
<ReferencePath Include="..\..\..\ref\117f9d860833433eac8b10f9f14211a3\Nerdbank.Streams.dll"/>
<ReferencePath Include="..\..\..\ref\bc9df3570fe04646a290c30aa0af86f2\netstandard.dll"/>
<ReferencePath Include="..\..\..\ref\00b3a5efdbc34c2f9c398fe4911d40e8\Newtonsoft.Json.dll"/>
<ReferencePath Include="..\..\..\ref\975cd5a0908e4a98932d759380784a49\OpenTelemetry.Api.dll"/>
<ReferencePath Include="..\..\..\ref\3638d9055b624dce86fc628aa6d0cae0\OpenTelemetry.Api.ProviderBuilderExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\1a6b0c8c5967483c8582d207ab3dbaf8\OpenTelemetry.dll"/>
<ReferencePath Include="..\..\..\ref\42be670040ef4112b138f362db33751a\OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/>
<ReferencePath Include="..\..\..\ref\37f13dbb502f4191877aca1f7b5282bd\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\e4e93a9ad4a3455db8a42cef696fb19b\System.AppContext.dll"/>
<ReferencePath Include="..\..\..\ref\af5f7c0b12854a38ba1b2a2c1751ea96\System.Buffers.dll"/>
<ReferencePath Include="..\..\..\ref\3a3d8c520487490cb340eeb52867e981\System.Collections.Concurrent.dll"/>
<ReferencePath Include="..\..\..\ref\5c7a7d2e5200409b8e425009832b6b31\System.Collections.dll"/>
<ReferencePath Include="..\..\..\ref\ce932b0236d44306bf0dc42b7c3102a5\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\ref\64fe783e724f46529e3ab67909afa52c\System.Collections.NonGeneric.dll"/>
<ReferencePath Include="..\..\..\ref\404fd5c61a54434c8cf423d390ed306c\System.Collections.Specialized.dll"/>
<ReferencePath Include="..\..\..\ref\da7fd53e5d8544029d8f79d4a420a645\System.CommandLine.dll"/>
<ReferencePath Include="..\..\..\ref\4703ba92913f47fa88f4a7128d26248b\System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="..\..\..\ref\db8ad2e6c5fb421288c19cb3c24b1232\System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="..\..\..\ref\e475d1ff93414f5eb8ae5891fba2662d\System.ComponentModel.dll"/>
<ReferencePath Include="..\..\..\ref\6ae4badc59254dfc95f91687e0d17cad\System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="..\..\..\ref\605911a8685b4afc99f23d8681918df2\System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\c6eebd785efe432da64172040cb91ee6\System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="..\..\..\ref\5a7c8db6c3a748caba791a86c7b2fd71\System.Configuration.dll"/>
<ReferencePath Include="..\..\..\ref\8690f9d3dc6f435eab725db225f92773\System.Console.dll"/>
<ReferencePath Include="..\..\..\ref\661aa8dc38d045d695c2a8adee1772c2\System.Core.dll"/>
<ReferencePath Include="..\..\..\ref\6cac654660e2420baa17393e0a947b47\System.Data.Common.dll"/>
<ReferencePath Include="..\..\..\ref\72d2d39f6f414151bf892d33f32bb624\System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\98ff4f487b564922bfce50bf9a8cef9a\System.Data.dll"/>
<ReferencePath Include="..\..\..\ref\8f5490043129477fa9a3888229a76f4c\System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="..\..\..\ref\d9d885484d244f49998b6a5cfda36dbd\System.Diagnostics.Debug.dll"/>
<ReferencePath Include="..\..\..\ref\5d99ff82802e4c7c97da18468f965c97\System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="..\..\..\ref\e86656adced04772b2a14dcec063e540\System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="..\..\..\ref\62dc92f82c01430d9ff15093cc9fd6b7\System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="..\..\..\ref\6a14bc7df614441b8192876749c08c76\System.Diagnostics.Process.dll"/>
<ReferencePath Include="..\..\..\ref\e32bc9be60984e1c807f8337af27fd62\System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="..\..\..\ref\9a1e41e48fb64b17a7aa86e35300b8a8\System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="..\..\..\ref\177b7d49bf9744fd8b884aa0f114d842\System.Diagnostics.Tools.dll"/>
<ReferencePath Include="..\..\..\ref\d4eebc8c54a24c678e6b5d227655f37a\System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="..\..\..\ref\0b4e651310c44745ab49a934804a2c90\System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="..\..\..\ref\52280a0b97d84eedba03ac6681757d6b\System.dll"/>
<ReferencePath Include="..\..\..\ref\af27149727594bf29f5fb08607a05b5b\System.Drawing.dll"/>
<ReferencePath Include="..\..\..\ref\5b7b7b6e159c4df29f1d79d51220eafa\System.Drawing.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\e6e8154dc46f4bf1a7391baede5b6f00\System.Dynamic.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\7dcc22be05a143df96e9c08cc5c55869\System.Formats.Asn1.dll"/>
<ReferencePath Include="..\..\..\ref\0b913adc5d0f492082ef66c76baa0698\System.Formats.Tar.dll"/>
<ReferencePath Include="..\..\..\ref\ef11946fcedb4c1a9a8d36712305c8ab\System.Globalization.Calendars.dll"/>
<ReferencePath Include="..\..\..\ref\2d2b3cbaab69471691ef58de85c9a9d9\System.Globalization.dll"/>
<ReferencePath Include="..\..\..\ref\1af002fc41864a0f92d2b756119f5d56\System.Globalization.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\e9e12841c57d4076a19b3dcba3a5ec3e\System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="..\..\..\ref\de02b4ef322b40bbbfed200d2c86b140\System.IO.Compression.dll"/>
<ReferencePath Include="..\..\..\ref\11ccd87b4f08400cb37731aff09940ef\System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\83ba80d72ab14f2bade1915aa7cb2f84\System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="..\..\..\ref\809de61e04e142aa9c5629960576a3c7\System.IO.dll"/>
<ReferencePath Include="..\..\..\ref\49b69b97f0bc4d28904937f918359d45\System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\90febb6425dd4a75a5ed657301c44c62\System.IO.FileSystem.dll"/>
<ReferencePath Include="..\..\..\ref\0cc205466ce84e3d87dfaeea6628395a\System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="..\..\..\ref\a8859073c42c4846b0d82a1f5fc57713\System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\cf74ac0659734ac1925b1e7bbef56a90\System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="..\..\..\ref\99192b22f3ae453897a949daff9ae6d4\System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="..\..\..\ref\2caa8b98bfbb439ea03b967e319d5149\System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="..\..\..\ref\7b99afef394144a1a3edbd144a08890b\System.IO.Pipelines.dll"/>
<ReferencePath Include="..\..\..\ref\78a033f3ec0a4b9c87d7a78522fdf9d2\System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\78abc298fdd04dfe84309238d15eb7d4\System.IO.Pipes.dll"/>
<ReferencePath Include="..\..\..\ref\c7f5418a43a942ab995101e631eee1aa\System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="..\..\..\ref\73e3bff63c5a4d1a9ac4761f01a6c4b2\System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="..\..\..\ref\e01c9d86326c4829bda06a2b3a23953a\System.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\ea255a4bd2864aa188a67240f21f39b5\System.Linq.Expressions.dll"/>
<ReferencePath Include="..\..\..\ref\fa59ba6b2bd9402095ebad78b7ba2bff\System.Linq.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\596da6e1cf5c4d0ba36f7ca05a4ff06d\System.Linq.Queryable.dll"/>
<ReferencePath Include="..\..\..\ref\21709bf674e449618f3bacc8b43b84b9\System.Memory.dll"/>
<ReferencePath Include="..\..\..\ref\8710cf42bb9c46af8391db277f95bd18\System.Net.dll"/>
<ReferencePath Include="..\..\..\ref\b64d4ca743e54297a20332710123b211\System.Net.Http.dll"/>
<ReferencePath Include="..\..\..\ref\2face182e0ac4cf4aabdf76200c08673\System.Net.Http.Json.dll"/>
<ReferencePath Include="..\..\..\ref\6906dd99ef314973a1e5d8208c3497e6\System.Net.HttpListener.dll"/>
<ReferencePath Include="..\..\..\ref\8aeefebabecb4112b00e83196ca2e6a3\System.Net.Mail.dll"/>
<ReferencePath Include="..\..\..\ref\b8d49b37d56a4d4c971cc6d5fdab6b94\System.Net.NameResolution.dll"/>
<ReferencePath Include="..\..\..\ref\e65374c7083141e59e0e4910337c56f9\System.Net.NetworkInformation.dll"/>
<ReferencePath Include="..\..\..\ref\b001e72592764a0ba2c69f77e965c2ce\System.Net.Ping.dll"/>
<ReferencePath Include="..\..\..\ref\71cef7a0e2fc412dad8948053ee94454\System.Net.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\b83f5b9f312b43d4a6470af60a4c233c\System.Net.Quic.dll"/>
<ReferencePath Include="..\..\..\ref\66602c13363c419eb92c833b7feb421a\System.Net.Requests.dll"/>
<ReferencePath Include="..\..\..\ref\d7c50d77abcf4749ae56b073ceff3f76\System.Net.Security.dll"/>
<ReferencePath Include="..\..\..\ref\c398131148684da99dd49d1c36f0f5e5\System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="..\..\..\ref\563c791167a4420a81ff6fa989565fb6\System.Net.ServicePoint.dll"/>
<ReferencePath Include="..\..\..\ref\707b498c2a5549e7802bf56182209a7d\System.Net.Sockets.dll"/>
<ReferencePath Include="..\..\..\ref\98cf46ba5ef9491682f5ea44fe5c91ea\System.Net.WebClient.dll"/>
<ReferencePath Include="..\..\..\ref\4dd58113026647a9b0e4d9e8a06613e4\System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="..\..\..\ref\89758b46460848b09adb3bf64c8f84a4\System.Net.WebProxy.dll"/>
<ReferencePath Include="..\..\..\ref\1931299df60e4614ba4b2a7b8fe0a8df\System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="..\..\..\ref\ca04a9664aa6492ba97a18c4eecb3cf7\System.Net.WebSockets.dll"/>
<ReferencePath Include="..\..\..\ref\9e90712720ac437aa0c03900dfa1a7b2\System.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\dcdfe3e5590143cd9bf1bd6c077f76fd\System.Numerics.Vectors.dll"/>
<ReferencePath Include="..\..\..\ref\05f07811da844d07b31a0fb67fa40cc9\System.ObjectModel.dll"/>
<ReferencePath Include="..\..\..\ref\3c4d1a4118914af69f3a9210bb46a297\System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="..\..\..\ref\2dcfd5f5a11746a39c9a4462b58329cc\System.Reflection.dll"/>
<ReferencePath Include="..\..\..\ref\c142a2f8cdd041f2be763b3fc75ec2d6\System.Reflection.Emit.dll"/>
<ReferencePath Include="..\..\..\ref\4c053f247f794a79a0968e02a24274d9\System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="..\..\..\ref\8277bd639789417c9fe3bd8c4e900103\System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="..\..\..\ref\3b209f366e6b457b90881945c3b5bd67\System.Reflection.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\682e7d09ee7045df848e6290cf1b06d6\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\ref\8c0d841ddd62460690bad0608a887956\System.Reflection.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\74053b29d1a148d399491195bf23c0ce\System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="..\..\..\ref\66a993c8d61444abb12b6e19fa7ec691\System.Resources.Reader.dll"/>
<ReferencePath Include="..\..\..\ref\454546915ac5458b86faded45ba545d8\System.Resources.ResourceManager.dll"/>
<ReferencePath Include="..\..\..\ref\06e8222361cf412989b47bdabb3eb107\System.Resources.Writer.dll"/>
<ReferencePath Include="..\..\..\ref\96575bd9dc634ea18e8237d9903c809f\System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="..\..\..\ref\364a16b3706b413d842458aa81af8ced\System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="..\..\..\ref\5878d76d3b81484eafbba90b77c960fe\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\ref\08f8ae6128b84134b280693f3f5c1dc8\System.Runtime.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\f78dbc173699489e831fe462a8839f0f\System.Runtime.Handles.dll"/>
<ReferencePath Include="..\..\..\ref\5e54b0a8a7754b3cabdaaefb974ea1bb\System.Runtime.InteropServices.dll"/>
<ReferencePath Include="..\..\..\ref\2b1f2314d8f34ecd87ff2d1574439add\System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="..\..\..\ref\9fd46346278c48649cb2a05bc2da4584\System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="..\..\..\ref\0e6f4408df86421cb2ab8b07b60232ff\System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="..\..\..\ref\c48feb7da3604781b8657cc56654f03c\System.Runtime.Loader.dll"/>
<ReferencePath Include="..\..\..\ref\34d24e6e44de438984e2ae69455eb550\System.Runtime.Numerics.dll"/>
<ReferencePath Include="..\..\..\ref\ab791343225f4b4eb8fe4bcd29980566\System.Runtime.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\875464ab8dc946638279f6168a57a091\System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="..\..\..\ref\ebedea3770134786a3ba1df3fc483aab\System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="..\..\..\ref\3f929c2373a04bd09bf19a1604179ec0\System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\c7e796c5b34d4f488405b62e5977b354\System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\4c8cfd1597c34f24895d282242dfbe09\System.Security.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\524f22fd10004dfaabf60c87b37d23f0\System.Security.Claims.dll"/>
<ReferencePath Include="..\..\..\ref\3cb9c40771444326bce4359736a5ea8c\System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="..\..\..\ref\f7970c7bb2f945fc8c7e9148a53e6b77\System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="..\..\..\ref\d73159a619094bb5934c42ee10bb463d\System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="..\..\..\ref\c83a8f63e3594756996a4036b42c8932\System.Security.Cryptography.dll"/>
<ReferencePath Include="..\..\..\ref\7c4599cbeda34f019bd6b18805dddb42\System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\04d3718a6a8a4f288524602eabce97bc\System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="..\..\..\ref\c588e78db41f46df90b60dd1e98da918\System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="..\..\..\ref\eb663773c0bc439884cdf1ab8d856d97\System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="..\..\..\ref\1690a45149994de79b8f7ec4fb9fe509\System.Security.dll"/>
<ReferencePath Include="..\..\..\ref\52363912bc3f40f1a2bef32dd9229d24\System.Security.Principal.dll"/>
<ReferencePath Include="..\..\..\ref\0e5963591b264de28eeae870f6108b8f\System.Security.Principal.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\aaaae0551aa24e29a945fbfee9f1c36b\System.Security.SecureString.dll"/>
<ReferencePath Include="..\..\..\ref\9ed71cae7e6a4ddba84cd5470a15e953\System.ServiceModel.Web.dll"/>
<ReferencePath Include="..\..\..\ref\449837fa47e84396aa078a81395295a3\System.ServiceProcess.dll"/>
<ReferencePath Include="..\..\..\ref\3fdf190032b942c3b68f2b1a28740176\System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="..\..\..\ref\ae9342b65f7d4b82a9da414db36c0557\System.Text.Encoding.dll"/>
<ReferencePath Include="..\..\..\ref\1c473924632d4879b09a3262f2cce99d\System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\c6563b99f350409db6feee187865aff3\System.Text.Encodings.Web.dll"/>
<ReferencePath Include="..\..\..\ref\ff35f0399fcd4d358292279e8f704fbe\System.Text.Json.dll"/>
<ReferencePath Include="..\..\..\ref\993d6d0e326e4754aba8e493be511344\System.Text.RegularExpressions.dll"/>
<ReferencePath Include="..\..\..\ref\99f95928add64d2484ecbc7e79fafb7c\System.Threading.AccessControl.dll"/>
<ReferencePath Include="..\..\..\ref\b617fb8c40ca4b0a939cb2d8522f4677\System.Threading.Channels.dll"/>
<ReferencePath Include="..\..\..\ref\b96105e2f28f4e059f2625b120b9ecd9\System.Threading.dll"/>
<ReferencePath Include="..\..\..\ref\24f108be37c24907b8dddf0401aa7c6c\System.Threading.Overlapped.dll"/>
<ReferencePath Include="..\..\..\ref\e4a6190eafee4f94bd0798df6d171ad4\System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="..\..\..\ref\0053d7213a3e42ba9eb2282ace8b8d03\System.Threading.Tasks.dll"/>
<ReferencePath Include="..\..\..\ref\8982fa2554664026ad6e11d7af95ccd6\System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="..\..\..\ref\d83388a402b1411bb4862707b1057b79\System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="..\..\..\ref\cd04a21983174566ac2c150cb2e3e4b4\System.Threading.Thread.dll"/>
<ReferencePath Include="..\..\..\ref\2acdc727eceb45e3b2e4f4d2f1b9191e\System.Threading.ThreadPool.dll"/>
<ReferencePath Include="..\..\..\ref\a22a2faaf026489aa27cf015a7e4df48\System.Threading.Timer.dll"/>
<ReferencePath Include="..\..\..\ref\5865edeb197d4bf2883cdb7ba232dab0\System.Transactions.dll"/>
<ReferencePath Include="..\..\..\ref\6160855ef7b448efb5b19bc175d94640\System.Transactions.Local.dll"/>
<ReferencePath Include="..\..\..\ref\15b359e05a6141fcab6ed6e4e8d28d75\System.ValueTuple.dll"/>
<ReferencePath Include="..\..\..\ref\05cd2034a38042be8a19c2a4a6c73a01\System.Web.dll"/>
<ReferencePath Include="..\..\..\ref\d52a14a879f34693b97edf14cacb1287\System.Web.HttpUtility.dll"/>
<ReferencePath Include="..\..\..\ref\db749dd71a184884b104eecdf5879d06\System.Windows.dll"/>
<ReferencePath Include="..\..\..\ref\1df45ecdc75949939b0322342a8a7707\System.Xml.dll"/>
<ReferencePath Include="..\..\..\ref\446e07fd459b40b99dc6d80741c905f9\System.Xml.Linq.dll"/>
<ReferencePath Include="..\..\..\ref\75f783c5599b4b53b41ef25b478a629c\System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="..\..\..\ref\109e013eb2814c65b5a178e6dc3e3438\System.Xml.Serialization.dll"/>
<ReferencePath Include="..\..\..\ref\c89b2ffb6a044f87b5d963ef4419830d\System.Xml.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\1d1c5320add24e50ade416d9b514a455\System.Xml.XmlDocument.dll"/>
<ReferencePath Include="..\..\..\ref\f70bf0da3ad44eae8e53779c5ed457f2\System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="..\..\..\ref\2fd491276e104ce198ddb8850b20e9bc\System.Xml.XPath.dll"/>
<ReferencePath Include="..\..\..\ref\45e9ae0dd644479d97bfed9008b33bed\System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="..\..\..\ref\b963c6eb8f294ed899f9cca5fea49793\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.BackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\5\BackchannelJsonSerializerContext.CommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\6\BackchannelJsonSerializerContext.DashboardUrlsState.g.cs"/>
<Compile Include="..\..\..\_external\7\BackchannelJsonSerializerContext.DisplayLineState.g.cs"/>
<Compile Include="..\..\..\_external\8\BackchannelJsonSerializerContext.EnvVar.g.cs"/>
<Compile Include="..\..\..\_external\9\BackchannelJsonSerializerContext.PublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\10\BackchannelJsonSerializerContext.PublishingActivityData.g.cs"/>
<Compile Include="..\..\..\_external\11\BackchannelJsonSerializerContext.PublishingPromptInput.g.cs"/>
<Compile Include="..\..\..\_external\12\BackchannelJsonSerializerContext.PublishingPromptInputAnswer.g.cs"/>
<Compile Include="..\..\..\_external\13\BackchannelJsonSerializerContext.PublishingPromptInputAnswerArray.g.cs"/>
<Compile Include="..\..\..\_external\14\BackchannelJsonSerializerContext.RpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\15\BackchannelJsonSerializerContext.AppHostProjectSearchResultPoco.g.cs"/>
<Compile Include="..\..\..\_external\16\BackchannelJsonSerializerContext.EventId.g.cs"/>
<Compile Include="..\..\..\_external\17\BackchannelJsonSerializerContext.LogLevel.g.cs"/>
<Compile Include="..\..\..\_external\18\BackchannelJsonSerializerContext.ValidationResult.g.cs"/>
<Compile Include="..\..\..\_external\19\BackchannelJsonSerializerContext.EnumeratorResultsBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\20\BackchannelJsonSerializerContext.EnumeratorResultsCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\21\BackchannelJsonSerializerContext.EnumeratorResultsPublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\22\BackchannelJsonSerializerContext.EnumeratorResultsRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\23\BackchannelJsonSerializerContext.RequestId.g.cs"/>
<Compile Include="..\..\..\_external\24\BackchannelJsonSerializerContext.IAsyncEnumerableBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\25\BackchannelJsonSerializerContext.IAsyncEnumerableCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\26\BackchannelJsonSerializerContext.IAsyncEnumerablePublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\27\BackchannelJsonSerializerContext.IAsyncEnumerableRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\28\BackchannelJsonSerializerContext.IEnumerableDisplayLineState.g.cs"/>
<Compile Include="..\..\..\_external\29\BackchannelJsonSerializerContext.IReadOnlyListBackchannelLogEntry.g.cs"/>
<Compile Include="..\..\..\_external\30\BackchannelJsonSerializerContext.IReadOnlyListCommandOutput.g.cs"/>
<Compile Include="..\..\..\_external\31\BackchannelJsonSerializerContext.IReadOnlyListPublishingActivity.g.cs"/>
<Compile Include="..\..\..\_external\32\BackchannelJsonSerializerContext.IReadOnlyListPublishingPromptInput.g.cs"/>
<Compile Include="..\..\..\_external\33\BackchannelJsonSerializerContext.IReadOnlyListRpcResourceState.g.cs"/>
<Compile Include="..\..\..\_external\34\BackchannelJsonSerializerContext.IReadOnlyListKeyValuePairStringString.g.cs"/>
<Compile Include="..\..\..\_external\35\BackchannelJsonSerializerContext.IReadOnlyListString.g.cs"/>
<Compile Include="..\..\..\_external\36\BackchannelJsonSerializerContext.KeyValuePairStringString.g.cs"/>
<Compile Include="..\..\..\_external\37\BackchannelJsonSerializerContext.ListEnvVar.g.cs"/>
<Compile Include="..\..\..\_external\38\BackchannelJsonSerializerContext.ListString.g.cs"/>
<Compile Include="..\..\..\_external\39\BackchannelJsonSerializerContext.DateTimeOffset.g.cs"/>
<Compile Include="..\..\..\_external\40\BackchannelJsonSerializerContext.NullableDateTimeOffset.g.cs"/>
<Compile Include="..\..\..\_external\41\BackchannelJsonSerializerContext.JsonElement.g.cs"/>
<Compile Include="..\..\..\_external\42\BackchannelJsonSerializerContext.Int32.g.cs"/>
<Compile Include="..\..\..\_external\43\BackchannelJsonSerializerContext.NullableInt32.g.cs"/>
<Compile Include="..\..\..\_external\44\BackchannelJsonSerializerContext.Int64.g.cs"/>
<Compile Include="..\..\..\_external\45\BackchannelJsonSerializerContext.NullableInt64.g.cs"/>
<Compile Include="..\..\..\_external\46\BackchannelJsonSerializerContext.String.g.cs"/>
<Compile Include="..\..\..\_external\47\BackchannelJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="..\..\..\_external\48\BackchannelJsonSerializerContext.g.cs"/>
<Compile Include="..\..\..\_external\49\BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\50\BackchannelJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\51\JsonSourceGenerationContext.CliSettings.g.cs"/>
<Compile Include="..\..\..\_external\52\JsonSourceGenerationContext.JsonObject.g.cs"/>
<Compile Include="..\..\..\_external\53\JsonSourceGenerationContext.String.g.cs"/>
<Compile Include="..\..\..\_external\54\JsonSourceGenerationContext.g.cs"/>
<Compile Include="..\..\..\_external\55\JsonSourceGenerationContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="..\..\..\_external\56\JsonSourceGenerationContext.PropertyNames.g.cs"/>
<Compile Include="..\..\..\_external\57\RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|