|
//------------------------------------------------------------------------------
// <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", "17.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ExecCommandStrings {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ExecCommandStrings() {
}
[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.ExecCommandStrings", typeof(ExecCommandStrings).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 Description {
get {
return ResourceManager.GetString("Description", resourceCulture);
}
}
internal static string ProjectArgumentDescription {
get {
return ResourceManager.GetString("ProjectArgumentDescription", resourceCulture);
}
}
internal static string StartTargetResourceArgumentDescription {
get {
return ResourceManager.GetString("StartTargetResourceArgumentDescription", resourceCulture);
}
}
internal static string TargetResourceArgumentDescription {
get {
return ResourceManager.GetString("TargetResourceArgumentDescription", resourceCulture);
}
}
internal static string TargetResourceNotSpecified {
get {
return ResourceManager.GetString("TargetResourceNotSpecified", resourceCulture);
}
}
internal static string FailedToParseCommand {
get {
return ResourceManager.GetString("FailedToParseCommand", resourceCulture);
}
}
internal static string CommandArgumentDescription {
get {
return ResourceManager.GetString("CommandArgumentDescription", resourceCulture);
}
}
internal static string NoCommandSpecified {
get {
return ResourceManager.GetString("NoCommandSpecified", resourceCulture);
}
}
internal static string Running {
get {
return ResourceManager.GetString("Running", resourceCulture);
}
}
internal static string StoppingAppHost {
get {
return ResourceManager.GetString("StoppingAppHost", resourceCulture);
}
}
}
}
|