diff options
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 | } |
