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.10.0-1.26402.102/contentFiles/cs/net11.0/BuildProtocol.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/BuildProtocol.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/BuildServerConnection.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/BuildServerConnection.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/CommitHashAttribute.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/CommitHashAttribute.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/CompilerServerLogger.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/CompilerServerLogger.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/Debug.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/Debug.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/NamedPipeUtil.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/NamedPipeUtil.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/NativeMethods.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/NativeMethods.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/PlatformInformation.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/PlatformInformation.cs"/>
    <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/contentFiles/cs/net11.0/RuntimeHostInfo.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26402.102/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="CommandInvocation.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/FileBasedAppReferenceEditor.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/ArtifactPostProcessingManager.cs"/>
    <Compile Include="Commands/Test/MTP/ArtifactPostProcessingPlanner.cs"/>
    <Compile Include="Commands/Test/MTP/CtrlCCancellationManager.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/AzureDevOpsLogMessage.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/DisplayMessage.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/ServerControlMessage.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/Models/WaitForServerControlRequest.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/AzureDevOpsLogMessageSerializer.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/DisplayMessageSerializer.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/ServerControlMessageSerializer.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/IPC/Serializers/WaitForServerControlRequestSerializer.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/TestRunPolicy.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/FileBasedWorkloadInstallationRecordRepositoryFactory.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/FileBasedManifestInstaller.cs"/>
    <Compile Include="Commands/Workload/Install/IInstaller.cs"/>
    <Compile Include="Commands/Workload/Install/IWorkloadManifestInstaller.cs"/>
    <Compile Include="Commands/Workload/Install/IWorkloadManifestUpdater.cs"/>
    <Compile Include="Commands/Workload/Install/ManifestUpdateWithWorkloads.cs"/>
    <Compile Include="Commands/Workload/Install/NullReporter.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadAdvertisingManifestUpdater.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/WorkloadInstallRecords/ReadOnlyWindowsWorkloadInstallationRecordRepository.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadInstallRecords/WindowsWorkloadInstallationRecordReader.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadManifestUpdater.cs"/>
    <Compile Include="Commands/Workload/Install/WorkloadManifestUpdater.Managed.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/WorkloadInstallDetector.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="FirstRunExperience.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/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/510ef8befc5241d98b6b990c7fe7eaa1/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll"/>
    <ReferencePath Include="../../../../../ref/bf026ce57aa44c63a714b2b90acf3d7b/Microsoft.Build.dll"/>
    <ReferencePath Include="../../../../../ref/59b4652090774d6aa835480f384db8b5/Microsoft.Build.Framework.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/927556ba9ca54c3da117f0f4444576af/Microsoft.DotNet.ProjectTools.dll"/>
    <ReferencePath Include="../../../../../ref/2c4e27d782e4465baec0edaea59c40a2/Microsoft.DotNet.TemplateLocator.dll"/>
    <ReferencePath Include="../../../../../ref/5ebaf75e494e4c9e89f75481b14b7fcf/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/a510b1c377de40c09b76daf295e13d9b/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/25da8bfc18ca4c57b2f5567460bd8f0f/Microsoft.Extensions.Configuration.Binder.dll"/>
    <ReferencePath Include="../../../../../ref/96c02996af7d436c92acba5d5c19e755/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/09d12585ca6f4614964eda6d10dd3bcf/Microsoft.Extensions.Logging.Configuration.dll"/>
    <ReferencePath Include="../../../../../ref/70b71782b7f04c0ab9078f101732f1e9/Microsoft.Extensions.Logging.Console.dll"/>
    <ReferencePath Include="../../../../../ref/45e7019aa82d4c52854523c6afd1b712/Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="../../../../../ref/8f55b090db324caf97a9d894c980bd39/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
    <ReferencePath Include="../../../../../ref/df28e0d9cdf442b48047f3cceb0474f0/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../ref/176f207dffc84475965c99cafc143c6d/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../ref/de549da966c74a76a13000ec9fb484ed/Microsoft.NET.HostModel.dll"/>
    <ReferencePath Include="../../../../../ref/19f6e87f9c34448f8955cdc095946c0c/Microsoft.NET.StringTools.dll"/>
    <ReferencePath Include="../../../../../ref/5f121ec888cd42d18093c38c8e13dc8f/Microsoft.TemplateEngine.Abstractions.dll"/>
    <ReferencePath Include="../../../../../ref/83616a85c5c1434fb4578702cd479cdd/Microsoft.TemplateEngine.Cli.dll"/>
    <ReferencePath Include="../../../../../ref/31da9f1cef5944dc8aa9fc4ae2169e1c/Microsoft.TemplateEngine.Core.Contracts.dll"/>
    <ReferencePath Include="../../../../../ref/d222951d4345425292ce44ebe7b3ac53/Microsoft.TemplateEngine.Core.dll"/>
    <ReferencePath Include="../../../../../ref/519eb3f8b55940fbb98349c7ec02e1e6/Microsoft.TemplateEngine.Edge.dll"/>
    <ReferencePath Include="../../../../../ref/3e32238cc38e47119dbd316f07ffa1f4/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll"/>
    <ReferencePath Include="../../../../../ref/670c21262f8c41bbad453c9ec4b396a6/Microsoft.TemplateEngine.Utils.dll"/>
    <ReferencePath Include="../../../../../ref/156fda9e42a9486a8112877571eded00/Microsoft.TemplateSearch.Common.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/f6e5457d5ff14d65a31129786520e19b/Microsoft.Win32.Msi.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/923d7a31ffee4dedb805d6ab5ae4205f/NuGet.CommandLine.XPlat.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/1f5034dfb6e94a43931c16bfdcce7716/OpenTelemetry.Instrumentation.Http.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/3822fb591f004a24acba74ba8b976496/Spectre.Console.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/89bc1cfd9386419e91b137988c51132d/System.ServiceProcess.ServiceController.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/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/WorkloadManifestUpdaterJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/75/WorkloadManifestUpdaterJsonSerializerContext.StringArray.g.cs"/>
    <Compile Include="_generated/76/WorkloadManifestUpdaterJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/77/WorkloadManifestUpdaterJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/78/WorkloadManifestUpdaterJsonSerializerContext.PropertyNames.g.cs"/>
    <Compile Include="_generated/79/WorkloadInstallJsonSerializerContext.IEnumerableString.g.cs"/>
    <Compile Include="_generated/80/WorkloadInstallJsonSerializerContext.String.g.cs"/>
    <Compile Include="_generated/81/WorkloadInstallJsonSerializerContext.g.cs"/>
    <Compile Include="_generated/82/WorkloadInstallJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
    <Compile Include="_generated/83/WorkloadInstallJsonSerializerContext.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>