aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WixDataStrings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Data/WixDataStrings.Designer.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/WixToolset.Data/WixDataStrings.Designer.cs b/src/WixToolset.Data/WixDataStrings.Designer.cs
index 27c2b22c..37cced32 100644
--- a/src/WixToolset.Data/WixDataStrings.Designer.cs
+++ b/src/WixToolset.Data/WixDataStrings.Designer.cs
@@ -14,7 +14,7 @@ namespace WixToolset.Data {
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 WixDataStrings { 17 public class WixDataStrings {
18 18
19 private static global::System.Resources.ResourceManager resourceMan; 19 private static global::System.Resources.ResourceManager resourceMan;
20 20
@@ -64,7 +64,7 @@ namespace WixToolset.Data {
64 /// <summary> 64 /// <summary>
65 /// Looks up a localized string similar to The value &apos;{0}&apos; is not a legal identifier and therefore cannot be modularized.. 65 /// Looks up a localized string similar to The value &apos;{0}&apos; is not a legal identifier and therefore cannot be modularized..
66 /// </summary> 66 /// </summary>
67 internal static string EXP_CannotModularizeIllegalID { 67 public static string EXP_CannotModularizeIllegalID {
68 get { 68 get {
69 return ResourceManager.GetString("EXP_CannotModularizeIllegalID", resourceCulture); 69 return ResourceManager.GetString("EXP_CannotModularizeIllegalID", resourceCulture);
70 } 70 }
@@ -73,7 +73,7 @@ namespace WixToolset.Data {
73 /// <summary> 73 /// <summary>
74 /// Looks up a localized string similar to A Merge table FileCompression column cannot be set to the invalid value &apos;{0}&apos;.. 74 /// Looks up a localized string similar to A Merge table FileCompression column cannot be set to the invalid value &apos;{0}&apos;..
75 /// </summary> 75 /// </summary>
76 internal static string EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue { 76 public static string EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue {
77 get { 77 get {
78 return ResourceManager.GetString("EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue", resourceCulture); 78 return ResourceManager.GetString("EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue", resourceCulture);
79 } 79 }
@@ -154,7 +154,7 @@ namespace WixToolset.Data {
154 /// <summary> 154 /// <summary>
155 /// Looks up a localized string similar to A Merge table FileCompression column contains an invalid value &apos;{0}&apos;.. 155 /// Looks up a localized string similar to A Merge table FileCompression column contains an invalid value &apos;{0}&apos;..
156 /// </summary> 156 /// </summary>
157 internal static string EXP_MergeTableFileCompressionColumnContainsInvalidValue { 157 public static string EXP_MergeTableFileCompressionColumnContainsInvalidValue {
158 get { 158 get {
159 return ResourceManager.GetString("EXP_MergeTableFileCompressionColumnContainsInvalidValue", resourceCulture); 159 return ResourceManager.GetString("EXP_MergeTableFileCompressionColumnContainsInvalidValue", resourceCulture);
160 } 160 }
@@ -190,7 +190,7 @@ namespace WixToolset.Data {
190 /// <summary> 190 /// <summary>
191 /// Looks up a localized string similar to Unexpected entry section type: {0}. 191 /// Looks up a localized string similar to Unexpected entry section type: {0}.
192 /// </summary> 192 /// </summary>
193 internal static string EXP_UnexpectedEntrySectionType { 193 public static string EXP_UnexpectedEntrySectionType {
194 get { 194 get {
195 return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture); 195 return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture);
196 } 196 }
@@ -199,7 +199,7 @@ namespace WixToolset.Data {
199 /// <summary> 199 /// <summary>
200 /// Looks up a localized string similar to Unknown column type: {0}. 200 /// Looks up a localized string similar to Unknown column type: {0}.
201 /// </summary> 201 /// </summary>
202 internal static string EXP_UnknownColumnType { 202 public static string EXP_UnknownColumnType {
203 get { 203 get {
204 return ResourceManager.GetString("EXP_UnknownColumnType", resourceCulture); 204 return ResourceManager.GetString("EXP_UnknownColumnType", resourceCulture);
205 } 205 }
@@ -217,7 +217,7 @@ namespace WixToolset.Data {
217 /// <summary> 217 /// <summary>
218 /// Looks up a localized string similar to The table {0} is not supported.. 218 /// Looks up a localized string similar to The table {0} is not supported..
219 /// </summary> 219 /// </summary>
220 internal static string EXP_UnsupportedTable { 220 public static string EXP_UnsupportedTable {
221 get { 221 get {
222 return ResourceManager.GetString("EXP_UnsupportedTable", resourceCulture); 222 return ResourceManager.GetString("EXP_UnsupportedTable", resourceCulture);
223 } 223 }