| File: Commands\HelpStrings.Designer.cs | Web Access |
| Project: src\sdk\src\Cli\Microsoft.TemplateEngine.Cli\Microsoft.TemplateEngine.Cli.csproj (Microsoft.TemplateEngine.Cli) |
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace Microsoft.TemplateEngine.Cli.Commands { using System; /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class HelpStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal HelpStrings() { } /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.TemplateEngine.Cli.Commands.HelpStrings", typeof(HelpStrings).Assembly); resourceMan = temp; } return resourceMan; } } /// <summary> /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// <summary> /// Looks up a localized string similar to Re-run the command specifying the language to use with --language option.. /// </summary> internal static string Hint_AmbiguousLanguage { get { return ResourceManager.GetString("Hint_AmbiguousLanguage", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Re-run the command specifying the type to use with --type option.. /// </summary> internal static string Hint_AmbiguousType { get { return ResourceManager.GetString("Hint_AmbiguousType", resourceCulture); } } /// <summary> /// Looks up a localized string similar to To see help for other template languages ({0}), use --language option:. /// </summary> internal static string Hint_HelpForOtherLanguages { get { return ResourceManager.GetString("Hint_HelpForOtherLanguages", resourceCulture); } } /// <summary> /// Looks up a localized string similar to To see help for other template types ({0}), use --type option:. /// </summary> internal static string Hint_HelpForOtherTypes { get { return ResourceManager.GetString("Hint_HelpForOtherTypes", resourceCulture); } } /// <summary> /// Looks up a localized string similar to This template contains technologies from parties other than Microsoft, see {0} for details.. /// </summary> internal static string Info_TemplateThirdPartyNotice { get { return ResourceManager.GetString("Info_TemplateThirdPartyNotice", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Multiple values are allowed: {0}. /// </summary> internal static string RowHeader_AllowMultiValue { get { return ResourceManager.GetString("RowHeader_AllowMultiValue", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Default if option is provided without a value: {0}. /// </summary> internal static string RowHeader_DefaultIfOptionWithoutValue { get { return ResourceManager.GetString("RowHeader_DefaultIfOptionWithoutValue", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Default: {0}. /// </summary> internal static string RowHeader_DefaultValue { get { return ResourceManager.GetString("RowHeader_DefaultValue", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Description: {0}. /// </summary> internal static string RowHeader_Description { get { return ResourceManager.GetString("RowHeader_Description", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Author: {0}. /// </summary> internal static string RowHeader_TemplateAuthor { get { return ResourceManager.GetString("RowHeader_TemplateAuthor", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Type: {0}. /// </summary> internal static string RowHeader_Type { get { return ResourceManager.GetString("RowHeader_Type", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Template options:. /// </summary> internal static string SectionHeader_TemplateSpecificOptions { get { return ResourceManager.GetString("SectionHeader_TemplateSpecificOptions", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Unable to resolve the template, these templates matched your input:. /// </summary> internal static string TableHeader_AmbiguousTemplatesList { get { return ResourceManager.GetString("TableHeader_AmbiguousTemplatesList", resourceCulture); } } /// <summary> /// Looks up a localized string similar to choice. /// </summary> internal static string Text_ChoiceArgumentHelpName { get { return ResourceManager.GetString("Text_ChoiceArgumentHelpName", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Enabled: *false*. /// </summary> internal static string Text_Disabled { get { return ResourceManager.GetString("Text_Disabled", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Enabled if: {0}. /// </summary> internal static string Text_EnabledCondition { get { return ResourceManager.GetString("Text_EnabledCondition", resourceCulture); } } /// <summary> /// Looks up a localized string similar to (No options). /// </summary> internal static string Text_NoTemplateOptions { get { return ResourceManager.GetString("Text_NoTemplateOptions", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Required: *true*. /// </summary> internal static string Text_Required { get { return ResourceManager.GetString("Text_Required", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Required if: {0}. /// </summary> internal static string Text_RequiredCondition { get { return ResourceManager.GetString("Text_RequiredCondition", resourceCulture); } } /// <summary> /// Looks up a localized string similar to [template options]. /// </summary> internal static string Text_UsageTemplateOptionsPart { get { return ResourceManager.GetString("Text_UsageTemplateOptionsPart", resourceCulture); } } } }