File: Microsoft.NET.Build.Tasks.Strings.cs
Project: ..\..\..\src\Cli\dotnet\dotnet.csproj (dotnet)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.NET.Build.Tasks
{
    internal static partial class Strings
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Strings)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
        /// <summary>NETSDK1001: At least one possible target framework must be specified.</summary>
        internal static string @AtLeastOneTargetFrameworkMustBeSpecified => GetResourceString("AtLeastOneTargetFrameworkMustBeSpecified");
        /// <summary>NETSDK1002: Project '{0}' targets '{2}'. It cannot be referenced by a project that targets '{1}'.</summary>
        internal static string @NoCompatibleTargetFramework => GetResourceString("NoCompatibleTargetFramework");
        /// <summary>NETSDK1003: Invalid framework name: '{0}'.</summary>
        internal static string @InvalidFrameworkName => GetResourceString("InvalidFrameworkName");
        /// <summary>NETSDK1004: Assets file '{0}' not found. Run a NuGet package restore to generate this file.</summary>
        internal static string @AssetsFileNotFound => GetResourceString("AssetsFileNotFound");
        /// <summary>NETSDK1005: Assets file '{0}' doesn't have a target for '{1}'. Ensure that restore has run and that you have included '{2}' in the TargetFrameworks for your project.</summary>
        internal static string @AssetsFileMissingTarget => GetResourceString("AssetsFileMissingTarget");
        /// <summary>NETSDK1006: Assets file path '{0}' is not rooted. Only full paths are supported.</summary>
        internal static string @AssetsFilePathNotRooted => GetResourceString("AssetsFilePathNotRooted");
        /// <summary>NETSDK1007: Cannot find project info for '{0}'. This can indicate a missing project reference.</summary>
        internal static string @CannotFindProjectInfo => GetResourceString("CannotFindProjectInfo");
        /// <summary>NETSDK1008: Missing '{0}' metadata on '{1}' item '{2}'.</summary>
        internal static string @MissingItemMetadata => GetResourceString("MissingItemMetadata");
        /// <summary>NETSDK1009: Unrecognized preprocessor token '{0}' in '{1}'.</summary>
        internal static string @UnrecognizedPreprocessorToken => GetResourceString("UnrecognizedPreprocessorToken");
        /// <summary>NETSDK1010: The '{0}' task must be given a value for parameter '{1}' in order to consume preprocessed content.</summary>
        internal static string @ContentPreproccessorParameterRequired => GetResourceString("ContentPreproccessorParameterRequired");
        /// <summary>NETSDK1011: Assets are consumed from project '{0}', but no corresponding MSBuild project path was  found in '{1}'.</summary>
        internal static string @ProjectAssetsConsumedWithoutMSBuildProjectPath => GetResourceString("ProjectAssetsConsumedWithoutMSBuildProjectPath");
        /// <summary>NETSDK1012: Unexpected file type for '{0}'. Type is both '{1}' and '{2}'.</summary>
        internal static string @UnexpectedFileType => GetResourceString("UnexpectedFileType");
        /// <summary>NETSDK1013: The TargetFramework value '{0}' was not recognized. It may be misspelled. If not, then the TargetFrameworkIdentifier and/or TargetFrameworkVersion properties must be specified explicitly.</summary>
        internal static string @CannotInferTargetFrameworkIdentifierAndVersion => GetResourceString("CannotInferTargetFrameworkIdentifierAndVersion");
        /// <summary>NETSDK1014: Content item for '{0}' sets '{1}', but does not provide  '{2}' or '{3}'.</summary>
        internal static string @ContentItemDoesNotProvideOutputPath => GetResourceString("ContentItemDoesNotProvideOutputPath");
        /// <summary>NETSDK1015: The preprocessor token '{0}' has been given more than one value. Choosing '{1}' as the value.</summary>
        internal static string @DuplicatePreprocessorToken => GetResourceString("DuplicatePreprocessorToken");
        /// <summary>NETSDK1016: Unable to find resolved path for '{0}'.</summary>
        internal static string @UnableToFindResolvedPath => GetResourceString("UnableToFindResolvedPath");
        /// <summary>NETSDK1017: Asset preprocessor must be configured before assets are processed.</summary>
        internal static string @AssetPreprocessorMustBeConfigured => GetResourceString("AssetPreprocessorMustBeConfigured");
        /// <summary>NETSDK1018: Invalid NuGet version string: '{0}'.</summary>
        internal static string @InvalidNuGetVersionString => GetResourceString("InvalidNuGetVersionString");
        /// <summary>NETSDK1019: {0} is an unsupported framework.</summary>
        internal static string @UnsupportedFramework => GetResourceString("UnsupportedFramework");
        /// <summary>NETSDK1020: Package Root {0} was incorrectly given for Resolved library {1}</summary>
        internal static string @IncorrectPackageRoot => GetResourceString("IncorrectPackageRoot");
        /// <summary>NETSDK1021: More than one file found for {0}</summary>
        internal static string @MultipleFilesResolved => GetResourceString("MultipleFilesResolved");
        /// <summary>NETSDK1022: Duplicate '{0}' items were included. The .NET SDK includes '{0}' items from your project directory by default. You can either remove these items from your project file, or set the '{1}' property to '{2}' if you want to explicitly include them i ...</summary>
        internal static string @DuplicateItemsError => GetResourceString("DuplicateItemsError");
        /// <summary>NETSDK1023: A PackageReference for '{0}' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see {1}</summary>
        internal static string @PackageReferenceOverrideWarning => GetResourceString("PackageReferenceOverrideWarning");
        /// <summary>NETSDK1024: Folder '{0}' already exists either delete it or provide a different ComposeWorkingDir</summary>
        internal static string @FolderAlreadyExists => GetResourceString("FolderAlreadyExists");
        /// <summary>NETSDK1025: The target manifest {0} provided is of not the correct format</summary>
        internal static string @IncorrectTargetFormat => GetResourceString("IncorrectTargetFormat");
        /// <summary>NETSDK1028: Specify a RuntimeIdentifier</summary>
        internal static string @RuntimeIdentifierWasNotSpecified => GetResourceString("RuntimeIdentifierWasNotSpecified");
        /// <summary>NETSDK1029: Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</summary>
        internal static string @AppHostHasBeenModified => GetResourceString("AppHostHasBeenModified");
        /// <summary>NETSDK1030: Given file name '{0}' is longer than 1024 bytes</summary>
        internal static string @FileNameIsTooLong => GetResourceString("FileNameIsTooLong");
        /// <summary>NETSDK1031: It is not supported to build or publish a self-contained application without specifying a RuntimeIdentifier. You must either specify a RuntimeIdentifier or set SelfContained to false.</summary>
        internal static string @CannotHaveSelfContainedWithoutRuntimeIdentifier => GetResourceString("CannotHaveSelfContainedWithoutRuntimeIdentifier");
        /// <summary>NETSDK1032: The RuntimeIdentifier platform '{0}' and the PlatformTarget '{1}' must be compatible.</summary>
        internal static string @CannotHaveRuntimeIdentifierPlatformMismatchPlatformTarget => GetResourceString("CannotHaveRuntimeIdentifierPlatformMismatchPlatformTarget");
        /// <summary>Choosing '{0}' because AssemblyVersion '{1}' is greater than '{2}'.</summary>
        internal static string @ChoosingAssemblyVersion_Info => GetResourceString("ChoosingAssemblyVersion_Info");
        /// <summary>Choosing '{0}' because file version '{1}' is greater than '{2}'.</summary>
        internal static string @ChoosingFileVersion_Info => GetResourceString("ChoosingFileVersion_Info");
        /// <summary>Choosing '{0}' because it is a platform item.</summary>
        internal static string @ChoosingPlatformItem_Info => GetResourceString("ChoosingPlatformItem_Info");
        /// <summary>Choosing '{0}' because it comes from a package that is preferred.</summary>
        internal static string @ChoosingPreferredPackage_Info => GetResourceString("ChoosingPreferredPackage_Info");
        /// <summary>Choosing '{0}' arbitrarily as both items are copy-local and have equal file and assembly versions.</summary>
        internal static string @ChoosingCopyLocalArbitrarily_Info => GetResourceString("ChoosingCopyLocalArbitrarily_Info");
        /// <summary>Could not determine winner due to equal file and assembly versions.</summary>
        internal static string @CouldNotDetermineWinner_EqualVersions_Info => GetResourceString("CouldNotDetermineWinner_EqualVersions_Info");
        /// <summary>Could not determine winner because '{0}' does not exist.</summary>
        internal static string @CouldNotDetermineWinner_DoesNotExist_Info => GetResourceString("CouldNotDetermineWinner_DoesNotExist_Info");
        /// <summary>Could not determine a winner because '{0}' has no file version.</summary>
        internal static string @CouldNotDetermineWinner_NoFileVersion_Info => GetResourceString("CouldNotDetermineWinner_NoFileVersion_Info");
        /// <summary>Could not determine a winner because '{0}' is not an assembly.</summary>
        internal static string @CouldNotDetermineWinner_NotAnAssembly_Info => GetResourceString("CouldNotDetermineWinner_NotAnAssembly_Info");
        /// <summary>Encountered conflict between '{0}' and '{1}'.</summary>
        internal static string @EncounteredConflict_Info => GetResourceString("EncounteredConflict_Info");
        /// <summary>NETSDK1042: Could not load PlatformManifest from '{0}' because it did not exist.</summary>
        internal static string @CouldNotLoadPlatformManifest => GetResourceString("CouldNotLoadPlatformManifest");
        /// <summary>NETSDK1043: Error parsing PlatformManifest from '{0}' line {1}.  Lines must have the format {2}.</summary>
        internal static string @ErrorParsingPlatformManifest => GetResourceString("ErrorParsingPlatformManifest");
        /// <summary>NETSDK1044: Error parsing PlatformManifest from '{0}' line {1}.  {2} '{3}' was invalid.</summary>
        internal static string @ErrorParsingPlatformManifestInvalidValue => GetResourceString("ErrorParsingPlatformManifestInvalidValue");
        /// <summary>NETSDK1045: The current .NET SDK does not support targeting {0} {1}.  Either target {0} {2} or lower, or use a version of the .NET SDK that supports {0} {1}. Download the .NET SDK from https://aka.ms/dotnet/download</summary>
        internal static string @UnsupportedTargetFrameworkVersion => GetResourceString("UnsupportedTargetFrameworkVersion");
        /// <summary>NETSDK1046: The TargetFramework value '{0}' is not valid. To multi-target, use the 'TargetFrameworks' property instead.</summary>
        internal static string @TargetFrameworkWithSemicolon => GetResourceString("TargetFrameworkWithSemicolon");
        /// <summary>NETSDK1047: Assets file '{0}' doesn't have a target for '{1}'. Ensure that restore has run and that you have included '{2}' in the TargetFrameworks for your project. You may also need to include '{3}' in your project's RuntimeIdentifiers.</summary>
        internal static string @AssetsFileMissingRuntimeIdentifier => GetResourceString("AssetsFileMissingRuntimeIdentifier");
        /// <summary>NETSDK1048: 'AdditionalProbingPaths' were specified for GenerateRuntimeConfigurationFiles, but are being skipped because 'RuntimeConfigDevPath' is empty.</summary>
        internal static string @SkippingAdditionalProbingPaths => GetResourceString("SkippingAdditionalProbingPaths");
        /// <summary>NETSDK1049: Resolved file has a bad image, no metadata, or is otherwise inaccessible. {0} {1}</summary>
        internal static string @GetDependsOnNETStandardFailedWithException => GetResourceString("GetDependsOnNETStandardFailedWithException");
        /// <summary>NETSDK1050: The version of Microsoft.NET.Sdk used by this project is insufficient to support references to libraries targeting .NET Standard 1.5 or higher.  Please install version 2.0 or higher of the .NET Core SDK.</summary>
        internal static string @UnsupportedSDKVersionForNetStandard20 => GetResourceString("UnsupportedSDKVersionForNetStandard20");
        /// <summary>NETSDK1051: Error parsing FrameworkList from '{0}'.  {1} '{2}' was invalid.</summary>
        internal static string @ErrorParsingFrameworkListInvalidValue => GetResourceString("ErrorParsingFrameworkListInvalidValue");
        /// <summary>NETSDK1052: Framework list file path '{0}' is not rooted. Only full paths are supported.</summary>
        internal static string @FrameworkListPathNotRooted => GetResourceString("FrameworkListPathNotRooted");
        /// <summary>NETSDK1053: Pack as tool does not support self contained.</summary>
        internal static string @PackAsToolCannotSupportSelfContained => GetResourceString("PackAsToolCannotSupportSelfContained");
        /// <summary>NETSDK1054: only supports .NET Core.</summary>
        internal static string @DotnetToolOnlySupportNetcoreapp => GetResourceString("DotnetToolOnlySupportNetcoreapp");
        /// <summary>NETSDK1055: DotnetTool does not support target framework lower than netcoreapp2.1.</summary>
        internal static string @DotnetToolDoesNotSupportTFMLowerThanNetcoreapp21 => GetResourceString("DotnetToolDoesNotSupportTFMLowerThanNetcoreapp21");
        /// <summary>NETSDK1056: Project is targeting runtime '{0}' but did not resolve any runtime-specific packages. This runtime may not be supported by the target framework.</summary>
        internal static string @UnsupportedRuntimeIdentifier => GetResourceString("UnsupportedRuntimeIdentifier");
        /// <summary>NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy</summary>
        internal static string @UsingPreviewSdk => GetResourceString("UsingPreviewSdk");
        /// <summary>NETSDK1058: Invalid value for ItemSpecToUse parameter: '{0}'.  This property must be blank or set to 'Left' or 'Right'</summary>
        internal static string @InvalidItemSpecToUse => GetResourceString("InvalidItemSpecToUse");
        /// <summary>NETSDK1059: The tool '{0}' is now included in the .NET SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box).</summary>
        internal static string @ProjectContainsObsoleteDotNetCliTool => GetResourceString("ProjectContainsObsoleteDotNetCliTool");
        /// <summary>NETSDK1060: Error reading assets file: {0}</summary>
        internal static string @ErrorReadingAssetsFile => GetResourceString("ErrorReadingAssetsFile");
        /// <summary>NETSDK1061: The project was restored using {0} version {1}, but with current settings, version {2} would be used instead. To resolve this issue, make sure the same settings are used for restore and for subsequent operations such as build or publish. Typica ...</summary>
        internal static string @MismatchedPlatformPackageVersion => GetResourceString("MismatchedPlatformPackageVersion");
        /// <summary>Unable to use package assets cache due to I/O error. This can occur when the same project is built more than once in parallel. Performance may be degraded, but the build result will not be impacted.</summary>
        internal static string @UnableToUsePackageAssetsCache_Info => GetResourceString("UnableToUsePackageAssetsCache_Info");
        /// <summary>NETSDK1063: The path to the project assets file was not set. Run a NuGet package restore to generate this file.</summary>
        internal static string @AssetsFileNotSet => GetResourceString("AssetsFileNotSet");
        /// <summary>NETSDK1064: Package {0}, version {1} was not found. It might have been deleted since NuGet restore. Otherwise, NuGet restore might have only partially completed, which might have been due to maximum path length restrictions.</summary>
        internal static string @PackageNotFound => GetResourceString("PackageNotFound");
        /// <summary>NETSDK1065: Cannot find app host for {0}. {0} could be an invalid runtime identifier (RID). For more information about RID, see https://aka.ms/rid-catalog.</summary>
        internal static string @CannotFindApphostForRid => GetResourceString("CannotFindApphostForRid");
        /// <summary>NETSDK1067: Self-contained applications are required to use the application host. Either set SelfContained to false or set UseAppHost to true.</summary>
        internal static string @CannotUseSelfContainedWithoutAppHost => GetResourceString("CannotUseSelfContainedWithoutAppHost");
        /// <summary>NETSDK1068: The framework-dependent application host requires a target framework of at least 'netcoreapp2.1'.</summary>
        internal static string @FrameworkDependentAppHostRequiresVersion21 => GetResourceString("FrameworkDependentAppHostRequiresVersion21");
        /// <summary>NETSDK1069: This project uses a library that targets .NET Standard 1.5 or higher, and the project targets a version of .NET Framework that doesn't have built-in support for that version of .NET Standard. Visit https://aka.ms/net-standard-known-issues for a ...</summary>
        internal static string @NETFrameworkToNonBuiltInNETStandard => GetResourceString("NETFrameworkToNonBuiltInNETStandard");
        /// <summary>NETSDK1070: The application configuration file must have root configuration element.</summary>
        internal static string @AppConfigRequiresRootConfiguration => GetResourceString("AppConfigRequiresRootConfiguration");
        /// <summary>NETSDK1071: A PackageReference to '{0}' specified a Version of `{1}`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs</summary>
        internal static string @PackageReferenceVersionNotRecommended => GetResourceString("PackageReferenceVersionNotRecommended");
        /// <summary>NETSDK1072: Unable to use '{0}' as application host executable because it's not a Windows executable for the CUI (Console) subsystem.</summary>
        internal static string @AppHostNotWindowsCLI => GetResourceString("AppHostNotWindowsCLI");
        /// <summary>NETSDK1073: The FrameworkReference '{0}' was not recognized</summary>
        internal static string @UnknownFrameworkReference => GetResourceString("UnknownFrameworkReference");
        /// <summary>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows (excluding Nano Server).</summary>
        internal static string @AppHostCustomizationRequiresWindowsHostWarning => GetResourceString("AppHostCustomizationRequiresWindowsHostWarning");
        /// <summary>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</summary>
        internal static string @InvalidResourceUpdate => GetResourceString("InvalidResourceUpdate");
        /// <summary>NETSDK1076: AddResource can only be used with integer resource types.</summary>
        internal static string @AddResourceWithNonIntegerResource => GetResourceString("AddResourceWithNonIntegerResource");
        /// <summary>NETSDK1077: Failed to lock resource.</summary>
        internal static string @FailedToLockResource => GetResourceString("FailedToLockResource");
        /// <summary>NETSDK1078: Unable to use '{0}' as application host executable because it's not a Windows PE file.</summary>
        internal static string @AppHostNotWindows => GetResourceString("AppHostNotWindows");
        /// <summary>NETSDK1079: The Microsoft.AspNetCore.All package is not supported when targeting .NET Core 3.0 or higher.  A FrameworkReference to Microsoft.AspNetCore.App should be used instead, and will be implicitly included by Microsoft.NET.Sdk.Web.</summary>
        internal static string @AspNetCoreAllNotSupported => GetResourceString("AspNetCoreAllNotSupported");
        /// <summary>NETSDK1080: A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced  ...</summary>
        internal static string @AspNetCoreUsesFrameworkReference => GetResourceString("AspNetCoreUsesFrameworkReference");
        /// <summary>NETSDK1081: The targeting pack for {0} was not found. You may be able to resolve this by running a NuGet restore on the project.</summary>
        internal static string @UnresolvedTargetingPack => GetResourceString("UnresolvedTargetingPack");
        /// <summary>NETSDK1082: There was no runtime pack for {0} available for the specified RuntimeIdentifier '{1}'.</summary>
        internal static string @NoRuntimePackAvailable => GetResourceString("NoRuntimePackAvailable");
        /// <summary>NETSDK1083: The specified RuntimeIdentifier '{0}' is not recognized. See https://aka.ms/netsdk1083 for more information.</summary>
        internal static string @RuntimeIdentifierNotRecognized => GetResourceString("RuntimeIdentifierNotRecognized");
        /// <summary>NETSDK1084: There is no application host available for the specified RuntimeIdentifier '{0}'.</summary>
        internal static string @NoAppHostAvailable => GetResourceString("NoAppHostAvailable");
        /// <summary>NETSDK1085: The 'NoBuild' property was set to true but the 'Build' target was invoked.</summary>
        internal static string @NoBuildRequested => GetResourceString("NoBuildRequested");
        /// <summary>NETSDK1086: A FrameworkReference for '{0}' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see {1}</summary>
        internal static string @FrameworkReferenceOverrideWarning => GetResourceString("FrameworkReferenceOverrideWarning");
        /// <summary>NETSDK1087: Multiple FrameworkReference items for '{0}' were included in the project.</summary>
        internal static string @FrameworkReferenceDuplicateError => GetResourceString("FrameworkReferenceDuplicateError");
        /// <summary>NETSDK1088: The COMVisible class '{0}' must have a GuidAttribute with the CLSID of the class to be made visible to COM in .NET Core.</summary>
        internal static string @ClsidMapExportedTypesRequireExplicitGuid => GetResourceString("ClsidMapExportedTypesRequireExplicitGuid");
        /// <summary>NETSDK1089: The '{0}' and '{1}' types have the same CLSID '{2}' set in their GuidAttribute. Each COMVisible class needs to have a distinct guid for their CLSID.</summary>
        internal static string @ClsidMapConflictingGuids => GetResourceString("ClsidMapConflictingGuids");
        /// <summary>NETSDK1090: The supplied assembly '{0}' is not valid. Cannot generate a CLSIDMap from it.</summary>
        internal static string @ClsidMapInvalidAssembly => GetResourceString("ClsidMapInvalidAssembly");
        /// <summary>NETSDK1091: Unable to find a .NET Core COM host. The .NET Core COM host is only available on .NET Core 3.0 or higher when targeting Windows.</summary>
        internal static string @CannotFindComhost => GetResourceString("CannotFindComhost");
        /// <summary>NETSDK1093: Project tools (DotnetCliTool) only support targeting .NET Core 2.2 and lower.</summary>
        internal static string @ProjectToolOnlySupportTFMLowerThanNetcoreapp22 => GetResourceString("ProjectToolOnlySupportTFMLowerThanNetcoreapp22");
        /// <summary>NETSDK1094: Unable to optimize assemblies for performance: a valid runtime package was not found. Either set the PublishReadyToRun property to false, or use a supported runtime identifier when publishing. When targeting .NET 6 or higher, make sure to resto ...</summary>
        internal static string @ReadyToRunNoValidRuntimePackageError => GetResourceString("ReadyToRunNoValidRuntimePackageError");
        /// <summary>NETSDK1095: Optimizing assemblies for performance is not supported for the selected target platform or architecture. Please verify you are using a supported runtime identifier, or set the PublishReadyToRun property to false.</summary>
        internal static string @ReadyToRunTargetNotSupportedError => GetResourceString("ReadyToRunTargetNotSupportedError");
        /// <summary>NETSDK1096: Optimizing assemblies for performance failed. You can either exclude the failing assemblies from being optimized, or set the PublishReadyToRun property to false.</summary>
        internal static string @ReadyToRunCompilationFailed => GetResourceString("ReadyToRunCompilationFailed");
        /// <summary>NETSDK1097: It is not supported to publish an application to a single-file without specifying a RuntimeIdentifier. You must either specify a RuntimeIdentifier or set PublishSingleFile to false.</summary>
        internal static string @CannotHaveSingleFileWithoutRuntimeIdentifier => GetResourceString("CannotHaveSingleFileWithoutRuntimeIdentifier");
        /// <summary>NETSDK1098: Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.</summary>
        internal static string @CannotHaveSingleFileWithoutAppHost => GetResourceString("CannotHaveSingleFileWithoutAppHost");
        /// <summary>NETSDK1099: Publishing to a single-file is only supported for executable applications.</summary>
        internal static string @CannotHaveSingleFileWithoutExecutable => GetResourceString("CannotHaveSingleFileWithoutExecutable");
        /// <summary>NETSDK1100: To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.</summary>
        internal static string @WindowsDesktopFrameworkRequiresWindows => GetResourceString("WindowsDesktopFrameworkRequiresWindows");
        /// <summary>Optimizing assemblies for size. This process might take a while.</summary>
        internal static string @ILLinkRunning => GetResourceString("ILLinkRunning");
        /// <summary>Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink</summary>
        internal static string @ILLinkOptimizedAssemblies => GetResourceString("ILLinkOptimizedAssemblies");
        /// <summary>NETSDK1102: Optimizing assemblies for size is not supported for the selected publish configuration. Please ensure that you are publishing a self-contained app.</summary>
        internal static string @ILLinkNotSupportedError => GetResourceString("ILLinkNotSupportedError");
        /// <summary>NETSDK1103: RollForward setting is only supported on .NET Core 3.0 or higher.</summary>
        internal static string @RollForwardRequiresVersion30 => GetResourceString("RollForwardRequiresVersion30");
        /// <summary>NETSDK1104: RollForward value '{0}' is invalid. Allowed values are {1}.</summary>
        internal static string @InvalidRollForwardValue => GetResourceString("InvalidRollForwardValue");
        /// <summary>NETSDK1105: Windows desktop applications are only supported on .NET Core 3.0 or higher.</summary>
        internal static string @WindowsDesktopFrameworkRequiresVersion30 => GetResourceString("WindowsDesktopFrameworkRequiresVersion30");
        /// <summary>NETSDK1106: Microsoft.NET.Sdk.WindowsDesktop requires 'UseWpf' or 'UseWindowsForms' to be set to 'true'</summary>
        internal static string @WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms => GetResourceString("WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms");
        /// <summary>NETSDK1107: Microsoft.NET.Sdk.WindowsDesktop is required to build Windows desktop applications. 'UseWpf' and 'UseWindowsForms' are not supported by the current SDK.</summary>
        internal static string @UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework => GetResourceString("UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework");
        /// <summary>Some ReadyToRun compilations emitted warnings, indicating potential missing dependencies. Missing dependencies could potentially cause runtime failures. To show the warnings, set the PublishReadyToRunShowWarnings property to true.</summary>
        internal static string @ReadyToRunCompilationHasWarnings_Info => GetResourceString("ReadyToRunCompilationHasWarnings_Info");
        /// <summary>NETSDK1109: Runtime list file '{0}' was not found. Report this error to the .NET team here: https://aka.ms/dotnet-sdk-issue.</summary>
        internal static string @RuntimeListNotFound => GetResourceString("RuntimeListNotFound");
        /// <summary>NETSDK1110: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET team here: https://aka.ms/dotnet-sdk-issue.</summary>
        internal static string @DuplicateRuntimePackAsset => GetResourceString("DuplicateRuntimePackAsset");
        /// <summary>NETSDK1111: Failed to delete output apphost: {0}</summary>
        internal static string @FailedToDeleteApphost => GetResourceString("FailedToDeleteApphost");
        /// <summary>NETSDK1112: The runtime pack for {0} was not downloaded. Try running a NuGet restore with the RuntimeIdentifier '{1}'.</summary>
        internal static string @RuntimePackNotDownloaded => GetResourceString("RuntimePackNotDownloaded");
        /// <summary>NETSDK1113: Failed to create apphost (attempt {0} out of {1}): {2}</summary>
        internal static string @AppHostCreationFailedWithRetry => GetResourceString("AppHostCreationFailedWithRetry");
        /// <summary>NETSDK1114: Unable to find a .NET Core IJW host. The .NET Core IJW host is only available on .NET Core 3.1 or higher when targeting Windows.</summary>
        internal static string @CannotFindIjwhost => GetResourceString("CannotFindIjwhost");
        /// <summary>NETSDK1115: The current .NET SDK does not support .NET Framework without using .NET SDK Defaults. It is likely due to a mismatch between C++/CLI project CLRSupport property and TargetFramework.</summary>
        internal static string @NETFrameworkWithoutUsingNETSdkDefaults => GetResourceString("NETFrameworkWithoutUsingNETSdkDefaults");
        /// <summary>NETSDK1116: C++/CLI projects targeting .NET Core must be dynamic libraries.</summary>
        internal static string @NoSupportCppNonDynamicLibraryDotnetCore => GetResourceString("NoSupportCppNonDynamicLibraryDotnetCore");
        /// <summary>NETSDK1117: Does not support publish of C++/CLI project targeting dotnet core.</summary>
        internal static string @NoSupportCppPublishDotnetCore => GetResourceString("NoSupportCppPublishDotnetCore");
        /// <summary>NETSDK1118: C++/CLI projects targeting .NET Core cannot be packed.</summary>
        internal static string @NoSupportCppPackDotnetCore => GetResourceString("NoSupportCppPackDotnetCore");
        /// <summary>NETSDK1119: C++/CLI projects targeting .NET Core cannot use EnableComHosting=true.</summary>
        internal static string @NoSupportCppEnableComHosting => GetResourceString("NoSupportCppEnableComHosting");
        /// <summary>NETSDK1120: C++/CLI projects targeting .NET Core require a target framework of at least 'netcoreapp3.1'.</summary>
        internal static string @CppRequiresTFMVersion31 => GetResourceString("CppRequiresTFMVersion31");
        /// <summary>NETSDK1121: C++/CLI projects targeting .NET Core cannot use SelfContained=true.</summary>
        internal static string @NoSupportCppSelfContained => GetResourceString("NoSupportCppSelfContained");
        /// <summary>NETSDK1122: ReadyToRun compilation will be skipped because it is only supported for .NET Core 3.0 or higher.</summary>
        internal static string @PublishReadyToRunRequiresVersion30 => GetResourceString("PublishReadyToRunRequiresVersion30");
        /// <summary>NETSDK1123: Publishing an application to a single-file requires .NET Core 3.0 or higher.</summary>
        internal static string @PublishSingleFileRequiresVersion30 => GetResourceString("PublishSingleFileRequiresVersion30");
        /// <summary>NETSDK1124: Trimming assemblies requires .NET Core 3.0 or higher.</summary>
        internal static string @PublishTrimmedRequiresVersion30 => GetResourceString("PublishTrimmedRequiresVersion30");
        /// <summary>NETSDK1125: Publishing to a single-file is only supported for netcoreapp target.</summary>
        internal static string @CanOnlyHaveSingleFileWithNetCoreApp => GetResourceString("CanOnlyHaveSingleFileWithNetCoreApp");
        /// <summary>NETSDK1126: Publishing ReadyToRun using Crossgen2 is only supported for self-contained applications.</summary>
        internal static string @Crossgen2RequiresSelfContained => GetResourceString("Crossgen2RequiresSelfContained");
        /// <summary>NETSDK1127: The targeting pack {0} is not installed. Please restore and try again.</summary>
        internal static string @TargetingPackNeedsRestore => GetResourceString("TargetingPackNeedsRestore");
        /// <summary>NETSDK1128: COM hosting does not support self-contained deployments.</summary>
        internal static string @NoSupportComSelfContained => GetResourceString("NoSupportComSelfContained");
        /// <summary>NETSDK1129: The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: {0}</summary>
        internal static string @PublishUnsupportedWithoutTargetFramework => GetResourceString("PublishUnsupportedWithoutTargetFramework");
        /// <summary>NETSDK1130: {1} cannot be referenced. Referencing a Windows Metadata component directly when targeting .NET 5 or higher is not supported. For more information, see https://aka.ms/netsdk1130</summary>
        internal static string @WinMDReferenceNotSupportedOnTargetFramework => GetResourceString("WinMDReferenceNotSupportedOnTargetFramework");
        /// <summary>NETSDK1131: Producing a managed Windows Metadata component with WinMDExp is not supported when targeting {0}.</summary>
        internal static string @WinMDObjNotSupportedOnTargetFramework => GetResourceString("WinMDObjNotSupportedOnTargetFramework");
        /// <summary>NETSDK1132: No runtime pack information was available for {0}.</summary>
        internal static string @NoRuntimePackInformation => GetResourceString("NoRuntimePackInformation");
        /// <summary>NETSDK1133: There was conflicting information about runtime packs available for {0}:
        /// {1}</summary>
        internal static string @ConflictingRuntimePackInformation => GetResourceString("ConflictingRuntimePackInformation");
        /// <summary>NETSDK1134: Building a solution with a specific RuntimeIdentifier is not supported. If you would like to publish for a single RID, specify the RID at the individual project level instead.</summary>
        internal static string @CannotHaveSolutionLevelRuntimeIdentifier => GetResourceString("CannotHaveSolutionLevelRuntimeIdentifier");
        /// <summary>NETSDK1135: SupportedOSPlatformVersion {0} cannot be higher than TargetPlatformVersion {1}.</summary>
        internal static string @CannotHaveSupportedOSPlatformVersionHigherThanTargetPlatformVersion => GetResourceString("CannotHaveSupportedOSPlatformVersionHigherThanTargetPlatformVersion");
        /// <summary>NETSDK1136: The target platform must be set to Windows (usually by including '-windows' in the TargetFramework property) when using Windows Forms or WPF, or referencing projects or packages that do so.</summary>
        internal static string @WindowsDesktopTargetPlatformMustBeWindows => GetResourceString("WindowsDesktopTargetPlatformMustBeWindows");
        /// <summary>NETSDK1137: It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.</summary>
        internal static string @UnnecessaryWindowsDesktopSDK => GetResourceString("UnnecessaryWindowsDesktopSDK");
        /// <summary>NETSDK1138: The target framework '{0}' is out of support and will not receive security updates in the future. Please refer to {1} for more information about the support policy.</summary>
        internal static string @TargetFrameworkIsEol => GetResourceString("TargetFrameworkIsEol");
        /// <summary>NETSDK1139: The target platform identifier {0} was not recognized.</summary>
        internal static string @UnsupportedTargetPlatformIdentifier => GetResourceString("UnsupportedTargetPlatformIdentifier");
        /// <summary>NETSDK1140: {0} is not a valid TargetPlatformVersion for {1}. Valid versions include:
        /// {2}</summary>
        internal static string @InvalidTargetPlatformVersion => GetResourceString("InvalidTargetPlatformVersion");
        /// <summary>NETSDK1141: Unable to resolve the .NET SDK version as specified in the global.json located at {0}.</summary>
        internal static string @GlobalJsonSDKResolutionFailed => GetResourceString("GlobalJsonSDKResolutionFailed");
        /// <summary>NETSDK1142: Including symbols in a single file bundle is not supported when publishing for .NET5 or higher.</summary>
        internal static string @CannotIncludeSymbolsInSingleFile => GetResourceString("CannotIncludeSymbolsInSingleFile");
        /// <summary>NETSDK1143: Including all content in a single file bundle also includes native libraries. If IncludeAllContentForSelfExtract is true, IncludeNativeLibrariesForSelfExtract must not be false.</summary>
        internal static string @CannotIncludeAllContentButNotNativeLibrariesInSingleFile => GetResourceString("CannotIncludeAllContentButNotNativeLibrariesInSingleFile");
        /// <summary>NETSDK1144: Optimizing assemblies for size failed.</summary>
        internal static string @ILLinkFailed => GetResourceString("ILLinkFailed");
        /// <summary>NETSDK1145: The {0} pack is not installed and NuGet package restore is not supported. Upgrade Visual Studio, remove global.json if it specifies a certain SDK version, and uninstall the newer SDK. For more options visit   https://aka.ms/targeting-apphost-pa ...</summary>
        internal static string @TargetingApphostPackMissingCannotRestore => GetResourceString("TargetingApphostPackMissingCannotRestore");
        /// <summary>NETSDK1146: PackAsTool does not support TargetPlatformIdentifier being set. For example, TargetFramework cannot be net5.0-windows, only net5.0. PackAsTool also does not support UseWPF or UseWindowsForms when targeting .NET 5 and higher.</summary>
        internal static string @PackAsToolCannotSupportTargetPlatformIdentifier => GetResourceString("PackAsToolCannotSupportTargetPlatformIdentifier");
        /// <summary>NETSDK1147: To build this project, the following workloads must be installed: {0}
        /// To install these workloads, run the following command: dotnet workload restore</summary>
        internal static string @WorkloadNotInstalled => GetResourceString("WorkloadNotInstalled");
        /// <summary>NETSDK1148: A referenced assembly was compiled using a newer version of Microsoft.Windows.SDK.NET.dll. Please update to a newer .NET SDK in order to reference this assembly.</summary>
        internal static string @WindowsSDKVersionConflicts => GetResourceString("WindowsSDKVersionConflicts");
        /// <summary>NETSDK1149: {0} cannot be referenced because it uses built-in support for WinRT, which is no longer supported in .NET 5 and higher.  An updated version of the component supporting .NET 5 is needed. For more information, see https://aka.ms/netsdk1149</summary>
        internal static string @WinMDTransitiveReferenceNotSupported => GetResourceString("WinMDTransitiveReferenceNotSupported");
        /// <summary>NETSDK1150: The referenced project '{0}' is a non self-contained executable.  A non self-contained executable cannot be referenced by a self-contained executable.  For more information, see https://aka.ms/netsdk1150</summary>
        internal static string @SelfContainedExeCannotReferenceNonSelfContained => GetResourceString("SelfContainedExeCannotReferenceNonSelfContained");
        /// <summary>NETSDK1151: The referenced project '{0}' is a self-contained executable.  A self-contained executable cannot be referenced by a non self-contained executable.  For more information, see https://aka.ms/netsdk1151</summary>
        internal static string @NonSelfContainedExeCannotReferenceSelfContained => GetResourceString("NonSelfContainedExeCannotReferenceSelfContained");
        /// <summary>NETSDK1152: Found multiple publish output files with the same relative path: {0}.</summary>
        internal static string @DuplicatePublishOutputFiles => GetResourceString("DuplicatePublishOutputFiles");
        /// <summary>NETSDK1153: CrossgenTool not specified in PDB compilation mode.</summary>
        internal static string @CrossgenToolMissingInPDBCompilationMode => GetResourceString("CrossgenToolMissingInPDBCompilationMode");
        /// <summary>NETSDK1154: Crossgen2Tool must be specified when UseCrossgen2 is set to true.</summary>
        internal static string @Crossgen2ToolMissingWhenUseCrossgen2IsSet => GetResourceString("Crossgen2ToolMissingWhenUseCrossgen2IsSet");
        /// <summary>NETSDK1155: Crossgen2Tool executable '{0}' not found.</summary>
        internal static string @Crossgen2ToolExecutableNotFound => GetResourceString("Crossgen2ToolExecutableNotFound");
        /// <summary>NETSDK1156: .NET host executable '{0}' not found.</summary>
        internal static string @DotNetHostExecutableNotFound => GetResourceString("DotNetHostExecutableNotFound");
        /// <summary>NETSDK1157: JIT library '{0}' not found.</summary>
        internal static string @JitLibraryNotFound => GetResourceString("JitLibraryNotFound");
        /// <summary>NETSDK1158: Required '{0}' metadata missing on Crossgen2Tool item.</summary>
        internal static string @Crossgen2MissingRequiredMetadata => GetResourceString("Crossgen2MissingRequiredMetadata");
        /// <summary>NETSDK1159: CrossgenTool must be specified when UseCrossgen2 is set to false.</summary>
        internal static string @CrossgenToolMissingWhenUseCrossgen2IsNotSet => GetResourceString("CrossgenToolMissingWhenUseCrossgen2IsNotSet");
        /// <summary>NETSDK1160: CrossgenTool executable '{0}' not found.</summary>
        internal static string @CrossgenToolExecutableNotFound => GetResourceString("CrossgenToolExecutableNotFound");
        /// <summary>NETSDK1161: DiaSymReader library '{0}' not found.</summary>
        internal static string @DiaSymReaderLibraryNotFound => GetResourceString("DiaSymReaderLibraryNotFound");
        /// <summary>NETSDK1162: PDB generation: R2R executable '{0}' not found.</summary>
        internal static string @PDBGeneratorInputExecutableNotFound => GetResourceString("PDBGeneratorInputExecutableNotFound");
        /// <summary>NETSDK1163: Input assembly '{0}' not found.</summary>
        internal static string @InputAssemblyNotFound => GetResourceString("InputAssemblyNotFound");
        /// <summary>NETSDK1164: Missing output PDB path in PDB generation mode (OutputPDBImage metadata).</summary>
        internal static string @MissingOutputPDBImagePath => GetResourceString("MissingOutputPDBImagePath");
        /// <summary>NETSDK1165: Missing output R2R image path (OutputR2RImage metadata).</summary>
        internal static string @MissingOutputR2RImageFileName => GetResourceString("MissingOutputR2RImageFileName");
        /// <summary>NETSDK1166: Cannot emit symbols when publishing for .NET 5 with Crossgen2 using composite mode.</summary>
        internal static string @Crossgen5CannotEmitSymbolsInCompositeMode => GetResourceString("Crossgen5CannotEmitSymbolsInCompositeMode");
        /// <summary>NETSDK1167: Compression in a single file bundle is only supported when publishing for .NET6 or higher.</summary>
        internal static string @CompressionInSingleFileRequires60 => GetResourceString("CompressionInSingleFileRequires60");
        /// <summary>NETSDK1168: WPF is not supported or recommended with trimming enabled. Please go to https://aka.ms/dotnet-illink/wpf for more details.</summary>
        internal static string @TrimmingWpfIsNotSupported => GetResourceString("TrimmingWpfIsNotSupported");
        /// <summary>NETSDK1169: The same resource ID {0} was specified for two type libraries '{1}' and '{2}'. Duplicate type library IDs are not allowed.</summary>
        internal static string @DuplicateTypeLibraryIds => GetResourceString("DuplicateTypeLibraryIds");
        /// <summary>NETSDK1170: The provided type library ID '{0}' for type library '{1}' is invalid. The ID must be a positive integer less than 65536.</summary>
        internal static string @InvalidTypeLibraryId => GetResourceString("InvalidTypeLibraryId");
        /// <summary>NETSDK1171: An integer ID less than 65536 must be provided for type library '{0}' because more than one type library is specified.</summary>
        internal static string @MissingTypeLibraryId => GetResourceString("MissingTypeLibraryId");
        /// <summary>NETSDK1172: The provided type library '{0}' does not exist.</summary>
        internal static string @TypeLibraryDoesNotExist => GetResourceString("TypeLibraryDoesNotExist");
        /// <summary>NETSDK1173: The provided type library '{0}' is in an invalid format.</summary>
        internal static string @InvalidTypeLibrary => GetResourceString("InvalidTypeLibrary");
        /// <summary>NETSDK1174: Placeholder</summary>
        internal static string @PlaceholderRunCommandProjectAbbreviationDeprecated => GetResourceString("PlaceholderRunCommandProjectAbbreviationDeprecated");
        /// <summary>NETSDK1175: Windows Forms is not supported or recommended with trimming enabled. Please go to https://aka.ms/dotnet-illink/windows-forms for more details.</summary>
        internal static string @TrimmingWindowsFormsIsNotSupported => GetResourceString("TrimmingWindowsFormsIsNotSupported");
        /// <summary>NETSDK1176: Compression in a single file bundle is only supported when publishing a self-contained application.</summary>
        internal static string @CompressionInSingleFileRequiresSelfContained => GetResourceString("CompressionInSingleFileRequiresSelfContained");
        /// <summary>NETSDK1177: Failed to sign apphost with error code {1}: {0}</summary>
        internal static string @AppHostSigningFailed => GetResourceString("AppHostSigningFailed");
        /// <summary>NETSDK1178: The project depends on the following workload packs that do not exist in any of the workloads available in this installation: {0}
        /// You may need to build the project on another operating system or architecture, or update the .NET SDK.</summary>
        internal static string @WorkloadNotAvailable => GetResourceString("WorkloadNotAvailable");
        /// <summary>NETSDK1179: One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.</summary>
        internal static string @SelfContainedOptionShouldBeUsedWithRuntime => GetResourceString("SelfContainedOptionShouldBeUsedWithRuntime");
        /// <summary>NETSDK1181: Error getting pack version: Pack '{0}' was not present in workload manifests.</summary>
        internal static string @CouldNotGetPackVersionFromWorkloadManifests => GetResourceString("CouldNotGetPackVersionFromWorkloadManifests");
        /// <summary>NETSDK1184: The Targeting Pack for FrameworkReference '{0}' was not available. This may be because DisableTransitiveFrameworkReferenceDownloads was set to true.</summary>
        internal static string @TargetingPackNotRestored_TransitiveDisabled => GetResourceString("TargetingPackNotRestored_TransitiveDisabled");
        /// <summary>NETSDK1185: The Runtime Pack for FrameworkReference '{0}' was not available. This may be because DisableTransitiveFrameworkReferenceDownloads was set to true.</summary>
        internal static string @RuntimePackNotRestored_TransitiveDisabled => GetResourceString("RuntimePackNotRestored_TransitiveDisabled");
        /// <summary>NETSDK1186: This project depends on Maui Essentials through a project or NuGet package reference, but doesn't declare that dependency explicitly. To build this project, you must set the UseMauiEssentials property to true (and install the Maui workload if n ...</summary>
        internal static string @UnknownFrameworkReference_MauiEssentials => GetResourceString("UnknownFrameworkReference_MauiEssentials");
        /// <summary>NETSDK1187: Package {0} {1} has a resource with the locale '{2}'. This locale has been normalized to the standard format '{3}' to prevent casing issues in the build. Consider notifying the package author about this casing issue.</summary>
        internal static string @PackageContainsIncorrectlyCasedLocale => GetResourceString("PackageContainsIncorrectlyCasedLocale");
        /// <summary>NETSDK1188: Package {0} {1} has a resource with the locale '{2}'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.</summary>
        internal static string @PackageContainsUnknownLocale => GetResourceString("PackageContainsUnknownLocale");
        /// <summary>NETSDK1189: Prefer32Bit is not supported and has no effect for netcoreapp target.</summary>
        internal static string @Prefer32BitIgnoredForNetCoreApp => GetResourceString("Prefer32BitIgnoredForNetCoreApp");
        /// <summary>NETSDK1191: A runtime identifier for the property '{0}' couldn't be inferred. Specify a rid explicitly.</summary>
        internal static string @ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed => GetResourceString("ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed");
        /// <summary>NETSDK1193: If PublishSelfContained is set, it must be either true or false. The value given was '{0}'.</summary>
        internal static string @PublishSelfContainedMustBeBool => GetResourceString("PublishSelfContainedMustBeBool");
        /// <summary>NETSDK1194: The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.</summary>
        internal static string @CannotHaveSolutionLevelOutputPath => GetResourceString("CannotHaveSolutionLevelOutputPath");
        /// <summary>NETSDK1195: Trimming, or code compatibility analysis for trimming, single-file deployment, or ahead-of-time compilation is not supported for the target framework. For more information, see https://aka.ms/netsdk1195</summary>
        internal static string @ILLinkNoValidRuntimePackageError => GetResourceString("ILLinkNoValidRuntimePackageError");
        /// <summary>NETSDK1196: The SDK does not support ahead-of-time compilation. Set the PublishAot property to false.</summary>
        internal static string @AotNotSupported => GetResourceString("AotNotSupported");
        /// <summary>NETSDK1197: Multiple solution project(s) contain conflicting '{0}' values; ensure the values match. Consider using a Directory.build.props file to set the property for all projects. Conflicting projects:
        /// {1}</summary>
        internal static string @SolutionProjectConfigurationsConflict => GetResourceString("SolutionProjectConfigurationsConflict");
        /// <summary>NETSDK1198: A publish profile with the name '{0}' was not found in the project. Set the PublishProfile property to a valid file name.</summary>
        internal static string @PublishProfileNotPresent => GetResourceString("PublishProfileNotPresent");
        /// <summary>NETSDK1199: The ArtifactsPath and UseArtifactsOutput properties cannot be set in a project file, due to MSBuild ordering constraints. They must be set in a Directory.Build.props file or from the command line. See https://aka.ms/netsdk1199 for more informat ...</summary>
        internal static string @ArtifactsPathCannotBeSetInProject => GetResourceString("ArtifactsPathCannotBeSetInProject");
        /// <summary>NETSDK1200: If UseArtifactsPath is set to true and ArtifactsPath is not set, there must be a Directory.Build.props file in order to determine where the artifacts folder should be located.</summary>
        internal static string @UseArtifactsOutputRequiresDirectoryBuildProps => GetResourceString("UseArtifactsOutputRequiresDirectoryBuildProps");
        /// <summary>NETSDK1201: For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argu ...</summary>
        internal static string @RuntimeIdentifierWillNoLongerImplySelfContained => GetResourceString("RuntimeIdentifierWillNoLongerImplySelfContained");
        /// <summary>NETSDK1202: The workload '{0}' is out of support and will not receive security updates in the future. Please refer to {1} for more information about the support policy.</summary>
        internal static string @WorkloadIsEol => GetResourceString("WorkloadIsEol");
        /// <summary>NETSDK1203: Ahead-of-time compilation is not supported for the target runtime identifier '{0}'.</summary>
        internal static string @AotUnsupportedTargetRuntimeIdentifier => GetResourceString("AotUnsupportedTargetRuntimeIdentifier");
        /// <summary>NETSDK1204: Ahead-of-time compilation is not supported on the current platform '{0}'.</summary>
        internal static string @AotUnsupportedHostRuntimeIdentifier => GetResourceString("AotUnsupportedHostRuntimeIdentifier");
        /// <summary>NETSDK1205: The Microsoft.Net.Compilers.Toolset.Framework package should not be set directly. Set the property 'BuildWithNetFrameworkHostedCompiler' to 'true' instead if you need it.</summary>
        internal static string @CannotDirectlyReferenceMicrosoftNetCompilersToolsetFramework => GetResourceString("CannotDirectlyReferenceMicrosoftNetCompilersToolsetFramework");
        /// <summary>NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): {0}. Affected libraries: {1}. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka ...</summary>
        internal static string @NonPortableRuntimeIdentifierDetected => GetResourceString("NonPortableRuntimeIdentifierDetected");
        /// <summary>NETSDK1207: Ahead-of-time compilation is not supported for the target framework.</summary>
        internal static string @AotUnsupportedTargetFramework => GetResourceString("AotUnsupportedTargetFramework");
        /// <summary>NETSDK1208: The target platform identifier {0} was not recognized. This is because MSBuildEnableWorkloadResolver is set to false which disables .NET SDK Workloads which is required for this identifer. Unset this environment variable or MSBuild property to  ...</summary>
        internal static string @UnsupportedTargetPlatformIdentifierWithWorkloadsDisabled => GetResourceString("UnsupportedTargetPlatformIdentifierWithWorkloadsDisabled");
        /// <summary>NETSDK1209: The current Visual Studio version does not support targeting {0} {1}.  Either target {0} {2} or lower, or use Visual Studio version {3} or higher</summary>
        internal static string @UnsupportedVisualStudioVersion => GetResourceString("UnsupportedVisualStudioVersion");
        /// <summary>NETSDK1210: IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For exa ...</summary>
        internal static string @IsAotCompatibleUnsupported => GetResourceString("IsAotCompatibleUnsupported");
        /// <summary>NETSDK1211: EnableSingleFileAnalyzer is not supported for the target framework. Consider multi-targeting to a supported framework to enable single-file analysis, and set EnableSingleFileAnalyzer only for the supported frameworks. For example:
        /// &lt;EnableSingle ...</summary>
        internal static string @EnableSingleFileAnalyzerUnsupported => GetResourceString("EnableSingleFileAnalyzerUnsupported");
        /// <summary>NETSDK1212: IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
        /// &lt;IsTrimmable Condition="$([ ...</summary>
        internal static string @IsTrimmableUnsupported => GetResourceString("IsTrimmableUnsupported");
        /// <summary>NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer recommended. See {0} for more details.</summary>
        internal static string @TargetFrameworkIsNotRecommended => GetResourceString("TargetFrameworkIsNotRecommended");
        /// <summary>NETSDK1216: Package Microsoft.Net.Sdk.Compilers.Toolset is not downloaded but it is needed because your MSBuild and SDK versions are mismatched. Ensure version {0} of the package is available in your NuGet source feeds and then run NuGet package restore fr ...</summary>
        internal static string @MicrosoftNetSdkCompilersToolsetNotFound => GetResourceString("MicrosoftNetSdkCompilersToolsetNotFound");
        /// <summary>NETSDK1217: Invalid value in AppHostDotNetSearch: '{0}'.</summary>
        internal static string @InvalidAppHostDotNetSearch => GetResourceString("InvalidAppHostDotNetSearch");
        /// <summary>NETSDK1218: This project has a transitive dependency on the full Windows SDK projections (including Windows.UI.Xaml.* types), but does not specify the UseUwp property. That must be enabled to ensure that .NET types are projected and marshalled correctly fo ...</summary>
        internal static string @WindowsSDKXamlMissingUseUwpProperty => GetResourceString("WindowsSDKXamlMissingUseUwpProperty");
        /// <summary>NETSDK1220: UseUwp and all associated functionality require using a TFM of 'net8.0-windows' or greater.</summary>
        internal static string @WindowsSDKXamlInvalidTfm => GetResourceString("WindowsSDKXamlInvalidTfm");
        /// <summary>NETSDK1221: NuGetPackageRoot property is empty so package Microsoft.Net.Sdk.Compilers.Toolset cannot be used but it is recommended because your MSBuild and SDK versions are mismatched. Ensure you are building with '/restore /t:Build' and not '/t:Restore;Bu ...</summary>
        internal static string @MicrosoftNetSdkCompilersToolsetRootEmpty => GetResourceString("MicrosoftNetSdkCompilersToolsetRootEmpty");
        /// <summary>NETSDK1222: PreferNativeArm64 applies only to .NET Framework targets. It is not supported and has no effect for when targeting .NET Core.</summary>
        internal static string @PreferNativeArm64IgnoredForNetCoreApp => GetResourceString("PreferNativeArm64IgnoredForNetCoreApp");
        /// <summary>NETSDK1223: Targeting .NET 9.0 or higher in Visual Studio 2022 17.11 is not supported.</summary>
        internal static string @Net9NotCompatibleWithDev1711 => GetResourceString("Net9NotCompatibleWithDev1711");
        /// <summary>NETSDK1224: ASP.NET Core framework assets are not supported for the target framework.</summary>
        internal static string @AspNetCorePackUnsupportedTargetFramework => GetResourceString("AspNetCorePackUnsupportedTargetFramework");
        /// <summary>NETSDK1225: Native compilation is not supported when invoking the Publish target directly. Try running dotnet publish.</summary>
        internal static string @NativeCompilationRequiresPublishing => GetResourceString("NativeCompilationRequiresPublishing");
        /// <summary>NETSDK1226: Prune Package data not found {0} {1} {2}.  To ignore this error, set the AllowMissingPrunePackageData to true.</summary>
        internal static string @PrunePackageDataNotFound => GetResourceString("PrunePackageDataNotFound");
        /// <summary>NETSDK1227: Unsupported ToolCommandRunner value: {0}</summary>
        internal static string @UnsupportedToolCommandRunner => GetResourceString("UnsupportedToolCommandRunner");
        /// <summary>NETSDK1228: This project depends on the Aspire Workload which has been deprecated. Aspire now ships via NuGet packages and no longer requires a workload. Please visit {0} for upgrade guidance.</summary>
        internal static string @AspireWorkloadIsDeprecated => GetResourceString("AspireWorkloadIsDeprecated");
        /// <summary>NETSDK1229: Targeting a Windows SDK version with '1' as the revision number will reference CsWinRT 3.0, which is currently in preview. The current project is targeting the Windows SDK version '{0}'. If this is not intended, change the revision number to '0 ...</summary>
        internal static string @UsingPreviewCsWinRT3_0Feature => GetResourceString("UsingPreviewCsWinRT3_0Feature");
        /// <summary>NETSDK1230: The {0} and {1} properties cannot both be specified. Remove one or the other.</summary>
        internal static string @CantSpecifyBothProperties => GetResourceString("CantSpecifyBothProperties");
        /// <summary>NETSDK1231: File '{0}' does not exist. Please ensure the runtime graph path exists.</summary>
        internal static string @RuntimeGraphFileDoesNotExist => GetResourceString("RuntimeGraphFileDoesNotExist");
        /// <summary>NETSDK1232: Unable to find a matching RID for '{0}' from among [{1}] in graph '{2}'.</summary>
        internal static string @UnableToFindMatchingRid => GetResourceString("UnableToFindMatchingRid");
 
    }
}