|
<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>NuGet.CommandLine.XPlat</AssemblyName>
<PublicSign>true</PublicSign>
<KeyOriginatorFile>../../../keys/35MSSharedLib1024.snk</KeyOriginatorFile>
<LangVersion>Latest</LangVersion>
<DefineConstants>TRACE;TRACE;IS_CORECLR;RELEASE;NET;NET11_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;NET11_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="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/AnsiConsole.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/AnsiConsole.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandArgument.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandArgument.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandLineApplication.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandLineApplication.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandOption.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandOption.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandOptionType.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandOptionType.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandParsingException.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/CommandLine/CommandParsingException.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/Utilities/ArgumentEscaper.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/Utilities/ArgumentEscaper.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/Utilities/DotNetMuxer.cs" Link="src/nuget-client/artifacts/.packages/microsoft.extensions.commandlineutils.sources/3.0.0-preview6.19253.5/contentFiles/cs/netstandard1.0/shared/Utilities/DotNetMuxer.cs"/>
<Compile Include="Commands/CommandConstants.cs"/>
<Compile Include="Commands/CommandParsers.cs"/>
<Compile Include="Commands/CommonOptions.cs"/>
<Compile Include="Commands/ConfigCommands/ConfigArgs.cs"/>
<Compile Include="Commands/ConfigCommands/ConfigCommand.cs"/>
<Compile Include="Commands/ConfigCommands/ConfigRunners.cs"/>
<Compile Include="Commands/DeleteCommand.cs"/>
<Compile Include="Commands/DocumentedCommand.cs"/>
<Compile Include="Commands/LocalsCommand.cs"/>
<Compile Include="Commands/Package/Download/PackageDownloadArgs.cs"/>
<Compile Include="Commands/Package/Download/PackageDownloadCommand.cs"/>
<Compile Include="Commands/Package/Download/PackageDownloadRunner.cs"/>
<Compile Include="Commands/Package/PackageWithNuGetVersion.cs"/>
<Compile Include="Commands/Package/PackageWithVersionRange.cs"/>
<Compile Include="Commands/Package/Update/IPackageUpdateIO.cs"/>
<Compile Include="Commands/Package/Update/PackageUpdateArgs.cs"/>
<Compile Include="Commands/Package/Update/PackageUpdateCommand.cs"/>
<Compile Include="Commands/Package/Update/PackageUpdateCommandRunner.cs"/>
<Compile Include="Commands/Package/Update/PackageUpdateIO.cs"/>
<Compile Include="Commands/PackageReferenceCommands/AddPackageReferenceCommand.cs"/>
<Compile Include="Commands/PackageReferenceCommands/AddPackageReferenceCommandRunner.cs"/>
<Compile Include="Commands/PackageReferenceCommands/IPackageReferenceCommandRunner.cs"/>
<Compile Include="Commands/PackageReferenceCommands/ListPackage/FrameworkPackages.cs"/>
<Compile Include="Commands/PackageReferenceCommands/ListPackage/IListPackageCommandRunner.cs"/>
<Compile Include="Commands/PackageReferenceCommands/ListPackage/InstalledPackageReference.cs"/>
<Compile Include="Commands/PackageReferenceCommands/ListPackage/ListPackageArgs.cs"/>
<Compile Include="Commands/PackageReferenceCommands/ListPackage/ListPackageCommand.cs"/>
<Compile Include="Commands/PackageReferenceCommands/ListPackage/ListPackageCommandRunner.cs"/>
<Compile Include="Commands/PackageReferenceCommands/ListPackage/ReportType.cs"/>
<Compile Include="Commands/PackageReferenceCommands/PackageReferenceArgs.cs"/>
<Compile Include="Commands/PackageReferenceCommands/RemovePackageReferenceCommand.cs"/>
<Compile Include="Commands/PackageReferenceCommands/RemovePackageReferenceCommandRunner.cs"/>
<Compile Include="Commands/PackageSearch/IPackageSearchResultRenderer.cs"/>
<Compile Include="Commands/PackageSearch/JsonFormat/PackageSearchJsonContext.cs"/>
<Compile Include="Commands/PackageSearch/JsonFormat/PackageSearchMainOutput.cs"/>
<Compile Include="Commands/PackageSearch/JsonFormat/PackageSearchProblem.cs"/>
<Compile Include="Commands/PackageSearch/JsonFormat/PackageSearchResult.cs"/>
<Compile Include="Commands/PackageSearch/JsonFormat/SearchResultPackagesConverter.cs"/>
<Compile Include="Commands/PackageSearch/PackageSearchArgs.cs"/>
<Compile Include="Commands/PackageSearch/PackageSearchCommand.cs"/>
<Compile Include="Commands/PackageSearch/PackageSearchResultJsonRenderer.cs"/>
<Compile Include="Commands/PackageSearch/PackageSearchResultTableRenderer.cs"/>
<Compile Include="Commands/PackageSearch/PackageSearchRunner.cs"/>
<Compile Include="Commands/PackageSearch/Table.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/DetailedTableFormatStrategy.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/ExactDetailedTableFormatStrategy.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/ExactMinimalTableFormatStrategy.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/ExactNormalTableFormatStrategy.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/ITableFormatStrategy.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/MinimalTableFormatStrategy.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/NormalTableFormatStrategy.cs"/>
<Compile Include="Commands/PackageSearch/TableFormat/TableFormatStrategyFactory.cs"/>
<Compile Include="Commands/PushCommand.cs"/>
<Compile Include="Commands/Signing/SignCommand.cs"/>
<Compile Include="Commands/Signing/TrustedSignersCommand.cs"/>
<Compile Include="Commands/Signing/VerifyCommand.cs"/>
<Compile Include="Commands/VerbosityEnum.cs"/>
<Compile Include="Commands/Verbs.cs"/>
<Compile Include="Commands/Why/DependencyGraphFinder.cs"/>
<Compile Include="Commands/Why/DependencyGraphPrinter.cs"/>
<Compile Include="Commands/Why/DependencyNode.cs"/>
<Compile Include="Commands/Why/DotnetVersionChecker.cs"/>
<Compile Include="Commands/Why/IDotnetVersionChecker.cs"/>
<Compile Include="Commands/Why/WhyCommand.cs"/>
<Compile Include="Commands/Why/WhyCommandArgs.cs"/>
<Compile Include="Commands/Why/WhyCommandRunner.cs"/>
<Compile Include="Enums/PackageSearchFormat.cs"/>
<Compile Include="Enums/PackageSearchProblemType.cs"/>
<Compile Include="Enums/PackageSearchVerbosity.cs"/>
<Compile Include="Enums/TrustCommand.cs"/>
<Compile Include="ExitCodes.cs"/>
<Compile Include="GlobalSuppressions.cs"/>
<Compile Include="IVirtualProjectBuilder.cs"/>
<Compile Include="ListPackage/IReportRenderer.cs"/>
<Compile Include="ListPackage/ListPackageConsoleRenderer.cs"/>
<Compile Include="ListPackage/ListPackageJsonRenderer.cs"/>
<Compile Include="ListPackage/ListPackageProjectModel.cs"/>
<Compile Include="ListPackage/ListPackageReportFrameworkPackage.cs"/>
<Compile Include="ListPackage/ListPackageReportModel.cs"/>
<Compile Include="ListPackage/ListReportPackage.cs"/>
<Compile Include="ListPackage/ProblemType.cs"/>
<Compile Include="ListPackage/ReportOutputFormat.cs"/>
<Compile Include="ListPackage/ReportProblem.cs"/>
<Compile Include="Messages.cs"/>
<Compile Include="NuGetCommands.cs"/>
<Compile Include="Program.cs"/>
<Compile Include="Strings.Designer.cs"/>
<Compile Include="UILanguageOverride.cs"/>
<Compile Include="Utility/AddPackageCommandUtility.cs"/>
<Compile Include="Utility/CommandLineUtility.cs"/>
<Compile Include="Utility/CommandOutputLogger.cs"/>
<Compile Include="Utility/FormattedCell.cs"/>
<Compile Include="Utility/HttpSourcesUtility.cs"/>
<Compile Include="Utility/ILoggerWithColor.cs"/>
<Compile Include="Utility/ListPackageHelper.cs"/>
<Compile Include="Utility/MSBuildAPIUtility.cs"/>
<Compile Include="Utility/ProjectPackagesPrintUtility.cs"/>
<Compile Include="Utility/RemappedLevelLogger.cs"/>
<Compile Include="Utility/TableParser.cs"/>
<Compile Include="Utility/XPlatUtility.cs"/>
<Compile Include="../../../build/Shared/HashCodeCombiner.cs" Link="src/nuget-client/build/Shared/HashCodeCombiner.cs"/>
<Compile Include="../../../build/Shared/NoAllocEnumerateExtensions.cs" Link="src/nuget-client/build/Shared/NoAllocEnumerateExtensions.cs"/>
<Compile Include="../../../build/Shared/SharedExtensions.cs" Link="src/nuget-client/build/Shared/SharedExtensions.cs"/>
<Compile Include="../../../build/Shared/TaskResult.cs" Link="src/nuget-client/build/Shared/TaskResult.cs"/>
<Compile Include="../../../artifacts/NuGet.CommandLine.XPlat/obj/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/nuget-client/artifacts/NuGet.CommandLine.XPlat/obj/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../artifacts/NuGet.CommandLine.XPlat/obj/Release/net11.0/NuGet.CommandLine.XPlat.AssemblyInfo.cs" Link="src/nuget-client/artifacts/NuGet.CommandLine.XPlat/obj/Release/net11.0/NuGet.CommandLine.XPlat.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../ref/57a387924e784c80875d871bf4a5a367/Microsoft.Build.dll"/>
<ReferencePath Include="../../../../../ref/f291ee89207e4e749937c9afb786add1/Microsoft.Build.Framework.dll"/>
<ReferencePath Include="../../../../../ref/38daea2aaefd4134a2a71773711c7c78/Microsoft.CSharp.dll"/>
<ReferencePath Include="../../../../../ref/e9e64a96a34b4a4387a3c40a23437354/Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/558c68e30ba6483196cd2e08d3be7390/Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/4749c2d5eae34599b56cef27c878804c/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/1bd9649b68a54598a4ecc4095ab86ed2/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/bccb31b6fd234273a5f827d035100d59/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/37299b49bf1a4ec0924e610c645fdf35/Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="../../../../../ref/65eb34f837504655b4ecce714c9e0da9/Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/9512da011d2047f3b689612d4acb601e/Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/224b269b077145a2a78992d8fa08bb03/Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="../../../../../ref/b9a825b301c54a948a2e62c4c10b5b49/Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/df219c70052f4845927747b0c81a6163/Microsoft.NET.StringTools.dll"/>
<ReferencePath Include="../../../../../ref/3cab053a248c4bdc95cae7401236eb1c/Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="../../../../../ref/b00f1dd3e0614ce49ad9cc8df883f891/Microsoft.VisualBasic.dll"/>
<ReferencePath Include="../../../../../ref/36b48c32219140849f49397068864a0c/Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/37a0d38139e142969900d02c44adb2fe/Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="../../../../../ref/8c84461e29a4467ab41e785c97289c6d/mscorlib.dll"/>
<ReferencePath Include="../../../../../ref/62bcb62eb4d04e7783759b047b853341/netstandard.dll"/>
<ReferencePath Include="../../../../../ref/f81c0d41f5994bcfa8b07ca55dafa486/Newtonsoft.Json.dll"/>
<ReferencePath Include="../../../../../ref/bbc3f8814bb4422297a3a409ec44572e/NuGet.Commands.dll"/>
<ReferencePath Include="../../../../../ref/9ccacf50f5c54eaf876e8226fc4a0f68/NuGet.Common.dll"/>
<ReferencePath Include="../../../../../ref/aedc1b3342a74652bd897a097501428f/NuGet.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/700fca523852401a957f1c0b1cddce6c/NuGet.Credentials.dll"/>
<ReferencePath Include="../../../../../ref/f87dc1c5550845df9ba77dcb619eb0c2/NuGet.DependencyResolver.Core.dll"/>
<ReferencePath Include="../../../../../ref/728f35941c83468e99b567c31f8b320b/NuGet.Frameworks.dll"/>
<ReferencePath Include="../../../../../ref/ed17774553dd4fba87cfb7b16530ddd5/NuGet.LibraryModel.dll"/>
<ReferencePath Include="../../../../../ref/d07e073e53ea44f0b75790ab45a1abe8/NuGet.Packaging.dll"/>
<ReferencePath Include="../../../../../ref/bd8523eb335641159e0f19cc91719d10/NuGet.ProjectModel.dll"/>
<ReferencePath Include="../../../../../ref/35998ccf2eee4e5f8dc8222e05edddf1/NuGet.Protocol.dll"/>
<ReferencePath Include="../../../../../ref/1203e64c689b4310acb6b0969495ccf6/NuGet.Versioning.dll"/>
<ReferencePath Include="../../../../../ref/06cc5c699ee844e4866d5473a6e85e08/Spectre.Console.dll"/>
<ReferencePath Include="../../../../../ref/d7d7c1ed4146434eafaec6f7ec9a4d2e/System.AppContext.dll"/>
<ReferencePath Include="../../../../../ref/1039274d5ea64afabc8ddd4ffa3a8128/System.Buffers.dll"/>
<ReferencePath Include="../../../../../ref/069b8e9e934a4ef983a6db1b949668d7/System.Collections.Concurrent.dll"/>
<ReferencePath Include="../../../../../ref/8bd82b869c294a6aa4081c93d4b92452/System.Collections.dll"/>
<ReferencePath Include="../../../../../ref/ad1d38ae2a15443ab06bc70ed60f59bf/System.Collections.Immutable.dll"/>
<ReferencePath Include="../../../../../ref/e334ccad4ce440c89a18ff9f74073584/System.Collections.NonGeneric.dll"/>
<ReferencePath Include="../../../../../ref/4c941a2681ed412498410801184c9307/System.Collections.Specialized.dll"/>
<ReferencePath Include="../../../../../ref/4917e7c765db4f30b052d0bc040843d4/System.CommandLine.dll"/>
<ReferencePath Include="../../../../../ref/6421543eeaf9479e8dc8f9eef6cf9156/System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="../../../../../ref/8a52e6e15d604d5f98782d938dd9918b/System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="../../../../../ref/7778fc7ebb1149f9a9a72c44023332d9/System.ComponentModel.dll"/>
<ReferencePath Include="../../../../../ref/45efa0cad9c84c1dbd6fcafb40b29bda/System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="../../../../../ref/50c7b8651e6b4508ba65df2f362e900a/System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/685291478cd1415496e5a5ee38f11823/System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="../../../../../ref/efceb3c7d30449e283a94003bf9baf62/System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="../../../../../ref/c19c5962dfd149c38bbd9a044d1c3670/System.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/f500412f8d2a49a5b98079dcaeb140c2/System.Console.dll"/>
<ReferencePath Include="../../../../../ref/9cbcc5507a434f82b49858e0a09b6163/System.Core.dll"/>
<ReferencePath Include="../../../../../ref/75bb045e5d6f43e9acad20075058ea06/System.Data.Common.dll"/>
<ReferencePath Include="../../../../../ref/546bf30471884c1f99bb5f351a79d465/System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="../../../../../ref/e5a518305acd4ae386ff4a387f893f44/System.Data.dll"/>
<ReferencePath Include="../../../../../ref/e62dd07e25c14d74bafd23839987da24/System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="../../../../../ref/0d8c207a2a284e98862ba64ad86282c0/System.Diagnostics.Debug.dll"/>
<ReferencePath Include="../../../../../ref/b55e65d6ba34422283ad9a91adafe8b1/System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="../../../../../ref/59aefdbb016c4f6680f2f3ed7054a427/System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="../../../../../ref/6c46a787f3764816b624f225241398e4/System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="../../../../../ref/eb18d6354ba64fd4b67b472d66aff1d5/System.Diagnostics.Process.dll"/>
<ReferencePath Include="../../../../../ref/106cfbc0e9184da2a758178e342b29a1/System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="../../../../../ref/49ed1421268548209e61a0f283b58938/System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="../../../../../ref/621274633e44429db61c7b7f9b307663/System.Diagnostics.Tools.dll"/>
<ReferencePath Include="../../../../../ref/cb6f17ae80a04d5697af21cb3ff9102c/System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="../../../../../ref/0e5befbb999348f79d616e0d672cff80/System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="../../../../../ref/d71b85f98f644fa7a937835ebb0d9004/System.dll"/>
<ReferencePath Include="../../../../../ref/39353a1ff7cd49a8b00bb73c1ccbf5ba/System.Drawing.dll"/>
<ReferencePath Include="../../../../../ref/c10d55cee0d245d285ee49a81dc55c6e/System.Drawing.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/3517873e75684970a0eeef88eb6a3b41/System.Dynamic.Runtime.dll"/>
<ReferencePath Include="../../../../../ref/86621bc00e2241dbb29a90772dc7d3c8/System.Formats.Asn1.dll"/>
<ReferencePath Include="../../../../../ref/d5d98171a8834aa69f2837d80981cae5/System.Formats.Tar.dll"/>
<ReferencePath Include="../../../../../ref/71dae13c2bb1428993b0bb73c392a805/System.Globalization.Calendars.dll"/>
<ReferencePath Include="../../../../../ref/ea5772fbe3b142e2a61ed52c63b23197/System.Globalization.dll"/>
<ReferencePath Include="../../../../../ref/7239a304512244c9881f25dc95f5dc0b/System.Globalization.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/11a132654e5f4427b3129448afcade52/System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="../../../../../ref/4104a88626234553bd3419b56160966a/System.IO.Compression.dll"/>
<ReferencePath Include="../../../../../ref/2ab60ced0bbf491a998e96bf4e6eb8e9/System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="../../../../../ref/fdbe21c57ff34f87a392a01040e5bebd/System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="../../../../../ref/2bba4f321842473dbb940034460f0b58/System.IO.dll"/>
<ReferencePath Include="../../../../../ref/bddf6b7db0544f9aa0c49ef526a99c3f/System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/09f26e67cbae455fa95da46efad48735/System.IO.FileSystem.dll"/>
<ReferencePath Include="../../../../../ref/5396d618638c455598115db37f2a23f4/System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="../../../../../ref/868a44da79ba4be98b45357b4e2a2b9e/System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/6879538a3e4f4e5d974b60b3529f8371/System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="../../../../../ref/0f43eae407b840f18c8d4cb12d208dae/System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="../../../../../ref/840de9be7c024653bba0d8fb5165c3fb/System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="../../../../../ref/7f2257aea10b4e9bbe513cd80d39b3c9/System.IO.Pipelines.dll"/>
<ReferencePath Include="../../../../../ref/4b412aa5846849c6bfcd6425d67c33e0/System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/fc80e7a14b004535b08e84d0c00cb5a0/System.IO.Pipes.dll"/>
<ReferencePath Include="../../../../../ref/fe71d6f095cc4b9dbaac0e3477c62702/System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="../../../../../ref/e6e02a7cc3474c9282bfd5ed1ab0a3c8/System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="../../../../../ref/e70fdfba2db548aeb08b9e17ea23d5bd/System.Linq.dll"/>
<ReferencePath Include="../../../../../ref/0201c8f14cbd4c2e8cee90f4428ea174/System.Linq.Expressions.dll"/>
<ReferencePath Include="../../../../../ref/8c2ed11248b64813ab15db985e77e03b/System.Linq.Parallel.dll"/>
<ReferencePath Include="../../../../../ref/dc340ed0ff0c4c1299322d057e8a7f34/System.Linq.Queryable.dll"/>
<ReferencePath Include="../../../../../ref/1f83066816434173b4e9afd3a8555a05/System.Memory.dll"/>
<ReferencePath Include="../../../../../ref/21d5d876c791479f8543cc9bf2088554/System.Net.dll"/>
<ReferencePath Include="../../../../../ref/2e78459a3ae14fbdb014f79e1364d0e2/System.Net.Http.dll"/>
<ReferencePath Include="../../../../../ref/36118e9e06e14b7ca7281d871edb221f/System.Net.Http.Json.dll"/>
<ReferencePath Include="../../../../../ref/bd37d57e85134754bd6b78da2da89425/System.Net.HttpListener.dll"/>
<ReferencePath Include="../../../../../ref/35d59c122880473597e424346cdcf3f5/System.Net.Mail.dll"/>
<ReferencePath Include="../../../../../ref/d955a8e3a9904dab8ff3e40ac1c0d2af/System.Net.NameResolution.dll"/>
<ReferencePath Include="../../../../../ref/977d4463c67a4b0e888095a026ac4534/System.Net.NetworkInformation.dll"/>
<ReferencePath Include="../../../../../ref/f3655547457a46f09ced29179396aa0e/System.Net.Ping.dll"/>
<ReferencePath Include="../../../../../ref/40eae5436f354b2d97029882b237f7ae/System.Net.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/8b6223a39d164009b42a6cf569c40a30/System.Net.Quic.dll"/>
<ReferencePath Include="../../../../../ref/e934a56f35d74a049def8928170a041c/System.Net.Requests.dll"/>
<ReferencePath Include="../../../../../ref/d9cc880230e94d2d99e6f918c9a8ab52/System.Net.Security.dll"/>
<ReferencePath Include="../../../../../ref/adbf7497be6a45209caed918c3182928/System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="../../../../../ref/6cd297618e3e42d39e3cd178a2df6969/System.Net.ServicePoint.dll"/>
<ReferencePath Include="../../../../../ref/d7589453d5cd4ef091a35265d188f6f7/System.Net.Sockets.dll"/>
<ReferencePath Include="../../../../../ref/97837035c22e46619c3e34ba0788d084/System.Net.WebClient.dll"/>
<ReferencePath Include="../../../../../ref/f1351a9f4d4647f7803170e534c5e317/System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="../../../../../ref/e9bd665d5f834aadad7ac3455053423a/System.Net.WebProxy.dll"/>
<ReferencePath Include="../../../../../ref/d29d9fcbe5ba4e77be893e5edd979b29/System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="../../../../../ref/52ff9acbe47a4a29ad16527783c2b1f3/System.Net.WebSockets.dll"/>
<ReferencePath Include="../../../../../ref/47916c90461542e48ae93e0e77f4d264/System.Numerics.dll"/>
<ReferencePath Include="../../../../../ref/547b241c7e8f4ab0a043b448ef7b4352/System.Numerics.Vectors.dll"/>
<ReferencePath Include="../../../../../ref/82dc5db1fd5a484d94e46333390818a1/System.ObjectModel.dll"/>
<ReferencePath Include="../../../../../ref/e0ca8fd5b76543c2835b7cd38a1861ab/System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="../../../../../ref/69211b44b67c417c887d0271bcf8087f/System.Reflection.dll"/>
<ReferencePath Include="../../../../../ref/430738c0396a40c2b4b971bbb7d60b78/System.Reflection.Emit.dll"/>
<ReferencePath Include="../../../../../ref/3c80f89c29564b38b14dc610f8379eeb/System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="../../../../../ref/60f22d3e3ada4b78b2521605ffbe9fb7/System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="../../../../../ref/a3b10ad122f949008a81244bb493e6e4/System.Reflection.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/67ba7fb2072f4024bc1ecfed35cecdec/System.Reflection.Metadata.dll"/>
<ReferencePath Include="../../../../../ref/b0ac7772e2a040acb5a765781f601fae/System.Reflection.MetadataLoadContext.dll"/>
<ReferencePath Include="../../../../../ref/cb89857cf5eb453e93a62514fda87503/System.Reflection.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/c753d50d6d634ea0a778e98b7521a6c0/System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="../../../../../ref/59734d1955574035a70320c842bb64db/System.Resources.Reader.dll"/>
<ReferencePath Include="../../../../../ref/3519e2e3944d48a993ba7127c8ee4daf/System.Resources.ResourceManager.dll"/>
<ReferencePath Include="../../../../../ref/657d9e9a70fc424c95f96400d76db501/System.Resources.Writer.dll"/>
<ReferencePath Include="../../../../../ref/0972ac1951584e85b57dc2aab3da9532/System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="../../../../../ref/dab917a9340547e09b5d572b205f0fa6/System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="../../../../../ref/d4bf71505976454fbbb6f34e5eaa05ab/System.Runtime.dll"/>
<ReferencePath Include="../../../../../ref/25e5da47f7c04f40841da724c4eb582c/System.Runtime.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/34ad02e5b7cf4c0dbe2d6899a510c8dc/System.Runtime.Handles.dll"/>
<ReferencePath Include="../../../../../ref/96d94ee9ccbb44d98db3cd7aea17adf7/System.Runtime.InteropServices.dll"/>
<ReferencePath Include="../../../../../ref/cc61c625dddf42d5b7315e37a4dbbd5a/System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="../../../../../ref/c0be15a4dbe54a18a9311f1f61b1b477/System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="../../../../../ref/6d0c4cecdd00456b8c468aba60f52fe6/System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="../../../../../ref/245f0d4a3ff44bca9529489e7d3da974/System.Runtime.Loader.dll"/>
<ReferencePath Include="../../../../../ref/a05d19bc02c24b6f9e83e0ef98689718/System.Runtime.Numerics.dll"/>
<ReferencePath Include="../../../../../ref/98852bdb146240b4b6a016aef9b3a7e8/System.Runtime.Serialization.dll"/>
<ReferencePath Include="../../../../../ref/92d5698ca22b461eb09a08637ea4df7c/System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="../../../../../ref/9712020128da4363a757e698f11e5d6b/System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="../../../../../ref/fb3a8262dd8845d5b8fe20470bc67d23/System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/69cd4abde3874b6ca1cb1fd85d454ed9/System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="../../../../../ref/167503daf5be41a89bf4da74f09f5da7/System.Security.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/5c7ccea6f1bf4531a871c79c1a1ac211/System.Security.Claims.dll"/>
<ReferencePath Include="../../../../../ref/0ae0a869e67d484aa9b5d8a384e27ec1/System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="../../../../../ref/517b4122b09c46df81099ea6b1b4e9ef/System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="../../../../../ref/8192cfb56aa449e7a4411f64030c9004/System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="../../../../../ref/f18683cb1f4c402dbbf567cef3e8d90c/System.Security.Cryptography.dll"/>
<ReferencePath Include="../../../../../ref/36fb3a25545f437aade687509a7a7098/System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="../../../../../ref/3cf902e2b96a4370b36e7b3f242ae353/System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="../../../../../ref/8dc72c3960a74020ba5c947e049ceff4/System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="../../../../../ref/ee706324bc294e24be0b37d2ecc62bd8/System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/b343c163a92e4eed83d1bbecd677af24/System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="../../../../../ref/d61edd2d434f4bccab038a387d359008/System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="../../../../../ref/2003d2fefd564af0a4f78e2cdb0f1a04/System.Security.dll"/>
<ReferencePath Include="../../../../../ref/c098f437fc7c42e499777981bf155501/System.Security.Principal.dll"/>
<ReferencePath Include="../../../../../ref/f79ca6be4d66412cba748433928c9064/System.Security.Principal.Windows.dll"/>
<ReferencePath Include="../../../../../ref/922ffc3c523342d2b389ff0993b05f75/System.Security.SecureString.dll"/>
<ReferencePath Include="../../../../../ref/74bdc26b3979482982a56fc11c961076/System.ServiceModel.Web.dll"/>
<ReferencePath Include="../../../../../ref/b941df6dd5a7477c922f705c997141b0/System.ServiceProcess.dll"/>
<ReferencePath Include="../../../../../ref/9c8c2b19fc804bc083e3e06cb3c881cc/System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="../../../../../ref/5f7d1fabdaf74bbca590d456b340dbb6/System.Text.Encoding.dll"/>
<ReferencePath Include="../../../../../ref/5c72661e24844ff8bc47fde971357fbb/System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/f108c8fcdd20442199ef82a67e2d5654/System.Text.Encodings.Web.dll"/>
<ReferencePath Include="../../../../../ref/5ed63ba41b9e43a0b7588e84f74648a1/System.Text.Json.dll"/>
<ReferencePath Include="../../../../../ref/e469e5cf5dbc43dcb8e5c2258e94e778/System.Text.RegularExpressions.dll"/>
<ReferencePath Include="../../../../../ref/0992953e981047569f27b0d41dc04902/System.Threading.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/c6f67289551c462487fcad5edf7da263/System.Threading.Channels.dll"/>
<ReferencePath Include="../../../../../ref/544163d8aeed4ca78b66c85114182950/System.Threading.dll"/>
<ReferencePath Include="../../../../../ref/aa464827477f41bfa5a8e9efdcbc2af0/System.Threading.Overlapped.dll"/>
<ReferencePath Include="../../../../../ref/f55b017d93804f969cfc61e4913fdb37/System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="../../../../../ref/35fe3841da264a2dbb631a307945e986/System.Threading.Tasks.dll"/>
<ReferencePath Include="../../../../../ref/be05930c39744c0089cfe9a5050656eb/System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/fcc8384569454d1ca4e93bc816dbb9f9/System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="../../../../../ref/9f75480d23ab401dbf3ddf17fca45268/System.Threading.Thread.dll"/>
<ReferencePath Include="../../../../../ref/540f4265ca6b4d5b8eeeee07bf34800a/System.Threading.ThreadPool.dll"/>
<ReferencePath Include="../../../../../ref/55ab0b8970cc44b9beee3e834e03d8ed/System.Threading.Timer.dll"/>
<ReferencePath Include="../../../../../ref/e3be7f71fe78485ab405b69610b12b05/System.Transactions.dll"/>
<ReferencePath Include="../../../../../ref/f5c9ca3370024eaca8cacf51446d93cb/System.Transactions.Local.dll"/>
<ReferencePath Include="../../../../../ref/020b421d2d724937bd69e11dc23b5ee3/System.ValueTuple.dll"/>
<ReferencePath Include="../../../../../ref/b779103c7cb64b558b55d066a7a7db6c/System.Web.dll"/>
<ReferencePath Include="../../../../../ref/82fce13b022541d5aaed5622545886ed/System.Web.HttpUtility.dll"/>
<ReferencePath Include="../../../../../ref/25c777b6552e450e9540b2c55455e7d9/System.Windows.dll"/>
<ReferencePath Include="../../../../../ref/9edc000344094675a472457878ace890/System.Xml.dll"/>
<ReferencePath Include="../../../../../ref/824c174b6c014c8c96a79fec7c207e3d/System.Xml.Linq.dll"/>
<ReferencePath Include="../../../../../ref/05a8a4a247bd4b0b82386426e1a792f3/System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="../../../../../ref/64b4dcd2c4b84d9e98a692df0e5b47a3/System.Xml.Serialization.dll"/>
<ReferencePath Include="../../../../../ref/e8ffa152e28c4a88840d23dc5b5f4a32/System.Xml.XDocument.dll"/>
<ReferencePath Include="../../../../../ref/b5758e2a8cda412186236514992bc0c3/System.Xml.XmlDocument.dll"/>
<ReferencePath Include="../../../../../ref/6394f970a2de46a88a4e9c9c3f57ba35/System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="../../../../../ref/1a6bfbfb55374533a352e062da02bcaa/System.Xml.XPath.dll"/>
<ReferencePath Include="../../../../../ref/ac80fef0c9dc4e5480ea3bbf2e7a3054/System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="../../../../../ref/4119b935c75040218fe5fcac3aa1d0b7/WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/PackageSearchJsonContext.Boolean.g.cs"/>
<Compile Include="_generated/1/PackageSearchJsonContext.PackageSearchProblem.g.cs"/>
<Compile Include="_generated/2/PackageSearchJsonContext.PackageSearchProblemType.g.cs"/>
<Compile Include="_generated/3/PackageSearchJsonContext.PackageSearchResult.g.cs"/>
<Compile Include="_generated/4/PackageSearchJsonContext.SearchMainOutput.g.cs"/>
<Compile Include="_generated/5/PackageSearchJsonContext.NuGetFramework.g.cs"/>
<Compile Include="_generated/6/PackageSearchJsonContext.PackageDependency.g.cs"/>
<Compile Include="_generated/7/PackageSearchJsonContext.PackageIdentity.g.cs"/>
<Compile Include="_generated/8/PackageSearchJsonContext.LicenseMetadata.g.cs"/>
<Compile Include="_generated/9/PackageSearchJsonContext.LicenseExpressionType.g.cs"/>
<Compile Include="_generated/10/PackageSearchJsonContext.NuGetLicenseExpression.g.cs"/>
<Compile Include="_generated/11/PackageSearchJsonContext.LicenseType.g.cs"/>
<Compile Include="_generated/12/PackageSearchJsonContext.PackageDependencyGroup.g.cs"/>
<Compile Include="_generated/13/PackageSearchJsonContext.IPackageSearchMetadata.g.cs"/>
<Compile Include="_generated/14/PackageSearchJsonContext.PackageVulnerabilityMetadata.g.cs"/>
<Compile Include="_generated/15/PackageSearchJsonContext.FloatRange.g.cs"/>
<Compile Include="_generated/16/PackageSearchJsonContext.NuGetVersion.g.cs"/>
<Compile Include="_generated/17/PackageSearchJsonContext.NuGetVersionFloatBehavior.g.cs"/>
<Compile Include="_generated/18/PackageSearchJsonContext.VersionRange.g.cs"/>
<Compile Include="_generated/19/PackageSearchJsonContext.IEnumerablePackageDependency.g.cs"/>
<Compile Include="_generated/20/PackageSearchJsonContext.IEnumerablePackageDependencyGroup.g.cs"/>
<Compile Include="_generated/21/PackageSearchJsonContext.IEnumerablePackageVulnerabilityMetadata.g.cs"/>
<Compile Include="_generated/22/PackageSearchJsonContext.IEnumerableString.g.cs"/>
<Compile Include="_generated/23/PackageSearchJsonContext.IReadOnlyListString.g.cs"/>
<Compile Include="_generated/24/PackageSearchJsonContext.ListPackageSearchProblem.g.cs"/>
<Compile Include="_generated/25/PackageSearchJsonContext.ListPackageSearchResult.g.cs"/>
<Compile Include="_generated/26/PackageSearchJsonContext.ListIPackageSearchMetadata.g.cs"/>
<Compile Include="_generated/27/PackageSearchJsonContext.DateTimeOffset.g.cs"/>
<Compile Include="_generated/28/PackageSearchJsonContext.NullableDateTimeOffset.g.cs"/>
<Compile Include="_generated/29/PackageSearchJsonContext.Uri.g.cs"/>
<Compile Include="_generated/30/PackageSearchJsonContext.Version.g.cs"/>
<Compile Include="_generated/31/PackageSearchJsonContext.Int32.g.cs"/>
<Compile Include="_generated/32/PackageSearchJsonContext.Int64.g.cs"/>
<Compile Include="_generated/33/PackageSearchJsonContext.NullableInt64.g.cs"/>
<Compile Include="_generated/34/PackageSearchJsonContext.String.g.cs"/>
<Compile Include="_generated/35/PackageSearchJsonContext.g.cs"/>
<Compile Include="_generated/36/PackageSearchJsonContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/37/PackageSearchJsonContext.PropertyNames.g.cs"/>
</ItemGroup>
</Project>
|