|
<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.26354.102/contentFiles/cs/net11.0/BuildProtocol.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/BuildProtocol.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/BuildServerConnection.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/BuildServerConnection.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/CommitHashAttribute.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/CommitHashAttribute.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/CompilerServerLogger.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/CompilerServerLogger.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/Debug.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/Debug.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/NamedPipeUtil.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/NamedPipeUtil.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/NativeMethods.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/NativeMethods.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/PlatformInformation.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/PlatformInformation.cs"/>
<Compile Include="../../../artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.102/contentFiles/cs/net11.0/RuntimeHostInfo.cs" Link="src/sdk/artifacts/.packages/microsoft.codeanalysis.buildclient/5.10.0-1.26354.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/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/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/CommandLineOptionMessages.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/DiscoveredTestMessages.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/FileArtifactMessages.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/HandshakeMessage.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/TestInProgressMessages.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/TestResultMessages.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/TestSessionEvent.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/UnknownMessage.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Models/VoidResponse.cs"/>
<Compile Include="Commands/Test/MTP/IPC/NamedPipeBase.cs"/>
<Compile Include="Commands/Test/MTP/IPC/NamedPipeServer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/ObjectFieldIds.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/BaseSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/CommandLineOptionMessagesSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/DiscoveredTestMessagesSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/FileArtifactMessagesSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/HandshakeMessageSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/RegisterSerializers.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/TestInProgressMessagesSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/TestResultMessagesSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/TestSessionEventSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/UnknownMessageSerializer.cs"/>
<Compile Include="Commands/Test/MTP/IPC/Serializers/VoidResponseSerializer.cs"/>
<Compile Include="Commands/Test/MTP/ITestHandler.cs"/>
<Compile Include="Commands/Test/MTP/Logger.cs"/>
<Compile Include="Commands/Test/MTP/MicrosoftTestingPlatformTestCommand.cs"/>
<Compile Include="Commands/Test/MTP/MicrosoftTestingPlatformTestCommand.Help.cs"/>
<Compile Include="Commands/Test/MTP/Models.cs"/>
<Compile Include="Commands/Test/MTP/MSBuildHandler.cs"/>
<Compile Include="Commands/Test/MTP/MSBuildUtility.cs"/>
<Compile Include="Commands/Test/MTP/Options.cs"/>
<Compile Include="Commands/Test/MTP/SolutionAndProjectUtility.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/AnsiCodes.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/AnsiDetector.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/AnsiTerminal.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/AnsiTerminalTestProgressFrame.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/ErrorMessage.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/ExceptionFlattener.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/FileUtilities.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/HumanReadableDurationFormatter.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/IColor.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/IConsole.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/IProgressMessage.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/IStopwatch.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/ITerminal.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/NativeMethods.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/NonAnsiTerminal.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/SimpleAnsiTerminal.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/SimpleTerminalBase.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/SystemConsole.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/SystemConsoleColor.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/SystemStopwatch.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TargetFrameworkParser.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TerminalColor.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TerminalTestReporter.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TerminalTestReporterOptions.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TestDetailState.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TestNodeResultsState.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TestOutcome.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TestProgressState.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TestProgressStateAwareTerminal.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/TestRunArtifact.cs"/>
<Compile Include="Commands/Test/MTP/Terminal/WarningMessage.cs"/>
<Compile Include="Commands/Test/MTP/TestApplication.cs"/>
<Compile Include="Commands/Test/MTP/TestApplicationActionQueue.cs"/>
<Compile Include="Commands/Test/MTP/TestApplicationHandler.cs"/>
<Compile Include="Commands/Test/MTP/TestModulesFilterHandler.cs"/>
<Compile Include="Commands/Test/MTP/ValidationUtility.cs"/>
<Compile Include="Commands/Test/TestCommandParser.cs"/>
<Compile Include="Commands/Test/VSTest/TestCommand.cs"/>
<Compile Include="Commands/Test/VSTest/VSTestArgumentConverter.cs"/>
<Compile Include="Commands/Test/VSTest/VSTestFeatureFlag.cs"/>
<Compile Include="Commands/Test/VSTest/VSTestForwardingApp.cs"/>
<Compile Include="Commands/Test/VSTest/VSTestTrace.cs"/>
<Compile Include="Commands/Tool/Common/ToolManifestFinderExtensions.cs"/>
<Compile Include="Commands/Tool/Execute/ToolExecuteCommand.cs"/>
<Compile Include="Commands/Tool/Install/LocalToolsResolverCacheExtensions.cs"/>
<Compile Include="Commands/Tool/Install/ProjectRestorer.cs"/>
<Compile Include="Commands/Tool/Install/ToolInstallCommand.cs"/>
<Compile Include="Commands/Tool/Install/ToolInstallCommandLowLevelErrorConverter.cs"/>
<Compile Include="Commands/Tool/Install/ToolInstallGlobalOrToolPathCommand.cs"/>
<Compile Include="Commands/Tool/Install/ToolInstallLocalCommand.cs"/>
<Compile Include="Commands/Tool/Install/ToolInstallLocalInstaller.cs"/>
<Compile Include="Commands/Tool/Install/VersionRangeUtilities.cs"/>
<Compile Include="Commands/Tool/List/ToolListCommand.cs"/>
<Compile Include="Commands/Tool/List/ToolListGlobalOrToolPathCommand.cs"/>
<Compile Include="Commands/Tool/List/ToolListJsonHelper.cs"/>
<Compile Include="Commands/Tool/List/ToolListLocalCommand.cs"/>
<Compile Include="Commands/Tool/Restore/ToolPackageRestorer.cs"/>
<Compile Include="Commands/Tool/Restore/ToolRestoreCommand.cs"/>
<Compile Include="Commands/Tool/Run/ToolRunCommand.cs"/>
<Compile Include="Commands/Tool/Search/NugetSearchSerializables.cs"/>
<Compile Include="Commands/Tool/Search/SearchResultPrinter.cs"/>
<Compile Include="Commands/Tool/Search/ToolSearchCommand.cs"/>
<Compile Include="Commands/Tool/Store/StoreCommand.cs"/>
<Compile Include="Commands/Tool/Store/StoreCommandParser.cs"/>
<Compile Include="Commands/Tool/ToolCommandParser.cs"/>
<Compile Include="Commands/Tool/ToolCommandSpecCreator.cs"/>
<Compile Include="Commands/Tool/Uninstall/ToolUninstallCommand.cs"/>
<Compile Include="Commands/Tool/Uninstall/ToolUninstallCommandLowLevelErrorConverter.cs"/>
<Compile Include="Commands/Tool/Uninstall/ToolUninstallGlobalOrToolPathCommand.cs"/>
<Compile Include="Commands/Tool/Uninstall/ToolUninstallLocalCommand.cs"/>
<Compile Include="Commands/Tool/Update/ToolUpdateCommand.cs"/>
<Compile Include="Commands/Tool/Update/ToolUpdateGlobalOrToolPathCommand.cs"/>
<Compile Include="Commands/Tool/Update/ToolUpdateLocalCommand.cs"/>
<Compile Include="Commands/VSTest/VSTestCommand.cs"/>
<Compile Include="Commands/VSTest/VSTestCommandParser.cs"/>
<Compile Include="Commands/Workload/Clean/WorkloadCleanCommand.cs"/>
<Compile Include="Commands/Workload/Config/WorkloadConfigCommand.cs"/>
<Compile Include="Commands/Workload/Elevate/WorkloadElevateCommand.cs"/>
<Compile Include="Commands/Workload/GlobalJsonWorkloadSetFile.cs"/>
<Compile Include="Commands/Workload/History/WorkloadHistoryCommand.cs"/>
<Compile Include="Commands/Workload/Install/FileBasedInstaller.cs"/>
<Compile Include="Commands/Workload/Install/IInstaller.cs"/>
<Compile Include="Commands/Workload/Install/IWorkloadManifestUpdater.cs"/>
<Compile Include="Commands/Workload/Install/NullReporter.cs"/>
<Compile Include="Commands/Workload/Install/WorkloadGarbageCollector.cs"/>
<Compile Include="Commands/Workload/Install/WorkloadInstallCommand.cs"/>
<Compile Include="Commands/Workload/Install/WorkloadInstallerFactory.cs"/>
<Compile Include="Commands/Workload/Install/WorkloadInstallRecords/FileBasedInstallationRecordInstaller.cs"/>
<Compile Include="Commands/Workload/Install/WorkloadInstallRecords/IWorkloadInstallationRecordRepository.cs"/>
<Compile Include="Commands/Workload/Install/WorkloadManifestUpdater.cs"/>
<Compile Include="Commands/Workload/Install/WorkloadResolverFactory.cs"/>
<Compile Include="Commands/Workload/InstallingWorkloadCommand.cs"/>
<Compile Include="Commands/Workload/InstallStateContents.cs"/>
<Compile Include="Commands/Workload/IWorkloadInfoHelper.cs"/>
<Compile Include="Commands/Workload/List/InstalledWorkloadsCollection.cs"/>
<Compile Include="Commands/Workload/List/IWorkloadsRepositoryEnumerator.cs"/>
<Compile Include="Commands/Workload/List/WorkloadListCommand.cs"/>
<Compile Include="Commands/Workload/Repair/WorkloadRepairCommand.cs"/>
<Compile Include="Commands/Workload/Restore/WorkloadRestoreCommand.cs"/>
<Compile Include="Commands/Workload/Search/WorkloadSearchCommand.cs"/>
<Compile Include="Commands/Workload/Search/WorkloadSearchVersionsCommand.cs"/>
<Compile Include="Commands/Workload/Uninstall/WorkloadUninstallCommand.cs"/>
<Compile Include="Commands/Workload/Update/WorkloadUpdateCommand.cs"/>
<Compile Include="Commands/Workload/WorkloadCommandBase.cs"/>
<Compile Include="Commands/Workload/WorkloadCommandParser.cs"/>
<Compile Include="Commands/Workload/WorkloadException.cs"/>
<Compile Include="Commands/Workload/WorkloadHistoryDisplay.cs"/>
<Compile Include="Commands/Workload/WorkloadHistoryRecord.cs"/>
<Compile Include="Commands/Workload/WorkloadHistoryRecorder.cs"/>
<Compile Include="Commands/Workload/WorkloadInfoHelper.cs"/>
<Compile Include="Commands/Workload/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/WorkloadSetVersion.cs" Link="src/sdk/src/Common/WorkloadSetVersion.cs"/>
<Compile Include="../../Common/NuGetUtils.NuGet.cs" Link="src/sdk/src/Common/NuGetUtils.NuGet.cs"/>
<Compile Include="../../Common/SdkVulnerabilityCacheReader.cs" Link="src/sdk/src/Common/SdkVulnerabilityCacheReader.cs"/>
<Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/dotnet.GlobalUsings.g.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/dotnet.GlobalUsings.g.cs"/>
<Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
<Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/dotnet.InternalsVisibleTo.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/dotnet.InternalsVisibleTo.cs"/>
<Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.CliStrings.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.CliStrings.cs"/>
<Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.Commands.CliCommandStrings.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/Microsoft.DotNet.Cli.Commands.CliCommandStrings.cs"/>
<Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/Microsoft.NET.Build.Tasks.Strings.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/Microsoft.NET.Build.Tasks.Strings.cs"/>
<Compile Include="../../../artifacts/obj/dotnet/Release/net11.0/dotnet.AssemblyInfo.cs" Link="src/sdk/artifacts/obj/dotnet/Release/net11.0/dotnet.AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="../../../../../ref/8a09672cffce4b48bfec0f0f7a51a6f7/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll"/>
<ReferencePath Include="../../../../../ref/91bdd24a5bea4db3b6178c9c5f37096b/Microsoft.Build.dll"/>
<ReferencePath Include="../../../../../ref/37c15f76c7da4b34b1c25f50df1ad406/Microsoft.Build.Framework.dll"/>
<ReferencePath Include="../../../../../ref/bf31ae47d16e49eebc3afeeba56e9d1d/Microsoft.CodeAnalysis.CSharp.dll"/>
<ReferencePath Include="../../../../../ref/0a8116ad23c44983929e7c6b0cca43a7/Microsoft.CodeAnalysis.dll"/>
<ReferencePath Include="../../../../../ref/4cbbd8e7b67344848e5bb23145676336/Microsoft.CSharp.dll"/>
<ReferencePath Include="../../../../../ref/80051a56a4a1445b91d54aea5d53b361/Microsoft.Deployment.DotNet.Releases.dll"/>
<ReferencePath Include="../../../../../ref/67c9fc8aca0742bf9bb01e3031c56615/Microsoft.DotNet.Cli.CommandLine.dll"/>
<ReferencePath Include="../../../../../ref/d24cd3b2d2104d98a4ebfd4367ab4ae0/Microsoft.DotNet.Cli.CoreUtils.dll"/>
<ReferencePath Include="../../../../../ref/258b5d71af094c75ac133652bc501628/Microsoft.DotNet.Cli.Definitions.dll"/>
<ReferencePath Include="../../../../../ref/49fc6377b38f4416a6c5077ce31b513c/Microsoft.DotNet.Cli.Utils.dll"/>
<ReferencePath Include="../../../../../ref/751d7e04898442439763eea220b1c433/Microsoft.DotNet.Configurer.dll"/>
<ReferencePath Include="../../../../../ref/51a72e81ae7e4281a6f10092dad1d690/Microsoft.DotNet.InternalAbstractions.dll"/>
<ReferencePath Include="../../../../../ref/a44fb106ccb644ab9f59aa004bd9adc0/Microsoft.DotNet.NativeWrapper.dll"/>
<ReferencePath Include="../../../../../ref/a44fb106ccb644ab9f59aa004bd9adc0/Microsoft.DotNet.NativeWrapper.dll"/>
<ReferencePath Include="../../../../../ref/2c25675a69544294b2532c6a0e7220f0/Microsoft.DotNet.ProjectTools.dll"/>
<ReferencePath Include="../../../../../ref/2d74d8d23fea45789481c2f7ddf9188b/Microsoft.DotNet.TemplateLocator.dll"/>
<ReferencePath Include="../../../../../ref/c58b90924b6d456eaeaa937b259a0469/Microsoft.Extensions.Caching.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/cdd1ed1bc64745b7b192d62b91422264/Microsoft.Extensions.Configuration.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/03c06ad278574777a1dc217096b43d2f/Microsoft.Extensions.Configuration.Binder.dll"/>
<ReferencePath Include="../../../../../ref/c141b90790f34605989f66bb4674e879/Microsoft.Extensions.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/665dbad03614464893f788de76fd9592/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/7760e0f369524e2faac66e6643f2a980/Microsoft.Extensions.DependencyInjection.dll"/>
<ReferencePath Include="../../../../../ref/759524028f3b4b01937b20790c4a09a3/Microsoft.Extensions.DependencyModel.dll"/>
<ReferencePath Include="../../../../../ref/161c4866afa04ac6a3c3c2e2a399a855/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/0818cf2bd4a84e34be61aec35862107b/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/e61da4dfe9cd4b3796f9fc8ac3dd8b81/Microsoft.Extensions.FileSystemGlobbing.dll"/>
<ReferencePath Include="../../../../../ref/21fb016302cc432c80481c280d30300e/Microsoft.Extensions.Hosting.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/fb72f496b88f430cad4eeab66a650c9c/Microsoft.Extensions.Logging.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/815ec0c3aa244c2cbe13afdb48ca4170/Microsoft.Extensions.Logging.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/42cd8b8a17584929a910abc7c9821443/Microsoft.Extensions.Logging.Console.dll"/>
<ReferencePath Include="../../../../../ref/2ed2ea01e75d43f99d9840472ff321e5/Microsoft.Extensions.Logging.dll"/>
<ReferencePath Include="../../../../../ref/aa2fc1278f0c43c9bc90ddb7cc3147c7/Microsoft.Extensions.Options.ConfigurationExtensions.dll"/>
<ReferencePath Include="../../../../../ref/cece2626bbfc403fad82bcd53e009b32/Microsoft.Extensions.Options.dll"/>
<ReferencePath Include="../../../../../ref/43e7bc06947b43daada861167097efe6/Microsoft.Extensions.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/76c37a2d80b74f898c68876a4dc0924e/Microsoft.NET.HostModel.dll"/>
<ReferencePath Include="../../../../../ref/bd7046ebba4946139a8ab8785e51861f/Microsoft.NET.StringTools.dll"/>
<ReferencePath Include="../../../../../ref/9c5dc69bd93540f2aa52aa677c81f0cb/Microsoft.TemplateEngine.Abstractions.dll"/>
<ReferencePath Include="../../../../../ref/f2dec5c945424b83ab1466387d1463df/Microsoft.TemplateEngine.Cli.dll"/>
<ReferencePath Include="../../../../../ref/228228fce5f34bb286e8bd2b64014667/Microsoft.TemplateEngine.Core.Contracts.dll"/>
<ReferencePath Include="../../../../../ref/583358e464be415d8c28dd7cd78e2ad3/Microsoft.TemplateEngine.Core.dll"/>
<ReferencePath Include="../../../../../ref/2683fe22ebba48578c9bcf4cba343bd2/Microsoft.TemplateEngine.Edge.dll"/>
<ReferencePath Include="../../../../../ref/3b2a21ce225c4a0bbb91ef4f3946855f/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll"/>
<ReferencePath Include="../../../../../ref/16a596c245cf42409e58d5309a67bd3c/Microsoft.TemplateEngine.Utils.dll"/>
<ReferencePath Include="../../../../../ref/b5435194a1da4e86acfcfc6d026e3ef6/Microsoft.TemplateSearch.Common.dll"/>
<ReferencePath Include="../../../../../ref/881a5e055b9b427baf76ce92c1a65c30/Microsoft.VisualBasic.Core.dll"/>
<ReferencePath Include="../../../../../ref/33bc3a14f57f49e9b93bcbc8889b79da/Microsoft.VisualBasic.dll"/>
<ReferencePath Include="../../../../../ref/fb184f7be92c4ed0ab823daba8a34a72/Microsoft.VisualStudio.SolutionPersistence.dll"/>
<ReferencePath Include="../../../../../ref/42d1688a494647ecb9c5d5e1c8e518f9/Microsoft.Win32.Msi.dll"/>
<ReferencePath Include="../../../../../ref/4d20b8e497a8488ca1e58b5185da4727/Microsoft.Win32.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/f6709942a413455db846377ea3710d03/Microsoft.Win32.Registry.dll"/>
<ReferencePath Include="../../../../../ref/e1fee93e4d2f4f26a42c7faee646e1a8/mscorlib.dll"/>
<ReferencePath Include="../../../../../ref/376d17af887343caa8e2ef5d3c82186b/netstandard.dll"/>
<ReferencePath Include="../../../../../ref/75372d21ad4d4ee7842f102bd20cca34/Newtonsoft.Json.dll"/>
<ReferencePath Include="../../../../../ref/13cfa048fd874080be89f96c9c7b3139/NuGet.CommandLine.XPlat.dll"/>
<ReferencePath Include="../../../../../ref/c1ba67dd01614c3ab357bd8cfd310738/NuGet.Commands.dll"/>
<ReferencePath Include="../../../../../ref/bcc3b2faf5604d9f82de3a2a5f0ec55d/NuGet.Common.dll"/>
<ReferencePath Include="../../../../../ref/98be1293631b4cc6b374cb64b4a8bff8/NuGet.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/11f44969fd3b409b8b66e391829c8c4b/NuGet.Credentials.dll"/>
<ReferencePath Include="../../../../../ref/b51783d5f61a44a3abc05e985b477349/NuGet.DependencyResolver.Core.dll"/>
<ReferencePath Include="../../../../../ref/ee80d381212d44cda8be9b6dae01df40/NuGet.Frameworks.dll"/>
<ReferencePath Include="../../../../../ref/83d034a858534c4d919b835c0920c0d2/NuGet.LibraryModel.dll"/>
<ReferencePath Include="../../../../../ref/e3478c4906f544c091497f1c5ac958c4/NuGet.Packaging.dll"/>
<ReferencePath Include="../../../../../ref/e7e873163d02473aa67643acb8bad9ba/NuGet.ProjectModel.dll"/>
<ReferencePath Include="../../../../../ref/dc9378ac93954dc4808c4603e4da9409/NuGet.Protocol.dll"/>
<ReferencePath Include="../../../../../ref/1b3a12aaca8e49e3aa01bce5a7248aa6/NuGet.Versioning.dll"/>
<ReferencePath Include="../../../../../ref/a6d1abfad605436fa94495528fa6ee69/OpenTelemetry.Api.dll"/>
<ReferencePath Include="../../../../../ref/25039fb89acf41ce81d7d2c4b3c9a366/OpenTelemetry.Api.ProviderBuilderExtensions.dll"/>
<ReferencePath Include="../../../../../ref/0ee3f39db55f4b61abbdfb2448bcb0a5/OpenTelemetry.dll"/>
<ReferencePath Include="../../../../../ref/7dc90f1acb9e42aabe0d004f477ad5e5/OpenTelemetry.Exporter.InMemory.dll"/>
<ReferencePath Include="../../../../../ref/963f2957128a4c4f8b59d5b9231977ad/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll"/>
<ReferencePath Include="../../../../../ref/90d168591fce47ef913deab0cfd48d11/OpenTelemetry.Instrumentation.Http.dll"/>
<ReferencePath Include="../../../../../ref/82a1dfefa75d48ae8b088aa39d7b93fb/OpenTelemetry.Instrumentation.Runtime.dll"/>
<ReferencePath Include="../../../../../ref/a6ba0196d0af44eca15e6dd5b16c574a/Spectre.Console.dll"/>
<ReferencePath Include="../../../../../ref/ac298a2aaa91435f8f65c087a95fff72/System.AppContext.dll"/>
<ReferencePath Include="../../../../../ref/611cda73e8e24eed9e2824b4c8a6341a/System.Buffers.dll"/>
<ReferencePath Include="../../../../../ref/4394b81a3b174fc1af86d78108c41943/System.Collections.Concurrent.dll"/>
<ReferencePath Include="../../../../../ref/d9c6139272f94986820bc63cc2c2c828/System.Collections.dll"/>
<ReferencePath Include="../../../../../ref/319b9a00bf2a487ab0cad06c3b3542b0/System.Collections.Immutable.dll"/>
<ReferencePath Include="../../../../../ref/542315ad88874c4889c8da67400f8f0e/System.Collections.NonGeneric.dll"/>
<ReferencePath Include="../../../../../ref/5e28b37e621943d3b022fc28abc76b9c/System.Collections.Specialized.dll"/>
<ReferencePath Include="../../../../../ref/75025a00db1545b6ab99d712bf97f56b/System.CommandLine.dll"/>
<ReferencePath Include="../../../../../ref/8e4b18f323a442b486b930890234e275/System.CommandLine.StaticCompletions.dll"/>
<ReferencePath Include="../../../../../ref/7416d365708e47979a6238f355c4156f/System.ComponentModel.Annotations.dll"/>
<ReferencePath Include="../../../../../ref/b8ab3bb2c37f4723ab26bcea3280bc91/System.ComponentModel.DataAnnotations.dll"/>
<ReferencePath Include="../../../../../ref/bd18c56a3c7942dbb82326e59bc7cd0e/System.ComponentModel.dll"/>
<ReferencePath Include="../../../../../ref/6cc5d6656fc741469e809c4282d9b7dc/System.ComponentModel.EventBasedAsync.dll"/>
<ReferencePath Include="../../../../../ref/c2ec7805f49244de8062d04883afa238/System.ComponentModel.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/c0e062c3eb1149a49f723e22eb3505f7/System.ComponentModel.TypeConverter.dll"/>
<ReferencePath Include="../../../../../ref/28e319eb2ba8471ea3f9197fe72cc7c2/System.Configuration.ConfigurationManager.dll"/>
<ReferencePath Include="../../../../../ref/561c0b3675b74736a899e1fef42223e8/System.Configuration.dll"/>
<ReferencePath Include="../../../../../ref/d5cdc995fdf54ebc9758a8d6304835db/System.Console.dll"/>
<ReferencePath Include="../../../../../ref/2308832a03d047c99cd72e5c55aa9e89/System.Core.dll"/>
<ReferencePath Include="../../../../../ref/4d86b0b59a1649d1b6dcd242a616bb96/System.Data.Common.dll"/>
<ReferencePath Include="../../../../../ref/92091ced92ae4a659fe77e0f4f8a1789/System.Data.DataSetExtensions.dll"/>
<ReferencePath Include="../../../../../ref/1d99b2e137e94638aec97cde3177cd6f/System.Data.dll"/>
<ReferencePath Include="../../../../../ref/9241354e5cfe485295849f69ccefe1d9/System.Diagnostics.Contracts.dll"/>
<ReferencePath Include="../../../../../ref/3adc2e1d85da4046b41ac79accb1c906/System.Diagnostics.Debug.dll"/>
<ReferencePath Include="../../../../../ref/2a6d439abf214aa6bfcfd8b6af121307/System.Diagnostics.DiagnosticSource.dll"/>
<ReferencePath Include="../../../../../ref/c818a53ade46447f8c7b92c2536c2d83/System.Diagnostics.EventLog.dll"/>
<ReferencePath Include="../../../../../ref/6c6d0b30fd4b49ef833d96880382a966/System.Diagnostics.FileVersionInfo.dll"/>
<ReferencePath Include="../../../../../ref/6ceb191902c04f8bb67ec08c1455e2d5/System.Diagnostics.Process.dll"/>
<ReferencePath Include="../../../../../ref/fc1d41d3a6044c3094881d632401ff88/System.Diagnostics.StackTrace.dll"/>
<ReferencePath Include="../../../../../ref/dad9c439593641aeb17a447fad0bb09e/System.Diagnostics.TextWriterTraceListener.dll"/>
<ReferencePath Include="../../../../../ref/2ddb91eb217b48a4914a0409e6584f79/System.Diagnostics.Tools.dll"/>
<ReferencePath Include="../../../../../ref/0d2d33cce3964c829eeaba38068b1dda/System.Diagnostics.TraceSource.dll"/>
<ReferencePath Include="../../../../../ref/baf2906ed3204feb8b4068c326310e29/System.Diagnostics.Tracing.dll"/>
<ReferencePath Include="../../../../../ref/468c917f078a423981fb58ca9f8d3a17/System.dll"/>
<ReferencePath Include="../../../../../ref/b0f7a6a5bb664792b6afae68bfb16982/System.Drawing.dll"/>
<ReferencePath Include="../../../../../ref/c09be86162bb4cf8b61173fa3d189d54/System.Drawing.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/21ac7c5940e3492eb1c08266253e33a4/System.Dynamic.Runtime.dll"/>
<ReferencePath Include="../../../../../ref/90c1391728904b939f238ef3546a5374/System.Formats.Asn1.dll"/>
<ReferencePath Include="../../../../../ref/84dfff601dac42d98a4d7da9369c3b94/System.Formats.Tar.dll"/>
<ReferencePath Include="../../../../../ref/7d2f1d03c33e41ebb5fda79a70c22570/System.Globalization.Calendars.dll"/>
<ReferencePath Include="../../../../../ref/d5a8795351e242d0b9fdf0e6dd96065b/System.Globalization.dll"/>
<ReferencePath Include="../../../../../ref/3b75615e4acb4942bcdc6f2b01e5e1a9/System.Globalization.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/0e9742c192584192bc68796f6e3e8daa/System.IO.Compression.Brotli.dll"/>
<ReferencePath Include="../../../../../ref/f4122ab732344d7d9cd93153de91407a/System.IO.Compression.dll"/>
<ReferencePath Include="../../../../../ref/94ae5de030264b0cb2014e858818d2ec/System.IO.Compression.FileSystem.dll"/>
<ReferencePath Include="../../../../../ref/5d7bc8f0d5b54dbd9e86839010069b4d/System.IO.Compression.ZipFile.dll"/>
<ReferencePath Include="../../../../../ref/aa915db90c9a4a9b809bd397cdfa01e2/System.IO.dll"/>
<ReferencePath Include="../../../../../ref/c2e9d36114db4b4198567d683a537e6f/System.IO.FileSystem.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/259c0b6881ba4d708f0f6175202398de/System.IO.FileSystem.dll"/>
<ReferencePath Include="../../../../../ref/206e80f794584a71a6d934e6a2df57b3/System.IO.FileSystem.DriveInfo.dll"/>
<ReferencePath Include="../../../../../ref/3bf7802067aa43ce8cb804e96ddad4ae/System.IO.FileSystem.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/ca7645d81b224aa3aef6a36160223836/System.IO.FileSystem.Watcher.dll"/>
<ReferencePath Include="../../../../../ref/e7b94a18afc644d48962c3ae6e0bb473/System.IO.Hashing.dll"/>
<ReferencePath Include="../../../../../ref/ff7d6e939e2f4cae91089c5112d0d0da/System.IO.IsolatedStorage.dll"/>
<ReferencePath Include="../../../../../ref/997528dde6b4404b9425ea77ec76b589/System.IO.MemoryMappedFiles.dll"/>
<ReferencePath Include="../../../../../ref/3cdd0a6522ba4dde96385c8e14946d20/System.IO.Pipelines.dll"/>
<ReferencePath Include="../../../../../ref/8f368c0ff47e455cba96034e5b39b12f/System.IO.Pipes.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/4bcf2b713e80421982ca5e65e2372095/System.IO.Pipes.dll"/>
<ReferencePath Include="../../../../../ref/1f69ff76a488490b888429f98800a210/System.IO.UnmanagedMemoryStream.dll"/>
<ReferencePath Include="../../../../../ref/8376418ba94f410988364a30b1477fc7/System.Linq.AsyncEnumerable.dll"/>
<ReferencePath Include="../../../../../ref/ce888b4a829b4555a8d7715856848c2d/System.Linq.dll"/>
<ReferencePath Include="../../../../../ref/b8c9e03aa7a44ad598a2398d31aad16d/System.Linq.Expressions.dll"/>
<ReferencePath Include="../../../../../ref/3295816c4aba4ae39ef7c2cd14c156bb/System.Linq.Parallel.dll"/>
<ReferencePath Include="../../../../../ref/ce4225f4f0844bd380059eaa7552e00d/System.Linq.Queryable.dll"/>
<ReferencePath Include="../../../../../ref/82300cff7d254ae08c3e813e6f983d79/System.Memory.dll"/>
<ReferencePath Include="../../../../../ref/917f37da630340b882f9eebd5adda805/System.Net.dll"/>
<ReferencePath Include="../../../../../ref/08945c3e68ce40a287b7e926b8a65109/System.Net.Http.dll"/>
<ReferencePath Include="../../../../../ref/e2bbca7641704c4eb91acd9529138989/System.Net.Http.Json.dll"/>
<ReferencePath Include="../../../../../ref/df95e3434cce4c008e47a5090a0a2ed0/System.Net.HttpListener.dll"/>
<ReferencePath Include="../../../../../ref/53db511be88f46af812b09128a4e70df/System.Net.Mail.dll"/>
<ReferencePath Include="../../../../../ref/4c8fda522de64084b10aba606b09897e/System.Net.NameResolution.dll"/>
<ReferencePath Include="../../../../../ref/a6c1a75997304953a3b50c928ab4f7d6/System.Net.NetworkInformation.dll"/>
<ReferencePath Include="../../../../../ref/5cbe71460143422bbd73c34c2ceeaa7e/System.Net.Ping.dll"/>
<ReferencePath Include="../../../../../ref/a1fb632b77704df0835da4a3d8b9c43f/System.Net.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/f3ce510fe4154acf9f5ff6b132f285fe/System.Net.Quic.dll"/>
<ReferencePath Include="../../../../../ref/1a0ecd7174334d4ba52328429b3437ce/System.Net.Requests.dll"/>
<ReferencePath Include="../../../../../ref/5a38e8ab6e084cd98d879eddaf87615c/System.Net.Security.dll"/>
<ReferencePath Include="../../../../../ref/12d3a63084e741bd9a5605ee350b8f1b/System.Net.ServerSentEvents.dll"/>
<ReferencePath Include="../../../../../ref/39b7359ca90945b0a77e0cae26e5a336/System.Net.ServicePoint.dll"/>
<ReferencePath Include="../../../../../ref/fbe44f0e4bb54aeabfc2578d43122fd2/System.Net.Sockets.dll"/>
<ReferencePath Include="../../../../../ref/832329b8eba04a97ae3bffb169003fcd/System.Net.WebClient.dll"/>
<ReferencePath Include="../../../../../ref/8cfb7384bf1d4eac99dd3d91fb2a6d58/System.Net.WebHeaderCollection.dll"/>
<ReferencePath Include="../../../../../ref/d4773685c48843baa5d4214b8b6cf224/System.Net.WebProxy.dll"/>
<ReferencePath Include="../../../../../ref/c106f6ffa31446f29344e7056ca05773/System.Net.WebSockets.Client.dll"/>
<ReferencePath Include="../../../../../ref/a3e0919cf7b04372a6248e50a0a4d8e8/System.Net.WebSockets.dll"/>
<ReferencePath Include="../../../../../ref/ffeb39dfcb734eeea044122741b73980/System.Numerics.dll"/>
<ReferencePath Include="../../../../../ref/332613255152436987d55e77c3624d6b/System.Numerics.Vectors.dll"/>
<ReferencePath Include="../../../../../ref/0373cf5da70b4912837fa24ce0494f51/System.ObjectModel.dll"/>
<ReferencePath Include="../../../../../ref/2b3f9d5b53944190803d33b964b0c1dc/System.Reflection.DispatchProxy.dll"/>
<ReferencePath Include="../../../../../ref/0f56233358fe48a3b5dae8b9d451df4a/System.Reflection.dll"/>
<ReferencePath Include="../../../../../ref/4efc86340c434c48b440edb348f415d4/System.Reflection.Emit.dll"/>
<ReferencePath Include="../../../../../ref/4c05feb3f8e24f05bfe92bbb4c7024c6/System.Reflection.Emit.ILGeneration.dll"/>
<ReferencePath Include="../../../../../ref/6ef3776281ce41acbde003fa2d028f44/System.Reflection.Emit.Lightweight.dll"/>
<ReferencePath Include="../../../../../ref/0004eb50ed5e4860924bcf76150f7d6b/System.Reflection.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/16a18ae8f39e4a2a8ebb02fd729f836a/System.Reflection.Metadata.dll"/>
<ReferencePath Include="../../../../../ref/dbadd98ab4ee4745a9783faebd4df706/System.Reflection.MetadataLoadContext.dll"/>
<ReferencePath Include="../../../../../ref/44a0f39d72ed4206a3738525e581cd98/System.Reflection.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/cf7c379f9605417a9b0e8c266f2919de/System.Reflection.TypeExtensions.dll"/>
<ReferencePath Include="../../../../../ref/800f88cc5e624d18a5379d2b94500316/System.Resources.Reader.dll"/>
<ReferencePath Include="../../../../../ref/375922fbcb0946029135837101414236/System.Resources.ResourceManager.dll"/>
<ReferencePath Include="../../../../../ref/ecdb9aed32264c5890e729e00bee9823/System.Resources.Writer.dll"/>
<ReferencePath Include="../../../../../ref/2e4ca8cf51024c27a809596b25c14782/System.Runtime.CompilerServices.Unsafe.dll"/>
<ReferencePath Include="../../../../../ref/9c1eed5e82b4450089254f21f097b2d3/System.Runtime.CompilerServices.VisualC.dll"/>
<ReferencePath Include="../../../../../ref/e57e4f26396143be9581052269fd753f/System.Runtime.dll"/>
<ReferencePath Include="../../../../../ref/e9d66600a8604347944509f635f11096/System.Runtime.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/3b5a7a4739fe4d17be27f078ad7e4e79/System.Runtime.Handles.dll"/>
<ReferencePath Include="../../../../../ref/3d896ca6f36b43a29b2d8dbb65890e58/System.Runtime.InteropServices.dll"/>
<ReferencePath Include="../../../../../ref/7e976e9ba4794fe19eef6bfd6405641e/System.Runtime.InteropServices.JavaScript.dll"/>
<ReferencePath Include="../../../../../ref/b7e097e499e64efe9feb0980235b8b77/System.Runtime.InteropServices.RuntimeInformation.dll"/>
<ReferencePath Include="../../../../../ref/1fc2d3c2a8b942c99940f466c9f06dd5/System.Runtime.Intrinsics.dll"/>
<ReferencePath Include="../../../../../ref/e3d43f4520d447fc9e854d7c0e501352/System.Runtime.Loader.dll"/>
<ReferencePath Include="../../../../../ref/c7758676a29e4a8188c856281738f4ab/System.Runtime.Numerics.dll"/>
<ReferencePath Include="../../../../../ref/a7b092a87f1a4105ba7a3d87a90695ec/System.Runtime.Serialization.dll"/>
<ReferencePath Include="../../../../../ref/9bdcff1b0f1a49ffbf612c7e6da96fed/System.Runtime.Serialization.Formatters.dll"/>
<ReferencePath Include="../../../../../ref/6ddbb77fa89448ec9cbe80dce5265f14/System.Runtime.Serialization.Json.dll"/>
<ReferencePath Include="../../../../../ref/141b3ee73dfe40fcb92cd9365464f80c/System.Runtime.Serialization.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/db047fd2156c45f990f28004090b2d9a/System.Runtime.Serialization.Xml.dll"/>
<ReferencePath Include="../../../../../ref/74e78496ea424e1fb3f330b6fdf13451/System.Security.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/ee6bce5333854974b4e362389475f85f/System.Security.Claims.dll"/>
<ReferencePath Include="../../../../../ref/7953878f69cd45aaa9b7aa57784f2bc6/System.Security.Cryptography.Algorithms.dll"/>
<ReferencePath Include="../../../../../ref/59595587783247a3b73e8b496a91c4ac/System.Security.Cryptography.Cng.dll"/>
<ReferencePath Include="../../../../../ref/6197862ade6b47a98e87eed4449135a7/System.Security.Cryptography.Csp.dll"/>
<ReferencePath Include="../../../../../ref/d09242f2862848c497b581cbdb1ab6ae/System.Security.Cryptography.dll"/>
<ReferencePath Include="../../../../../ref/6524c09b9b5e48e69292ef608c9c42c5/System.Security.Cryptography.Encoding.dll"/>
<ReferencePath Include="../../../../../ref/9563aa7f205d40e0ac235211b8248078/System.Security.Cryptography.OpenSsl.dll"/>
<ReferencePath Include="../../../../../ref/75dd83c9e3ed487cb1cdd81b8c167bdd/System.Security.Cryptography.Pkcs.dll"/>
<ReferencePath Include="../../../../../ref/1c274240d8804c148460c59040cf1d4d/System.Security.Cryptography.Primitives.dll"/>
<ReferencePath Include="../../../../../ref/cc53cd35e8364b5b8d150c3c401ef9ac/System.Security.Cryptography.ProtectedData.dll"/>
<ReferencePath Include="../../../../../ref/8c574540601e462590f124bb7038c720/System.Security.Cryptography.X509Certificates.dll"/>
<ReferencePath Include="../../../../../ref/d28218f686fd4b24a5dd8852a0e48af4/System.Security.dll"/>
<ReferencePath Include="../../../../../ref/01d7683de6334228b06028292e3100e5/System.Security.Principal.dll"/>
<ReferencePath Include="../../../../../ref/dbaa0879854b4e62bf725c5bd46cbe14/System.Security.Principal.Windows.dll"/>
<ReferencePath Include="../../../../../ref/ba2e4f25088449b5bf680b2fe570c38b/System.Security.SecureString.dll"/>
<ReferencePath Include="../../../../../ref/67ca06743fef4d64b6263e1a6f00f4e9/System.ServiceModel.Web.dll"/>
<ReferencePath Include="../../../../../ref/e77cee48ff104f96b6d876d4aa9ca1ad/System.ServiceProcess.dll"/>
<ReferencePath Include="../../../../../ref/790958c487884b068e2f0f1f37d239ff/System.ServiceProcess.ServiceController.dll"/>
<ReferencePath Include="../../../../../ref/d93ce7693db64211bae409aa54162f95/System.Text.Encoding.CodePages.dll"/>
<ReferencePath Include="../../../../../ref/a0f929bad5e34516b886ca00b7c906a4/System.Text.Encoding.dll"/>
<ReferencePath Include="../../../../../ref/0eacd9f05b7244cd8b2f40cbc14fe5e1/System.Text.Encoding.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/e236e3a34efd46ecb8a6552a0d6c0bd1/System.Text.Encodings.Web.dll"/>
<ReferencePath Include="../../../../../ref/a1b3fd3bf3e14a1ba7d39a4749ba4dae/System.Text.Json.dll"/>
<ReferencePath Include="../../../../../ref/91d768c25ebc4468bfac2b32f381bfb5/System.Text.RegularExpressions.dll"/>
<ReferencePath Include="../../../../../ref/87d1c45851344b0995b336a673b3d644/System.Threading.AccessControl.dll"/>
<ReferencePath Include="../../../../../ref/55a2564b079e4be6a60c012295355159/System.Threading.Channels.dll"/>
<ReferencePath Include="../../../../../ref/5e9e338adf894f7684301421495f45a2/System.Threading.dll"/>
<ReferencePath Include="../../../../../ref/68842f3b1c6f46d4a70f51a0b2e2b3e7/System.Threading.Overlapped.dll"/>
<ReferencePath Include="../../../../../ref/f5e710dd52d94d3887f514a6ab78223a/System.Threading.Tasks.Dataflow.dll"/>
<ReferencePath Include="../../../../../ref/7119f63aad4f42b994b9496e918659c2/System.Threading.Tasks.dll"/>
<ReferencePath Include="../../../../../ref/b8cd2b1152704d1db7377e9c57781498/System.Threading.Tasks.Extensions.dll"/>
<ReferencePath Include="../../../../../ref/d1fb96c3ae284304b485cbab4a49e4f3/System.Threading.Tasks.Parallel.dll"/>
<ReferencePath Include="../../../../../ref/8bca14e9e6d14a4ca576c978d23bb9ee/System.Threading.Thread.dll"/>
<ReferencePath Include="../../../../../ref/8b28e33008f84c77addf4f7de092f7a7/System.Threading.ThreadPool.dll"/>
<ReferencePath Include="../../../../../ref/cb4cb38f5a3f42cc8069aed6aa9834a8/System.Threading.Timer.dll"/>
<ReferencePath Include="../../../../../ref/0160a5a8f083475dad2c66521cdb5392/System.Transactions.dll"/>
<ReferencePath Include="../../../../../ref/b90baddfbbf84cb89ea579815671438e/System.Transactions.Local.dll"/>
<ReferencePath Include="../../../../../ref/a773fee2a9d049549b32150827d8ddf7/System.ValueTuple.dll"/>
<ReferencePath Include="../../../../../ref/65652c706fed4af09ca0061bb71db820/System.Web.dll"/>
<ReferencePath Include="../../../../../ref/7b3799b860e9421cab2762e5870c4de6/System.Web.HttpUtility.dll"/>
<ReferencePath Include="../../../../../ref/a66ee12eb7f14b61b5d1d7e5cb29cbd2/System.Windows.dll"/>
<ReferencePath Include="../../../../../ref/0ff0049fc06c4de0a43e02486f2920b3/System.Xml.dll"/>
<ReferencePath Include="../../../../../ref/fd6d023bf61e48409802a54419f0e457/System.Xml.Linq.dll"/>
<ReferencePath Include="../../../../../ref/7045817db5a94cda9cdd7fb464085531/System.Xml.ReaderWriter.dll"/>
<ReferencePath Include="../../../../../ref/53e07fa6113e47d2842f83541882aaf1/System.Xml.Serialization.dll"/>
<ReferencePath Include="../../../../../ref/44e0f837ba10412d8d97201adcdf862f/System.Xml.XDocument.dll"/>
<ReferencePath Include="../../../../../ref/25cd1bd0ee3d4be28e743aaa3afe90bf/System.Xml.XmlDocument.dll"/>
<ReferencePath Include="../../../../../ref/8cd6c34a682f4c778a4cb46e9e9cc0d7/System.Xml.XmlSerializer.dll"/>
<ReferencePath Include="../../../../../ref/5dae10a6af8d44aa8d6acf255bef9a8b/System.Xml.XPath.dll"/>
<ReferencePath Include="../../../../../ref/6889bb964efc4ef0a8c06315e505dfb7/System.Xml.XPath.XDocument.dll"/>
<ReferencePath Include="../../../../../ref/0787834f21b14046bc71d10c7b60c600/WindowsBase.dll"/>
</ItemGroup>
<ItemGroup>
<Compile Include="_generated/0/CliSchemaJsonSerializerContext.Boolean.g.cs"/>
<Compile Include="_generated/1/CliSchemaJsonSerializerContext.ArgumentDetails.g.cs"/>
<Compile Include="_generated/2/CliSchemaJsonSerializerContext.ArityDetails.g.cs"/>
<Compile Include="_generated/3/CliSchemaJsonSerializerContext.CommandDetails.g.cs"/>
<Compile Include="_generated/4/CliSchemaJsonSerializerContext.OptionDetails.g.cs"/>
<Compile Include="_generated/5/CliSchemaJsonSerializerContext.RootCommandDetails.g.cs"/>
<Compile Include="_generated/6/CliSchemaJsonSerializerContext.DictionaryStringArgumentDetails.g.cs"/>
<Compile Include="_generated/7/CliSchemaJsonSerializerContext.DictionaryStringCommandDetails.g.cs"/>
<Compile Include="_generated/8/CliSchemaJsonSerializerContext.DictionaryStringOptionDetails.g.cs"/>
<Compile Include="_generated/9/CliSchemaJsonSerializerContext.Int32.g.cs"/>
<Compile Include="_generated/10/CliSchemaJsonSerializerContext.NullableInt32.g.cs"/>
<Compile Include="_generated/11/CliSchemaJsonSerializerContext.Object.g.cs"/>
<Compile Include="_generated/12/CliSchemaJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/13/CliSchemaJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="_generated/14/CliSchemaJsonSerializerContext.g.cs"/>
<Compile Include="_generated/15/CliSchemaJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/16/CliSchemaJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/17/RunFileApiJsonSerializerContext.LinePosition.g.cs"/>
<Compile Include="_generated/18/RunFileApiJsonSerializerContext.LinePositionSpan.g.cs"/>
<Compile Include="_generated/19/RunFileApiJsonSerializerContext.RunApiInput.g.cs"/>
<Compile Include="_generated/20/RunFileApiJsonSerializerContext.GetProject.g.cs"/>
<Compile Include="_generated/21/RunFileApiJsonSerializerContext.GetRunCommand.g.cs"/>
<Compile Include="_generated/22/RunFileApiJsonSerializerContext.RunApiOutput.g.cs"/>
<Compile Include="_generated/23/RunFileApiJsonSerializerContext.Error.g.cs"/>
<Compile Include="_generated/24/RunFileApiJsonSerializerContext.Project.g.cs"/>
<Compile Include="_generated/25/RunFileApiJsonSerializerContext.RunCommand.g.cs"/>
<Compile Include="_generated/26/RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs"/>
<Compile Include="_generated/27/RunFileApiJsonSerializerContext.Position.g.cs"/>
<Compile Include="_generated/28/RunFileApiJsonSerializerContext.IReadOnlyDictionaryStringString.g.cs"/>
<Compile Include="_generated/29/RunFileApiJsonSerializerContext.ImmutableArraySimpleDiagnostic.g.cs"/>
<Compile Include="_generated/30/RunFileApiJsonSerializerContext.Int32.g.cs"/>
<Compile Include="_generated/31/RunFileApiJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/32/RunFileApiJsonSerializerContext.g.cs"/>
<Compile Include="_generated/33/RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/34/RunFileApiJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/35/CSharpCompilerCommandJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/36/CSharpCompilerCommandJsonSerializerContext.g.cs"/>
<Compile Include="_generated/37/CSharpCompilerCommandJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/38/CSharpCompilerCommandJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/39/RunFileJsonSerializerContext.RunFileArtifactsMetadata.g.cs"/>
<Compile Include="_generated/40/RunFileJsonSerializerContext.BuildLevel.g.cs"/>
<Compile Include="_generated/41/RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs"/>
<Compile Include="_generated/42/RunFileJsonSerializerContext.RunProperties.g.cs"/>
<Compile Include="_generated/43/RunFileJsonSerializerContext.DictionaryStringString.g.cs"/>
<Compile Include="_generated/44/RunFileJsonSerializerContext.HashSetString.g.cs"/>
<Compile Include="_generated/45/RunFileJsonSerializerContext.ImmutableArrayString.g.cs"/>
<Compile Include="_generated/46/RunFileJsonSerializerContext.DateTime.g.cs"/>
<Compile Include="_generated/47/RunFileJsonSerializerContext.NullableDateTime.g.cs"/>
<Compile Include="_generated/48/RunFileJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/49/RunFileJsonSerializerContext.g.cs"/>
<Compile Include="_generated/50/RunFileJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/51/RunFileJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/52/SdkCheckJsonSerializerContext.SdkCheckConfig.g.cs"/>
<Compile Include="_generated/53/SdkCheckJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/54/SdkCheckJsonSerializerContext.g.cs"/>
<Compile Include="_generated/55/SdkCheckJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/56/SdkCheckJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/57/ToolListJsonSerializerContext.LocalToolListJsonContract.g.cs"/>
<Compile Include="_generated/58/ToolListJsonSerializerContext.LocalToolListJsonContractArray.g.cs"/>
<Compile Include="_generated/59/ToolListJsonSerializerContext.ToolListJsonContract.g.cs"/>
<Compile Include="_generated/60/ToolListJsonSerializerContext.ToolListJsonContractArray.g.cs"/>
<Compile Include="_generated/61/ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs"/>
<Compile Include="_generated/62/ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs"/>
<Compile Include="_generated/63/ToolListJsonSerializerContext.Int32.g.cs"/>
<Compile Include="_generated/64/ToolListJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/65/ToolListJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="_generated/66/ToolListJsonSerializerContext.g.cs"/>
<Compile Include="_generated/67/ToolListJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/68/ToolListJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/69/GlobalJsonWorkloadSetsJsonSerializerContext.DictionaryStringString.g.cs"/>
<Compile Include="_generated/70/GlobalJsonWorkloadSetsJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/71/GlobalJsonWorkloadSetsJsonSerializerContext.g.cs"/>
<Compile Include="_generated/72/GlobalJsonWorkloadSetsJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/73/GlobalJsonWorkloadSetsJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/74/WorkloadInstallJsonSerializerContext.IEnumerableString.g.cs"/>
<Compile Include="_generated/75/WorkloadInstallJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/76/WorkloadInstallJsonSerializerContext.g.cs"/>
<Compile Include="_generated/77/WorkloadInstallJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/78/WorkloadInstallJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/79/WorkloadManifestUpdaterJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/80/WorkloadManifestUpdaterJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="_generated/81/WorkloadManifestUpdaterJsonSerializerContext.g.cs"/>
<Compile Include="_generated/82/WorkloadManifestUpdaterJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/83/WorkloadManifestUpdaterJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/84/InstallStateJsonSerializerContext.Boolean.g.cs"/>
<Compile Include="_generated/85/InstallStateJsonSerializerContext.NullableBoolean.g.cs"/>
<Compile Include="_generated/86/InstallStateJsonSerializerContext.InstallStateContents.g.cs"/>
<Compile Include="_generated/87/InstallStateJsonSerializerContext.DictionaryStringString.g.cs"/>
<Compile Include="_generated/88/InstallStateJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/89/InstallStateJsonSerializerContext.g.cs"/>
<Compile Include="_generated/90/InstallStateJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/91/InstallStateJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/92/WorkloadListJsonSerializerContext.ListOutput.g.cs"/>
<Compile Include="_generated/93/WorkloadListJsonSerializerContext.UpdateAvailableEntry.g.cs"/>
<Compile Include="_generated/94/WorkloadListJsonSerializerContext.UpdateAvailableEntryArray.g.cs"/>
<Compile Include="_generated/95/WorkloadListJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/96/WorkloadListJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="_generated/97/WorkloadListJsonSerializerContext.g.cs"/>
<Compile Include="_generated/98/WorkloadListJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/99/WorkloadListJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/100/WorkloadSearchVersionsJsonSerializerContext.DictionaryStringDictionaryStringString.g.cs"/>
<Compile Include="_generated/101/WorkloadSearchVersionsJsonSerializerContext.DictionaryStringString.g.cs"/>
<Compile Include="_generated/102/WorkloadSearchVersionsJsonSerializerContext.IEnumerableDictionaryStringString.g.cs"/>
<Compile Include="_generated/103/WorkloadSearchVersionsJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/104/WorkloadSearchVersionsJsonSerializerContext.g.cs"/>
<Compile Include="_generated/105/WorkloadSearchVersionsJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/106/WorkloadSearchVersionsJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/107/WorkloadHistoryJsonSerializerContext.Boolean.g.cs"/>
<Compile Include="_generated/108/WorkloadHistoryJsonSerializerContext.WorkloadHistoryRecord.g.cs"/>
<Compile Include="_generated/109/WorkloadHistoryJsonSerializerContext.WorkloadHistoryState.g.cs"/>
<Compile Include="_generated/110/WorkloadHistoryJsonSerializerContext.DictionaryStringString.g.cs"/>
<Compile Include="_generated/111/WorkloadHistoryJsonSerializerContext.ListString.g.cs"/>
<Compile Include="_generated/112/WorkloadHistoryJsonSerializerContext.DateTimeOffset.g.cs"/>
<Compile Include="_generated/113/WorkloadHistoryJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/114/WorkloadHistoryJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="_generated/115/WorkloadHistoryJsonSerializerContext.g.cs"/>
<Compile Include="_generated/116/WorkloadHistoryJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/117/WorkloadHistoryJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/118/PackInfoJsonSerializerContext.Boolean.g.cs"/>
<Compile Include="_generated/119/PackInfoJsonSerializerContext.WorkloadPackId.g.cs"/>
<Compile Include="_generated/120/PackInfoJsonSerializerContext.WorkloadPackKind.g.cs"/>
<Compile Include="_generated/121/PackInfoJsonSerializerContext.PackInfo.g.cs"/>
<Compile Include="_generated/122/PackInfoJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/123/PackInfoJsonSerializerContext.g.cs"/>
<Compile Include="_generated/124/PackInfoJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/125/PackInfoJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/126/NugetSearchApiJsonSerializerContext.Boolean.g.cs"/>
<Compile Include="_generated/127/NugetSearchApiJsonSerializerContext.NugetSearchApiAuthorsSerializable.g.cs"/>
<Compile Include="_generated/128/NugetSearchApiJsonSerializerContext.NugetSearchApiContainerSerializable.g.cs"/>
<Compile Include="_generated/129/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializable.g.cs"/>
<Compile Include="_generated/130/NugetSearchApiJsonSerializerContext.NugetSearchApiPackageSerializableArray.g.cs"/>
<Compile Include="_generated/131/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializable.g.cs"/>
<Compile Include="_generated/132/NugetSearchApiJsonSerializerContext.NugetSearchApiVersionSerializableArray.g.cs"/>
<Compile Include="_generated/133/NugetSearchApiJsonSerializerContext.Int32.g.cs"/>
<Compile Include="_generated/134/NugetSearchApiJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/135/NugetSearchApiJsonSerializerContext.StringArray.g.cs"/>
<Compile Include="_generated/136/NugetSearchApiJsonSerializerContext.g.cs"/>
<Compile Include="_generated/137/NugetSearchApiJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/138/NugetSearchApiJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/139/SdkVulnerabilityJsonContext.Boolean.g.cs"/>
<Compile Include="_generated/140/SdkVulnerabilityJsonContext.SdkCveInfo.g.cs"/>
<Compile Include="_generated/141/SdkVulnerabilityJsonContext.SdkVulnerabilityInfo.g.cs"/>
<Compile Include="_generated/142/SdkVulnerabilityJsonContext.IReadOnlyListSdkCveInfo.g.cs"/>
<Compile Include="_generated/143/SdkVulnerabilityJsonContext.DateTime.g.cs"/>
<Compile Include="_generated/144/SdkVulnerabilityJsonContext.NullableDateTime.g.cs"/>
<Compile Include="_generated/145/SdkVulnerabilityJsonContext.String.g.cs"/>
<Compile Include="_generated/146/SdkVulnerabilityJsonContext.g.cs"/>
<Compile Include="_generated/147/SdkVulnerabilityJsonContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/148/SdkVulnerabilityJsonContext.PropertyNames.g.cs"/>
<Compile Include="_generated/149/SlnfJsonSerializerContext.SlnfRoot.g.cs"/>
<Compile Include="_generated/150/SlnfJsonSerializerContext.SlnfSolution.g.cs"/>
<Compile Include="_generated/151/SlnfJsonSerializerContext.ListString.g.cs"/>
<Compile Include="_generated/152/SlnfJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/153/SlnfJsonSerializerContext.g.cs"/>
<Compile Include="_generated/154/SlnfJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/155/SlnfJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/156/TelemetryDiskLoggerJsonSerializerContext.ActivityModel.g.cs"/>
<Compile Include="_generated/157/TelemetryDiskLoggerJsonSerializerContext.EventModel.g.cs"/>
<Compile Include="_generated/158/TelemetryDiskLoggerJsonSerializerContext.EventModelArray.g.cs"/>
<Compile Include="_generated/159/TelemetryDiskLoggerJsonSerializerContext.IdentifiersModel.g.cs"/>
<Compile Include="_generated/160/TelemetryDiskLoggerJsonSerializerContext.SourceModel.g.cs"/>
<Compile Include="_generated/161/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringObject.g.cs"/>
<Compile Include="_generated/162/TelemetryDiskLoggerJsonSerializerContext.DictionaryStringString.g.cs"/>
<Compile Include="_generated/163/TelemetryDiskLoggerJsonSerializerContext.DateTimeOffset.g.cs"/>
<Compile Include="_generated/164/TelemetryDiskLoggerJsonSerializerContext.TimeSpan.g.cs"/>
<Compile Include="_generated/165/TelemetryDiskLoggerJsonSerializerContext.Object.g.cs"/>
<Compile Include="_generated/166/TelemetryDiskLoggerJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/167/TelemetryDiskLoggerJsonSerializerContext.g.cs"/>
<Compile Include="_generated/168/TelemetryDiskLoggerJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/169/TelemetryDiskLoggerJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/170/LocalToolsCacheJsonSerializerContext.CacheRow.g.cs"/>
<Compile Include="_generated/171/LocalToolsCacheJsonSerializerContext.CacheRowArray.g.cs"/>
<Compile Include="_generated/172/LocalToolsCacheJsonSerializerContext.IEnumerableCacheRow.g.cs"/>
<Compile Include="_generated/173/LocalToolsCacheJsonSerializerContext.String.g.cs"/>
<Compile Include="_generated/174/LocalToolsCacheJsonSerializerContext.g.cs"/>
<Compile Include="_generated/175/LocalToolsCacheJsonSerializerContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/176/LocalToolsCacheJsonSerializerContext.PropertyNames.g.cs"/>
<Compile Include="_generated/177/SdkVulnerabilityCacheJsonContext.Boolean.g.cs"/>
<Compile Include="_generated/178/SdkVulnerabilityCacheJsonContext.SdkCveCacheSummary.g.cs"/>
<Compile Include="_generated/179/SdkVulnerabilityCacheJsonContext.SdkVulnerabilityCacheSummary.g.cs"/>
<Compile Include="_generated/180/SdkVulnerabilityCacheJsonContext.ListSdkCveCacheSummary.g.cs"/>
<Compile Include="_generated/181/SdkVulnerabilityCacheJsonContext.DateTime.g.cs"/>
<Compile Include="_generated/182/SdkVulnerabilityCacheJsonContext.NullableDateTime.g.cs"/>
<Compile Include="_generated/183/SdkVulnerabilityCacheJsonContext.String.g.cs"/>
<Compile Include="_generated/184/SdkVulnerabilityCacheJsonContext.g.cs"/>
<Compile Include="_generated/185/SdkVulnerabilityCacheJsonContext.GetJsonTypeInfo.g.cs"/>
<Compile Include="_generated/186/SdkVulnerabilityCacheJsonContext.PropertyNames.g.cs"/>
<Compile Include="_generated/187/RegexGenerator.g.cs"/>
</ItemGroup>
</Project>
|