|
//------------------------------------------------------------------------------
// <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()]
internal class ResourceCommandStrings {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ResourceCommandStrings() {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager {
get {
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ResourceCommandStrings", typeof(ResourceCommandStrings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
internal static string ScanningForRunningAppHosts {
get {
return ResourceManager.GetString("ScanningForRunningAppHosts", resourceCulture);
}
}
internal static string SelectAppHost {
get {
return ResourceManager.GetString("SelectAppHost", resourceCulture);
}
}
internal static string NoInScopeAppHostsShowingAll {
get {
return ResourceManager.GetString("NoInScopeAppHostsShowingAll", resourceCulture);
}
}
internal static string NoRunningAppHostsFound {
get {
return ResourceManager.GetString("NoRunningAppHostsFound", resourceCulture);
}
}
internal static string ProjectOptionDescription {
get {
return ResourceManager.GetString("ProjectOptionDescription", resourceCulture);
}
}
internal static string StartDescription {
get {
return ResourceManager.GetString("StartDescription", resourceCulture);
}
}
internal static string StartResourceArgumentDescription {
get {
return ResourceManager.GetString("StartResourceArgumentDescription", resourceCulture);
}
}
internal static string RestartDescription {
get {
return ResourceManager.GetString("RestartDescription", resourceCulture);
}
}
internal static string RestartResourceArgumentDescription {
get {
return ResourceManager.GetString("RestartResourceArgumentDescription", resourceCulture);
}
}
internal static string CommandDescription {
get {
return ResourceManager.GetString("CommandDescription", resourceCulture);
}
}
internal static string CommandResourceArgumentDescription {
get {
return ResourceManager.GetString("CommandResourceArgumentDescription", resourceCulture);
}
}
internal static string CommandNameArgumentDescription {
get {
return ResourceManager.GetString("CommandNameArgumentDescription", resourceCulture);
}
}
}
}
|