| File: dotnet-aot.csproj | Web Access |
| Project: src\sdk\src\Cli\dotnet-aot\dotnet-aot.csproj (dotnet-aot) |
<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>dotnet-aot</AssemblyName> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <PublicSign>true</PublicSign> <KeyOriginatorFile>../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/AspNetCore.snk</KeyOriginatorFile> <LangVersion>Preview</LangVersion> <DefineConstants>CI_BUILD;DOT_NET_BUILD_FROM_SOURCE;TRACE;DotnetCsproj;CLI_AOT;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="../dotnet/CliUsage.cs" Link="src/sdk/src/Cli/dotnet/CliUsage.cs"/> <Compile Include="../dotnet/CliSchema.cs" Link="src/sdk/src/Cli/dotnet/CliSchema.cs"/> <Compile Include="../dotnet/Parser.cs" Link="src/sdk/src/Cli/dotnet/Parser.cs"/> <Compile Include="../dotnet/ParserOptionActions.cs" Link="src/sdk/src/Cli/dotnet/ParserOptionActions.cs"/> <Compile Include="../dotnet/CommandBase.cs" Link="src/sdk/src/Cli/dotnet/CommandBase.cs"/> <Compile Include="../dotnet/CommandParsingException.cs" Link="src/sdk/src/Cli/dotnet/CommandParsingException.cs"/> <Compile Include="../dotnet/CommandNotAvailableInAotException.cs" Link="src/sdk/src/Cli/dotnet/CommandNotAvailableInAotException.cs"/> <Compile Include="../dotnet/CommandInvocation.cs" Link="src/sdk/src/Cli/dotnet/CommandInvocation.cs"/> <Compile Include="../../Common/EnvironmentVariableNames.cs" Link="src/sdk/src/Common/EnvironmentVariableNames.cs"/> <Compile Include="../../Common/CompileOptions.cs" Link="src/sdk/src/Common/CompileOptions.cs"/> <Compile Include="../../Common/CliFolderPathCalculatorCore.cs" Link="src/sdk/src/Common/CliFolderPathCalculatorCore.cs"/> <Compile Include="../dotnet/Telemetry/TelemetryClient.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/TelemetryClient.cs"/> <Compile Include="../dotnet/Telemetry/TelemetryCommonProperties.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/TelemetryCommonProperties.cs"/> <Compile Include="../dotnet/Telemetry/ITelemetryClient.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/ITelemetryClient.cs"/> <Compile Include="../dotnet/Telemetry/TelemetryDiskLogger.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/TelemetryDiskLogger.cs"/> <Compile Include="../dotnet/Telemetry/IDockerContainerDetector.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/IDockerContainerDetector.cs"/> <Compile Include="../dotnet/Telemetry/DockerContainerDetectorForTelemetry.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/DockerContainerDetectorForTelemetry.cs"/> <Compile Include="../dotnet/Telemetry/ILLMEnvironmentDetector.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/ILLMEnvironmentDetector.cs"/> <Compile Include="../dotnet/Telemetry/LLMEnvironmentDetectorForTelemetry.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/LLMEnvironmentDetectorForTelemetry.cs"/> <Compile Include="../dotnet/Telemetry/MacAddressGetter.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/MacAddressGetter.cs"/> <Compile Include="../dotnet/Telemetry/DevDeviceIDGetter.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/DevDeviceIDGetter.cs"/> <Compile Include="../dotnet/Telemetry/ExternalTelemetryProperties.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/ExternalTelemetryProperties.cs"/> <Compile Include="../dotnet/Telemetry/TelemetryFilter.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/TelemetryFilter.cs"/> <Compile Include="../dotnet/Telemetry/IParseResultLogRule.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/IParseResultLogRule.cs"/> <Compile Include="../dotnet/Telemetry/AllowListToSendFirstArgument.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/AllowListToSendFirstArgument.cs"/> <Compile Include="../dotnet/Telemetry/AllowListToSendFirstAppliedOptions.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/AllowListToSendFirstAppliedOptions.cs"/> <Compile Include="../dotnet/Telemetry/AllowListToSendVerbSecondVerbFirstArgument.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/AllowListToSendVerbSecondVerbFirstArgument.cs"/> <Compile Include="../dotnet/Telemetry/TopLevelCommandNameAndOptionToLog.cs" Link="src/sdk/src/Cli/dotnet/Telemetry/TopLevelCommandNameAndOptionToLog.cs"/> <Compile Include="../dotnet/Extensions/ActivityExtensions.cs" Link="src/sdk/src/Cli/dotnet/Extensions/ActivityExtensions.cs"/> <Compile Include="../dotnet/Extensions/ParseResultExtensions.cs" Link="src/sdk/src/Cli/dotnet/Extensions/ParseResultExtensions.cs"/> <Compile Include="../dotnet/FirstRunExperience.cs" Link="src/sdk/src/Cli/dotnet/FirstRunExperience.cs"/> <Compile Include="../dotnet/AspNetCoreCertificateGenerator.cs" Link="src/sdk/src/Cli/dotnet/AspNetCoreCertificateGenerator.cs"/> <Compile Include="../dotnet/ShellShim/EnvironmentPathFactory.cs" Link="src/sdk/src/Cli/dotnet/ShellShim/EnvironmentPathFactory.cs"/> <Compile Include="../dotnet/ShellShim/WindowsEnvironmentPath.cs" Link="src/sdk/src/Cli/dotnet/ShellShim/WindowsEnvironmentPath.cs"/> <Compile Include="../dotnet/ShellShim/DoNothingEnvironmentPath.cs" Link="src/sdk/src/Cli/dotnet/ShellShim/DoNothingEnvironmentPath.cs"/> <Compile Include="../dotnet/ShellShim/LinuxEnvironmentPath.cs" Link="src/sdk/src/Cli/dotnet/ShellShim/LinuxEnvironmentPath.cs"/> <Compile Include="../dotnet/ShellShim/OsxBashEnvironmentPath.cs" Link="src/sdk/src/Cli/dotnet/ShellShim/OsxBashEnvironmentPath.cs"/> <Compile Include="../dotnet/ShellShim/OsxZshEnvironmentPathInstruction.cs" Link="src/sdk/src/Cli/dotnet/ShellShim/OsxZshEnvironmentPathInstruction.cs"/> <Compile Include="../dotnet/ShellShim/ZshDetector.cs" Link="src/sdk/src/Cli/dotnet/ShellShim/ZshDetector.cs"/> <Compile Include="../dotnet/Commands/Workload/WorkloadInstallDetector.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/WorkloadInstallDetector.cs"/> <Compile Include="../dotnet/Commands/Workload/FileBasedWorkloadInstallationRecordRepositoryFactory.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/FileBasedWorkloadInstallationRecordRepositoryFactory.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/WorkloadInstallRecords/IWorkloadInstallationRecordRepository.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/WorkloadInstallRecords/IWorkloadInstallationRecordRepository.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/WorkloadInstallRecords/FileBasedInstallationRecordInstaller.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/WorkloadInstallRecords/FileBasedInstallationRecordInstaller.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/WorkloadInstallRecords/ReadOnlyWindowsWorkloadInstallationRecordRepository.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/WorkloadInstallRecords/ReadOnlyWindowsWorkloadInstallationRecordRepository.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/WorkloadInstallRecords/WindowsWorkloadInstallationRecordReader.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/WorkloadInstallRecords/WindowsWorkloadInstallationRecordReader.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/IWorkloadManifestInstaller.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/IWorkloadManifestInstaller.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/WorkloadManifestUpdater.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/WorkloadManifestUpdater.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/WorkloadAdvertisingManifestUpdater.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/WorkloadAdvertisingManifestUpdater.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/ManifestUpdateWithWorkloads.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/ManifestUpdateWithWorkloads.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/NullReporter.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/NullReporter.cs"/> <Compile Include="../dotnet/Commands/Workload/Install/FileBasedManifestInstaller.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/Install/FileBasedManifestInstaller.cs"/> <Compile Include="../dotnet/Commands/Workload/WorkloadUtilities.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/WorkloadUtilities.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/INuGetPackageDownloader.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/INuGetPackageDownloader.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/NuGetPackageDownloader.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/NuGetPackageDownloader.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/NuGetPackagePathResolver.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/NuGetPackagePathResolver.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/NuGetConsoleLogger.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/NuGetConsoleLogger.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/PackageSourceLocation.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/PackageSourceLocation.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/RestoreActionConfig.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/RestoreActionConfig.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/ToolPackageException.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/ToolPackageException.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/WorkloadUnixFilePermissionsFileList.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/WorkloadUnixFilePermissionsFileList.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/IFirstPartyNuGetPackageSigningVerifier.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/IFirstPartyNuGetPackageSigningVerifier.cs"/> <Compile Include="../dotnet/NugetPackageDownloader/FirstPartyNuGetPackageSigningVerifier.cs" Link="src/sdk/src/Cli/dotnet/NugetPackageDownloader/FirstPartyNuGetPackageSigningVerifier.cs"/> <Compile Include="../dotnet/IFilePermissionSetter.cs" Link="src/sdk/src/Cli/dotnet/IFilePermissionSetter.cs"/> <Compile Include="../dotnet/FilePermissionSetter.cs" Link="src/sdk/src/Cli/dotnet/FilePermissionSetter.cs"/> <Compile Include="../dotnet/CommandFactory/CommandFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandFactory.cs"/> <Compile Include="../dotnet/CommandFactory/ICommandFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/ICommandFactory.cs"/> <Compile Include="../dotnet/Commands/DotNetCommandFactory.cs" Link="src/sdk/src/Cli/dotnet/Commands/DotNetCommandFactory.cs"/> <Compile Include="../dotnet/LoggerUtility.cs" Link="src/sdk/src/Cli/dotnet/LoggerUtility.cs"/> <Compile Include="../dotnet/SdkVulnerability/SdkVulnerabilityNotifier.cs" Link="src/sdk/src/Cli/dotnet/SdkVulnerability/SdkVulnerabilityNotifier.cs"/> <Compile Include="../dotnet/SdkVulnerability/SdkReleaseMetadataCache.cs" Link="src/sdk/src/Cli/dotnet/SdkVulnerability/SdkReleaseMetadataCache.cs"/> <Compile Include="../dotnet/SdkVulnerability/SdkVulnerabilityChecker.cs" Link="src/sdk/src/Cli/dotnet/SdkVulnerability/SdkVulnerabilityChecker.cs"/> <Compile Include="../dotnet/SdkVulnerability/SdkVulnerabilityInfo.cs" Link="src/sdk/src/Cli/dotnet/SdkVulnerability/SdkVulnerabilityInfo.cs"/> <Compile Include="../Microsoft.TemplateEngine.Cli/SymbolExtensions.cs" Link="src/sdk/src/Cli/Microsoft.TemplateEngine.Cli/SymbolExtensions.cs"/> <Compile Include="../dotnet/Commands/Workload/WorkloadInfoHelper.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/WorkloadInfoHelper.cs"/> <Compile Include="../dotnet/Commands/Workload/InstallStateContents.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/InstallStateContents.cs"/> <Compile Include="../dotnet/Commands/Workload/List/InstalledWorkloadsCollection.cs" Link="src/sdk/src/Cli/dotnet/Commands/Workload/List/InstalledWorkloadsCollection.cs"/> <Compile Include="../dotnet/Commands/Sdk/SdkCommandParser.cs" Link="src/sdk/src/Cli/dotnet/Commands/Sdk/SdkCommandParser.cs"/> <Compile Include="../dotnet/PrintableTable.cs" Link="src/sdk/src/Cli/dotnet/PrintableTable.cs"/> <Compile Include="../dotnet/Commands/Sdk/Check/SdkCheckCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Sdk/Check/SdkCheckCommand.cs"/> <Compile Include="../dotnet/Commands/Sdk/Check/IProductCollectionProvider.cs" Link="src/sdk/src/Cli/dotnet/Commands/Sdk/Check/IProductCollectionProvider.cs"/> <Compile Include="../dotnet/Commands/Sdk/Check/ProductCollectionProvider.cs" Link="src/sdk/src/Cli/dotnet/Commands/Sdk/Check/ProductCollectionProvider.cs"/> <Compile Include="../dotnet/Commands/Sdk/Check/BundleOutputWriter.cs" Link="src/sdk/src/Cli/dotnet/Commands/Sdk/Check/BundleOutputWriter.cs"/> <Compile Include="../dotnet/Commands/Sdk/Check/SdkOutputWriter.cs" Link="src/sdk/src/Cli/dotnet/Commands/Sdk/Check/SdkOutputWriter.cs"/> <Compile Include="../dotnet/Commands/Sdk/Check/RuntimeOutputWriter.cs" Link="src/sdk/src/Cli/dotnet/Commands/Sdk/Check/RuntimeOutputWriter.cs"/> <Compile Include="../dotnet/SlnFileFactory.cs" Link="src/sdk/src/Cli/dotnet/SlnFileFactory.cs"/> <Compile Include="../dotnet/SlnfFileHelper.cs" Link="src/sdk/src/Cli/dotnet/SlnfFileHelper.cs"/> <Compile Include="../dotnet/MsbuildProject.cs" Link="src/sdk/src/Cli/dotnet/MsbuildProject.cs"/> <Compile Include="../dotnet/Commands/Solution/SolutionCommandParser.cs" Link="src/sdk/src/Cli/dotnet/Commands/Solution/SolutionCommandParser.cs"/> <Compile Include="../dotnet/Commands/Solution/SolutionArgumentValidator.cs" Link="src/sdk/src/Cli/dotnet/Commands/Solution/SolutionArgumentValidator.cs"/> <Compile Include="../dotnet/Commands/Solution/List/SolutionListCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Solution/List/SolutionListCommand.cs"/> <Compile Include="../dotnet/Commands/Solution/Migrate/SolutionMigrateCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Solution/Migrate/SolutionMigrateCommand.cs"/> <Compile Include="../dotnet/Commands/Solution/Remove/SolutionRemoveCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Solution/Remove/SolutionRemoveCommand.cs"/> <Compile Include="../dotnet/CliCompletion.cs" Link="src/sdk/src/Cli/dotnet/CliCompletion.cs"/> <Compile Include="../dotnet/Extensions/ProjectInstanceExtensions.cs" Link="src/sdk/src/Cli/dotnet/Extensions/ProjectInstanceExtensions.cs"/> <Compile Include="../dotnet/ForwardingApp.cs" Link="src/sdk/src/Cli/dotnet/ForwardingApp.cs"/> <Compile Include="../dotnet/ICommandRunner.cs" Link="src/sdk/src/Cli/dotnet/ICommandRunner.cs"/> <Compile Include="../dotnet/NuGetForwardingApp.cs" Link="src/sdk/src/Cli/dotnet/NuGetForwardingApp.cs"/> <Compile Include="../dotnet/NuGetSignatureVerificationEnabler.cs" Link="src/sdk/src/Cli/dotnet/NuGetSignatureVerificationEnabler.cs"/> <Compile Include="../dotnet/Commands/NuGet/NuGetCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/NuGet/NuGetCommand.cs"/> <Compile Include="../dotnet/Commands/MSBuild/MSBuildForwardingApp.cs" Link="src/sdk/src/Cli/dotnet/Commands/MSBuild/MSBuildForwardingApp.cs"/> <Compile Include="../dotnet/Commands/Run/CommonRunHelpers.cs" Link="src/sdk/src/Cli/dotnet/Commands/Run/CommonRunHelpers.cs"/> <Compile Include="../dotnet/Commands/Fsi/FsiForwardingApp.cs" Link="src/sdk/src/Cli/dotnet/Commands/Fsi/FsiForwardingApp.cs"/> <Compile Include="../dotnet/Commands/Format/FormatForwardingApp.cs" Link="src/sdk/src/Cli/dotnet/Commands/Format/FormatForwardingApp.cs"/> <Compile Include="../dotnet/Commands/Test/VSTest/VSTestForwardingApp.cs" Link="src/sdk/src/Cli/dotnet/Commands/Test/VSTest/VSTestForwardingApp.cs"/> <Compile Include="../dotnet/Commands/Test/VSTest/VSTestTrace.cs" Link="src/sdk/src/Cli/dotnet/Commands/Test/VSTest/VSTestTrace.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandFactoryUsingResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandFactoryUsingResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandSpec.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandSpec.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/CompositeCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/CompositeCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/ICommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/ICommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/ICommandResolverPolicy.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/ICommandResolverPolicy.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/CommandResolverArguments.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/CommandResolverArguments.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/DefaultCommandResolverPolicy.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/DefaultCommandResolverPolicy.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/MuxerCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/MuxerCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/MuxerCommandSpecMaker.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/MuxerCommandSpecMaker.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/DotnetToolsCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/DotnetToolsCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/LocalToolsCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/LocalToolsCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/RootedCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/RootedCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/AbstractPathBasedCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/AbstractPathBasedCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/AppBaseCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/AppBaseCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/AppBaseDllCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/AppBaseDllCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/PathCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/PathCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/PublishedPathCommandResolver.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/PublishedPathCommandResolver.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/PublishPathCommandSpecFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/PublishPathCommandSpecFactory.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/IPublishedPathCommandSpecFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/IPublishedPathCommandSpecFactory.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/IPlatformCommandSpecFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/IPlatformCommandSpecFactory.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/WindowsExePreferredCommandSpecFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/WindowsExePreferredCommandSpecFactory.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/GenericPlatformCommandSpecFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/GenericPlatformCommandSpecFactory.cs"/> <Compile Include="../dotnet/CommandFactory/CommandResolution/ActivityContextFactory.cs" Link="src/sdk/src/Cli/dotnet/CommandFactory/CommandResolution/ActivityContextFactory.cs"/> <Compile Include="../dotnet/Commands/Tool/ToolCommandSpecCreator.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/ToolCommandSpecCreator.cs"/> <Compile Include="../dotnet/ToolManifest/ToolManifestFinder.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/ToolManifestFinder.cs"/> <Compile Include="../dotnet/ToolManifest/ToolManifestEditor.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/ToolManifestEditor.cs"/> <Compile Include="../dotnet/ToolManifest/ToolManifestPackage.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/ToolManifestPackage.cs"/> <Compile Include="../dotnet/ToolManifest/ToolManifestException.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/ToolManifestException.cs"/> <Compile Include="../dotnet/ToolManifest/ToolManifestCannotBeFoundException.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/ToolManifestCannotBeFoundException.cs"/> <Compile Include="../dotnet/ToolManifest/JsonElementExtension.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/JsonElementExtension.cs"/> <Compile Include="../dotnet/ToolManifest/IToolManifestFinder.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/IToolManifestFinder.cs"/> <Compile Include="../dotnet/ToolManifest/IToolManifestInspector.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/IToolManifestInspector.cs"/> <Compile Include="../dotnet/ToolManifest/IToolManifestEditor.cs" Link="src/sdk/src/Cli/dotnet/ToolManifest/IToolManifestEditor.cs"/> <Compile Include="../dotnet/ToolPackage/LocalToolsResolverCache.cs" Link="src/sdk/src/Cli/dotnet/ToolPackage/LocalToolsResolverCache.cs"/> <Compile Include="../dotnet/ToolPackage/ILocalToolsResolverCache.cs" Link="src/sdk/src/Cli/dotnet/ToolPackage/ILocalToolsResolverCache.cs"/> <Compile Include="../dotnet/ToolPackage/RestoredCommandIdentifier.cs" Link="src/sdk/src/Cli/dotnet/ToolPackage/RestoredCommandIdentifier.cs"/> <Compile Include="../dotnet/ToolPackage/ToolCommand.cs" Link="src/sdk/src/Cli/dotnet/ToolPackage/ToolCommand.cs"/> <Compile Include="../dotnet/ToolPackage/PackageId.cs" Link="src/sdk/src/Cli/dotnet/ToolPackage/PackageId.cs"/> <Compile Include="../dotnet/ToolPackage/ResolverCacheInconsistentException.cs" Link="src/sdk/src/Cli/dotnet/ToolPackage/ResolverCacheInconsistentException.cs"/> <Compile Include="../dotnet/BundledTargetFramework.cs" Link="src/sdk/src/Cli/dotnet/BundledTargetFramework.cs"/> <Compile Include="../dotnet/Commands/Tool/ToolCommandParser.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/ToolCommandParser.cs"/> <Compile Include="../dotnet/Commands/Tool/Common/ToolManifestFinderExtensions.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/Common/ToolManifestFinderExtensions.cs"/> <Compile Include="../dotnet/Commands/Tool/List/ToolListLocalCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/List/ToolListLocalCommand.cs"/> <Compile Include="../dotnet/Commands/Tool/List/ToolListJsonHelper.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/List/ToolListJsonHelper.cs"/> <Compile Include="../dotnet/Commands/Tool/Uninstall/ToolUninstallLocalCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/Uninstall/ToolUninstallLocalCommand.cs"/> <Compile Include="../dotnet/Commands/Tool/Run/ToolRunCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/Run/ToolRunCommand.cs"/> <Compile Include="../dotnet/Commands/Tool/Search/ToolSearchCommand.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/Search/ToolSearchCommand.cs"/> <Compile Include="../dotnet/Commands/Tool/Search/SearchResultPrinter.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/Search/SearchResultPrinter.cs"/> <Compile Include="../dotnet/Commands/Tool/Search/NugetSearchSerializables.cs" Link="src/sdk/src/Cli/dotnet/Commands/Tool/Search/NugetSearchSerializables.cs"/> <Compile Include="../dotnet/NugetSearch/AuthorsConverter.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/AuthorsConverter.cs"/> <Compile Include="../dotnet/NugetSearch/INugetToolSearchApiRequest.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/INugetToolSearchApiRequest.cs"/> <Compile Include="../dotnet/NugetSearch/NugetSearchApiParameter.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetSearchApiParameter.cs"/> <Compile Include="../dotnet/NugetSearch/NugetSearchApiRequestException.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetSearchApiRequestException.cs"/> <Compile Include="../dotnet/NugetSearch/NugetSearchApiResultDeserializer.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetSearchApiResultDeserializer.cs"/> <Compile Include="../dotnet/NugetSearch/NugetToolSearchApiRequest.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetToolSearchApiRequest.cs"/> <Compile Include="../dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiAuthorsSerializable.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiAuthorsSerializable.cs"/> <Compile Include="../dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiContainerSerializable.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiContainerSerializable.cs"/> <Compile Include="../dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiPackageSerializable.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiPackageSerializable.cs"/> <Compile Include="../dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiVersionSerializable.cs" Link="src/sdk/src/Cli/dotnet/NugetSearch/NugetSearchApiSerializable/NugetSearchApiVersionSerializable.cs"/> <Compile Include="NativeEntryPoint.cs"/> <Compile Include="MSBuildSdkResolverRegistration.cs"/> <Compile Include="SdkRootLocator.cs"/> <Compile Include="ManagedHost.cs"/> <Compile Include="../../../artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/dotnet-aot.GlobalUsings.g.cs" Link="src/sdk/artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/dotnet-aot.GlobalUsings.g.cs"/> <Compile Include="../../../artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/sdk/artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/> <Compile Include="../../../artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/Microsoft.DotNet.Cli.CliStrings.cs" Link="src/sdk/artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/Microsoft.DotNet.Cli.CliStrings.cs"/> <Compile Include="../../../artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/Microsoft.DotNet.Cli.Commands.CliCommandStrings.cs" Link="src/sdk/artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/Microsoft.DotNet.Cli.Commands.CliCommandStrings.cs"/> <Compile Include="../../../artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/Microsoft.NET.Build.Tasks.Strings.cs" Link="src/sdk/artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/Microsoft.NET.Build.Tasks.Strings.cs"/> <Compile Include="../../../artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/dotnet-aot.AssemblyInfo.cs" Link="src/sdk/artifacts/obj/dotnet-aot/Release/net11.0/centos.10-x64/dotnet-aot.AssemblyInfo.cs"/> </ItemGroup> <ItemGroup> <ReferencePath Include="../../../../../ref/510ef8befc5241d98b6b990c7fe7eaa1/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll"/> <ReferencePath Include="../../../../../ref/bf026ce57aa44c63a714b2b90acf3d7b/Microsoft.Build.dll"/> <ReferencePath Include="../../../../../ref/59b4652090774d6aa835480f384db8b5/Microsoft.Build.Framework.dll"/> <ReferencePath Include="../../../../../ref/d9b069bea73f498ebb1ad309debd7ca5/Microsoft.Build.NuGetSdkResolver.dll"/> <ReferencePath Include="../../../../../ref/aa071d1b82b346b988ce06a5ea543470/Microsoft.Build.Utilities.Core.dll"/> <ReferencePath Include="../../../../../ref/814890aa86254544a068ba2be49075f3/Microsoft.CodeAnalysis.CSharp.dll"/> <ReferencePath Include="../../../../../ref/f37a50e775dd4d5e964fd1119ded4a6b/Microsoft.CodeAnalysis.dll"/> <ReferencePath Include="../../../../../ref/7a976967511247e5b0e3e2116142d5fd/Microsoft.CSharp.dll"/> <ReferencePath Include="../../../../../ref/d770991f19914a42883829f71a7c4d97/Microsoft.Deployment.DotNet.Releases.dll"/> <ReferencePath Include="../../../../../ref/26b8488bc37d4c88952d2e74f20eb17d/Microsoft.DotNet.Cli.CommandLine.dll"/> <ReferencePath Include="../../../../../ref/b17d28850dcf4336b04cf3f81a1ef81a/Microsoft.DotNet.Cli.CoreUtils.dll"/> <ReferencePath Include="../../../../../ref/6f07f6dd3a5744cf9ae89d313ecd5303/Microsoft.DotNet.Cli.Definitions.dll"/> <ReferencePath Include="../../../../../ref/f565fa840c2b4f06bcf064ce1b65de00/Microsoft.DotNet.Cli.Telemetry.dll"/> <ReferencePath Include="../../../../../ref/84b699364c5c4af6a66eef9f91168270/Microsoft.DotNet.Cli.Utils.dll"/> <ReferencePath Include="../../../../../ref/8593085f78074800964cadb870dba04e/Microsoft.DotNet.Configurer.dll"/> <ReferencePath Include="../../../../../ref/73c107760be44bef88cdee2879d93192/Microsoft.DotNet.InternalAbstractions.dll"/> <ReferencePath Include="../../../../../ref/bd4e08c0fb25428999d5a7cbe838dbef/Microsoft.DotNet.NativeWrapper.dll"/> <ReferencePath Include="../../../../../ref/bd4e08c0fb25428999d5a7cbe838dbef/Microsoft.DotNet.NativeWrapper.dll"/> <ReferencePath Include="../../../../../ref/bd4e08c0fb25428999d5a7cbe838dbef/Microsoft.DotNet.NativeWrapper.dll"/> <ReferencePath Include="../../../../../ref/927556ba9ca54c3da117f0f4444576af/Microsoft.DotNet.ProjectTools.dll"/> <ReferencePath Include="../../../../../ref/5ebaf75e494e4c9e89f75481b14b7fcf/Microsoft.Extensions.Caching.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/a510b1c377de40c09b76daf295e13d9b/Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/9ac25a9089b642808211dcf8f8a0015c/Microsoft.Extensions.Configuration.Binder.dll"/> <ReferencePath Include="../../../../../ref/2a67e8c11812407ab13c53b3d8fc6b7f/Microsoft.Extensions.Configuration.dll"/> <ReferencePath Include="../../../../../ref/3786c279c1a24222a0cd69e8aaa784ea/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/ba11c7e4905541aea900c11d4f6016bc/Microsoft.Extensions.DependencyInjection.dll"/> <ReferencePath Include="../../../../../ref/5b0ac0382bf74767aa7e8c72dc4cf7d0/Microsoft.Extensions.DependencyModel.dll"/> <ReferencePath Include="../../../../../ref/cc339222136148a0b5d40c4eb2c249a6/Microsoft.Extensions.Diagnostics.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/7b8789416b7b40d29b6485ca61332de1/Microsoft.Extensions.FileProviders.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/5b081b86bf3a4bb4b652f6e3b6ec56cf/Microsoft.Extensions.FileSystemGlobbing.dll"/> <ReferencePath Include="../../../../../ref/ecc40f2facf140609f943c744f7eaf08/Microsoft.Extensions.Hosting.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/0884d0942dcb40f1a5f2bd4d38db1506/Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/3a9c5b8e3daa4b359d67dd9b23689e16/Microsoft.Extensions.Logging.Configuration.dll"/> <ReferencePath Include="../../../../../ref/45e7019aa82d4c52854523c6afd1b712/Microsoft.Extensions.Logging.dll"/> <ReferencePath Include="../../../../../ref/de5a4eb323b9414d9b702611bbac441e/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/> <ReferencePath Include="../../../../../ref/df28e0d9cdf442b48047f3cceb0474f0/Microsoft.Extensions.Options.dll"/> <ReferencePath Include="../../../../../ref/176f207dffc84475965c99cafc143c6d/Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="../../../../../ref/5b47337505f84b86a80e911e5212231e/Microsoft.NET.Sdk.WorkloadManifestReader.dll"/> <ReferencePath Include="../../../../../ref/9f288b079cd44c9894399cbc2c3b0d3c/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll"/> <ReferencePath Include="../../../../../ref/19f6e87f9c34448f8955cdc095946c0c/Microsoft.NET.StringTools.dll"/> <ReferencePath Include="../../../../../ref/2d45440386e54e5bbbc4b7a2b464ae18/Microsoft.VisualBasic.Core.dll"/> <ReferencePath Include="../../../../../ref/f09c86fc7f0a449a905f851cf6e4d99f/Microsoft.VisualBasic.dll"/> <ReferencePath Include="../../../../../ref/4986c73dfa3041e092e7055f735b6097/Microsoft.VisualStudio.SolutionPersistence.dll"/> <ReferencePath Include="../../../../../ref/b9ec1ff6eae44a3eb6a0c2438fb5d234/Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="../../../../../ref/cb8fdd142b484b6eadcb8a5283a7987a/Microsoft.Win32.Registry.dll"/> <ReferencePath Include="../../../../../ref/9784a7e2372249d18498b18d1eeb3b76/mscorlib.dll"/> <ReferencePath Include="../../../../../ref/02ad5037ff9b4aee80938f74ac6a68b0/netstandard.dll"/> <ReferencePath Include="../../../../../ref/d31091082ddb4d47adc21fb81bb411bc/Newtonsoft.Json.dll"/> <ReferencePath Include="../../../../../ref/2447dde167c346bd924a879cbdd25522/NuGet.Commands.dll"/> <ReferencePath Include="../../../../../ref/0b52c2de06f34a20bc3ba804c152a1f7/NuGet.Common.dll"/> <ReferencePath Include="../../../../../ref/96c8c1fc43d44fdaa5f34d5973124b5a/NuGet.Configuration.dll"/> <ReferencePath Include="../../../../../ref/8dd8ea6d5788477483ee929bc3c69c90/NuGet.Credentials.dll"/> <ReferencePath Include="../../../../../ref/dac69ef2064046fda00354af3eb6eaac/NuGet.DependencyResolver.Core.dll"/> <ReferencePath Include="../../../../../ref/669e6831f659405f8866be06cb96c16d/NuGet.Frameworks.dll"/> <ReferencePath Include="../../../../../ref/9c3685ce6e7f4e119d461ded49a96927/NuGet.LibraryModel.dll"/> <ReferencePath Include="../../../../../ref/852f8331fcc94cac8775159a9dfda341/NuGet.Packaging.dll"/> <ReferencePath Include="../../../../../ref/8ea7227aa22142cab81fc55991934797/NuGet.ProjectModel.dll"/> <ReferencePath Include="../../../../../ref/67e2c9d0f72b4427be959c085113e4b3/NuGet.Protocol.dll"/> <ReferencePath Include="../../../../../ref/656ca819534f49fd98621e5242e9f435/NuGet.Versioning.dll"/> <ReferencePath Include="../../../../../ref/7ec00cb4c6da498a85ca7a02f34aad0f/OpenTelemetry.Api.dll"/> <ReferencePath Include="../../../../../ref/22889c7c430c49e39d51f1410e41e711/OpenTelemetry.Api.ProviderBuilderExtensions.dll"/> <ReferencePath Include="../../../../../ref/a379e85d2b724d81a4282684b309a7a5/OpenTelemetry.dll"/> <ReferencePath Include="../../../../../ref/6e6881446ca844e39df4c7f9a934a065/OpenTelemetry.Exporter.InMemory.dll"/> <ReferencePath Include="../../../../../ref/6258958e8000448d8e7f08ae417bb048/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/> <ReferencePath Include="../../../../../ref/1472c44e177747e19016c24317f6402a/OpenTelemetry.Instrumentation.Runtime.dll"/> <ReferencePath Include="../../../../../ref/0b98ede7cf454cc8bd10ba02539dcbca/OpenTelemetry.PersistentStorage.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/1dbdcb9ed8e04d5eae407250a24a4a17/OpenTelemetry.PersistentStorage.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/32a2a8be13b341049991490bbb6edaa2/System.AppContext.dll"/> <ReferencePath Include="../../../../../ref/484d0a93ffd04bb1abcc05a94d5ff53a/System.Buffers.dll"/> <ReferencePath Include="../../../../../ref/c660b6019ed14020be9058acd6102075/System.Collections.Concurrent.dll"/> <ReferencePath Include="../../../../../ref/aa5b52c5ff064cca9752e9e49dad40f7/System.Collections.dll"/> <ReferencePath Include="../../../../../ref/91001b4658744e4f8d8a3aeafd763d95/System.Collections.Immutable.dll"/> <ReferencePath Include="../../../../../ref/4110ac51dbb74d61a07dfa9e875f1535/System.Collections.NonGeneric.dll"/> <ReferencePath Include="../../../../../ref/70bbde04e953463594fee195fc93baea/System.Collections.Specialized.dll"/> <ReferencePath Include="../../../../../ref/68319c38662e4292834f8df446a7780a/System.CommandLine.dll"/> <ReferencePath Include="../../../../../ref/9f342452b852450b91f2b78ffb900050/System.CommandLine.StaticCompletions.dll"/> <ReferencePath Include="../../../../../ref/0266a68fd8b0405aa750de93a8e9f69e/System.ComponentModel.Annotations.dll"/> <ReferencePath Include="../../../../../ref/00a6f6ff630d478c9cc2b0f81ce73ac6/System.ComponentModel.DataAnnotations.dll"/> <ReferencePath Include="../../../../../ref/36c9f370f9c04b799b60c644628b768f/System.ComponentModel.dll"/> <ReferencePath Include="../../../../../ref/c537c5aa97964be8b57a1e9834c555ac/System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="../../../../../ref/ada903246ee64723ba9c8a7330d0e252/System.ComponentModel.Primitives.dll"/> <ReferencePath Include="../../../../../ref/5644835ee82141109a80e89f94b2dd12/System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="../../../../../ref/6b136af70f94474ab4395937369973f1/System.Configuration.ConfigurationManager.dll"/> <ReferencePath Include="../../../../../ref/c21a45e7144f43a7ac93675ff5c13da9/System.Configuration.dll"/> <ReferencePath Include="../../../../../ref/cc2ed512652443409a5f4ad21fba6933/System.Console.dll"/> <ReferencePath Include="../../../../../ref/840f458ccead4c65a562822c06fcc3f2/System.Core.dll"/> <ReferencePath Include="../../../../../ref/5b30da5bc7c04d95b090fb8629089fda/System.Data.Common.dll"/> <ReferencePath Include="../../../../../ref/f371a3cf42c74b919e086ec56cb09f2b/System.Data.DataSetExtensions.dll"/> <ReferencePath Include="../../../../../ref/68c3e82fbbc24b248c8ea33ac91a4756/System.Data.dll"/> <ReferencePath Include="../../../../../ref/bf3de35783c340e0954514eeb60b8a6d/System.Diagnostics.Contracts.dll"/> <ReferencePath Include="../../../../../ref/a6967bc5abec46b79eb69e3f7fb0bb70/System.Diagnostics.Debug.dll"/> <ReferencePath Include="../../../../../ref/17d435aa0973475c9e8c93e18dd01ed6/System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="../../../../../ref/2c5d65f7593c4eb495af92326962ebeb/System.Diagnostics.EventLog.dll"/> <ReferencePath Include="../../../../../ref/556b760776dd48db88e5a793f4b19de6/System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="../../../../../ref/a222d177bd354c16b67d741d48ff6888/System.Diagnostics.Process.dll"/> <ReferencePath Include="../../../../../ref/5e21e8aad411455da904477733994993/System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="../../../../../ref/9af4965976624e30a13db50d45b6b67b/System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="../../../../../ref/c45e5bdaa9414937a213593193d50c35/System.Diagnostics.Tools.dll"/> <ReferencePath Include="../../../../../ref/a301dbf95f59486cb4f5dea193d69800/System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="../../../../../ref/bd17a7e231dd4d848c21ec5e88825f91/System.Diagnostics.Tracing.dll"/> <ReferencePath Include="../../../../../ref/113a5434b28743cba059ce7a376eb123/System.dll"/> <ReferencePath Include="../../../../../ref/d07c6884ff0a4968b2566328e7f993fd/System.Drawing.dll"/> <ReferencePath Include="../../../../../ref/4779fb8224784452bb4ac760e5243b89/System.Drawing.Primitives.dll"/> <ReferencePath Include="../../../../../ref/f930290c83324c0382d15be957e78d46/System.Dynamic.Runtime.dll"/> <ReferencePath Include="../../../../../ref/1ffd2368abbe4e049c562da8524b04e4/System.Formats.Asn1.dll"/> <ReferencePath Include="../../../../../ref/ecc60c65fbea4427bbc714431a566047/System.Formats.Tar.dll"/> <ReferencePath Include="../../../../../ref/3b174486fc3048f4a1580ee9361328c2/System.Globalization.Calendars.dll"/> <ReferencePath Include="../../../../../ref/e9532bdf7f9a43b9a226635ed05f238d/System.Globalization.dll"/> <ReferencePath Include="../../../../../ref/8bbec2b44f2c43c8bbb8913450545852/System.Globalization.Extensions.dll"/> <ReferencePath Include="../../../../../ref/078ff66a8ef94ab591d502976fbec97e/System.IO.Compression.Brotli.dll"/> <ReferencePath Include="../../../../../ref/e06ce9c36e08490999d94daec00f63d9/System.IO.Compression.dll"/> <ReferencePath Include="../../../../../ref/ede723d7d287406eb720525268bcd125/System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/66dd64357af9483d99a63a55746dda42/System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="../../../../../ref/9b66c83f7a3e43949531909ceb02fa26/System.IO.dll"/> <ReferencePath Include="../../../../../ref/653e57a3924f4c2e82e7f3c311295f88/System.IO.FileSystem.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/59234a82d87a43b5a52d5a717959aaf0/System.IO.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/082533d141964ee8a0011661905a6882/System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="../../../../../ref/14062820117f49198505c9ea7d0abcdb/System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="../../../../../ref/8d49df5bf39947a3b5d34d63b26f6ffb/System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="../../../../../ref/f420090c3b884d08b594d1b98d46eddc/System.IO.Hashing.dll"/> <ReferencePath Include="../../../../../ref/c6a2e6e625024dd1b15bd41d9be2bcb0/System.IO.IsolatedStorage.dll"/> <ReferencePath Include="../../../../../ref/dcff320b737c4ecc82adad397529e528/System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="../../../../../ref/b4a908dd05f24d9d978736edcfbcf1be/System.IO.Pipelines.dll"/> <ReferencePath Include="../../../../../ref/565e362e1a68431497af05133044b7a5/System.IO.Pipes.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/3c13a3b326ed4d2fa2a2b70ff2df80e3/System.IO.Pipes.dll"/> <ReferencePath Include="../../../../../ref/ca2bc2838ad44e199db0f8ccd866c2f8/System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="../../../../../ref/7ab0fbd3e3f5492d87648cf7910279ed/System.Linq.AsyncEnumerable.dll"/> <ReferencePath Include="../../../../../ref/49f47f2f30ae416d926e708fb6748baf/System.Linq.dll"/> <ReferencePath Include="../../../../../ref/57f9eebded9e470da60ac7e537b1ceba/System.Linq.Expressions.dll"/> <ReferencePath Include="../../../../../ref/514911eb57e6486b830146241ee7c942/System.Linq.Parallel.dll"/> <ReferencePath Include="../../../../../ref/a6c730070ada4efdb25693426b1e502e/System.Linq.Queryable.dll"/> <ReferencePath Include="../../../../../ref/14c66c783be048ebaf2bf12abc59499f/System.Memory.dll"/> <ReferencePath Include="../../../../../ref/869d26a8a7f042c1959c75214919e8af/System.Net.dll"/> <ReferencePath Include="../../../../../ref/39a9abd4abde4508b9ccc2ed1d16322e/System.Net.Http.dll"/> <ReferencePath Include="../../../../../ref/99e58c80110e4d2d863d5dd725b2e5c2/System.Net.Http.Json.dll"/> <ReferencePath Include="../../../../../ref/47c0aa82701547ad9545f43d48fd7c66/System.Net.HttpListener.dll"/> <ReferencePath Include="../../../../../ref/68466f38f4ed47a0a7f7f5bed2b3d302/System.Net.Mail.dll"/> <ReferencePath Include="../../../../../ref/10dd2e1effea4432baf1b987201eee24/System.Net.NameResolution.dll"/> <ReferencePath Include="../../../../../ref/a86d20268be24a9e9adbb854d1c9315c/System.Net.NetworkInformation.dll"/> <ReferencePath Include="../../../../../ref/fcf62d6007cb4ff98cc82dcd32c9513b/System.Net.Ping.dll"/> <ReferencePath Include="../../../../../ref/04f3da02966c40eb8c507b5700930bbf/System.Net.Primitives.dll"/> <ReferencePath Include="../../../../../ref/e0b814fb76fd43c687e945eb9d70fe19/System.Net.Quic.dll"/> <ReferencePath Include="../../../../../ref/bddc67c9cfab4aac80f41b3f9d1a360c/System.Net.Requests.dll"/> <ReferencePath Include="../../../../../ref/d4d79b68ade2495c8b9532dd2421c594/System.Net.Security.dll"/> <ReferencePath Include="../../../../../ref/68699840ba8e41728d70b34806b25a8d/System.Net.ServerSentEvents.dll"/> <ReferencePath Include="../../../../../ref/d014f8f3519b481c87f864bfcea4d269/System.Net.ServicePoint.dll"/> <ReferencePath Include="../../../../../ref/cd5016e15e9e44a89a9e0014600ba82f/System.Net.Sockets.dll"/> <ReferencePath Include="../../../../../ref/8ff56e1582be4e5381f7533cd3a82dd0/System.Net.WebClient.dll"/> <ReferencePath Include="../../../../../ref/8290cfda753a48189828786fa22c958d/System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="../../../../../ref/df71940649834b6ca8fcd4fff3d3d659/System.Net.WebProxy.dll"/> <ReferencePath Include="../../../../../ref/85b68712346a47eab1a35a05695864a8/System.Net.WebSockets.Client.dll"/> <ReferencePath Include="../../../../../ref/abb2a8dcacc741dd890afedefc13ab49/System.Net.WebSockets.dll"/> <ReferencePath Include="../../../../../ref/b7cf7b8004b148039fb638770b4790ed/System.Numerics.dll"/> <ReferencePath Include="../../../../../ref/cad71cdb63a94cf88eeef35eefcb73bb/System.Numerics.Vectors.dll"/> <ReferencePath Include="../../../../../ref/9740a5e4b93b457d8596da90222c9ae4/System.ObjectModel.dll"/> <ReferencePath Include="../../../../../ref/8e31a773f1034bd1ba5fa1832bfb10c8/System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="../../../../../ref/006f68ce438b453189c81e95c6dcf1aa/System.Reflection.dll"/> <ReferencePath Include="../../../../../ref/4b41fc07596e4f6fa0f64d9d57624ccc/System.Reflection.Emit.dll"/> <ReferencePath Include="../../../../../ref/7189893c6072495eaea3081ecc060799/System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="../../../../../ref/6a8bbbf3b03d46b0a9fb72b14005a1e7/System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="../../../../../ref/3d346f6bc23f40168e8a36a2dc0a5c76/System.Reflection.Extensions.dll"/> <ReferencePath Include="../../../../../ref/218f636cf2b5418090862cea658fa1de/System.Reflection.Metadata.dll"/> <ReferencePath Include="../../../../../ref/531c4db880044bf5982238bcb90b3638/System.Reflection.MetadataLoadContext.dll"/> <ReferencePath Include="../../../../../ref/3416d343086f4614a5b42ba51aea7852/System.Reflection.Primitives.dll"/> <ReferencePath Include="../../../../../ref/4a4167439a4d4d20afc48bf5c93ba6c4/System.Reflection.TypeExtensions.dll"/> <ReferencePath Include="../../../../../ref/7dff85cfdb3049388832b4d939fdaefe/System.Resources.Reader.dll"/> <ReferencePath Include="../../../../../ref/a1f2bfc038204fe8bdce18a811a60998/System.Resources.ResourceManager.dll"/> <ReferencePath Include="../../../../../ref/51d9e266ff9d4b2197b316eef8bb7da7/System.Resources.Writer.dll"/> <ReferencePath Include="../../../../../ref/93f1ecc109c04e9287ae41013018073c/System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="../../../../../ref/40ea08dd47694d52ba2ab5658147bd63/System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="../../../../../ref/14466c5c1d5d4bd780ecf7dacd212b79/System.Runtime.dll"/> <ReferencePath Include="../../../../../ref/c5badd43ea35462f9c19408a2b370986/System.Runtime.Extensions.dll"/> <ReferencePath Include="../../../../../ref/2238fd7e4d914e52b35449164d125dea/System.Runtime.Handles.dll"/> <ReferencePath Include="../../../../../ref/3952df4d829f437b9621e95ddc6d72ac/System.Runtime.InteropServices.dll"/> <ReferencePath Include="../../../../../ref/fc81d0de19d240789912c58cdd9feadb/System.Runtime.InteropServices.JavaScript.dll"/> <ReferencePath Include="../../../../../ref/367191433c0d4c1dbe2a50c883a6759e/System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="../../../../../ref/ed085c178d494cdc99cd12016670e664/System.Runtime.Intrinsics.dll"/> <ReferencePath Include="../../../../../ref/6ed64be34dee4165a8cb43f916106c21/System.Runtime.Loader.dll"/> <ReferencePath Include="../../../../../ref/8caf5f9e5a144d76b2a02965cdd36b74/System.Runtime.Numerics.dll"/> <ReferencePath Include="../../../../../ref/6d40e66551024ea8881e7f7af799bd45/System.Runtime.Serialization.dll"/> <ReferencePath Include="../../../../../ref/4fb7b07db30742459c1bee6cc3879b94/System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="../../../../../ref/d83695ed4cd945f19ee6c35160ba8f4d/System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="../../../../../ref/39a5db29547943e0b587ed65bb616eea/System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="../../../../../ref/a68669ead3c249d08e95a7f0544ee079/System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="../../../../../ref/df5937040ad34b38b528023f7bd4ab96/System.Security.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/2e4becb3bee04dcf961005bf0154f2a1/System.Security.Claims.dll"/> <ReferencePath Include="../../../../../ref/45fdcfa8ff3a46b89ee6888a48c0801f/System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="../../../../../ref/518f3713297c41028ed7cf335e22bf6d/System.Security.Cryptography.Cng.dll"/> <ReferencePath Include="../../../../../ref/9745bff4bae3465ba178a41690e90513/System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="../../../../../ref/3438e3d0bd0f4b588d36e75b470e6c95/System.Security.Cryptography.dll"/> <ReferencePath Include="../../../../../ref/2888a4b0844646bcb32f4b1bd410acb5/System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="../../../../../ref/909c4336238748eba16728cbb4dd9926/System.Security.Cryptography.OpenSsl.dll"/> <ReferencePath Include="../../../../../ref/25fa88ed67b04bb5b10746cbaab75191/System.Security.Cryptography.Pkcs.dll"/> <ReferencePath Include="../../../../../ref/fc69c1a0ff6b44969b5ab6e441f094aa/System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="../../../../../ref/44e9fee1e81f4d9596cdd54d83a72be2/System.Security.Cryptography.ProtectedData.dll"/> <ReferencePath Include="../../../../../ref/7e76b65154d446d2a2cd99bcc9a6a10c/System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="../../../../../ref/d187b18cf8be49daa04152969cc6a9a5/System.Security.dll"/> <ReferencePath Include="../../../../../ref/6ca325a7b5b24a8682bbec0400f83709/System.Security.Principal.dll"/> <ReferencePath Include="../../../../../ref/498d5516ef3140029a84af7099b97ab1/System.Security.Principal.Windows.dll"/> <ReferencePath Include="../../../../../ref/a320e6b08010483daa9fe55886e74ef9/System.Security.SecureString.dll"/> <ReferencePath Include="../../../../../ref/ed53c9f89a35497495bf2d9c5ad949c9/System.ServiceModel.Web.dll"/> <ReferencePath Include="../../../../../ref/4d5cf617ada94e879b433d52e9100e24/System.ServiceProcess.dll"/> <ReferencePath Include="../../../../../ref/f30546afd0014941ad5fdcba77cf0c5c/System.Text.Encoding.CodePages.dll"/> <ReferencePath Include="../../../../../ref/0d00654e30424edd9eab7fcb5d3a3bcf/System.Text.Encoding.dll"/> <ReferencePath Include="../../../../../ref/08a8ea1a0146419f976879d9ef31ab39/System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="../../../../../ref/fc2405070401428b93614411d393db6d/System.Text.Encodings.Web.dll"/> <ReferencePath Include="../../../../../ref/589ae24a358b436d92ef9af1176cf674/System.Text.Json.dll"/> <ReferencePath Include="../../../../../ref/b7f1c71c13e143acb29d8c01b99adb6b/System.Text.RegularExpressions.dll"/> <ReferencePath Include="../../../../../ref/2419274e47dd46b7a724fc4ae5befcfb/System.Threading.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/3b741b83538842daa20ee12f8df83c57/System.Threading.Channels.dll"/> <ReferencePath Include="../../../../../ref/ae02198c4e604c33ba7e35688f32c03b/System.Threading.dll"/> <ReferencePath Include="../../../../../ref/ef004bf4f2cd40f189409ddd35a81700/System.Threading.Overlapped.dll"/> <ReferencePath Include="../../../../../ref/a95e88cec91443a3aab3bed7fd81afdd/System.Threading.Tasks.Dataflow.dll"/> <ReferencePath Include="../../../../../ref/454d5692512045b78aaa1bc8badde8bd/System.Threading.Tasks.dll"/> <ReferencePath Include="../../../../../ref/4d3ebe100d204885b5f67727b8fba7a4/System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="../../../../../ref/572f126f51f448179b8091e6e24ba688/System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="../../../../../ref/cbc5e0cfa80343f8b41e5fe7177d6bb9/System.Threading.Thread.dll"/> <ReferencePath Include="../../../../../ref/9cc735f407b1452881b2cef7c84576b2/System.Threading.ThreadPool.dll"/> <ReferencePath Include="../../../../../ref/91d615bcfce1462b800c4458c795a5bc/System.Threading.Timer.dll"/> <ReferencePath Include="../../../../../ref/a2b9b993008b434c9c36b83b5d7fe115/System.Transactions.dll"/> <ReferencePath Include="../../../../../ref/ce9e327f796241afa883ed16a2feaab6/System.Transactions.Local.dll"/> <ReferencePath Include="../../../../../ref/0ea77e17069d4889913813443669c972/System.ValueTuple.dll"/> <ReferencePath Include="../../../../../ref/33d8c6d404ae4ac7b02a1db674dab993/System.Web.dll"/> <ReferencePath Include="../../../../../ref/55e665576fe740eb9902d794bb65c44e/System.Web.HttpUtility.dll"/> <ReferencePath Include="../../../../../ref/f058304ad2ed4ad298051674d3c964cc/System.Windows.dll"/> <ReferencePath Include="../../../../../ref/6d8c42e7790c4850a864f28e074f2eed/System.Xml.dll"/> <ReferencePath Include="../../../../../ref/701830a1ccd146798e190b2854aa0fc9/System.Xml.Linq.dll"/> <ReferencePath Include="../../../../../ref/c5d4ecfac8c643f3aa747da85b89a5bf/System.Xml.ReaderWriter.dll"/> <ReferencePath Include="../../../../../ref/ed38172244234adf910d289bcfd8e35e/System.Xml.Serialization.dll"/> <ReferencePath Include="../../../../../ref/9c477328fcaf4eb78ef1c64b762d8f08/System.Xml.XDocument.dll"/> <ReferencePath Include="../../../../../ref/30574bdfe66e469683348b0476befe68/System.Xml.XmlDocument.dll"/> <ReferencePath Include="../../../../../ref/6cf89469819747d4804a1831c3d603c6/System.Xml.XmlSerializer.dll"/> <ReferencePath Include="../../../../../ref/746424385ed7400597a85bd9b112ee62/System.Xml.XPath.dll"/> <ReferencePath Include="../../../../../ref/cf1bc4a9e2aa4e7fa0f672627b3e5fe3/System.Xml.XPath.XDocument.dll"/> <ReferencePath Include="../../../../../ref/61ff256d739d4b28bfd35ba39c62d75e/WindowsBase.dll"/> </ItemGroup> <ItemGroup> <Compile Include="_generated/0/LibraryImports.g.cs"/> <Compile Include="_generated/1/CliSchemaJsonSerializerContext.Boolean.g.cs"/> <Compile Include="_generated/2/CliSchemaJsonSerializerContext.ArgumentDetails.g.cs"/> <Compile Include="_generated/3/CliSchemaJsonSerializerContext.ArityDetails.g.cs"/> <Compile Include="_generated/4/CliSchemaJsonSerializerContext.CommandDetails.g.cs"/> <Compile Include="_generated/5/CliSchemaJsonSerializerContext.OptionDetails.g.cs"/> <Compile Include="_generated/6/CliSchemaJsonSerializerContext.RootCommandDetails.g.cs"/> <Compile Include="_generated/7/CliSchemaJsonSerializerContext.DictionaryStringArgumentDetails.g.cs"/> <Compile Include="_generated/8/CliSchemaJsonSerializerContext.DictionaryStringCommandDetails.g.cs"/> <Compile Include="_generated/9/CliSchemaJsonSerializerContext.DictionaryStringOptionDetails.g.cs"/> <Compile Include="_generated/10/CliSchemaJsonSerializerContext.Int32.g.cs"/> <Compile Include="_generated/11/CliSchemaJsonSerializerContext.NullableInt32.g.cs"/> <Compile Include="_generated/12/CliSchemaJsonSerializerContext.Object.g.cs"/> <Compile Include="_generated/13/CliSchemaJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/14/CliSchemaJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/15/CliSchemaJsonSerializerContext.g.cs"/> <Compile Include="_generated/16/CliSchemaJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/17/CliSchemaJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/18/TelemetryDiskLoggerJsonSerializerContext.ActivityModel.g.cs"/> <Compile Include="_generated/19/TelemetryDiskLoggerJsonSerializerContext.EventModel.g.cs"/> <Compile Include="_generated/20/TelemetryDiskLoggerJsonSerializerContext.EventModelArray.g.cs"/> <Compile Include="_generated/21/TelemetryDiskLoggerJsonSerializerContext.IdentifiersModel.g.cs"/> <Compile Include="_generated/22/TelemetryDiskLoggerJsonSerializerContext.SourceModel.g.cs"/> <Compile Include="_generated/23/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringObject.g.cs"/> <Compile Include="_generated/24/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/25/TelemetryDiskLoggerJsonSerializerContext.DateTimeOffset.g.cs"/> <Compile Include="_generated/26/TelemetryDiskLoggerJsonSerializerContext.TimeSpan.g.cs"/> <Compile Include="_generated/27/TelemetryDiskLoggerJsonSerializerContext.Object.g.cs"/> <Compile Include="_generated/28/TelemetryDiskLoggerJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/29/TelemetryDiskLoggerJsonSerializerContext.g.cs"/> <Compile Include="_generated/30/TelemetryDiskLoggerJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/31/TelemetryDiskLoggerJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/32/WorkloadManifestUpdaterJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/33/WorkloadManifestUpdaterJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/34/WorkloadManifestUpdaterJsonSerializerContext.g.cs"/> <Compile Include="_generated/35/WorkloadManifestUpdaterJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/36/WorkloadManifestUpdaterJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/37/SdkVulnerabilityJsonContext.Boolean.g.cs"/> <Compile Include="_generated/38/SdkVulnerabilityJsonContext.SdkCveInfo.g.cs"/> <Compile Include="_generated/39/SdkVulnerabilityJsonContext.SdkVulnerabilityInfo.g.cs"/> <Compile Include="_generated/40/SdkVulnerabilityJsonContext.IReadOnlyListSdkCveInfo.g.cs"/> <Compile Include="_generated/41/SdkVulnerabilityJsonContext.DateTime.g.cs"/> <Compile Include="_generated/42/SdkVulnerabilityJsonContext.NullableDateTime.g.cs"/> <Compile Include="_generated/43/SdkVulnerabilityJsonContext.String.g.cs"/> <Compile Include="_generated/44/SdkVulnerabilityJsonContext.g.cs"/> <Compile Include="_generated/45/SdkVulnerabilityJsonContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/46/SdkVulnerabilityJsonContext.PropertyNames.g.cs"/> <Compile Include="_generated/47/InstallStateJsonSerializerContext.Boolean.g.cs"/> <Compile Include="_generated/48/InstallStateJsonSerializerContext.NullableBoolean.g.cs"/> <Compile Include="_generated/49/InstallStateJsonSerializerContext.InstallStateContents.g.cs"/> <Compile Include="_generated/50/InstallStateJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/51/InstallStateJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/52/InstallStateJsonSerializerContext.g.cs"/> <Compile Include="_generated/53/InstallStateJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/54/InstallStateJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/55/SdkCheckJsonSerializerContext.SdkCheckConfig.g.cs"/> <Compile Include="_generated/56/SdkCheckJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/57/SdkCheckJsonSerializerContext.g.cs"/> <Compile Include="_generated/58/SdkCheckJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/59/SdkCheckJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/60/SlnfJsonSerializerContext.SlnfRoot.g.cs"/> <Compile Include="_generated/61/SlnfJsonSerializerContext.SlnfSolution.g.cs"/> <Compile Include="_generated/62/SlnfJsonSerializerContext.ListString.g.cs"/> <Compile Include="_generated/63/SlnfJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/64/SlnfJsonSerializerContext.g.cs"/> <Compile Include="_generated/65/SlnfJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/66/SlnfJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/67/LocalToolsCacheJsonSerializerContext.CacheRow.g.cs"/> <Compile Include="_generated/68/LocalToolsCacheJsonSerializerContext.CacheRowArray.g.cs"/> <Compile Include="_generated/69/LocalToolsCacheJsonSerializerContext.IEnumerableCacheRow.g.cs"/> <Compile Include="_generated/70/LocalToolsCacheJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/71/LocalToolsCacheJsonSerializerContext.g.cs"/> <Compile Include="_generated/72/LocalToolsCacheJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/73/LocalToolsCacheJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/74/ToolListJsonSerializerContext.LocalToolListJsonContract.g.cs"/> <Compile Include="_generated/75/ToolListJsonSerializerContext.LocalToolListJsonContractArray.g.cs"/> <Compile Include="_generated/76/ToolListJsonSerializerContext.ToolListJsonContract.g.cs"/> <Compile Include="_generated/77/ToolListJsonSerializerContext.ToolListJsonContractArray.g.cs"/> <Compile Include="_generated/78/ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs"/> <Compile Include="_generated/79/ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs"/> <Compile Include="_generated/80/ToolListJsonSerializerContext.Int32.g.cs"/> <Compile Include="_generated/81/ToolListJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/82/ToolListJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/83/ToolListJsonSerializerContext.g.cs"/> <Compile Include="_generated/84/ToolListJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/85/ToolListJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/86/NugetSearchApiJsonSerializerContext.Boolean.g.cs"/> <Compile Include="_generated/87/NugetSearchApiJsonSerializerContext.NugetSearchApiAuthorsSerializable.g.cs"/> <Compile Include="_generated/88/NugetSearchApiJsonSerializerContext.NugetSearchApiContainerSerializable.g.cs"/> <Compile Include="_generated/89/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializable.g.cs"/> <Compile Include="_generated/90/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializableArray.g.cs"/> <Compile Include="_generated/91/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializable.g.cs"/> <Compile Include="_generated/92/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializableArray.g.cs"/> <Compile Include="_generated/93/NugetSearchApiJsonSerializerContext.Int32.g.cs"/> <Compile Include="_generated/94/NugetSearchApiJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/95/NugetSearchApiJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/96/NugetSearchApiJsonSerializerContext.g.cs"/> <Compile Include="_generated/97/NugetSearchApiJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/98/NugetSearchApiJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/99/NugetServiceIndexJsonSerializerContext.NugetServiceIndex.g.cs"/> <Compile Include="_generated/100/NugetServiceIndexJsonSerializerContext.NugetServiceResource.g.cs"/> <Compile Include="_generated/101/NugetServiceIndexJsonSerializerContext.NugetServiceResourceArray.g.cs"/> <Compile Include="_generated/102/NugetServiceIndexJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/103/NugetServiceIndexJsonSerializerContext.g.cs"/> <Compile Include="_generated/104/NugetServiceIndexJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/105/NugetServiceIndexJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/106/RegexGenerator.g.cs"/> </ItemGroup> </Project>