|
//------------------------------------------------------------------------------
// <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 RunCommandStrings {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal RunCommandStrings() {
}
[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.RunCommandStrings", typeof(RunCommandStrings).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 ProjectArgumentDescription {
get {
return ResourceManager.GetString("ProjectArgumentDescription", resourceCulture);
}
}
public static string WatchArgumentDescription {
get {
return ResourceManager.GetString("WatchArgumentDescription", resourceCulture);
}
}
public static string IsCompatibleAppHostIsNull {
get {
return ResourceManager.GetString("IsCompatibleAppHostIsNull", resourceCulture);
}
}
public static string StartingAppHost {
get {
return ResourceManager.GetString("StartingAppHost", resourceCulture);
}
}
public static string StartingDashboard {
get {
return ResourceManager.GetString("StartingDashboard", resourceCulture);
}
}
public static string Resource {
get {
return ResourceManager.GetString("Resource", resourceCulture);
}
}
public static string Type {
get {
return ResourceManager.GetString("Type", resourceCulture);
}
}
public static string State {
get {
return ResourceManager.GetString("State", resourceCulture);
}
}
public static string Health {
get {
return ResourceManager.GetString("Health", resourceCulture);
}
}
public static string Endpoints {
get {
return ResourceManager.GetString("Endpoints", resourceCulture);
}
}
public static string PressCtrlCToStopAppHost {
get {
return ResourceManager.GetString("PressCtrlCToStopAppHost", resourceCulture);
}
}
public static string ProjectCouldNotBeRun {
get {
return ResourceManager.GetString("ProjectCouldNotBeRun", resourceCulture);
}
}
}
}
|