From dbde9e7104b907bbbaea17e21247d8cafc8b3a4c Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 14 Oct 2017 16:12:07 -0700 Subject: Massive refactoring to introduce the concept of IBackend --- src/WixToolset.Core/WixStrings.Designer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/WixToolset.Core/WixStrings.Designer.cs') diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs index 4ba9381a..75e2b908 100644 --- a/src/WixToolset.Core/WixStrings.Designer.cs +++ b/src/WixToolset.Core/WixStrings.Designer.cs @@ -14,7 +14,7 @@ namespace WixToolset { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class WixStrings { + public class WixStrings { private static global::System.Resources.ResourceManager resourceMan; @@ -127,7 +127,7 @@ namespace WixToolset { /// /// Looks up a localized string similar to Could not determine ProductCode from transform summary information. /// - internal static string EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo { + public static string EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo { get { return ResourceManager.GetString("EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo", resourceCulture); } @@ -226,7 +226,7 @@ namespace WixToolset { /// /// Looks up a localized string similar to Transform authored into multiple Media '{0}' and '{1}'.. /// - internal static string EXP_TransformAuthoredIntoMultipleMedia { + public static string EXP_TransformAuthoredIntoMultipleMedia { get { return ResourceManager.GetString("EXP_TransformAuthoredIntoMultipleMedia", resourceCulture); } @@ -253,7 +253,7 @@ namespace WixToolset { /// /// 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}'. /// - internal static string EXP_UnexpectedMergerErrorInSourceFile { + public static string EXP_UnexpectedMergerErrorInSourceFile { get { return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture); } @@ -262,7 +262,7 @@ namespace WixToolset { /// /// 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}'. /// - internal static string EXP_UnexpectedMergerErrorWithType { + public static string EXP_UnexpectedMergerErrorWithType { get { return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture); } -- cgit v1.2.3-55-g6feb