diff options
Diffstat (limited to 'src/WixToolset.Core/WixStrings.Designer.cs')
-rw-r--r-- | src/WixToolset.Core/WixStrings.Designer.cs | 194 |
1 files changed, 0 insertions, 194 deletions
diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs deleted file mode 100644 index 63b0b648..00000000 --- a/src/WixToolset.Core/WixStrings.Designer.cs +++ /dev/null | |||
@@ -1,194 +0,0 @@ | |||
1 | // 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. | ||
2 | |||
3 | namespace WixToolset.Core { | ||
4 | using System; | ||
5 | |||
6 | |||
7 | /// <summary> | ||
8 | /// A strongly-typed resource class, for looking up localized strings, etc. | ||
9 | /// </summary> | ||
10 | // This class was auto-generated by the StronglyTypedResourceBuilder | ||
11 | // class via a tool like ResGen or Visual Studio. | ||
12 | // To add or remove a member, edit your .ResX file then rerun ResGen | ||
13 | // with the /str option, or rebuild your VS project. | ||
14 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | ||
15 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
16 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||
17 | public class WixStrings { | ||
18 | |||
19 | private static global::System.Resources.ResourceManager resourceMan; | ||
20 | |||
21 | private static global::System.Globalization.CultureInfo resourceCulture; | ||
22 | |||
23 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | ||
24 | internal WixStrings() { | ||
25 | } | ||
26 | |||
27 | /// <summary> | ||
28 | /// Returns the cached ResourceManager instance used by this class. | ||
29 | /// </summary> | ||
30 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||
31 | internal static global::System.Resources.ResourceManager ResourceManager { | ||
32 | get { | ||
33 | if (object.ReferenceEquals(resourceMan, null)) { | ||
34 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.Core.WixStrings", typeof(WixStrings).Assembly); | ||
35 | resourceMan = temp; | ||
36 | } | ||
37 | return resourceMan; | ||
38 | } | ||
39 | } | ||
40 | |||
41 | /// <summary> | ||
42 | /// Looks up a localized string similar to Could not find a unique identifier for the given resource name.. | ||
43 | /// </summary> | ||
44 | internal static string EXP_CouldnotFileUniqueIDForResourceName { | ||
45 | get { | ||
46 | return ResourceManager.GetString("EXP_CouldnotFileUniqueIDForResourceName", resourceCulture); | ||
47 | } | ||
48 | } | ||
49 | |||
50 | /// <summary> | ||
51 | /// Looks up a localized string similar to Found an ActionRow with a non-existent {0} action: {1}.. | ||
52 | /// </summary> | ||
53 | public static string EXP_FoundActionRowWinNonExistentAction { | ||
54 | get { | ||
55 | return ResourceManager.GetString("EXP_FoundActionRowWinNonExistentAction", resourceCulture); | ||
56 | } | ||
57 | } | ||
58 | |||
59 | /// <summary> | ||
60 | /// Looks up a localized string similar to Found an ActionRow with no Sequence, Before, or After column set.. | ||
61 | /// </summary> | ||
62 | public static string EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet { | ||
63 | get { | ||
64 | return ResourceManager.GetString("EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet", resourceCulture); | ||
65 | } | ||
66 | } | ||
67 | |||
68 | /// <summary> | ||
69 | /// Looks up a localized string similar to Multiple harvester extensions specified.. | ||
70 | /// </summary> | ||
71 | internal static string EXP_MultipleHarvesterExtensionsSpecified { | ||
72 | get { | ||
73 | return ResourceManager.GetString("EXP_MultipleHarvesterExtensionsSpecified", resourceCulture); | ||
74 | } | ||
75 | } | ||
76 | |||
77 | /// <summary> | ||
78 | /// Looks up a localized string similar to Unexpected complex reference child type: {0}. | ||
79 | /// </summary> | ||
80 | internal static string EXP_UnexpectedComplexReferenceChildType { | ||
81 | get { | ||
82 | return ResourceManager.GetString("EXP_UnexpectedComplexReferenceChildType", resourceCulture); | ||
83 | } | ||
84 | } | ||
85 | |||
86 | /// <summary> | ||
87 | /// Looks up a localized string similar to Unexpected entry section type: {0}. | ||
88 | /// </summary> | ||
89 | internal static string EXP_UnexpectedEntrySectionType { | ||
90 | get { | ||
91 | return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture); | ||
92 | } | ||
93 | } | ||
94 | |||
95 | /// <summary> | ||
96 | /// 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}'. | ||
97 | /// </summary> | ||
98 | public static string EXP_UnexpectedMergerErrorInSourceFile { | ||
99 | get { | ||
100 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture); | ||
101 | } | ||
102 | } | ||
103 | |||
104 | /// <summary> | ||
105 | /// 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}'. | ||
106 | /// </summary> | ||
107 | public static string EXP_UnexpectedMergerErrorWithType { | ||
108 | get { | ||
109 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture); | ||
110 | } | ||
111 | } | ||
112 | |||
113 | /// <summary> | ||
114 | /// Looks up a localized string similar to Unknown platform enumeration '{0}' encountered.. | ||
115 | /// </summary> | ||
116 | internal static string EXP_UnknownPlatformEnum { | ||
117 | get { | ||
118 | return ResourceManager.GetString("EXP_UnknownPlatformEnum", resourceCulture); | ||
119 | } | ||
120 | } | ||
121 | |||
122 | /// <summary> | ||
123 | /// Looks up a localized string similar to {0}({1}). | ||
124 | /// </summary> | ||
125 | internal static string Format_FirstLineNumber { | ||
126 | get { | ||
127 | return ResourceManager.GetString("Format_FirstLineNumber", resourceCulture); | ||
128 | } | ||
129 | } | ||
130 | |||
131 | /// <summary> | ||
132 | /// Looks up a localized string similar to {0}. | ||
133 | /// </summary> | ||
134 | internal static string Format_InfoMessage { | ||
135 | get { | ||
136 | return ResourceManager.GetString("Format_InfoMessage", resourceCulture); | ||
137 | } | ||
138 | } | ||
139 | |||
140 | /// <summary> | ||
141 | /// Looks up a localized string similar to {0}: line {1}. | ||
142 | /// </summary> | ||
143 | internal static string Format_LineNumber { | ||
144 | get { | ||
145 | return ResourceManager.GetString("Format_LineNumber", resourceCulture); | ||
146 | } | ||
147 | } | ||
148 | |||
149 | /// <summary> | ||
150 | /// Looks up a localized string similar to {0} : {1} {2}{3:0000} : {4}. | ||
151 | /// </summary> | ||
152 | internal static string Format_NonInfoMessage { | ||
153 | get { | ||
154 | return ResourceManager.GetString("Format_NonInfoMessage", resourceCulture); | ||
155 | } | ||
156 | } | ||
157 | |||
158 | /// <summary> | ||
159 | /// Looks up a localized string similar to Source trace:{0}. | ||
160 | /// </summary> | ||
161 | internal static string INF_SourceTrace { | ||
162 | get { | ||
163 | return ResourceManager.GetString("INF_SourceTrace", resourceCulture); | ||
164 | } | ||
165 | } | ||
166 | |||
167 | /// <summary> | ||
168 | /// Looks up a localized string similar to at {0}{1}. | ||
169 | /// </summary> | ||
170 | internal static string INF_SourceTraceLocation { | ||
171 | get { | ||
172 | return ResourceManager.GetString("INF_SourceTraceLocation", resourceCulture); | ||
173 | } | ||
174 | } | ||
175 | |||
176 | /// <summary> | ||
177 | /// Looks up a localized string similar to error. | ||
178 | /// </summary> | ||
179 | internal static string MessageType_Error { | ||
180 | get { | ||
181 | return ResourceManager.GetString("MessageType_Error", resourceCulture); | ||
182 | } | ||
183 | } | ||
184 | |||
185 | /// <summary> | ||
186 | /// Looks up a localized string similar to warning. | ||
187 | /// </summary> | ||
188 | internal static string MessageType_Warning { | ||
189 | get { | ||
190 | return ResourceManager.GetString("MessageType_Warning", resourceCulture); | ||
191 | } | ||
192 | } | ||
193 | } | ||
194 | } | ||