File: dotnet.csproj
Web Access
Project: src\sdk\src\Cli\dotnet\dotnet.csproj (dotnet)
<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</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;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.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/BuildProtocol.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/BuildProtocol.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/BuildServerConnection.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/BuildServerConnection.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/CommitHashAttribute.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/CommitHashAttribute.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/CompilerServerLogger.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/CompilerServerLogger.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/Debug.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/Debug.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/NamedPipeUtil.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/NamedPipeUtil.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/NativeMethods.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/NativeMethods.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/PlatformInformation.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/PlatformInformation.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/RuntimeHostInfo.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.9.0-1.26306.101/contentFiles/cs/net11.0/RuntimeHostInfo.cs"/>
    <Compile Include="AspNetCoreCertificateGenerator.cs"/>
    <Compile Include="AutomaticEncodingRestorer.cs"/>
    <Compile Include="BuildServer/BuildServerException.cs"/>
    <Compile Include="BuildServer/BuildServerProvider.cs"/>
    <Compile Include="BuildServer/IBuildServer.cs"/>
    <Compile Include="BuildServer/IBuildServerProvider.cs"/>
    <Compile Include="BuildServer/MSBuildServer.cs"/>
    <Compile Include="BuildServer/RazorPidFile.cs"/>
    <Compile Include="BuildServer/RazorServer.cs"/>
    <Compile Include="BuildServer/VBCSCompilerServer.cs"/>
    <Compile Include="BundledTargetFramework.cs"/>
    <Compile Include="CliCompletion.cs"/>
    <Compile Include="CliSchema.cs"/>
    <Compile Include="CliStringsExtensions.cs"/>
    <Compile Include="CliTransaction.cs"/>
    <Compile Include="CliUsage.cs"/>
    <Compile Include="CommandBase.cs"/>
    <Compile Include="CommandFactory/CommandFactory.cs"/>
    <Compile Include="CommandFactory/CommandFactoryUsingResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/AbstractPathBasedCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ActivityContextFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/AppBaseCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/AppBaseDllCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/CommandResolverArguments.cs"/>
    <Compile Include="CommandFactory/CommandResolution/CompositeCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/DefaultCommandResolverPolicy.cs"/>
    <Compile Include="CommandFactory/CommandResolution/DotnetToolsCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/GenericPlatformCommandSpecFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ICommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ICommandResolverPolicy.cs"/>
    <Compile Include="CommandFactory/CommandResolution/IPackagedCommandSpecFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/IPlatformCommandSpecFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/IProject.cs"/>
    <Compile Include="CommandFactory/CommandResolution/IPublishedPathCommandSpecFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/LocalToolsCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/LockFileTargetExtensions.cs"/>
    <Compile Include="CommandFactory/CommandResolution/MSBuildProject.cs"/>
    <Compile Include="CommandFactory/CommandResolution/MuxerCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/MuxerCommandSpecMaker.cs"/>
    <Compile Include="CommandFactory/CommandResolution/NuGetUtils.cs"/>
    <Compile Include="CommandFactory/CommandResolution/PackagedCommandSpecFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/PackagedCommandSpecFactoryWithCliRuntime.cs"/>
    <Compile Include="CommandFactory/CommandResolution/PathCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ProjectDependenciesCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ProjectFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ProjectPathCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ProjectToolsCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/PublishedPathCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/PublishPathCommandSpecFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ResourceAssemblyInfo.cs"/>
    <Compile Include="CommandFactory/CommandResolution/RootedCommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ScriptCommandResolverPolicy.cs"/>
    <Compile Include="CommandFactory/CommandResolution/SingleProjectInfo.cs"/>
    <Compile Include="CommandFactory/CommandResolution/ToolPathCalculator.cs"/>
    <Compile Include="CommandFactory/CommandResolution/WindowsExePreferredCommandSpecFactory.cs"/>
    <Compile Include="CommandFactory/CommandResolver.cs"/>
    <Compile Include="CommandFactory/CommandSpec.cs"/>
    <Compile Include="CommandFactory/ICommandFactory.cs"/>
    <Compile Include="CommandLineInfo.cs"/>
    <Compile Include="CommandNotAvailableInAotException.cs"/>
    <Compile Include="CommandParsingException.cs"/>
    <Compile Include="Commands/Build/BuildCommand.cs"/>
    <Compile Include="Commands/Build/BuildCommandParser.cs"/>
    <Compile Include="Commands/BuildServer/BuildServerCommandParser.cs"/>
    <Compile Include="Commands/BuildServer/Shutdown/BuildServerShutdownCommand.cs"/>
    <Compile Include="Commands/Clean/CleanCommand.cs"/>
    <Compile Include="Commands/Clean/CleanCommandParser.cs"/>
    <Compile Include="Commands/Clean/FileBasedAppArtifacts/CleanFileBasedAppArtifactsCommand.cs"/>
    <Compile Include="Commands/Dnx/DnxCommandParser.cs"/>
    <Compile Include="Commands/DotNetCommandFactory.cs"/>
    <Compile Include="Commands/Format/FormatCommand.cs"/>
    <Compile Include="Commands/Format/FormatCommandParser.cs"/>
    <Compile Include="Commands/Format/FormatForwardingApp.cs"/>
    <Compile Include="Commands/Fsi/FsiCommand.cs"/>
    <Compile Include="Commands/Fsi/FsiCommandParser.cs"/>
    <Compile Include="Commands/Fsi/FsiForwardingApp.cs"/>
    <Compile Include="Commands/Help/HelpCommand.cs"/>
    <Compile Include="Commands/Help/HelpCommandParser.cs"/>
    <Compile Include="Commands/Hidden/Add/AddCommandParser.cs"/>
    <Compile Include="Commands/Hidden/Complete/CompleteCommand.cs"/>
    <Compile Include="Commands/Hidden/Complete/CompleteCommandParser.cs"/>
    <Compile Include="Commands/Hidden/InternalReportInstallSuccess/InternalReportInstallSuccessCommand.cs"/>
    <Compile Include="Commands/Hidden/InternalReportInstallSuccess/InternalReportInstallSuccessCommandParser.cs"/>
    <Compile Include="Commands/Hidden/List/ListCommandParser.cs"/>
    <Compile Include="Commands/Hidden/Parse/ParseCommand.cs"/>
    <Compile Include="Commands/Hidden/Parse/ParseCommandParser.cs"/>
    <Compile Include="Commands/Hidden/Remove/RemoveCommandParser.cs"/>
    <Compile Include="Commands/MSBuild/MSBuildCommand.cs"/>
    <Compile Include="Commands/MSBuild/MSBuildCommandParser.cs"/>
    <Compile Include="Commands/MSBuild/MSBuildForwardingApp.cs"/>
    <Compile Include="Commands/MSBuild/MSBuildForwardingLogger.cs"/>
    <Compile Include="Commands/MSBuild/MSBuildLogger.cs"/>
    <Compile Include="Commands/New/BuiltInTemplatePackageProvider.cs"/>
    <Compile Include="Commands/New/BuiltInTemplatePackageProviderFactory.cs"/>
    <Compile Include="Commands/New/DotnetCommandCallbacks.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/CapabilityExpressionEvaluator.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/MSBuildEvaluationResult.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/MSBuildEvaluator.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/MultipleProjectsEvaluationResult.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/MultiTargetEvaluationResult.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/NonSDKStyleEvaluationResult.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/ProjectCapabilityConstraint.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/ProjectContextSymbolSource.cs"/>
    <Compile Include="Commands/New/MSBuildEvaluation/SDKStyleEvaluationResult.cs"/>
    <Compile Include="Commands/New/NewCommandParser.cs"/>
    <Compile Include="Commands/New/OptionalWorkloadProvider.cs"/>
    <Compile Include="Commands/New/OptionalWorkloadProviderFactory.cs"/>
    <Compile Include="Commands/New/PostActions/DotnetAddPostActionProcessor.cs"/>
    <Compile Include="Commands/New/PostActions/DotnetRestorePostActionProcessor.cs"/>
    <Compile Include="Commands/New/PostActions/DotnetSlnPostActionProcessor.cs"/>
    <Compile Include="Commands/New/SdkInfoProvider.cs"/>
    <Compile Include="Commands/New/WorkloadsInfoProvider.cs"/>
    <Compile Include="Commands/NuGet/NuGetCommand.cs"/>
    <Compile Include="Commands/NuGet/NuGetCommandParser.cs"/>
    <Compile Include="Commands/NuGet/NuGetVirtualProjectBuilder.cs"/>
    <Compile Include="Commands/Pack/PackCommand.cs"/>
    <Compile Include="Commands/Pack/PackCommandParser.cs"/>
    <Compile Include="Commands/Package/Add/PackageAddCommand.cs"/>
    <Compile Include="Commands/Package/List/PackageListCommand.cs"/>
    <Compile Include="Commands/Package/PackageCommandParser.cs"/>
    <Compile Include="Commands/Package/Remove/PackageRemoveCommand.cs"/>
    <Compile Include="Commands/Package/Search/PackageSearchCommand.cs"/>
    <Compile Include="Commands/Package/VirtualProjectPackageReflector.cs"/>
    <Compile Include="Commands/Project/Convert/ProjectConvertCommand.cs"/>
    <Compile Include="Commands/Project/ProjectCommandParser.cs"/>
    <Compile Include="Commands/Publish/PublishCommand.cs"/>
    <Compile Include="Commands/Publish/PublishCommandParser.cs"/>
    <Compile Include="Commands/Reference/Add/ReferenceAddCommand.cs"/>
    <Compile Include="Commands/Reference/List/ReferenceListCommand.cs"/>
    <Compile Include="Commands/Reference/ReferenceCommandParser.cs"/>
    <Compile Include="Commands/Reference/Remove/ReferenceRemoveCommand.cs"/>
    <Compile Include="Commands/Restore/RestoreCommand.cs"/>
    <Compile Include="Commands/Restore/RestoreCommandParser.cs"/>
    <Compile Include="Commands/Restore/RestoringCommand.cs"/>
    <Compile Include="Commands/Run/Api/RunApiCommand.cs"/>
    <Compile Include="Commands/Run/Api/RunApiCommandParser.cs"/>
    <Compile Include="Commands/Run/CommonRunHelpers.cs"/>
    <Compile Include="Commands/Run/CSharpCompilerCommand.cs"/>
    <Compile Include="Commands/Run/CSharpCompilerCommand.Generated.cs"/>
    <Compile Include="Commands/Run/EnvironmentVariablesToMSBuild.cs"/>
    <Compile Include="Commands/Run/FileBasedAppSourceEditor.cs"/>
    <Compile Include="Commands/Run/RunCommand.cs"/>
    <Compile Include="Commands/Run/RunCommandParser.cs"/>
    <Compile Include="Commands/Run/RunCommandSelector.cs"/>
    <Compile Include="Commands/Run/RunProperties.cs"/>
    <Compile Include="Commands/Run/RunTelemetry.cs"/>
    <Compile Include="Commands/Run/VirtualProjectBuildingCommand.cs"/>
    <Compile Include="Commands/Sdk/Check/BundleOutputWriter.cs"/>
    <Compile Include="Commands/Sdk/Check/IProductCollectionProvider.cs"/>
    <Compile Include="Commands/Sdk/Check/ProductCollectionProvider.cs"/>
    <Compile Include="Commands/Sdk/Check/RuntimeOutputWriter.cs"/>
    <Compile Include="Commands/Sdk/Check/SdkCheckCommand.cs"/>
    <Compile Include="Commands/Sdk/Check/SdkOutputWriter.cs"/>
    <Compile Include="Commands/Sdk/SdkCommandParser.cs"/>
    <Compile Include="Commands/Solution/Add/SolutionAddCommand.cs"/>
    <Compile Include="Commands/Solution/List/SolutionListCommand.cs"/>
    <Compile Include="Commands/Solution/Migrate/SolutionMigrateCommand.cs"/>
    <Compile Include="Commands/Solution/Remove/SolutionRemoveCommand.cs"/>
    <Compile Include="Commands/Solution/SolutionArgumentValidator.cs"/>
    <Compile Include="Commands/Solution/SolutionCommandParser.cs"/>
    <Compile Include="Commands/Test/CliConstants.cs"/>
    <Compile Include="Commands/Test/MTP/ExitCode.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/INamedPipeBase.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/INamedPipeSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/IRequest.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/IResponse.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/CommandLineOptionMessages.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/DiscoveredTestMessages.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/FileArtifactMessages.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/HandshakeMessage.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/TestInProgressMessages.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/TestResultMessages.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/TestSessionEvent.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/UnknownMessage.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Models/VoidResponse.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/NamedPipeBase.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/NamedPipeServer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/ObjectFieldIds.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/BaseSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/CommandLineOptionMessagesSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/DiscoveredTestMessagesSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/FileArtifactMessagesSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/HandshakeMessageSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/RegisterSerializers.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/TestInProgressMessagesSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/TestResultMessagesSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/TestSessionEventSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/UnknownMessageSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/IPC/Serializers/VoidResponseSerializer.cs"/>
    <Compile Include="Commands/Test/MTP/ITestHandler.cs"/>
    <Compile Include="Commands/Test/MTP/Logger.cs"/>
    <Compile Include="Commands/Test/MTP/MicrosoftTestingPlatformTestCommand.cs"/>
    <Compile Include="Commands/Test/MTP/MicrosoftTestingPlatformTestCommand.Help.cs"/>
    <Compile Include="Commands/Test/MTP/Models.cs"/>
    <Compile Include="Commands/Test/MTP/MSBuildHandler.cs"/>
    <Compile Include="Commands/Test/MTP/MSBuildUtility.cs"/>
    <Compile Include="Commands/Test/MTP/Options.cs"/>
    <Compile Include="Commands/Test/MTP/SolutionAndProjectUtility.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/AnsiCodes.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/AnsiDetector.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/AnsiTerminal.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/AnsiTerminalTestProgressFrame.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/ErrorMessage.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/ExceptionFlattener.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/FileUtilities.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/HumanReadableDurationFormatter.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/IColor.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/IConsole.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/IProgressMessage.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/IStopwatch.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/ITerminal.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/NativeMethods.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/NonAnsiTerminal.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/SimpleAnsiTerminal.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/SimpleTerminalBase.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/SystemConsole.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/SystemConsoleColor.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/SystemStopwatch.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TargetFrameworkParser.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TerminalColor.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TerminalTestReporter.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TerminalTestReporterOptions.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TestDetailState.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TestNodeResultsState.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TestOutcome.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TestProgressState.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TestProgressStateAwareTerminal.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/TestRunArtifact.cs"/>
    <Compile Include="Commands/Test/MTP/Terminal/WarningMessage.cs"/>
    <Compile Include="Commands/Test/MTP/TestApplication.cs"/>
    <Compile Include="Commands/Test/MTP/TestApplicationActionQueue.cs"/>
    <Compile Include="Commands/Test/MTP/TestApplicationHandler.cs"/>
    <Compile Include="Commands/Test/MTP/TestModulesFilterHandler.cs"/>
    <Compile Include="Commands/Test/MTP/ValidationUtility.cs"/>
    <Compile Include="Commands/Test/TestCommandParser.cs"/>
    <Compile Include="Commands/Test/VSTest/TestCommand.cs"/>
    <Compile Include="Commands/Test/VSTest/VSTestArgumentConverter.cs"/>
    <Compile Include="Commands/Test/VSTest/VSTestFeatureFlag.cs"/>
    <Compile Include="Commands/Test/VSTest/VSTestForwardingApp.cs"/>
    <Compile Include="Commands/Test/VSTest/VSTestTrace.cs"/>
    <Compile Include="Commands/Tool/Common/ToolManifestFinderExtensions.cs"/>
    <Compile Include="Commands/Tool/Execute/ToolExecuteCommand.cs"/>
    <Compile Include="Commands/Tool/Install/LocalToolsResolverCacheExtensions.cs"/>
    <Compile Include="Commands/Tool/Install/ProjectRestorer.cs"/>
    <Compile Include="Commands/Tool/Install/ToolInstallCommand.cs"/>
    <Compile Include="Commands/Tool/Install/ToolInstallCommandLowLevelErrorConverter.cs"/>
    <Compile Include="Commands/Tool/Install/ToolInstallGlobalOrToolPathCommand.cs"/>
    <Compile Include="Commands/Tool/Install/ToolInstallLocalCommand.cs"/>
    <Compile Include="Commands/Tool/Install/ToolInstallLocalInstaller.cs"/>
    <Compile Include="Commands/Tool/Install/VersionRangeUtilities.cs"/>
    <Compile Include="Commands/Tool/List/ToolListCommand.cs"/>
    <Compile Include="Commands/Tool/List/ToolListGlobalOrToolPathCommand.cs"/>
    <Compile Include="Commands/Tool/List/ToolListJsonHelper.cs"/>
    <Compile Include="Commands/Tool/List/ToolListLocalCommand.cs"/>
    <Compile Include="Commands/Tool/Restore/ToolPackageRestorer.cs"/>
    <Compile Include="Commands/Tool/Restore/ToolRestoreCommand.cs"/>
    <Compile Include="Commands/Tool/Run/ToolRunCommand.cs"/>
    <Compile Include="Commands/Tool/Search/NugetSearchSerializables.cs"/>
    <Compile Include="Commands/Tool/Search/SearchResultPrinter.cs"/>
    <Compile Include="Commands/Tool/Search/ToolSearchCommand.cs"/>
    <Compile Include="Commands/Tool/Store/StoreCommand.cs"/>
    <Compile Include="Commands/Tool/Store/StoreCommandParser.cs"/>
    <Compile Include="Commands/Tool/ToolCommandParser.cs"/>
    <Compile Include="Commands/Tool/ToolCommandSpecCreator.cs"/>
    <Compile Include="Commands/Tool/Uninstall/ToolUninstallCommand.cs"/>
    <Compile Include="Commands/Tool/Uninstall/ToolUninstallCommandLowLevelErrorConverter.cs"/>
    <Compile Include="Commands/Tool/Uninstall/ToolUninstallGlobalOrToolPathCommand.cs"/>
    <Compile Include="Commands/Tool/Uninstall/ToolUninstallLocalCommand.cs"/>
    <Compile Include="Commands/Tool/Update/ToolUpdateCommand.cs"/>
    <Compile Include="Commands/Tool/Update/ToolUpdateGlobalOrToolPathCommand.cs"/>
    <Compile Include="Commands/Tool/Update/ToolUpdateLocalCommand.cs"/>
    <Compile Include="Commands/VSTest/VSTestCommand.cs"/>
    <Compile Include="Commands/VSTest/VSTestCommandParser.cs"/>
    <Compile Include="Commands/Workload/Clean/WorkloadCleanCommand.cs"/>
    <Compile Include="Commands/Workload/Config/WorkloadConfigCommand.cs"/>
    <Compile Include="Commands/Workload/Elevate/WorkloadElevateCommand.cs"/>
    <Compile Include="Commands/Workload/GlobalJsonWorkloadSetFile.cs"/>
    <Compile Include="Commands/Workload/History/WorkloadHistoryCommand.cs"/>
    <Compile Include="Commands/Workload/Install/FileBasedInstaller.cs"/>
    <Compile Include="Commands/Workload/Install/IInstaller.cs"/>
    <Compile Include="Commands/Workload/Install/IWorkloadManifestUpdater.cs"/>
    <Compile Include="Commands/Workload/Install/NullReporter.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadGarbageCollector.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadInstallCommand.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadInstallerFactory.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadInstallRecords/FileBasedInstallationRecordInstaller.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadInstallRecords/IWorkloadInstallationRecordRepository.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadManifestUpdater.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadResolverFactory.cs"/>
    <Compile Include="Commands/Workload/InstallingWorkloadCommand.cs"/>
    <Compile Include="Commands/Workload/InstallStateContents.cs"/>
    <Compile Include="Commands/Workload/IWorkloadInfoHelper.cs"/>
    <Compile Include="Commands/Workload/List/InstalledWorkloadsCollection.cs"/>
    <Compile Include="Commands/Workload/List/IWorkloadsRepositoryEnumerator.cs"/>
    <Compile Include="Commands/Workload/List/WorkloadListCommand.cs"/>
    <Compile Include="Commands/Workload/Repair/WorkloadRepairCommand.cs"/>
    <Compile Include="Commands/Workload/Restore/WorkloadRestoreCommand.cs"/>
    <Compile Include="Commands/Workload/Search/WorkloadSearchCommand.cs"/>
    <Compile Include="Commands/Workload/Search/WorkloadSearchVersionsCommand.cs"/>
    <Compile Include="Commands/Workload/Uninstall/WorkloadUninstallCommand.cs"/>
    <Compile Include="Commands/Workload/Update/WorkloadUpdateCommand.cs"/>
    <Compile Include="Commands/Workload/WorkloadCommandBase.cs"/>
    <Compile Include="Commands/Workload/WorkloadCommandParser.cs"/>
    <Compile Include="Commands/Workload/WorkloadException.cs"/>
    <Compile Include="Commands/Workload/WorkloadHistoryDisplay.cs"/>
    <Compile Include="Commands/Workload/WorkloadHistoryRecord.cs"/>
    <Compile Include="Commands/Workload/WorkloadHistoryRecorder.cs"/>
    <Compile Include="Commands/Workload/WorkloadInfoHelper.cs"/>
    <Compile Include="Commands/Workload/WorkloadIntegrityChecker.cs"/>
    <Compile Include="Commands/Workload/WorkloadJsonSerializerContext.cs"/>
    <Compile Include="Commands/Workload/WorkloadManifestCorruptionRepairer.cs"/>
    <Compile Include="Commands/Workload/WorkloadUtilities.cs"/>
    <Compile Include="Extensions/ActivityExtensions.cs"/>
    <Compile Include="Extensions/CollectionExtensions.cs"/>
    <Compile Include="Extensions/CommonOptionsExtensions.cs"/>
    <Compile Include="Extensions/ParseResultExtensions.cs"/>
    <Compile Include="Extensions/ProjectExtensions.cs"/>
    <Compile Include="Extensions/ProjectInstanceExtensions.cs"/>
    <Compile Include="Extensions/ProjectRootElementExtensions.cs"/>
    <Compile Include="FilePermissionSetter.cs"/>
    <Compile Include="ForwardingApp.cs"/>
    <Compile Include="ICommandRunner.cs"/>
    <Compile Include="IFilePermissionSetter.cs"/>
    <Compile Include="InteractiveConsole.cs"/>
    <Compile Include="LoggerUtility.cs"/>
    <Compile Include="MsbuildProject.cs"/>
    <Compile Include="NuGetForwardingApp.cs"/>
    <Compile Include="NugetPackageDownloader/FirstPartyNuGetPackageSigningVerifier.cs"/>
    <Compile Include="NugetPackageDownloader/IFirstPartyNuGetPackageSigningVerifier.cs"/>
    <Compile Include="NugetPackageDownloader/INuGetPackageDownloader.cs"/>
    <Compile Include="NugetPackageDownloader/NuGetConsoleLogger.cs"/>
    <Compile Include="NugetPackageDownloader/NuGetPackageDownloader.cs"/>
    <Compile Include="NugetPackageDownloader/NuGetPackagePathResolver.cs"/>
    <Compile Include="NugetPackageDownloader/PackageSourceLocation.cs"/>
    <Compile Include="NugetPackageDownloader/RestoreActionConfig.cs"/>
    <Compile Include="NugetPackageDownloader/ToolPackageException.cs"/>
    <Compile Include="NugetPackageDownloader/WorkloadUnixFilePermissionsFileList.cs"/>
    <Compile Include="NugetSearch/AuthorsConverter.cs"/>
    <Compile Include="NugetSearch/INugetToolSearchApiRequest.cs"/>
    <Compile Include="NugetSearch/NugetSearchApiParameter.cs"/>
    <Compile Include="NugetSearch/NugetSearchApiRequestException.cs"/>
    <Compile Include="NugetSearch/NugetSearchApiResultDeserializer.cs"/>
    <Compile Include="NugetSearch/NugetSearchApiSerializable/NugetSearchApiAuthorsSerializable.cs"/>
    <Compile Include="NugetSearch/NugetSearchApiSerializable/NugetSearchApiContainerSerializable.cs"/>
    <Compile Include="NugetSearch/NugetSearchApiSerializable/NugetSearchApiPackageSerializable.cs"/>
    <Compile Include="NugetSearch/NugetSearchApiSerializable/NugetSearchApiVersionSerializable.cs"/>
    <Compile Include="NugetSearch/NugetToolSearchApiRequest.cs"/>
    <Compile Include="NuGetSignatureVerificationEnabler.cs"/>
    <Compile Include="Parser.cs"/>
    <Compile Include="ParserOptionActions.cs"/>
    <Compile Include="PrintableTable.cs"/>
    <Compile Include="Program.cs"/>
    <Compile Include="Properties/AssemblyInfo.cs"/>
    <Compile Include="ReleasePropertyProjectLocator.cs"/>
    <Compile Include="RuntimeConfig.cs"/>
    <Compile Include="RuntimeConfigFramework.cs"/>
    <Compile Include="SdkVulnerability/SdkReleaseMetadataCache.cs"/>
    <Compile Include="SdkVulnerability/SdkVulnerabilityChecker.cs"/>
    <Compile Include="SdkVulnerability/SdkVulnerabilityInfo.cs"/>
    <Compile Include="SdkVulnerability/SdkVulnerabilityNotifier.cs"/>
    <Compile Include="ShellShim/AppHostShimMaker.cs"/>
    <Compile Include="ShellShim/DoNothingEnvironmentPath.cs"/>
    <Compile Include="ShellShim/EnvironmentPathFactory.cs"/>
    <Compile Include="ShellShim/IApphostShellShimMaker.cs"/>
    <Compile Include="ShellShim/IShellShimRepository.cs"/>
    <Compile Include="ShellShim/LinuxEnvironmentPath.cs"/>
    <Compile Include="ShellShim/OsxBashEnvironmentPath.cs"/>
    <Compile Include="ShellShim/OsxZshEnvironmentPathInstruction.cs"/>
    <Compile Include="ShellShim/ShellShimException.cs"/>
    <Compile Include="ShellShim/ShellShimRepository.cs"/>
    <Compile Include="ShellShim/ShellShimRepositoryFactory.cs"/>
    <Compile Include="ShellShim/ShellShimTemplateFinder.cs"/>
    <Compile Include="ShellShim/WindowsEnvironmentPath.cs"/>
    <Compile Include="ShellShim/ZshDetector.cs"/>
    <Compile Include="SlnfFileHelper.cs"/>
    <Compile Include="SlnFileFactory.cs"/>
    <Compile Include="SudoEnvironmentDirectoryOverride.cs"/>
    <Compile Include="Telemetry/AllowListToSendFirstAppliedOptions.cs"/>
    <Compile Include="Telemetry/AllowListToSendFirstArgument.cs"/>
    <Compile Include="Telemetry/AllowListToSendVerbSecondVerbFirstArgument.cs"/>
    <Compile Include="Telemetry/DevDeviceIDGetter.cs"/>
    <Compile Include="Telemetry/DockerContainerDetectorForTelemetry.cs"/>
    <Compile Include="Telemetry/ExternalTelemetryProperties.cs"/>
    <Compile Include="Telemetry/IDockerContainerDetector.cs"/>
    <Compile Include="Telemetry/ILLMEnvironmentDetector.cs"/>
    <Compile Include="Telemetry/IParseResultLogRule.cs"/>
    <Compile Include="Telemetry/ITelemetryClient.cs"/>
    <Compile Include="Telemetry/LLMEnvironmentDetectorForTelemetry.cs"/>
    <Compile Include="Telemetry/MacAddressGetter.cs"/>
    <Compile Include="Telemetry/TelemetryClient.cs"/>
    <Compile Include="Telemetry/TelemetryCommonProperties.cs"/>
    <Compile Include="Telemetry/TelemetryDiskLogger.cs"/>
    <Compile Include="Telemetry/TelemetryFilter.cs"/>
    <Compile Include="Telemetry/TopLevelCommandNameAndOptionToLog.cs"/>
    <Compile Include="ToolManifest/IToolManifestEditor.cs"/>
    <Compile Include="ToolManifest/IToolManifestFinder.cs"/>
    <Compile Include="ToolManifest/IToolManifestInspector.cs"/>
    <Compile Include="ToolManifest/JsonElementExtension.cs"/>
    <Compile Include="ToolManifest/ToolManifestCannotBeFoundException.cs"/>
    <Compile Include="ToolManifest/ToolManifestEditor.cs"/>
    <Compile Include="ToolManifest/ToolManifestException.cs"/>
    <Compile Include="ToolManifest/ToolManifestFinder.cs"/>
    <Compile Include="ToolManifest/ToolManifestPackage.cs"/>
    <Compile Include="ToolPackage/ILocalToolsResolverCache.cs"/>
    <Compile Include="ToolPackage/IProjectRestorer.cs"/>
    <Compile Include="ToolPackage/IToolPackage.cs"/>
    <Compile Include="ToolPackage/IToolPackageDownloader.cs"/>
    <Compile Include="ToolPackage/IToolPackageStore.cs"/>
    <Compile Include="ToolPackage/IToolPackageStoreQuery.cs"/>
    <Compile Include="ToolPackage/IToolPackageUninstaller.cs"/>
    <Compile Include="ToolPackage/LocalToolsResolverCache.cs"/>
    <Compile Include="ToolPackage/LockFileMatchChecker.cs"/>
    <Compile Include="ToolPackage/PackageId.cs"/>
    <Compile Include="ToolPackage/PackageLocation.cs"/>
    <Compile Include="ToolPackage/ResolverCacheInconsistentException.cs"/>
    <Compile Include="ToolPackage/RestoredCommandIdentifier.cs"/>
    <Compile Include="ToolPackage/ToolCommand.cs"/>
    <Compile Include="ToolPackage/ToolConfiguration.cs"/>
    <Compile Include="ToolPackage/ToolConfigurationDeserialization/DotNetCliTool.cs"/>
    <Compile Include="ToolPackage/ToolConfigurationDeserialization/DotNetCliToolCommand.cs"/>
    <Compile Include="ToolPackage/ToolConfigurationDeserialization/DotNetCliToolRuntimeIdentifierPackage.cs"/>
    <Compile Include="ToolPackage/ToolConfigurationDeserializer.cs"/>
    <Compile Include="ToolPackage/ToolConfigurationException.cs"/>
    <Compile Include="ToolPackage/ToolPackageDownloader.cs"/>
    <Compile Include="ToolPackage/ToolPackageDownloaderBase.cs"/>
    <Compile Include="ToolPackage/ToolPackageException.cs"/>
    <Compile Include="ToolPackage/ToolPackageFactory.cs"/>
    <Compile Include="ToolPackage/ToolPackageInstance.cs"/>
    <Compile Include="ToolPackage/ToolPackageStoreAndQuery.cs"/>
    <Compile Include="ToolPackage/ToolPackageUninstaller.cs"/>
    <Compile Include="TransactionalAction.cs"/>
    <Compile Include="../../Resolvers/Microsoft.DotNet.MSBuildSdkResolver/FXVersion.cs" Link="src/sdk/src/Resolvers/Microsoft.DotNet.MSBuildSdkResolver/FXVersion.cs"/>
    <Compile Include="../../Common/CompileOptions.cs" Link="src/sdk/src/Common/CompileOptions.cs"/>
    <Compile Include="../../Common/EnvironmentVariableNames.cs" Link="src/sdk/src/Common/EnvironmentVariableNames.cs"/>
    <Compile Include="../../Common/MSBuildPropertyNames.cs" Link="src/sdk/src/Common/MSBuildPropertyNames.cs"/>
    <Compile Include="../../Common/WorkloadFileBasedInstall.cs" Link="src/sdk/src/Common/WorkloadFileBasedInstall.cs"/>
    <Compile Include="../../Common/WorkloadSetVersion.cs" Link="src/sdk/src/Common/WorkloadSetVersion.cs"/>
    <Compile Include="../../Common/NuGetUtils.NuGet.cs" Link="src/sdk/src/Common/NuGetUtils.NuGet.cs"/>
    <Compile Include="../../Common/SdkVulnerabilityCacheReader.cs" Link="src/sdk/src/Common/SdkVulnerabilityCacheReader.cs"/>
    <Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/dotnet.GlobalUsings.g.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/dotnet.GlobalUsings.g.cs"/>
    <Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/dotnet.InternalsVisibleTo.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/dotnet.InternalsVisibleTo.cs"/>
    <Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.CliStrings.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.CliStrings.cs"/>
    <Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.Commands.CliCommandStrings.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.Commands.CliCommandStrings.cs"/>
    <Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/Microsoft.NET.Build.Tasks.Strings.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/Microsoft.NET.Build.Tasks.Strings.cs"/>
    <Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/dotnet.AssemblyInfo.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/dotnet.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../ref/ca32132327b94166a23a622f297bbca0/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll"/>
    <ReferencePath Include="../../../../../ref/57a387924e784c80875d871bf4a5a367/Microsoft.Build.dll"/>
    <ReferencePath Include="../../../../../ref/f291ee89207e4e749937c9afb786add1/Microsoft.Build.Framework.dll"/>
    <ReferencePath Include="../../../../../ref/89a190ae10df483eb70abfbcd9d3ca65/Microsoft.CodeAnalysis.CSharp.dll"/>
    <ReferencePath Include="../../../../../ref/a312ca5274d5426a92f6ad6767e863b5/Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="../../../../../ref/38daea2aaefd4134a2a71773711c7c78/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../ref/2fd5f8c99b244079bec494054f43b9a6/Microsoft.Deployment.DotNet.Releases.dll"/>
    <ReferencePath Include="../../../../../ref/4a91f12cc68b4e1cb32cdfe5a0940141/Microsoft.DotNet.Cli.CommandLine.dll"/>
    <ReferencePath Include="../../../../../ref/67dbfd50425749f0951263a9c3a3134c/Microsoft.DotNet.Cli.CoreUtils.dll"/>
    <ReferencePath Include="../../../../../ref/72bfd4f1c06e4ce4b0afa7320a161dad/Microsoft.DotNet.Cli.Definitions.dll"/>
    <ReferencePath Include="../../../../../ref/79a3ddd5db034397915ef356c19456f8/Microsoft.DotNet.Cli.Utils.dll"/>
    <ReferencePath Include="../../../../../ref/816c9417f0d64f6bb62ca15c3094dfac/Microsoft.DotNet.Configurer.dll"/>
    <ReferencePath Include="../../../../../ref/2011a322d6b147ce9fe6c622173d10ec/Microsoft.DotNet.InternalAbstractions.dll"/>
    <ReferencePath Include="../../../../../ref/ec55e39e65dc4dab9daaf26920154a38/Microsoft.DotNet.NativeWrapper.dll"/>
    <ReferencePath Include="../../../../../ref/ec55e39e65dc4dab9daaf26920154a38/Microsoft.DotNet.NativeWrapper.dll"/>
    <ReferencePath Include="../../../../../ref/26a4dae69c644475829726edb1967502/Microsoft.DotNet.ProjectTools.dll"/>
    <ReferencePath Include="../../../../../ref/19d52bb3d004452d9fe70de7ab775e54/Microsoft.DotNet.TemplateLocator.dll"/>
    <ReferencePath Include="../../../../../ref/e9e64a96a34b4a4387a3c40a23437354/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/558c68e30ba6483196cd2e08d3be7390/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/aa24ba8fd3524c2ba97f7db1f5676256/Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="../../../../../ref/7a5f2283cdd04d179b6b648c348ec19e/Microsoft.Extensions.Configuration.dll"/>
    <ReferencePath Include="../../../../../ref/4749c2d5eae34599b56cef27c878804c/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/c9f7a32d29a74ccb8f93ea2d8655cad3/Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="../../../../../ref/6e356a6fd4344431abca96b25748b59e/Microsoft.Extensions.DependencyModel.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/f403c852b8af454fbbd62c0235d76a12/Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="../../../../../ref/fb6778f809c141b1b52b1b86f649b2a6/Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="../../../../../ref/856c6e5b74984147b4c2bdffe4620b8a/Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="../../../../../ref/777c5eb7d0774310be5a039715553b42/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="../../../../../ref/224b269b077145a2a78992d8fa08bb03/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../ref/b9a825b301c54a948a2e62c4c10b5b49/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/f28588f47f844ad3acd546bca603f531/Microsoft.NET.HostModel.dll"/>
    <ReferencePath Include="../../../../../ref/df219c70052f4845927747b0c81a6163/Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="../../../../../ref/b7bfbd8a3be94a88bfeb6c4a7d139262/Microsoft.TemplateEngine.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/99310d8015904747b3c49c0945f56ba7/Microsoft.TemplateEngine.Cli.dll"/>
    <ReferencePath Include="../../../../../ref/55e7bfc91576485a8bee180751b1ca23/Microsoft.TemplateEngine.Core.Contracts.dll"/>
    <ReferencePath Include="../../../../../ref/4f070dca38a44f289429b031dd4c0a0a/Microsoft.TemplateEngine.Core.dll"/>
    <ReferencePath Include="../../../../../ref/d9617294023648b1966cfe4dc8fb72d3/Microsoft.TemplateEngine.Edge.dll"/>
    <ReferencePath Include="../../../../../ref/a9427c899f50410da2464031983e7d2c/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll"/>
    <ReferencePath Include="../../../../../ref/7f8bd684375d493fab74e0a786a4133a/Microsoft.TemplateEngine.Utils.dll"/>
    <ReferencePath Include="../../../../../ref/2bd367259c5241a3a1436073ba41f8bf/Microsoft.TemplateSearch.Common.dll"/>
    <ReferencePath Include="../../../../../ref/3cab053a248c4bdc95cae7401236eb1c/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../ref/b00f1dd3e0614ce49ad9cc8df883f891/Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="../../../../../ref/02cb52399f5f4c98b529321002ba2124/Microsoft.VisualStudio.SolutionPersistence.dll"/>
    <ReferencePath Include="../../../../../ref/60940a821a4d4d40907ba792c5d229f7/Microsoft.Win32.Msi.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/87383f47e6c74ffbaafb46f830a72e2c/NuGet.CommandLine.XPlat.dll"/>
    <ReferencePath Include="../../../../../ref/3032dcda6c274f35808d5636ca23022e/NuGet.Commands.dll"/>
    <ReferencePath Include="../../../../../ref/c2bf49de81f14819bd725dc9bfe77fba/NuGet.Common.dll"/>
    <ReferencePath Include="../../../../../ref/55b50179b9a5429cb4424a382d85c44d/NuGet.Configuration.dll"/>
    <ReferencePath Include="../../../../../ref/ae517de5edb24d7a9e235c4032bf07cd/NuGet.Credentials.dll"/>
    <ReferencePath Include="../../../../../ref/e7f7717385744fcc899bb73b2de27edb/NuGet.DependencyResolver.Core.dll"/>
    <ReferencePath Include="../../../../../ref/c068ba0a86f34302b705e7b528ea9eb4/NuGet.Frameworks.dll"/>
    <ReferencePath Include="../../../../../ref/7b3c937571b542b8aadf82335eac7c22/NuGet.LibraryModel.dll"/>
    <ReferencePath Include="../../../../../ref/c22835d4450a4048bd58e7e3a982006f/NuGet.Packaging.dll"/>
    <ReferencePath Include="../../../../../ref/37404e82302044fb92e3cfd9b16319ba/NuGet.ProjectModel.dll"/>
    <ReferencePath Include="../../../../../ref/d3537d0744e444cd912795874cb34e42/NuGet.Protocol.dll"/>
    <ReferencePath Include="../../../../../ref/e014efc4cfab43038911b416012b4d47/NuGet.Versioning.dll"/>
    <ReferencePath Include="../../../../../ref/1ef225bfaa4c4dbb9f505d2cb46c85bd/OpenTelemetry.Api.dll"/>
    <ReferencePath Include="../../../../../ref/e69b2c3d273c435bb31e135cfa036509/OpenTelemetry.Api.ProviderBuilderExtensions.dll"/>
    <ReferencePath Include="../../../../../ref/bc224445728442b4bccf66cbb91d131f/OpenTelemetry.dll"/>
    <ReferencePath Include="../../../../../ref/a73248644ce24e829e10da53411d0b87/OpenTelemetry.Exporter.InMemory.dll"/>
    <ReferencePath Include="../../../../../ref/b881f8ddfbff4eeabd88509bc18e9c9e/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/>
    <ReferencePath Include="../../../../../ref/59d6e4073ac14cc18a26fb8defcb1150/OpenTelemetry.Instrumentation.Http.dll"/>
    <ReferencePath Include="../../../../../ref/77e364ac1d3e4f0da6cbe56b920cf2c1/OpenTelemetry.Instrumentation.Runtime.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/fb1222108fa147018a5b77f6f510f724/System.CommandLine.StaticCompletions.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/3eb3ecce5ff644ad865435764b5cbc06/System.IO.Hashing.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/791fbb1f2b63435cab0ceb3454fecfc8/System.ServiceProcess.ServiceController.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/CliSchemaJsonSerializerContext.Boolean.g.cs"/>
    <Compile Include="_generated/1/CliSchemaJsonSerializerContext.ArgumentDetails.g.cs"/>
    <Compile Include="_generated/2/CliSchemaJsonSerializerContext.ArityDetails.g.cs"/>
    <Compile Include="_generated/3/CliSchemaJsonSerializerContext.CommandDetails.g.cs"/>
    <Compile Include="_generated/4/CliSchemaJsonSerializerContext.OptionDetails.g.cs"/>
    <Compile Include="_generated/5/CliSchemaJsonSerializerContext.RootCommandDetails.g.cs"/>
    <Compile Include="_generated/6/CliSchemaJsonSerializerContext.DictionaryStringArgumentDetails.g.cs"/>
    <Compile Include="_generated/7/CliSchemaJsonSerializerContext.DictionaryStringCommandDetails.g.cs"/>
    <Compile Include="_generated/8/CliSchemaJsonSerializerContext.DictionaryStringOptionDetails.g.cs"/>
    <Compile Include="_generated/9/CliSchemaJsonSerializerContext.Int32.g.cs"/>
    <Compile Include="_generated/10/CliSchemaJsonSerializerContext.NullableInt32.g.cs"/>
    <Compile Include="_generated/11/CliSchemaJsonSerializerContext.Object.g.cs"/>
    <Compile Include="_generated/12/CliSchemaJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/13/CliSchemaJsonSerializerContext.StringArray.g.cs"/>
    <Compile Include="_generated/14/CliSchemaJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/15/CliSchemaJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/16/CliSchemaJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/17/RunFileApiJsonSerializerContext.LinePosition.g.cs"/>
    <Compile Include="_generated/18/RunFileApiJsonSerializerContext.LinePositionSpan.g.cs"/>
    <Compile Include="_generated/19/RunFileApiJsonSerializerContext.RunApiInput.g.cs"/>
    <Compile Include="_generated/20/RunFileApiJsonSerializerContext.GetProject.g.cs"/>
    <Compile Include="_generated/21/RunFileApiJsonSerializerContext.GetRunCommand.g.cs"/>
    <Compile Include="_generated/22/RunFileApiJsonSerializerContext.RunApiOutput.g.cs"/>
    <Compile Include="_generated/23/RunFileApiJsonSerializerContext.Error.g.cs"/>
    <Compile Include="_generated/24/RunFileApiJsonSerializerContext.Project.g.cs"/>
    <Compile Include="_generated/25/RunFileApiJsonSerializerContext.RunCommand.g.cs"/>
    <Compile Include="_generated/26/RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs"/>
    <Compile Include="_generated/27/RunFileApiJsonSerializerContext.Position.g.cs"/>
    <Compile Include="_generated/28/RunFileApiJsonSerializerContext.IReadOnlyDictionaryStringString.g.cs"/>
    <Compile Include="_generated/29/RunFileApiJsonSerializerContext.ImmutableArraySimpleDiagnostic.g.cs"/>
    <Compile Include="_generated/30/RunFileApiJsonSerializerContext.Int32.g.cs"/>
    <Compile Include="_generated/31/RunFileApiJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/32/RunFileApiJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/33/RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/34/RunFileApiJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/35/CSharpCompilerCommandJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/36/CSharpCompilerCommandJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/37/CSharpCompilerCommandJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/38/CSharpCompilerCommandJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/39/RunFileJsonSerializerContext.RunFileArtifactsMetadata.g.cs"/>
    <Compile Include="_generated/40/RunFileJsonSerializerContext.BuildLevel.g.cs"/>
    <Compile Include="_generated/41/RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs"/>
    <Compile Include="_generated/42/RunFileJsonSerializerContext.RunProperties.g.cs"/>
    <Compile Include="_generated/43/RunFileJsonSerializerContext.DictionaryStringString.g.cs"/>
    <Compile Include="_generated/44/RunFileJsonSerializerContext.HashSetString.g.cs"/>
    <Compile Include="_generated/45/RunFileJsonSerializerContext.ImmutableArrayString.g.cs"/>
    <Compile Include="_generated/46/RunFileJsonSerializerContext.DateTime.g.cs"/>
    <Compile Include="_generated/47/RunFileJsonSerializerContext.NullableDateTime.g.cs"/>
    <Compile Include="_generated/48/RunFileJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/49/RunFileJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/50/RunFileJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/51/RunFileJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/52/SdkCheckJsonSerializerContext.SdkCheckConfig.g.cs"/>
    <Compile Include="_generated/53/SdkCheckJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/54/SdkCheckJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/55/SdkCheckJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/56/SdkCheckJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/57/ToolListJsonSerializerContext.LocalToolListJsonContract.g.cs"/>
    <Compile Include="_generated/58/ToolListJsonSerializerContext.LocalToolListJsonContractArray.g.cs"/>
    <Compile Include="_generated/59/ToolListJsonSerializerContext.ToolListJsonContract.g.cs"/>
    <Compile Include="_generated/60/ToolListJsonSerializerContext.ToolListJsonContractArray.g.cs"/>
    <Compile Include="_generated/61/ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs"/>
    <Compile Include="_generated/62/ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs"/>
    <Compile Include="_generated/63/ToolListJsonSerializerContext.Int32.g.cs"/>
    <Compile Include="_generated/64/ToolListJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/65/ToolListJsonSerializerContext.StringArray.g.cs"/>
    <Compile Include="_generated/66/ToolListJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/67/ToolListJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/68/ToolListJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/69/GlobalJsonWorkloadSetsJsonSerializerContext.DictionaryStringString.g.cs"/>
    <Compile Include="_generated/70/GlobalJsonWorkloadSetsJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/71/GlobalJsonWorkloadSetsJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/72/GlobalJsonWorkloadSetsJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/73/GlobalJsonWorkloadSetsJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/74/WorkloadInstallJsonSerializerContext.IEnumerableString.g.cs"/>
    <Compile Include="_generated/75/WorkloadInstallJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/76/WorkloadInstallJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/77/WorkloadInstallJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/78/WorkloadInstallJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/79/WorkloadManifestUpdaterJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/80/WorkloadManifestUpdaterJsonSerializerContext.StringArray.g.cs"/>
    <Compile Include="_generated/81/WorkloadManifestUpdaterJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/82/WorkloadManifestUpdaterJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/83/WorkloadManifestUpdaterJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/84/InstallStateJsonSerializerContext.Boolean.g.cs"/>
    <Compile Include="_generated/85/InstallStateJsonSerializerContext.NullableBoolean.g.cs"/>
    <Compile Include="_generated/86/InstallStateJsonSerializerContext.InstallStateContents.g.cs"/>
    <Compile Include="_generated/87/InstallStateJsonSerializerContext.DictionaryStringString.g.cs"/>
    <Compile Include="_generated/88/InstallStateJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/89/InstallStateJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/90/InstallStateJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/91/InstallStateJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/92/WorkloadListJsonSerializerContext.ListOutput.g.cs"/>
    <Compile Include="_generated/93/WorkloadListJsonSerializerContext.UpdateAvailableEntry.g.cs"/>
    <Compile Include="_generated/94/WorkloadListJsonSerializerContext.UpdateAvailableEntryArray.g.cs"/>
    <Compile Include="_generated/95/WorkloadListJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/96/WorkloadListJsonSerializerContext.StringArray.g.cs"/>
    <Compile Include="_generated/97/WorkloadListJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/98/WorkloadListJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/99/WorkloadListJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/100/WorkloadSearchVersionsJsonSerializerContext.DictionaryStringDictionaryStringString.g.cs"/>
    <Compile Include="_generated/101/WorkloadSearchVersionsJsonSerializerContext.DictionaryStringString.g.cs"/>
    <Compile Include="_generated/102/WorkloadSearchVersionsJsonSerializerContext.IEnumerableDictionaryStringString.g.cs"/>
    <Compile Include="_generated/103/WorkloadSearchVersionsJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/104/WorkloadSearchVersionsJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/105/WorkloadSearchVersionsJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/106/WorkloadSearchVersionsJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/107/WorkloadHistoryJsonSerializerContext.Boolean.g.cs"/>
    <Compile Include="_generated/108/WorkloadHistoryJsonSerializerContext.WorkloadHistoryRecord.g.cs"/>
    <Compile Include="_generated/109/WorkloadHistoryJsonSerializerContext.WorkloadHistoryState.g.cs"/>
    <Compile Include="_generated/110/WorkloadHistoryJsonSerializerContext.DictionaryStringString.g.cs"/>
    <Compile Include="_generated/111/WorkloadHistoryJsonSerializerContext.ListString.g.cs"/>
    <Compile Include="_generated/112/WorkloadHistoryJsonSerializerContext.DateTimeOffset.g.cs"/>
    <Compile Include="_generated/113/WorkloadHistoryJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/114/WorkloadHistoryJsonSerializerContext.StringArray.g.cs"/>
    <Compile Include="_generated/115/WorkloadHistoryJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/116/WorkloadHistoryJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/117/WorkloadHistoryJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/118/PackInfoJsonSerializerContext.Boolean.g.cs"/>
    <Compile Include="_generated/119/PackInfoJsonSerializerContext.WorkloadPackId.g.cs"/>
    <Compile Include="_generated/120/PackInfoJsonSerializerContext.WorkloadPackKind.g.cs"/>
    <Compile Include="_generated/121/PackInfoJsonSerializerContext.PackInfo.g.cs"/>
    <Compile Include="_generated/122/PackInfoJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/123/PackInfoJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/124/PackInfoJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/125/PackInfoJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/126/NugetSearchApiJsonSerializerContext.Boolean.g.cs"/>
    <Compile Include="_generated/127/NugetSearchApiJsonSerializerContext.NugetSearchApiAuthorsSerializable.g.cs"/>
    <Compile Include="_generated/128/NugetSearchApiJsonSerializerContext.NugetSearchApiContainerSerializable.g.cs"/>
    <Compile Include="_generated/129/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializable.g.cs"/>
    <Compile Include="_generated/130/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializableArray.g.cs"/>
    <Compile Include="_generated/131/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializable.g.cs"/>
    <Compile Include="_generated/132/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializableArray.g.cs"/>
    <Compile Include="_generated/133/NugetSearchApiJsonSerializerContext.Int32.g.cs"/>
    <Compile Include="_generated/134/NugetSearchApiJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/135/NugetSearchApiJsonSerializerContext.StringArray.g.cs"/>
    <Compile Include="_generated/136/NugetSearchApiJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/137/NugetSearchApiJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/138/NugetSearchApiJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/139/SdkVulnerabilityJsonContext.Boolean.g.cs"/>
    <Compile Include="_generated/140/SdkVulnerabilityJsonContext.SdkCveInfo.g.cs"/>
    <Compile Include="_generated/141/SdkVulnerabilityJsonContext.SdkVulnerabilityInfo.g.cs"/>
    <Compile Include="_generated/142/SdkVulnerabilityJsonContext.IReadOnlyListSdkCveInfo.g.cs"/>
    <Compile Include="_generated/143/SdkVulnerabilityJsonContext.DateTime.g.cs"/>
    <Compile Include="_generated/144/SdkVulnerabilityJsonContext.NullableDateTime.g.cs"/>
    <Compile Include="_generated/145/SdkVulnerabilityJsonContext.String.g.cs"/>
    <Compile Include="_generated/146/SdkVulnerabilityJsonContext.g.cs"/>
    <Compile Include="_generated/147/SdkVulnerabilityJsonContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/148/SdkVulnerabilityJsonContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/149/SlnfJsonSerializerContext.SlnfRoot.g.cs"/>
    <Compile Include="_generated/150/SlnfJsonSerializerContext.SlnfSolution.g.cs"/>
    <Compile Include="_generated/151/SlnfJsonSerializerContext.ListString.g.cs"/>
    <Compile Include="_generated/152/SlnfJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/153/SlnfJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/154/SlnfJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/155/SlnfJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/156/TelemetryDiskLoggerJsonSerializerContext.ActivityModel.g.cs"/>
    <Compile Include="_generated/157/TelemetryDiskLoggerJsonSerializerContext.EventModel.g.cs"/>
    <Compile Include="_generated/158/TelemetryDiskLoggerJsonSerializerContext.EventModelArray.g.cs"/>
    <Compile Include="_generated/159/TelemetryDiskLoggerJsonSerializerContext.IdentifiersModel.g.cs"/>
    <Compile Include="_generated/160/TelemetryDiskLoggerJsonSerializerContext.SourceModel.g.cs"/>
    <Compile Include="_generated/161/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringObject.g.cs"/>
    <Compile Include="_generated/162/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringString.g.cs"/>
    <Compile Include="_generated/163/TelemetryDiskLoggerJsonSerializerContext.DateTimeOffset.g.cs"/>
    <Compile Include="_generated/164/TelemetryDiskLoggerJsonSerializerContext.TimeSpan.g.cs"/>
    <Compile Include="_generated/165/TelemetryDiskLoggerJsonSerializerContext.Object.g.cs"/>
    <Compile Include="_generated/166/TelemetryDiskLoggerJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/167/TelemetryDiskLoggerJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/168/TelemetryDiskLoggerJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/169/TelemetryDiskLoggerJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/170/LocalToolsCacheJsonSerializerContext.CacheRow.g.cs"/>
    <Compile Include="_generated/171/LocalToolsCacheJsonSerializerContext.CacheRowArray.g.cs"/>
    <Compile Include="_generated/172/LocalToolsCacheJsonSerializerContext.IEnumerableCacheRow.g.cs"/>
    <Compile Include="_generated/173/LocalToolsCacheJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/174/LocalToolsCacheJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/175/LocalToolsCacheJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/176/LocalToolsCacheJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/177/SdkVulnerabilityCacheJsonContext.Boolean.g.cs"/>
    <Compile Include="_generated/178/SdkVulnerabilityCacheJsonContext.SdkCveCacheSummary.g.cs"/>
    <Compile Include="_generated/179/SdkVulnerabilityCacheJsonContext.SdkVulnerabilityCacheSummary.g.cs"/>
    <Compile Include="_generated/180/SdkVulnerabilityCacheJsonContext.ListSdkCveCacheSummary.g.cs"/>
    <Compile Include="_generated/181/SdkVulnerabilityCacheJsonContext.DateTime.g.cs"/>
    <Compile Include="_generated/182/SdkVulnerabilityCacheJsonContext.NullableDateTime.g.cs"/>
    <Compile Include="_generated/183/SdkVulnerabilityCacheJsonContext.String.g.cs"/>
    <Compile Include="_generated/184/SdkVulnerabilityCacheJsonContext.g.cs"/>
    <Compile Include="_generated/185/SdkVulnerabilityCacheJsonContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/186/SdkVulnerabilityCacheJsonContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/187/RegexGenerator.g.cs"/>
  </ItemGroup>
</Project>