diff options
author | Rob Mensching <rob@firegiant.com> | 2017-10-14 16:12:07 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-10-14 16:12:07 -0700 |
commit | dbde9e7104b907bbbaea17e21247d8cafc8b3a4c (patch) | |
tree | 0f5fbbb6fe12c6b2e5e622a0e18ce4c5b4eb2b96 /src/WixToolset.Core/WixStrings.Designer.cs | |
parent | fbf986eb97f68396797a89fc7d40dec07b775440 (diff) | |
download | wix-dbde9e7104b907bbbaea17e21247d8cafc8b3a4c.tar.gz wix-dbde9e7104b907bbbaea17e21247d8cafc8b3a4c.tar.bz2 wix-dbde9e7104b907bbbaea17e21247d8cafc8b3a4c.zip |
Massive refactoring to introduce the concept of IBackend
Diffstat (limited to 'src/WixToolset.Core/WixStrings.Designer.cs')
-rw-r--r-- | src/WixToolset.Core/WixStrings.Designer.cs | 10 |
1 files changed, 5 insertions, 5 deletions
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 { | |||
14 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | 14 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] |
15 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 15 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
16 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | 16 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
17 | internal class WixStrings { | 17 | public class WixStrings { |
18 | 18 | ||
19 | private static global::System.Resources.ResourceManager resourceMan; | 19 | private static global::System.Resources.ResourceManager resourceMan; |
20 | 20 | ||
@@ -127,7 +127,7 @@ namespace WixToolset { | |||
127 | /// <summary> | 127 | /// <summary> |
128 | /// Looks up a localized string similar to Could not determine ProductCode from transform summary information. | 128 | /// Looks up a localized string similar to Could not determine ProductCode from transform summary information. |
129 | /// </summary> | 129 | /// </summary> |
130 | internal static string EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo { | 130 | public static string EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo { |
131 | get { | 131 | get { |
132 | return ResourceManager.GetString("EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo", resourceCulture); | 132 | return ResourceManager.GetString("EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo", resourceCulture); |
133 | } | 133 | } |
@@ -226,7 +226,7 @@ namespace WixToolset { | |||
226 | /// <summary> | 226 | /// <summary> |
227 | /// Looks up a localized string similar to Transform authored into multiple Media '{0}' and '{1}'.. | 227 | /// Looks up a localized string similar to Transform authored into multiple Media '{0}' and '{1}'.. |
228 | /// </summary> | 228 | /// </summary> |
229 | internal static string EXP_TransformAuthoredIntoMultipleMedia { | 229 | public static string EXP_TransformAuthoredIntoMultipleMedia { |
230 | get { | 230 | get { |
231 | return ResourceManager.GetString("EXP_TransformAuthoredIntoMultipleMedia", resourceCulture); | 231 | return ResourceManager.GetString("EXP_TransformAuthoredIntoMultipleMedia", resourceCulture); |
232 | } | 232 | } |
@@ -253,7 +253,7 @@ namespace WixToolset { | |||
253 | /// <summary> | 253 | /// <summary> |
254 | /// 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}'. | 254 | /// 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}'. |
255 | /// </summary> | 255 | /// </summary> |
256 | internal static string EXP_UnexpectedMergerErrorInSourceFile { | 256 | public static string EXP_UnexpectedMergerErrorInSourceFile { |
257 | get { | 257 | get { |
258 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture); | 258 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture); |
259 | } | 259 | } |
@@ -262,7 +262,7 @@ namespace WixToolset { | |||
262 | /// <summary> | 262 | /// <summary> |
263 | /// 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}'. | 263 | /// 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}'. |
264 | /// </summary> | 264 | /// </summary> |
265 | internal static string EXP_UnexpectedMergerErrorWithType { | 265 | public static string EXP_UnexpectedMergerErrorWithType { |
266 | get { | 266 | get { |
267 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture); | 267 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture); |
268 | } | 268 | } |