| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
|
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..23c5d80483631bb38b9b91f644e47be32d9707a2
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
|
| @@ -0,0 +1,216 @@
|
| +//------------------------------------------------------------------------------
|
| +// <auto-generated>
|
| +// This code was generated by a tool.
|
| +// Runtime Version:4.0.30319.269
|
| +//
|
| +// Changes to this file may cause incorrect behavior and will be lost if
|
| +// the code is regenerated.
|
| +// </auto-generated>
|
| +//------------------------------------------------------------------------------
|
| +
|
| +namespace NativeClientVSAddIn {
|
| + 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", "4.0.0.0")]
|
| + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
| + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
| + internal class Strings {
|
| +
|
| + private static global::System.Resources.ResourceManager resourceMan;
|
| +
|
| + private static global::System.Globalization.CultureInfo resourceCulture;
|
| +
|
| + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
| + internal Strings() {
|
| + }
|
| +
|
| + /// <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("NativeClientVSAddIn.Strings", typeof(Strings).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 CHROME_PATH.
|
| + /// </summary>
|
| + internal static string ChromePathEnvironmentVariable {
|
| + get {
|
| + return ResourceManager.GetString("ChromePathEnvironmentVariable", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to --enable-nacl-debug.
|
| + /// </summary>
|
| + internal static string NaClDebugFlag {
|
| + get {
|
| + return ResourceManager.GetString("NaClDebugFlag", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to NaCl.
|
| + /// </summary>
|
| + internal static string NaClPlatformName {
|
| + get {
|
| + return ResourceManager.GetString("NaClPlatformName", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to nacl64.exe.
|
| + /// </summary>
|
| + internal static string NaClProcessName {
|
| + get {
|
| + return ResourceManager.GetString("NaClProcessName", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to --type=nacl-loader.
|
| + /// </summary>
|
| + internal static string NaClProcessTypeFlag {
|
| + get {
|
| + return ResourceManager.GetString("NaClProcessTypeFlag", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Not initialized correctly!.
|
| + /// </summary>
|
| + internal static string NotInitializedMessage {
|
| + get {
|
| + return ResourceManager.GetString("NotInitializedMessage", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to PPAPI.
|
| + /// </summary>
|
| + internal static string PepperPlatformName {
|
| + get {
|
| + return ResourceManager.GetString("PepperPlatformName", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to chrome.exe.
|
| + /// </summary>
|
| + internal static string PepperProcessName {
|
| + get {
|
| + return ResourceManager.GetString("PepperProcessName", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to --register-pepper-plugins="{0};application/x-nacl".
|
| + /// </summary>
|
| + internal static string PepperProcessPluginFlagFormat {
|
| + get {
|
| + return ResourceManager.GetString("PepperProcessPluginFlagFormat", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to --type=renderer.
|
| + /// </summary>
|
| + internal static string PepperProcessTypeFlag {
|
| + get {
|
| + return ResourceManager.GetString("PepperProcessTypeFlag", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to NACL_SDK_ROOT.
|
| + /// </summary>
|
| + internal static string SDKPathEnvironmentVariable {
|
| + get {
|
| + return ResourceManager.GetString("SDKPathEnvironmentVariable", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Environment variable {0} is not set! Cannot run NaCl add-in functionality..
|
| + /// </summary>
|
| + internal static string SDKPathNotSetFormat {
|
| + get {
|
| + return ResourceManager.GetString("SDKPathNotSetFormat", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Unsupported breakpoint type: {0}.
|
| + /// </summary>
|
| + internal static string UnsupportedBreakpointTypeFormat {
|
| + get {
|
| + return ResourceManager.GetString("UnsupportedBreakpointTypeFormat", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Warning: Multiple start-up projects not supported. Web server will only be run from first project directory.
|
| + /// </summary>
|
| + internal static string WebServerMultiStartProjectWarning {
|
| + get {
|
| + return ResourceManager.GetString("WebServerMultiStartProjectWarning", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Native Client Web Server Output.
|
| + /// </summary>
|
| + internal static string WebServerOutputWindowTitle {
|
| + get {
|
| + return ResourceManager.GetString("WebServerOutputWindowTitle", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Warning: Failed to start web server. Is python.exe in PATH?.
|
| + /// </summary>
|
| + internal static string WebServerStartFail {
|
| + get {
|
| + return ResourceManager.GetString("WebServerStartFail", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Launching web server....
|
| + /// </summary>
|
| + internal static string WebServerStartMessage {
|
| + get {
|
| + return ResourceManager.GetString("WebServerStartMessage", resourceCulture);
|
| + }
|
| + }
|
| + }
|
| +}
|
|
|