File: Microsoft.DotNet.Watch.Resources.cs
Project: ..\..\..\src\BuiltInTools\dotnet-watch\dotnet-watch.csproj (dotnet-watch)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.DotNet.Watch
{
    internal static partial class Resources
    {
        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(Resources)));
        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>The project file '{0}' does not exist.</summary>
        internal static string @Error_ProjectPath_NotFound => GetResourceString("Error_ProjectPath_NotFound");
        /// <summary>Multiple MSBuild project files found in '{0}'. Specify which to use with the --project option.</summary>
        internal static string @Error_MultipleProjectsFound => GetResourceString("Error_MultipleProjectsFound");
        /// <summary>Could not find a MSBuild project file in '{0}'. Specify which project to use with the --project option.</summary>
        internal static string @Error_NoProjectsFound => GetResourceString("Error_NoProjectsFound");
        /// <summary>Cannot specify both '--quiet' and '--verbose' options.</summary>
        internal static string @Error_QuietAndVerboseSpecified => GetResourceString("Error_QuietAndVerboseSpecified");
        /// <summary>Warning NETSDK1174: The abbreviation of -p for --project is deprecated. Please use --project.</summary>
        internal static string @Warning_ProjectAbbreviationDeprecated => GetResourceString("Warning_ProjectAbbreviationDeprecated");
        /// <summary>Runs dotnet-watch in non-interactive mode. This option is only supported when running with Hot Reload enabled.
        ///       Use this option to prevent console input from being captured.</summary>
        internal static string @Help_NonInteractive => GetResourceString("Help_NonInteractive");
        /// <summary>Suppress hot reload for supported apps.</summary>
        internal static string @Help_NoHotReload => GetResourceString("Help_NoHotReload");
        /// <summary>Lists all discovered files without starting the watcher.</summary>
        internal static string @Help_List => GetResourceString("Help_List");
        /// <summary>Show verbose output</summary>
        internal static string @Help_Verbose => GetResourceString("Help_Verbose");
        /// <summary>Suppresses all output except warnings and errors</summary>
        internal static string @Help_Quiet => GetResourceString("Help_Quiet");
        /// <summary>Environment variables:
        /// 
        ///   DOTNET_USE_POLLING_FILE_WATCHER
        ///   When set to '1' or 'true', dotnet-watch will poll the file system for
        ///   changes. This is required for some file systems, such as network shares,
        ///   Docker mounted volumes, and other virtual file sy ...</summary>
        internal static string @Help => GetResourceString("Help");
 
    }
}