| Index: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/Properties/Resources.Designer.cs
|
| diff --git a/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/Properties/Resources.Designer.cs b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/Properties/Resources.Designer.cs
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..31cd15531337e8c90dd940b6aafe2968b1cbf007
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/Properties/Resources.Designer.cs
|
| @@ -0,0 +1,144 @@
|
| +//------------------------------------------------------------------------------
|
| +// <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 NaCl.Build.CPPTasks.Properties {
|
| + 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 Resources {
|
| +
|
| + private static global::System.Resources.ResourceManager resourceMan;
|
| +
|
| + private static global::System.Globalization.CultureInfo resourceCulture;
|
| +
|
| + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
| + internal Resources() {
|
| + }
|
| +
|
| + /// <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("NaCl.Build.CPPTasks.Properties.Resources", typeof(Resources).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 # This file is automatically generated by vs-nacl.
|
| + ///# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
| + ///#
|
| + ///# This file must *NOT* be checked in Version Control Systems,
|
| + ///# as it contains information specific to your local configuration.
|
| + ///
|
| + ///# location of the SDK. This is only used by Ant
|
| + ///# For customization when using a Version Control System, please read the
|
| + ///# header note.
|
| + ///sdk.dir={SDKDIR}.
|
| + /// </summary>
|
| + internal static string localproperties_ant_file {
|
| + get {
|
| + return ResourceManager.GetString("localproperties_ant_file", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Tracking command:.
|
| + /// </summary>
|
| + internal static string Native_TrackingCommandMessage {
|
| + get {
|
| + return ResourceManager.GetString("Native_TrackingCommandMessage", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to MSB8016: Can not turn on Unicode output for "{0}". Some Unicode characters will be improperly displayed..
|
| + /// </summary>
|
| + internal static string TrackedVCToolTask_CreateUnicodeOutputPipeFailed {
|
| + get {
|
| + return ResourceManager.GetString("TrackedVCToolTask.CreateUnicodeOutputPipeFailed", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Forcing rebuild of all source files due to a change in the command line since the last build..
|
| + /// </summary>
|
| + internal static string TrackedVCToolTask_RebuildingAllSourcesCommandLineChanged {
|
| + get {
|
| + return ResourceManager.GetString("TrackedVCToolTask.RebuildingAllSourcesCommandLineChanged", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to MSB8014: Forcing a rebuild of all sources due to an error with the tracking logs. {0}.
|
| + /// </summary>
|
| + internal static string TrackedVCToolTask_RebuildingDueToInvalidTLog {
|
| + get {
|
| + return ResourceManager.GetString("TrackedVCToolTask.RebuildingDueToInvalidTLog", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to MSB8015: Forcing a rebuild of all source files due to the contents of "{0}" being invalid..
|
| + /// </summary>
|
| + internal static string TrackedVCToolTask_RebuildingDueToInvalidTLogContents {
|
| + get {
|
| + return ResourceManager.GetString("TrackedVCToolTask.RebuildingDueToInvalidTLogContents", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Forcing rebuild of all source files due to missing command tlog "{0}"..
|
| + /// </summary>
|
| + internal static string TrackedVCToolTask_RebuildingNoCommandTLog {
|
| + get {
|
| + return ResourceManager.GetString("TrackedVCToolTask.RebuildingNoCommandTLog", resourceCulture);
|
| + }
|
| + }
|
| +
|
| + /// <summary>
|
| + /// Looks up a localized string similar to Forcing rebuild of source file "{0}" due to a change in the command line since the last build..
|
| + /// </summary>
|
| + internal static string TrackedVCToolTask_RebuildingSourceCommandLineChanged {
|
| + get {
|
| + return ResourceManager.GetString("TrackedVCToolTask.RebuildingSourceCommandLineChanged", resourceCulture);
|
| + }
|
| + }
|
| + }
|
| +}
|
|
|