| File: Resources\NewCommandStrings.Designer.cs | Web Access |
| Project: src\src\Aspire.Cli\Aspire.Cli.csproj (aspire) |
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace Aspire.Cli.Resources { using System; [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class NewCommandStrings { private static System.Resources.ResourceManager resourceMan; private static System.Globalization.CultureInfo resourceCulture; [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal NewCommandStrings() { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.NewCommandStrings", typeof(NewCommandStrings).Assembly); resourceMan = temp; } return resourceMan; } } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] public static System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } public static string Description { get { return ResourceManager.GetString("Description", resourceCulture); } } public static string NameArgumentDescription { get { return ResourceManager.GetString("NameArgumentDescription", resourceCulture); } } public static string OutputArgumentDescription { get { return ResourceManager.GetString("OutputArgumentDescription", resourceCulture); } } public static string SourceArgumentDescription { get { return ResourceManager.GetString("SourceArgumentDescription", resourceCulture); } } public static string VersionArgumentDescription { get { return ResourceManager.GetString("VersionArgumentDescription", resourceCulture); } } public static string SelectATemplateVersion { get { return ResourceManager.GetString("SelectATemplateVersion", resourceCulture); } } public static string UsePrereleaseTemplates { get { return ResourceManager.GetString("UsePrereleaseTemplates", resourceCulture); } } public static string EnterTheOutputPath { get { return ResourceManager.GetString("EnterTheOutputPath", resourceCulture); } } public static string EnterTheProjectName { get { return ResourceManager.GetString("EnterTheProjectName", resourceCulture); } } public static string InvalidProjectName { get { return ResourceManager.GetString("InvalidProjectName", resourceCulture); } } public static string SelectAProjectTemplate { get { return ResourceManager.GetString("SelectAProjectTemplate", resourceCulture); } } public static string ChannelOptionDescription { get { return ResourceManager.GetString("ChannelOptionDescription", resourceCulture); } } public static string ChannelOptionDescriptionWithStaging { get { return ResourceManager.GetString("ChannelOptionDescriptionWithStaging", resourceCulture); } } public static string LanguageOptionDescription { get { return ResourceManager.GetString("LanguageOptionDescription", resourceCulture); } } public static string PromptToUsePrereleaseTemplates { get { return ResourceManager.GetString("PromptToUsePrereleaseTemplates", resourceCulture); } } public static string ResolvingTemplateVersion { get { return ResourceManager.GetString("ResolvingTemplateVersion", resourceCulture); } } } }