| 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.12.0-1.26430.105/contentFiles/cs/net11.0/BuildProtocol.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/BuildProtocol.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/BuildServerConnection.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/BuildServerConnection.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/CommitHashAttribute.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/CommitHashAttribute.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/CompilerServerLogger.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/CompilerServerLogger.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/Debug.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/Debug.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/EnvironmentExtensions.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/EnvironmentExtensions.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/IBuildEnvironment.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/IBuildEnvironment.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/NamedPipeUtil.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/NamedPipeUtil.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/NativeMethods.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/NativeMethods.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/PathExtensions.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/PathExtensions.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/PlatformInformation.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/PlatformInformation.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/RuntimeHostInfo.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/RuntimeHostInfo.cs"/> <Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/StandardBuildEnvironment.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.12.0-1.26430.105/contentFiles/cs/net11.0/StandardBuildEnvironment.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/AotRunCommand.cs"/> <Compile Include="Commands/Run/AotRunInvocation.cs"/> <Compile Include="Commands/Run/Api/RunApiCommand.cs"/> <Compile Include="Commands/Run/Api/RunApiCommandParser.cs"/> <Compile Include="Commands/Run/BuildLevel.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/FileBasedAppCacheInfo.cs"/> <Compile Include="Commands/Run/FileBasedAppLaunchInfo.cs"/> <Compile Include="Commands/Run/FileBasedAppRunPlan.cs"/> <Compile Include="Commands/Run/FileBasedAppRunPlanInputs.cs"/> <Compile Include="Commands/Run/FileBasedAppSourceEditor.cs"/> <Compile Include="Commands/Run/LaunchProfileReadResult.cs"/> <Compile Include="Commands/Run/RunCommand.cs"/> <Compile Include="Commands/Run/RunCommandParser.cs"/> <Compile Include="Commands/Run/RunCommandSelector.cs"/> <Compile Include="Commands/Run/RunDecisionReason.cs"/> <Compile Include="Commands/Run/RunFileBuildCacheEntry.cs"/> <Compile Include="Commands/Run/RunFileBuildCacheJsonSerializerContext.cs"/> <Compile Include="Commands/Run/RunFileJsonSerializerContext.cs"/> <Compile Include="Commands/Run/RunPlan.cs"/> <Compile Include="Commands/Run/RunProperties.cs"/> <Compile Include="Commands/Run/RunTelemetry.cs"/> <Compile Include="Commands/Run/RunTier.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/AotTestCommand.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/ArtifactPostProcessingTelemetry.cs"/> <Compile Include="Commands/Test/MTP/CtrlCCancellationManager.cs"/> <Compile Include="Commands/Test/MTP/ExitCode.cs"/> <Compile Include="Commands/Test/MTP/IPC/HttpTestHostGateway.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/ProtocolMessageSerializer.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/TestCommandOptions.cs"/> <Compile Include="Commands/Test/MTP/TestModulesFilterHandler.cs"/> <Compile Include="Commands/Test/MTP/TestResultsDirectoryResolver.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="MSBuildSession.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/b185034ba0c94997bc0165d552bf2515/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll"/> <ReferencePath Include="../../../../../ref/4b70e9d38034459496f2c14598e288d5/Microsoft.Build.dll"/> <ReferencePath Include="../../../../../ref/8f88eb431dc24fb3aa650454a0ec49a0/Microsoft.Build.Framework.dll"/> <ReferencePath Include="../../../../../ref/f8e85c81fb2d4628834f7e297fa95cb8/Microsoft.CodeAnalysis.CSharp.dll"/> <ReferencePath Include="../../../../../ref/ab6735a987c54a2ebd67f40bfcf7b0c2/Microsoft.CodeAnalysis.dll"/> <ReferencePath Include="../../../../../ref/d08fe887f3414a70b6144953b7acfde2/Microsoft.CSharp.dll"/> <ReferencePath Include="../../../../../ref/f1c5dea2441e4e3bae3d0a97d992c3b6/Microsoft.Deployment.DotNet.Releases.dll"/> <ReferencePath Include="../../../../../ref/1cc87cc1cd664a4fb4555b2a0b5439f5/Microsoft.DotNet.Cli.CommandLine.dll"/> <ReferencePath Include="../../../../../ref/48ecceee47724cf4830e1fe96b838b9e/Microsoft.DotNet.Cli.CoreUtils.dll"/> <ReferencePath Include="../../../../../ref/6f54bdbfc117447daec2be37fed45cd9/Microsoft.DotNet.Cli.Definitions.dll"/> <ReferencePath Include="../../../../../ref/9e1b85943c8a4ae093c022bd967be14d/Microsoft.DotNet.Cli.Telemetry.dll"/> <ReferencePath Include="../../../../../ref/e5c7570e47de4ba18b846682426eb348/Microsoft.DotNet.Cli.Utils.dll"/> <ReferencePath Include="../../../../../ref/c365060ccd32402d9bdb34b788b26279/Microsoft.DotNet.Configurer.dll"/> <ReferencePath Include="../../../../../ref/ae031831dfd44f9995e67ee7c01e783f/Microsoft.DotNet.InternalAbstractions.dll"/> <ReferencePath Include="../../../../../ref/1364b1bac0c04ca099be3d8d77cfa96e/Microsoft.DotNet.NativeWrapper.dll"/> <ReferencePath Include="../../../../../ref/1364b1bac0c04ca099be3d8d77cfa96e/Microsoft.DotNet.NativeWrapper.dll"/> <ReferencePath Include="../../../../../ref/51c14d6c887d4afbb0eeacc19a200a00/Microsoft.DotNet.ProjectTools.dll"/> <ReferencePath Include="../../../../../ref/d4343e0ef8ef42239ff7e6eb8cdf36db/Microsoft.DotNet.TemplateLocator.dll"/> <ReferencePath Include="../../../../../ref/a9bdcc354a184b0d850e3f73714790fc/Microsoft.Extensions.Caching.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/5dd3797b75a0481683a0f9eedf7620a6/Microsoft.Extensions.Configuration.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/6d4558e1b5ca4601aee8d72c796818c0/Microsoft.Extensions.Configuration.Binder.dll"/> <ReferencePath Include="../../../../../ref/14f7d7120baf42f0a59b4a49fc30c6bf/Microsoft.Extensions.Configuration.dll"/> <ReferencePath Include="../../../../../ref/b31076baa3384933a990c85b9835be40/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/7443c655fe1049c28911c760c1012bbe/Microsoft.Extensions.DependencyInjection.dll"/> <ReferencePath Include="../../../../../ref/13a15ec629d54765a8f2485b98554a94/Microsoft.Extensions.DependencyModel.dll"/> <ReferencePath Include="../../../../../ref/0fa92e611c0540b59cefde4c63778261/Microsoft.Extensions.Diagnostics.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/7d31ed777263418f8bda26427f88a5b4/Microsoft.Extensions.FileProviders.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/4b695f9dd113458c8adca6c07f7804a5/Microsoft.Extensions.FileSystemGlobbing.dll"/> <ReferencePath Include="../../../../../ref/4fcdf873324842e588d379be1489d1ec/Microsoft.Extensions.Hosting.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/6929e2573fff4fdf958932161d556c1b/Microsoft.Extensions.Logging.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/9e6301daa0a4473abddf455412d898d7/Microsoft.Extensions.Logging.Configuration.dll"/> <ReferencePath Include="../../../../../ref/7f751f1df9ac4b739e87f1014783e8e5/Microsoft.Extensions.Logging.Console.dll"/> <ReferencePath Include="../../../../../ref/31c81a3611c948f0bbe4bac4b3f57d57/Microsoft.Extensions.Logging.dll"/> <ReferencePath Include="../../../../../ref/f658d6290e4e45b1915e6e1d4308e967/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/> <ReferencePath Include="../../../../../ref/324ae83df016433bb4081d4dd7ebf4c2/Microsoft.Extensions.Options.dll"/> <ReferencePath Include="../../../../../ref/2a8380514df741a8b6798d1f104e15ad/Microsoft.Extensions.Primitives.dll"/> <ReferencePath Include="../../../../../ref/94466ad976984bfea8322539f2b1ef3b/Microsoft.NET.HostModel.dll"/> <ReferencePath Include="../../../../../ref/2d814fdb745a4ffa957bfa4220a3f2ab/Microsoft.NET.StringTools.dll"/> <ReferencePath Include="../../../../../ref/4a4531192b7f47b8b01bad2f7455577a/Microsoft.TemplateEngine.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/01ba196c87fa4b2ea2510662695c82a0/Microsoft.TemplateEngine.Cli.dll"/> <ReferencePath Include="../../../../../ref/eab03664a006481e9212ad80ae6bdf12/Microsoft.TemplateEngine.Core.Contracts.dll"/> <ReferencePath Include="../../../../../ref/0afe9a647d014a36bfe15355eff60cac/Microsoft.TemplateEngine.Core.dll"/> <ReferencePath Include="../../../../../ref/7537fefb33bd4aa0baa67efc6e2afc6a/Microsoft.TemplateEngine.Edge.dll"/> <ReferencePath Include="../../../../../ref/e9b0f513da264a14b3c729783b7f38ee/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll"/> <ReferencePath Include="../../../../../ref/2b64acaf0d62427b9dc503bfcbc05b54/Microsoft.TemplateEngine.Utils.dll"/> <ReferencePath Include="../../../../../ref/781f2fd4b9674eb987f93f60b1465d98/Microsoft.TemplateSearch.Common.dll"/> <ReferencePath Include="../../../../../ref/e3e3c37367a046968c2968ea1d2714ad/Microsoft.VisualBasic.Core.dll"/> <ReferencePath Include="../../../../../ref/bed781ca00cb4b7d9b04b91df13db8ce/Microsoft.VisualBasic.dll"/> <ReferencePath Include="../../../../../ref/d9c2265079204f6f9493281c37ce9843/Microsoft.VisualStudio.SolutionPersistence.dll"/> <ReferencePath Include="../../../../../ref/5ceaa360006d4734be8fd980b2944c70/Microsoft.Win32.Msi.dll"/> <ReferencePath Include="../../../../../ref/c9daf54840a14f9e9c703db0bce7ab95/Microsoft.Win32.Primitives.dll"/> <ReferencePath Include="../../../../../ref/9dd8246846704507bbb7a3a30bd321f3/Microsoft.Win32.Registry.dll"/> <ReferencePath Include="../../../../../ref/cb64a573b953449ca0a6bff5b3979e67/mscorlib.dll"/> <ReferencePath Include="../../../../../ref/9984b4f9145149fd91a9f0ee0d1f9fc1/netstandard.dll"/> <ReferencePath Include="../../../../../ref/4dec1caa02134a14b668a99a8176f6e4/Newtonsoft.Json.dll"/> <ReferencePath Include="../../../../../ref/4cd02028c91d47b387e9cf59b3e7d286/NuGet.CommandLine.XPlat.dll"/> <ReferencePath Include="../../../../../ref/20c726df2ca649d1bdc40f643f7cf51a/NuGet.Commands.dll"/> <ReferencePath Include="../../../../../ref/637ff4bda6264e2cbfe7f9ce9c1560d8/NuGet.Common.dll"/> <ReferencePath Include="../../../../../ref/c1d44fdc336a43e99c40cdd603c15e9c/NuGet.Configuration.dll"/> <ReferencePath Include="../../../../../ref/72cb85e4d3e040909df8fe24b41c30c8/NuGet.Credentials.dll"/> <ReferencePath Include="../../../../../ref/83659a71703441b4a105304250edee1f/NuGet.DependencyResolver.Core.dll"/> <ReferencePath Include="../../../../../ref/a67abea65fad4ae2aa56f89df90f931c/NuGet.Frameworks.dll"/> <ReferencePath Include="../../../../../ref/36241dcf78e04713931a4b3624e36d3c/NuGet.LibraryModel.dll"/> <ReferencePath Include="../../../../../ref/5b6a291d71dd4b7e9299524882ce8081/NuGet.Packaging.dll"/> <ReferencePath Include="../../../../../ref/aa06f4c8e0b24b89873f359f47f5ea75/NuGet.ProjectModel.dll"/> <ReferencePath Include="../../../../../ref/0cce5ca8b7a14b67a347d1c333c1f882/NuGet.Protocol.dll"/> <ReferencePath Include="../../../../../ref/1865b369d6f145b38cd771dd0742ed65/NuGet.Versioning.dll"/> <ReferencePath Include="../../../../../ref/2895fb4d8d874709b399504b0241a16f/OpenTelemetry.Api.dll"/> <ReferencePath Include="../../../../../ref/4084ce622f5b4eadafde154333cf2410/OpenTelemetry.Api.ProviderBuilderExtensions.dll"/> <ReferencePath Include="../../../../../ref/c59b72bc061a4014b129a18c3075bf93/OpenTelemetry.dll"/> <ReferencePath Include="../../../../../ref/009ce01f793d47f7a4bbf392098c09d6/OpenTelemetry.Exporter.InMemory.dll"/> <ReferencePath Include="../../../../../ref/4c2def79612946bda7e5d6d4032f05ac/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/> <ReferencePath Include="../../../../../ref/01f769fc520c4dcea4312323ab04a7ed/OpenTelemetry.Instrumentation.Http.dll"/> <ReferencePath Include="../../../../../ref/20b0f385e60d40cb97e8b1cac3668a42/OpenTelemetry.Instrumentation.Runtime.dll"/> <ReferencePath Include="../../../../../ref/569866e96081409d826786d857040192/OpenTelemetry.PersistentStorage.Abstractions.dll"/> <ReferencePath Include="../../../../../ref/a82803fcfe2c4cd58098860e8a8040c8/OpenTelemetry.PersistentStorage.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/d9546f663af14e0083f565ca664aaaf6/Spectre.Console.dll"/> <ReferencePath Include="../../../../../ref/61b9989afc79457e804acc88cc7158b4/System.AppContext.dll"/> <ReferencePath Include="../../../../../ref/36a0502d4e564cabbc8c819e6cb2433f/System.Buffers.dll"/> <ReferencePath Include="../../../../../ref/44f3761c7d3f4e82804114d956ae2096/System.Collections.Concurrent.dll"/> <ReferencePath Include="../../../../../ref/31a1f6af30d1450d9c5dcd989b21e990/System.Collections.dll"/> <ReferencePath Include="../../../../../ref/cd70a723addb48e499794e46a866df04/System.Collections.Immutable.dll"/> <ReferencePath Include="../../../../../ref/3eec676013f84a978880f43a2f958b8a/System.Collections.NonGeneric.dll"/> <ReferencePath Include="../../../../../ref/db12839c3d2d421d8ebc85b0aaec8774/System.Collections.Specialized.dll"/> <ReferencePath Include="../../../../../ref/9ae8139e34d74f2d97b290810423d1a3/System.CommandLine.dll"/> <ReferencePath Include="../../../../../ref/963e49c9a735462789b4438913464088/System.CommandLine.StaticCompletions.dll"/> <ReferencePath Include="../../../../../ref/ebc4648b261141bd94ef0af18ebba0a8/System.ComponentModel.Annotations.dll"/> <ReferencePath Include="../../../../../ref/87c8178284cc4e39a4908e18ab7fc3f7/System.ComponentModel.DataAnnotations.dll"/> <ReferencePath Include="../../../../../ref/61e8201672e8457085bd088f08b120d5/System.ComponentModel.dll"/> <ReferencePath Include="../../../../../ref/ff2d916b729646fe80fa99a441f39fe3/System.ComponentModel.EventBasedAsync.dll"/> <ReferencePath Include="../../../../../ref/33d13cb57a2948c7a59eabba747535b3/System.ComponentModel.Primitives.dll"/> <ReferencePath Include="../../../../../ref/c2e7e9686b804428b62c2c3550a619b3/System.ComponentModel.TypeConverter.dll"/> <ReferencePath Include="../../../../../ref/32db05744bbf41cebc72b0a2d6f4f345/System.Configuration.ConfigurationManager.dll"/> <ReferencePath Include="../../../../../ref/56f81c4b0f05497eae163920e25e3d35/System.Configuration.dll"/> <ReferencePath Include="../../../../../ref/30e0c08f3c1e411ea8f0c2b839d307f6/System.Console.dll"/> <ReferencePath Include="../../../../../ref/dfea068fbd64419393fd994cddaeb6cc/System.Core.dll"/> <ReferencePath Include="../../../../../ref/2a040cda67064ea9962661cc83c16725/System.Data.Common.dll"/> <ReferencePath Include="../../../../../ref/5603ef7f92104a4fb255901014312b82/System.Data.DataSetExtensions.dll"/> <ReferencePath Include="../../../../../ref/b1df1b09935f45d38845162f5905f2e3/System.Data.dll"/> <ReferencePath Include="../../../../../ref/4d666744bbfa420da1467946b9baa96d/System.Diagnostics.Contracts.dll"/> <ReferencePath Include="../../../../../ref/b64767800711485e8753eb21d4d1ca19/System.Diagnostics.Debug.dll"/> <ReferencePath Include="../../../../../ref/35e3086e9a414d99889b02d7f3c5cd77/System.Diagnostics.DiagnosticSource.dll"/> <ReferencePath Include="../../../../../ref/c59bdf19af86423fa4b48fb900a98119/System.Diagnostics.EventLog.dll"/> <ReferencePath Include="../../../../../ref/b74bfb758fab43ad83036940240a5c78/System.Diagnostics.FileVersionInfo.dll"/> <ReferencePath Include="../../../../../ref/99959cfdfda04ed384f6a7329005e43b/System.Diagnostics.Process.dll"/> <ReferencePath Include="../../../../../ref/c72f036596c64366bdb58076bcdb5359/System.Diagnostics.StackTrace.dll"/> <ReferencePath Include="../../../../../ref/414aae37f6ea485c8dffc54d724696c7/System.Diagnostics.TextWriterTraceListener.dll"/> <ReferencePath Include="../../../../../ref/21b24688e6aa444fbe4f9784ba134ce9/System.Diagnostics.Tools.dll"/> <ReferencePath Include="../../../../../ref/2b74a1a87f8b46d5881164bafafae540/System.Diagnostics.TraceSource.dll"/> <ReferencePath Include="../../../../../ref/f78089440f534016992b177129c83f19/System.Diagnostics.Tracing.dll"/> <ReferencePath Include="../../../../../ref/c1c7bc5722e14aa381920ef19a47448e/System.dll"/> <ReferencePath Include="../../../../../ref/29707face5da4529b7b7698b3475a65e/System.Drawing.dll"/> <ReferencePath Include="../../../../../ref/90788b5c45a942e9a6690fa44dd80f58/System.Drawing.Primitives.dll"/> <ReferencePath Include="../../../../../ref/d26aa6d77c4d40c08f7f6ad9b4749d57/System.Dynamic.Runtime.dll"/> <ReferencePath Include="../../../../../ref/e81a6af5a22e4c56bb0120054e254c14/System.Formats.Asn1.dll"/> <ReferencePath Include="../../../../../ref/80a21ba788b941549ee0f08072f7b7a3/System.Formats.Tar.dll"/> <ReferencePath Include="../../../../../ref/1b0f6886c1284487ab3006dc52d3f130/System.Globalization.Calendars.dll"/> <ReferencePath Include="../../../../../ref/ea32b25ad0a8448396070d285096158e/System.Globalization.dll"/> <ReferencePath Include="../../../../../ref/fce5bd6ec412406d9721a5f0bd755305/System.Globalization.Extensions.dll"/> <ReferencePath Include="../../../../../ref/bbe4bf600fbb416ebc65a9a86b70abe6/System.IO.Compression.Brotli.dll"/> <ReferencePath Include="../../../../../ref/74d64388e329462b84bf9379ed80435f/System.IO.Compression.dll"/> <ReferencePath Include="../../../../../ref/99d2a2913db24fde9b3c444dc9920392/System.IO.Compression.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/d688c88604d84579aa1b40b9ab6c884f/System.IO.Compression.ZipFile.dll"/> <ReferencePath Include="../../../../../ref/66e7b8dab3264b27adc9a6310a881d9a/System.IO.dll"/> <ReferencePath Include="../../../../../ref/d8b1b2601e2645d8997824b5e8263d1d/System.IO.FileSystem.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/a4abc1b5c0d143d8b8bc4bef1308df69/System.IO.FileSystem.dll"/> <ReferencePath Include="../../../../../ref/b1ecebadb3df4b7f9749c3edf3ef49c7/System.IO.FileSystem.DriveInfo.dll"/> <ReferencePath Include="../../../../../ref/3f6adc62e5404dfd9742e48c56973cdc/System.IO.FileSystem.Primitives.dll"/> <ReferencePath Include="../../../../../ref/06c21532a02f4e92be2cee7c0541d033/System.IO.FileSystem.Watcher.dll"/> <ReferencePath Include="../../../../../ref/158cbc1d4f0d407d9268b72d0e720153/System.IO.Hashing.dll"/> <ReferencePath Include="../../../../../ref/6a3d72370a844a05af612b3112c9dfd4/System.IO.IsolatedStorage.dll"/> <ReferencePath Include="../../../../../ref/7a97aeabe65d41ffaebe18db8d69a411/System.IO.MemoryMappedFiles.dll"/> <ReferencePath Include="../../../../../ref/4a0e91041c264e118f7243d73f906f99/System.IO.Pipelines.dll"/> <ReferencePath Include="../../../../../ref/037a7a0e7c72478abf95db419d81d7e3/System.IO.Pipes.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/b27710508b2c4c1db61ce01fe8d0d72e/System.IO.Pipes.dll"/> <ReferencePath Include="../../../../../ref/e71db9fca5d44852a918a152097f6239/System.IO.UnmanagedMemoryStream.dll"/> <ReferencePath Include="../../../../../ref/09b7f27c0ca8439ea851508e881e8528/System.Linq.AsyncEnumerable.dll"/> <ReferencePath Include="../../../../../ref/10a685be76ae45bf87bbcada81451537/System.Linq.dll"/> <ReferencePath Include="../../../../../ref/a7632fe3c19048f482bfa778efcea864/System.Linq.Expressions.dll"/> <ReferencePath Include="../../../../../ref/c9c892338fd74f318ee45d85b3a2c513/System.Linq.Parallel.dll"/> <ReferencePath Include="../../../../../ref/6fbe2946e4fe4dcb8081bd6dc5e9bb5d/System.Linq.Queryable.dll"/> <ReferencePath Include="../../../../../ref/b3bc3834a66745fda395fff1edb623b0/System.Memory.dll"/> <ReferencePath Include="../../../../../ref/7ba2e79a4bd14d3c8eff0432cd896367/System.Net.dll"/> <ReferencePath Include="../../../../../ref/0d3faf0740ed4664a66fc467d3ccc1e6/System.Net.Http.dll"/> <ReferencePath Include="../../../../../ref/0af5016aa141458d9bb48c02d5f00a73/System.Net.Http.Json.dll"/> <ReferencePath Include="../../../../../ref/9de2fb698e654e72ab723ab51ae1d78e/System.Net.HttpListener.dll"/> <ReferencePath Include="../../../../../ref/06acb13196bc45b69e736bc3df74e9fb/System.Net.Mail.dll"/> <ReferencePath Include="../../../../../ref/89b520a860bc48be8b29b15c716a8ca9/System.Net.NameResolution.dll"/> <ReferencePath Include="../../../../../ref/e13a31a70d714c5d953482b7acc3db78/System.Net.NetworkInformation.dll"/> <ReferencePath Include="../../../../../ref/cea9a703c2034e358e381bcee4cbfaa2/System.Net.Ping.dll"/> <ReferencePath Include="../../../../../ref/2c47ba6dbe8946b29d1d31789ffdb201/System.Net.Primitives.dll"/> <ReferencePath Include="../../../../../ref/eba5c6962c084f2aa1d9eb67e8b7bfb9/System.Net.Quic.dll"/> <ReferencePath Include="../../../../../ref/0a54c962c19049319337d71bfb612b83/System.Net.Requests.dll"/> <ReferencePath Include="../../../../../ref/cbc58e023baf441ab79060a818699e7e/System.Net.Security.dll"/> <ReferencePath Include="../../../../../ref/9da05e3c929a4ef090310c789239e204/System.Net.ServerSentEvents.dll"/> <ReferencePath Include="../../../../../ref/fde5796a4e4945d1830e8e84624ff066/System.Net.ServicePoint.dll"/> <ReferencePath Include="../../../../../ref/4220746653364b53a9df1822eb9f12d7/System.Net.Sockets.dll"/> <ReferencePath Include="../../../../../ref/8fce2805836b4cb699674493704cc10e/System.Net.WebClient.dll"/> <ReferencePath Include="../../../../../ref/0ef9da3f80144e80aa1af9eba6dca469/System.Net.WebHeaderCollection.dll"/> <ReferencePath Include="../../../../../ref/cc861ace9f81422eb28e83c07882c350/System.Net.WebProxy.dll"/> <ReferencePath Include="../../../../../ref/6a05fb741f214897b80be2b1f6fb73e8/System.Net.WebSockets.Client.dll"/> <ReferencePath Include="../../../../../ref/9d224d0d7015439f87074814ac94a8de/System.Net.WebSockets.dll"/> <ReferencePath Include="../../../../../ref/07ba80a02962410087d9a6336b13ae11/System.Numerics.dll"/> <ReferencePath Include="../../../../../ref/21898791929f4c1d9a2c3c410deb88de/System.Numerics.Vectors.dll"/> <ReferencePath Include="../../../../../ref/d0a443df234344b6ab594e3a537702cf/System.ObjectModel.dll"/> <ReferencePath Include="../../../../../ref/819ac99c25db4480aaac76666613ed30/System.Reflection.DispatchProxy.dll"/> <ReferencePath Include="../../../../../ref/54f691317d6e455487213049e341a3c5/System.Reflection.dll"/> <ReferencePath Include="../../../../../ref/a43bbf80c89340f8b0f9a0aa10354396/System.Reflection.Emit.dll"/> <ReferencePath Include="../../../../../ref/cab6dada37904f6ba368565f7bbf06d5/System.Reflection.Emit.ILGeneration.dll"/> <ReferencePath Include="../../../../../ref/1bc91c0cc0694049aa51defa803d841f/System.Reflection.Emit.Lightweight.dll"/> <ReferencePath Include="../../../../../ref/894b85594f1b41fbb61560849e65062f/System.Reflection.Extensions.dll"/> <ReferencePath Include="../../../../../ref/a3433f38d05344d29910f07c89a09bb3/System.Reflection.Metadata.dll"/> <ReferencePath Include="../../../../../ref/003bd0e11718482780f9179d3a4498b4/System.Reflection.MetadataLoadContext.dll"/> <ReferencePath Include="../../../../../ref/32cefd4dae1f4b91b56846c0a711c41f/System.Reflection.Primitives.dll"/> <ReferencePath Include="../../../../../ref/5767d4e6b3d148cabbb7950c77f18346/System.Reflection.TypeExtensions.dll"/> <ReferencePath Include="../../../../../ref/d3709dbfabb64f9483ad2a812adc0696/System.Resources.Reader.dll"/> <ReferencePath Include="../../../../../ref/48ee294d220241f69072bda82c2d7ddb/System.Resources.ResourceManager.dll"/> <ReferencePath Include="../../../../../ref/da9819a0f15241c2aa4c9c070252f79f/System.Resources.Writer.dll"/> <ReferencePath Include="../../../../../ref/5f5471c6d8354b7eb86e46040968e349/System.Runtime.CompilerServices.Unsafe.dll"/> <ReferencePath Include="../../../../../ref/7f5dda8656254b1d8ee82d48bfb3a0db/System.Runtime.CompilerServices.VisualC.dll"/> <ReferencePath Include="../../../../../ref/79cfa4e8e6094f2cab1754c719554d8e/System.Runtime.dll"/> <ReferencePath Include="../../../../../ref/7e4f12b6ad564dd4a07db9358c9c9125/System.Runtime.Extensions.dll"/> <ReferencePath Include="../../../../../ref/995384c4aae144daa1e87c62c63e944c/System.Runtime.Handles.dll"/> <ReferencePath Include="../../../../../ref/f02f775d9943424f8f57852aa6374190/System.Runtime.InteropServices.dll"/> <ReferencePath Include="../../../../../ref/5ebe9d79164446c282064a1c868e53ec/System.Runtime.InteropServices.JavaScript.dll"/> <ReferencePath Include="../../../../../ref/bb0ca8eb75ea4eb584f91746bec61073/System.Runtime.InteropServices.RuntimeInformation.dll"/> <ReferencePath Include="../../../../../ref/23ae63905d1340ceaa7050be01f4c139/System.Runtime.Intrinsics.dll"/> <ReferencePath Include="../../../../../ref/c6c00066badb452fa5068c3155178593/System.Runtime.Loader.dll"/> <ReferencePath Include="../../../../../ref/c2a029c5440c4e3ba465452d80e337c0/System.Runtime.Numerics.dll"/> <ReferencePath Include="../../../../../ref/f5565c7a305f4f2b87dd68c41a1837a9/System.Runtime.Serialization.dll"/> <ReferencePath Include="../../../../../ref/55aaefbefedc417090c0e80cbe8f9133/System.Runtime.Serialization.Formatters.dll"/> <ReferencePath Include="../../../../../ref/c93c9111cb3444fe8ca56c9bb7b2d162/System.Runtime.Serialization.Json.dll"/> <ReferencePath Include="../../../../../ref/0c9716da3a2c40b7bd5fd3c2e28afab8/System.Runtime.Serialization.Primitives.dll"/> <ReferencePath Include="../../../../../ref/864ce8a042fd4de0b9b0bcddf7a48ea1/System.Runtime.Serialization.Xml.dll"/> <ReferencePath Include="../../../../../ref/72d3548b03084ee096b48a51580f6ae0/System.Security.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/b19b7e895ffc4d268cfb38eba1d9f24a/System.Security.Claims.dll"/> <ReferencePath Include="../../../../../ref/bf34142e89de4bac9670563c92a6cca1/System.Security.Cryptography.Algorithms.dll"/> <ReferencePath Include="../../../../../ref/2b014487424f4e4b95ddc3bc9943511f/System.Security.Cryptography.Cng.dll"/> <ReferencePath Include="../../../../../ref/3bee5102d187448d8e8ce7f457feee82/System.Security.Cryptography.Csp.dll"/> <ReferencePath Include="../../../../../ref/7e3efd2528cf499e96aa9f6d7e3d0fc9/System.Security.Cryptography.dll"/> <ReferencePath Include="../../../../../ref/ad94be14fb404bc08b428ece1c63efbc/System.Security.Cryptography.Encoding.dll"/> <ReferencePath Include="../../../../../ref/f41f25b085f548e09f5c65e9f4f01a02/System.Security.Cryptography.OpenSsl.dll"/> <ReferencePath Include="../../../../../ref/f754bb58d802433dbef12b338dbcd60f/System.Security.Cryptography.Pkcs.dll"/> <ReferencePath Include="../../../../../ref/27056aa608f74142b2df29b98bd4f4d7/System.Security.Cryptography.Primitives.dll"/> <ReferencePath Include="../../../../../ref/4ff89de2b4e842ceb32335c9350ca4ac/System.Security.Cryptography.ProtectedData.dll"/> <ReferencePath Include="../../../../../ref/258ea907abd34603bc5881a840898abe/System.Security.Cryptography.X509Certificates.dll"/> <ReferencePath Include="../../../../../ref/dae1af219d354b08a151ece44eb1a7fe/System.Security.dll"/> <ReferencePath Include="../../../../../ref/9c2e0f7a20cd42de9c37b624fd3b0eef/System.Security.Principal.dll"/> <ReferencePath Include="../../../../../ref/12156e6e2e184adb8b4460d7cfbfeeb2/System.Security.Principal.Windows.dll"/> <ReferencePath Include="../../../../../ref/aba871dc91354b81bc108a4908c25411/System.Security.SecureString.dll"/> <ReferencePath Include="../../../../../ref/fecf8e1600df499faa4fc5f8529711e7/System.ServiceModel.Web.dll"/> <ReferencePath Include="../../../../../ref/71f5aaa5f45c4e748b3a2d2c8a4737e4/System.ServiceProcess.dll"/> <ReferencePath Include="../../../../../ref/2007734cee46414f9156956d40abba6f/System.ServiceProcess.ServiceController.dll"/> <ReferencePath Include="../../../../../ref/399e86193b2e4630bb46a7731c862380/System.Text.Encoding.CodePages.dll"/> <ReferencePath Include="../../../../../ref/8a4a4a551a8546618a3cd7b2e0b29bfc/System.Text.Encoding.dll"/> <ReferencePath Include="../../../../../ref/21cb6c8585b044a9b7fa7d7b2aa6be3c/System.Text.Encoding.Extensions.dll"/> <ReferencePath Include="../../../../../ref/ce8563b144584573859313548a504608/System.Text.Encodings.Web.dll"/> <ReferencePath Include="../../../../../ref/3321091201774a018ef0ee1cae82a4aa/System.Text.Json.dll"/> <ReferencePath Include="../../../../../ref/66b6cada1430470c9f3b08e5e415165c/System.Text.RegularExpressions.dll"/> <ReferencePath Include="../../../../../ref/0cc9869d02b446a0874da0ac07bcba53/System.Threading.AccessControl.dll"/> <ReferencePath Include="../../../../../ref/43f3257ec5da4da593a2ea97afce1630/System.Threading.Channels.dll"/> <ReferencePath Include="../../../../../ref/29edbc3bfe6d41a189b3ee200da8a6dd/System.Threading.dll"/> <ReferencePath Include="../../../../../ref/cb7fe244d7f4465e8327a094d5a7d6ca/System.Threading.Overlapped.dll"/> <ReferencePath Include="../../../../../ref/64dd384b35244a62a33d922a4066af09/System.Threading.Tasks.Dataflow.dll"/> <ReferencePath Include="../../../../../ref/7a2736649ffa4a86852574a785ef6718/System.Threading.Tasks.dll"/> <ReferencePath Include="../../../../../ref/c036f7c9c94b45a3b8f59254f5dc7741/System.Threading.Tasks.Extensions.dll"/> <ReferencePath Include="../../../../../ref/5730f182899c41d9b53c2a97f0da3148/System.Threading.Tasks.Parallel.dll"/> <ReferencePath Include="../../../../../ref/96e4fdec80f74121bf139a1475279101/System.Threading.Thread.dll"/> <ReferencePath Include="../../../../../ref/ff8b0002fe884623b62bdfc1232976a7/System.Threading.ThreadPool.dll"/> <ReferencePath Include="../../../../../ref/ef517e8ee635423c88271f638e1cbb7f/System.Threading.Timer.dll"/> <ReferencePath Include="../../../../../ref/e14e72ee071f4e3ab833da85e7557387/System.Transactions.dll"/> <ReferencePath Include="../../../../../ref/f863708d33df48c1a15bb69c7db46240/System.Transactions.Local.dll"/> <ReferencePath Include="../../../../../ref/3c3f2be129dc4554b3323bfdc3e25edc/System.ValueTuple.dll"/> <ReferencePath Include="../../../../../ref/f94ca83d111343a185aa9c77ceff9de6/System.Web.dll"/> <ReferencePath Include="../../../../../ref/510ccb58fe1c4792918f7e0355577335/System.Web.HttpUtility.dll"/> <ReferencePath Include="../../../../../ref/d7fd34312f90466889fc6a87ee6c3f44/System.Windows.dll"/> <ReferencePath Include="../../../../../ref/586645ebfc9d4a4e9255eca704149f59/System.Xml.dll"/> <ReferencePath Include="../../../../../ref/8c79cc10426c4b3f8d4a97ba72c94173/System.Xml.Linq.dll"/> <ReferencePath Include="../../../../../ref/a1ac1aafd829406db2cc5c4d11e4f628/System.Xml.ReaderWriter.dll"/> <ReferencePath Include="../../../../../ref/21922734bee74927a5091da4f6962b0d/System.Xml.Serialization.dll"/> <ReferencePath Include="../../../../../ref/e194e57cd5024c3d92b389f4fe235fdb/System.Xml.XDocument.dll"/> <ReferencePath Include="../../../../../ref/89e1355281a4462fadc6e0dcc00b241c/System.Xml.XmlDocument.dll"/> <ReferencePath Include="../../../../../ref/444dfc2adf9e45219c8ad54aa9839859/System.Xml.XmlSerializer.dll"/> <ReferencePath Include="../../../../../ref/7239a464efa04560998b13d112df13a3/System.Xml.XPath.dll"/> <ReferencePath Include="../../../../../ref/6ad6f86b413f4580bb28fa4cb8b6fe34/System.Xml.XPath.XDocument.dll"/> <ReferencePath Include="../../../../../ref/f5c7029b0b46452baafca5e0cbe12778/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/RunFileBuildCacheJsonSerializerContext.BuildLevel.g.cs"/> <Compile Include="_generated/40/RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs"/> <Compile Include="_generated/41/RunFileBuildCacheJsonSerializerContext.RunProperties.g.cs"/> <Compile Include="_generated/42/RunFileBuildCacheJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/43/RunFileBuildCacheJsonSerializerContext.HashSetString.g.cs"/> <Compile Include="_generated/44/RunFileBuildCacheJsonSerializerContext.ImmutableArrayString.g.cs"/> <Compile Include="_generated/45/RunFileBuildCacheJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/46/RunFileBuildCacheJsonSerializerContext.g.cs"/> <Compile Include="_generated/47/RunFileBuildCacheJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/48/RunFileBuildCacheJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/49/RunFileJsonSerializerContext.RunFileArtifactsMetadata.g.cs"/> <Compile Include="_generated/50/RunFileJsonSerializerContext.DateTime.g.cs"/> <Compile Include="_generated/51/RunFileJsonSerializerContext.NullableDateTime.g.cs"/> <Compile Include="_generated/52/RunFileJsonSerializerContext.g.cs"/> <Compile Include="_generated/53/RunFileJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/54/RunFileJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/55/SdkCheckJsonSerializerContext.SdkCheckConfig.g.cs"/> <Compile Include="_generated/56/SdkCheckJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/57/SdkCheckJsonSerializerContext.g.cs"/> <Compile Include="_generated/58/SdkCheckJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/59/SdkCheckJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/60/ToolListJsonSerializerContext.LocalToolListJsonContract.g.cs"/> <Compile Include="_generated/61/ToolListJsonSerializerContext.LocalToolListJsonContractArray.g.cs"/> <Compile Include="_generated/62/ToolListJsonSerializerContext.ToolListJsonContract.g.cs"/> <Compile Include="_generated/63/ToolListJsonSerializerContext.ToolListJsonContractArray.g.cs"/> <Compile Include="_generated/64/ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs"/> <Compile Include="_generated/65/ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs"/> <Compile Include="_generated/66/ToolListJsonSerializerContext.Int32.g.cs"/> <Compile Include="_generated/67/ToolListJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/68/ToolListJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/69/ToolListJsonSerializerContext.g.cs"/> <Compile Include="_generated/70/ToolListJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/71/ToolListJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/72/GlobalJsonWorkloadSetsJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/73/GlobalJsonWorkloadSetsJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/74/GlobalJsonWorkloadSetsJsonSerializerContext.g.cs"/> <Compile Include="_generated/75/GlobalJsonWorkloadSetsJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/76/GlobalJsonWorkloadSetsJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/77/WorkloadManifestUpdaterJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/78/WorkloadManifestUpdaterJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/79/WorkloadManifestUpdaterJsonSerializerContext.g.cs"/> <Compile Include="_generated/80/WorkloadManifestUpdaterJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/81/WorkloadManifestUpdaterJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/82/WorkloadInstallJsonSerializerContext.IEnumerableString.g.cs"/> <Compile Include="_generated/83/WorkloadInstallJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/84/WorkloadInstallJsonSerializerContext.g.cs"/> <Compile Include="_generated/85/WorkloadInstallJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/86/WorkloadInstallJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/87/InstallStateJsonSerializerContext.Boolean.g.cs"/> <Compile Include="_generated/88/InstallStateJsonSerializerContext.NullableBoolean.g.cs"/> <Compile Include="_generated/89/InstallStateJsonSerializerContext.InstallStateContents.g.cs"/> <Compile Include="_generated/90/InstallStateJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/91/InstallStateJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/92/InstallStateJsonSerializerContext.g.cs"/> <Compile Include="_generated/93/InstallStateJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/94/InstallStateJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/95/WorkloadListJsonSerializerContext.ListOutput.g.cs"/> <Compile Include="_generated/96/WorkloadListJsonSerializerContext.UpdateAvailableEntry.g.cs"/> <Compile Include="_generated/97/WorkloadListJsonSerializerContext.UpdateAvailableEntryArray.g.cs"/> <Compile Include="_generated/98/WorkloadListJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/99/WorkloadListJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/100/WorkloadListJsonSerializerContext.g.cs"/> <Compile Include="_generated/101/WorkloadListJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/102/WorkloadListJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/103/WorkloadSearchVersionsJsonSerializerContext.DictionaryStringDictionaryStringString.g.cs"/> <Compile Include="_generated/104/WorkloadSearchVersionsJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/105/WorkloadSearchVersionsJsonSerializerContext.IEnumerableDictionaryStringString.g.cs"/> <Compile Include="_generated/106/WorkloadSearchVersionsJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/107/WorkloadSearchVersionsJsonSerializerContext.g.cs"/> <Compile Include="_generated/108/WorkloadSearchVersionsJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/109/WorkloadSearchVersionsJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/110/WorkloadHistoryJsonSerializerContext.Boolean.g.cs"/> <Compile Include="_generated/111/WorkloadHistoryJsonSerializerContext.WorkloadHistoryRecord.g.cs"/> <Compile Include="_generated/112/WorkloadHistoryJsonSerializerContext.WorkloadHistoryState.g.cs"/> <Compile Include="_generated/113/WorkloadHistoryJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/114/WorkloadHistoryJsonSerializerContext.ListString.g.cs"/> <Compile Include="_generated/115/WorkloadHistoryJsonSerializerContext.DateTimeOffset.g.cs"/> <Compile Include="_generated/116/WorkloadHistoryJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/117/WorkloadHistoryJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/118/WorkloadHistoryJsonSerializerContext.g.cs"/> <Compile Include="_generated/119/WorkloadHistoryJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/120/WorkloadHistoryJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/121/PackInfoJsonSerializerContext.Boolean.g.cs"/> <Compile Include="_generated/122/PackInfoJsonSerializerContext.WorkloadPackId.g.cs"/> <Compile Include="_generated/123/PackInfoJsonSerializerContext.WorkloadPackKind.g.cs"/> <Compile Include="_generated/124/PackInfoJsonSerializerContext.PackInfo.g.cs"/> <Compile Include="_generated/125/PackInfoJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/126/PackInfoJsonSerializerContext.g.cs"/> <Compile Include="_generated/127/PackInfoJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/128/PackInfoJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/129/NugetSearchApiJsonSerializerContext.Boolean.g.cs"/> <Compile Include="_generated/130/NugetSearchApiJsonSerializerContext.NugetSearchApiAuthorsSerializable.g.cs"/> <Compile Include="_generated/131/NugetSearchApiJsonSerializerContext.NugetSearchApiContainerSerializable.g.cs"/> <Compile Include="_generated/132/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializable.g.cs"/> <Compile Include="_generated/133/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializableArray.g.cs"/> <Compile Include="_generated/134/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializable.g.cs"/> <Compile Include="_generated/135/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializableArray.g.cs"/> <Compile Include="_generated/136/NugetSearchApiJsonSerializerContext.Int32.g.cs"/> <Compile Include="_generated/137/NugetSearchApiJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/138/NugetSearchApiJsonSerializerContext.StringArray.g.cs"/> <Compile Include="_generated/139/NugetSearchApiJsonSerializerContext.g.cs"/> <Compile Include="_generated/140/NugetSearchApiJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/141/NugetSearchApiJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/142/SdkVulnerabilityJsonContext.Boolean.g.cs"/> <Compile Include="_generated/143/SdkVulnerabilityJsonContext.SdkCveInfo.g.cs"/> <Compile Include="_generated/144/SdkVulnerabilityJsonContext.SdkVulnerabilityInfo.g.cs"/> <Compile Include="_generated/145/SdkVulnerabilityJsonContext.IReadOnlyListSdkCveInfo.g.cs"/> <Compile Include="_generated/146/SdkVulnerabilityJsonContext.DateTime.g.cs"/> <Compile Include="_generated/147/SdkVulnerabilityJsonContext.NullableDateTime.g.cs"/> <Compile Include="_generated/148/SdkVulnerabilityJsonContext.String.g.cs"/> <Compile Include="_generated/149/SdkVulnerabilityJsonContext.g.cs"/> <Compile Include="_generated/150/SdkVulnerabilityJsonContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/151/SdkVulnerabilityJsonContext.PropertyNames.g.cs"/> <Compile Include="_generated/152/SlnfJsonSerializerContext.SlnfRoot.g.cs"/> <Compile Include="_generated/153/SlnfJsonSerializerContext.SlnfSolution.g.cs"/> <Compile Include="_generated/154/SlnfJsonSerializerContext.ListString.g.cs"/> <Compile Include="_generated/155/SlnfJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/156/SlnfJsonSerializerContext.g.cs"/> <Compile Include="_generated/157/SlnfJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/158/SlnfJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/159/TelemetryDiskLoggerJsonSerializerContext.ActivityModel.g.cs"/> <Compile Include="_generated/160/TelemetryDiskLoggerJsonSerializerContext.EventModel.g.cs"/> <Compile Include="_generated/161/TelemetryDiskLoggerJsonSerializerContext.EventModelArray.g.cs"/> <Compile Include="_generated/162/TelemetryDiskLoggerJsonSerializerContext.IdentifiersModel.g.cs"/> <Compile Include="_generated/163/TelemetryDiskLoggerJsonSerializerContext.SourceModel.g.cs"/> <Compile Include="_generated/164/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringObject.g.cs"/> <Compile Include="_generated/165/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringString.g.cs"/> <Compile Include="_generated/166/TelemetryDiskLoggerJsonSerializerContext.DateTimeOffset.g.cs"/> <Compile Include="_generated/167/TelemetryDiskLoggerJsonSerializerContext.TimeSpan.g.cs"/> <Compile Include="_generated/168/TelemetryDiskLoggerJsonSerializerContext.Object.g.cs"/> <Compile Include="_generated/169/TelemetryDiskLoggerJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/170/TelemetryDiskLoggerJsonSerializerContext.g.cs"/> <Compile Include="_generated/171/TelemetryDiskLoggerJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/172/TelemetryDiskLoggerJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/173/LocalToolsCacheJsonSerializerContext.CacheRow.g.cs"/> <Compile Include="_generated/174/LocalToolsCacheJsonSerializerContext.CacheRowArray.g.cs"/> <Compile Include="_generated/175/LocalToolsCacheJsonSerializerContext.IEnumerableCacheRow.g.cs"/> <Compile Include="_generated/176/LocalToolsCacheJsonSerializerContext.String.g.cs"/> <Compile Include="_generated/177/LocalToolsCacheJsonSerializerContext.g.cs"/> <Compile Include="_generated/178/LocalToolsCacheJsonSerializerContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/179/LocalToolsCacheJsonSerializerContext.PropertyNames.g.cs"/> <Compile Include="_generated/180/SdkVulnerabilityCacheJsonContext.Boolean.g.cs"/> <Compile Include="_generated/181/SdkVulnerabilityCacheJsonContext.SdkCveCacheSummary.g.cs"/> <Compile Include="_generated/182/SdkVulnerabilityCacheJsonContext.SdkVulnerabilityCacheSummary.g.cs"/> <Compile Include="_generated/183/SdkVulnerabilityCacheJsonContext.ListSdkCveCacheSummary.g.cs"/> <Compile Include="_generated/184/SdkVulnerabilityCacheJsonContext.DateTime.g.cs"/> <Compile Include="_generated/185/SdkVulnerabilityCacheJsonContext.NullableDateTime.g.cs"/> <Compile Include="_generated/186/SdkVulnerabilityCacheJsonContext.String.g.cs"/> <Compile Include="_generated/187/SdkVulnerabilityCacheJsonContext.g.cs"/> <Compile Include="_generated/188/SdkVulnerabilityCacheJsonContext.GetJsonTypeInfo.g.cs"/> <Compile Include="_generated/189/SdkVulnerabilityCacheJsonContext.PropertyNames.g.cs"/> <Compile Include="_generated/190/RegexGenerator.g.cs"/> </ItemGroup> </Project>