// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
namespace WixToolset {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// 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()]
public class WixStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal WixStrings() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[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("WixToolset.WixStrings", typeof(WixStrings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Looks up a localized string similar to Could not find a unique identifier for the given resource name..
///
internal static string EXP_CouldnotFileUniqueIDForResourceName {
get {
return ResourceManager.GetString("EXP_CouldnotFileUniqueIDForResourceName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Found an ActionRow with a non-existent {0} action: {1}..
///
public static string EXP_FoundActionRowWinNonExistentAction {
get {
return ResourceManager.GetString("EXP_FoundActionRowWinNonExistentAction", resourceCulture);
}
}
///
/// Looks up a localized string similar to Found an ActionRow with no Sequence, Before, or After column set..
///
public static string EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet {
get {
return ResourceManager.GetString("EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet", resourceCulture);
}
}
///
/// Looks up a localized string similar to Multiple harvester extensions specified..
///
internal static string EXP_MultipleHarvesterExtensionsSpecified {
get {
return ResourceManager.GetString("EXP_MultipleHarvesterExtensionsSpecified", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unexpected complex reference child type: {0}.
///
internal static string EXP_UnexpectedComplexReferenceChildType {
get {
return ResourceManager.GetString("EXP_UnexpectedComplexReferenceChildType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unexpected entry section type: {0}.
///
internal static string EXP_UnexpectedEntrySectionType {
get {
return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Encountered an unexpected error while merging '{0}'. More information about the merge and the failure can be found in the merge log: '{1}'.
///
public static string EXP_UnexpectedMergerErrorInSourceFile {
get {
return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture);
}
}
///
/// Looks up a localized string similar to Encountered an unexpected merge error of type '{0}' for which there is currently no error message to display. More information about the merge and the failure can be found in the merge log: '{1}'.
///
public static string EXP_UnexpectedMergerErrorWithType {
get {
return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown platform enumeration '{0}' encountered..
///
internal static string EXP_UnknownPlatformEnum {
get {
return ResourceManager.GetString("EXP_UnknownPlatformEnum", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}({1}).
///
internal static string Format_FirstLineNumber {
get {
return ResourceManager.GetString("Format_FirstLineNumber", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}.
///
internal static string Format_InfoMessage {
get {
return ResourceManager.GetString("Format_InfoMessage", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}: line {1}.
///
internal static string Format_LineNumber {
get {
return ResourceManager.GetString("Format_LineNumber", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} : {1} {2}{3:0000} : {4}.
///
internal static string Format_NonInfoMessage {
get {
return ResourceManager.GetString("Format_NonInfoMessage", resourceCulture);
}
}
///
/// Looks up a localized string similar to Source trace:{0}.
///
internal static string INF_SourceTrace {
get {
return ResourceManager.GetString("INF_SourceTrace", resourceCulture);
}
}
///
/// Looks up a localized string similar to at {0}{1}.
///
internal static string INF_SourceTraceLocation {
get {
return ResourceManager.GetString("INF_SourceTraceLocation", resourceCulture);
}
}
///
/// Looks up a localized string similar to error.
///
internal static string MessageType_Error {
get {
return ResourceManager.GetString("MessageType_Error", resourceCulture);
}
}
///
/// Looks up a localized string similar to warning.
///
internal static string MessageType_Warning {
get {
return ResourceManager.GetString("MessageType_Warning", resourceCulture);
}
}
}
}