OSDN Git Service

Ver1.32のインストーラ用の値を更新, WiX 3.11 + Win10環境でビルドできるよう設定
[wptscs/wpts.git] / Wptscs / Properties / Settings.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     このコードはツールによって生成されました。
4 //     ランタイム バージョン:4.0.30319.42000
5 //
6 //     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
7 //     コードが再生成されるときに損失したりします。
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10
11 namespace Honememo.Wptscs.Properties {
12     
13     
14     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0")]
16     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17         
18         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19         
20         public static Settings Default {
21             get {
22                 return defaultInstance;
23             }
24         }
25         
26         [global::System.Configuration.ApplicationScopedSettingAttribute()]
27         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28         [global::System.Configuration.DefaultSettingValueAttribute("Translation Support for Wikipedia/{0}.{1:D2}")]
29         public string DefaultUserAgent {
30             get {
31                 return ((string)(this["DefaultUserAgent"]));
32             }
33         }
34         
35         [global::System.Configuration.ApplicationScopedSettingAttribute()]
36         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
37         [global::System.Configuration.DefaultSettingValueAttribute("http://{0}.wikipedia.org")]
38         public string WikipediaLocation {
39             get {
40                 return ((string)(this["WikipediaLocation"]));
41             }
42         }
43         
44         [global::System.Configuration.UserScopedSettingAttribute()]
45         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
46         [global::System.Configuration.DefaultSettingValueAttribute("")]
47         public string SaveDirectory {
48             get {
49                 return ((string)(this["SaveDirectory"]));
50             }
51             set {
52                 this["SaveDirectory"] = value;
53             }
54         }
55         
56         [global::System.Configuration.UserScopedSettingAttribute()]
57         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
58         [global::System.Configuration.DefaultSettingValueAttribute("en")]
59         public string LastSelectedSource {
60             get {
61                 return ((string)(this["LastSelectedSource"]));
62             }
63             set {
64                 this["LastSelectedSource"] = value;
65             }
66         }
67         
68         [global::System.Configuration.UserScopedSettingAttribute()]
69         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
70         [global::System.Configuration.DefaultSettingValueAttribute("")]
71         public string LastSelectedTarget {
72             get {
73                 return ((string)(this["LastSelectedTarget"]));
74             }
75             set {
76                 this["LastSelectedTarget"] = value;
77             }
78         }
79         
80         [global::System.Configuration.UserScopedSettingAttribute()]
81         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
82         [global::System.Configuration.DefaultSettingValueAttribute("")]
83         public string UserAgent {
84             get {
85                 return ((string)(this["UserAgent"]));
86             }
87             set {
88                 this["UserAgent"] = value;
89             }
90         }
91         
92         [global::System.Configuration.UserScopedSettingAttribute()]
93         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
94         [global::System.Configuration.DefaultSettingValueAttribute("")]
95         public string Referer {
96             get {
97                 return ((string)(this["Referer"]));
98             }
99             set {
100                 this["Referer"] = value;
101             }
102         }
103         
104         [global::System.Configuration.ApplicationScopedSettingAttribute()]
105         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
106         [global::System.Configuration.DefaultSettingValueAttribute("/w/api.php?action=query&prop=revisions&titles=$1&redirects&rvprop=timestamp|conte" +
107             "nt&format=xml")]
108         public string MediaWikiContentApi {
109             get {
110                 return ((string)(this["MediaWikiContentApi"]));
111             }
112         }
113         
114         [global::System.Configuration.ApplicationScopedSettingAttribute()]
115         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
116         [global::System.Configuration.DefaultSettingValueAttribute(" ($1) ")]
117         public string Bracket {
118             get {
119                 return ((string)(this["Bracket"]));
120             }
121         }
122         
123         [global::System.Configuration.ApplicationScopedSettingAttribute()]
124         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
125         [global::System.Configuration.DefaultSettingValueAttribute("10")]
126         public int MediaWikiTemplateNamespace {
127             get {
128                 return ((int)(this["MediaWikiTemplateNamespace"]));
129             }
130         }
131         
132         [global::System.Configuration.ApplicationScopedSettingAttribute()]
133         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
134         [global::System.Configuration.DefaultSettingValueAttribute("14")]
135         public int MediaWikiCategoryNamespace {
136             get {
137                 return ((int)(this["MediaWikiCategoryNamespace"]));
138             }
139         }
140         
141         [global::System.Configuration.ApplicationScopedSettingAttribute()]
142         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
143         [global::System.Configuration.DefaultSettingValueAttribute("6")]
144         public int MediaWikiFileNamespace {
145             get {
146                 return ((int)(this["MediaWikiFileNamespace"]));
147             }
148         }
149         
150         [global::System.Configuration.UserScopedSettingAttribute()]
151         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
152         [global::System.Configuration.DefaultSettingValueAttribute("15.00:00:00")]
153         public global::System.TimeSpan CacheExpire {
154             get {
155                 return ((global::System.TimeSpan)(this["CacheExpire"]));
156             }
157             set {
158                 this["CacheExpire"] = value;
159             }
160         }
161         
162         [global::System.Configuration.ApplicationScopedSettingAttribute()]
163         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
164         [global::System.Configuration.DefaultSettingValueAttribute("1.20.0.0")]
165         public string ConfigurationCompatible {
166             get {
167                 return ((string)(this["ConfigurationCompatible"]));
168             }
169         }
170         
171         [global::System.Configuration.ApplicationScopedSettingAttribute()]
172         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
173         [global::System.Configuration.DefaultSettingValueAttribute("/w/api.php?format=xml&action=query&meta=siteinfo&siprop=namespaces|namespacealias" +
174             "es|interwikimap")]
175         public string MediaWikiMetaApi {
176             get {
177                 return ((string)(this["MediaWikiMetaApi"]));
178             }
179         }
180         
181         [global::System.Configuration.UserScopedSettingAttribute()]
182         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
183         [global::System.Configuration.DefaultSettingValueAttribute("False")]
184         public bool IsUpgraded {
185             get {
186                 return ((bool)(this["IsUpgraded"]));
187             }
188             set {
189                 this["IsUpgraded"] = value;
190             }
191         }
192         
193         [global::System.Configuration.UserScopedSettingAttribute()]
194         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
195         [global::System.Configuration.DefaultSettingValueAttribute("True")]
196         public bool IgnoreError {
197             get {
198                 return ((bool)(this["IgnoreError"]));
199             }
200             set {
201                 this["IgnoreError"] = value;
202             }
203         }
204         
205         [global::System.Configuration.UserScopedSettingAttribute()]
206         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
207         [global::System.Configuration.DefaultSettingValueAttribute("3")]
208         public int MaxConnectRetries {
209             get {
210                 return ((int)(this["MaxConnectRetries"]));
211             }
212             set {
213                 this["MaxConnectRetries"] = value;
214             }
215         }
216         
217         [global::System.Configuration.UserScopedSettingAttribute()]
218         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
219         [global::System.Configuration.DefaultSettingValueAttribute("2000")]
220         public int ConnectRetryTime {
221             get {
222                 return ((int)(this["ConnectRetryTime"]));
223             }
224             set {
225                 this["ConnectRetryTime"] = value;
226             }
227         }
228         
229         [global::System.Configuration.UserScopedSettingAttribute()]
230         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
231         [global::System.Configuration.DefaultSettingValueAttribute("")]
232         public string LastSelectedLanguage {
233             get {
234                 return ((string)(this["LastSelectedLanguage"]));
235             }
236             set {
237                 this["LastSelectedLanguage"] = value;
238             }
239         }
240         
241         [global::System.Configuration.UserScopedSettingAttribute()]
242         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
243         [global::System.Configuration.DefaultSettingValueAttribute("Wikipedia")]
244         public string LastSelectedConfiguration {
245             get {
246                 return ((string)(this["LastSelectedConfiguration"]));
247             }
248             set {
249                 this["LastSelectedConfiguration"] = value;
250             }
251         }
252         
253         [global::System.Configuration.ApplicationScopedSettingAttribute()]
254         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
255         [global::System.Configuration.DefaultSettingValueAttribute(".xml")]
256         public string ConfigurationExtension {
257             get {
258                 return ((string)(this["ConfigurationExtension"]));
259             }
260         }
261         
262         [global::System.Configuration.ApplicationScopedSettingAttribute()]
263         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
264         [global::System.Configuration.DefaultSettingValueAttribute("/w/api.php?action=query&prop=langlinks&titles=$1&redirects=&lllimit=500&format=xm" +
265             "l")]
266         public string MediaWikiInterlanguageApi {
267             get {
268                 return ((string)(this["MediaWikiInterlanguageApi"]));
269             }
270         }
271         
272         [global::System.Configuration.ApplicationScopedSettingAttribute()]
273         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
274         [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
275             "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
276             "tring>CURRENTYEAR</string>\r\n  <string>CURRENTMONTH</string>\r\n  <string>CURRENTMO" +
277             "NTHNAME</string>\r\n  <string>CURRENTMONTHNAMEGEN</string>\r\n  <string>CURRENTMONTH" +
278             "ABBREV</string>\r\n  <string>CURRENTDAY</string>\r\n  <string>CURRENTDAY2</string>\r\n" +
279             "  <string>CURRENTDOW</string>\r\n  <string>CURRENTDAYNAME</string>\r\n  <string>CURR" +
280             "ENTTIME</string>\r\n  <string>CURRENTHOUR</string>\r\n  <string>CURRENTWEEK</string>" +
281             "\r\n  <string>CURRENTTIMESTAMP</string>\r\n  <string>LOCALYEAR</string>\r\n  <string>L" +
282             "OCALMONTH</string>\r\n  <string>LOCALMONTHNAME</string>\r\n  <string>LOCALMONTHNAMEG" +
283             "EN</string>\r\n  <string>LOCALMONTHABBREV</string>\r\n  <string>LOCALDAY</string>\r\n " +
284             " <string>LOCALDAY2</string>\r\n  <string>LOCALDOW</string>\r\n  <string>LOCALDAYNAME" +
285             "</string>\r\n  <string>LOCALTIME</string>\r\n  <string>LOCALHOUR</string>\r\n  <string" +
286             ">LOCALWEEK</string>\r\n  <string>LOCALTIMESTAMP</string>\r\n  <string>SITENAME</stri" +
287             "ng>\r\n  <string>SERVER</string>\r\n  <string>SERVERNAME</string>\r\n  <string>DIRMARK" +
288             "</string>\r\n  <string>DIRECTIONMARK</string>\r\n  <string>SCRIPTPATH</string>\r\n  <s" +
289             "tring>STYLEPATH</string>\r\n  <string>CURRENTVERSION</string>\r\n  <string>CONTENTLA" +
290             "NGUAGE</string>\r\n  <string>CONTENTLANG</string>\r\n  <string>REVISIONID</string>\r\n" +
291             "  <string>REVISIONDAY</string>\r\n  <string>REVISIONDAY2</string>\r\n  <string>REVIS" +
292             "IONMONTH</string>\r\n  <string>REVISIONYEAR</string>\r\n  <string>REVISIONTIMESTAMP<" +
293             "/string>\r\n  <string>REVISIONUSER</string>\r\n  <string>PAGESIZE</string>\r\n  <strin" +
294             "g>PROTECTIONLEVEL</string>\r\n  <string>DISPLAYTITLE</string>\r\n  <string>DEFAULTSO" +
295             "RT</string>\r\n  <string>DEFAULTSORTKEY</string>\r\n  <string>DEFAULTCATEGORYSORT</s" +
296             "tring>\r\n  <string>NUMBEROFPAGES</string>\r\n  <string>NUMBEROFARTICLES</string>\r\n " +
297             " <string>NUMBEROFFILES</string>\r\n  <string>NUMBEROFEDITS</string>\r\n  <string>NUM" +
298             "BEROFVIEWS</string>\r\n  <string>NUMBEROFUSERS</string>\r\n  <string>NUMBEROFADMINS<" +
299             "/string>\r\n  <string>NUMBEROFACTIVEUSERS</string>\r\n  <string>PAGESINCATEGORY</str" +
300             "ing>\r\n  <string>PAGESINCAT</string>\r\n  <string>NUMBERINGROUP</string>\r\n  <string" +
301             ">NUMINGROUP</string>\r\n  <string>PAGESINNS</string>\r\n  <string>PAGESINNAMESPACE</" +
302             "string>\r\n  <string>FULLPAGENAME</string>\r\n  <string>PAGENAME</string>\r\n  <string" +
303             ">BASEPAGENAME</string>\r\n  <string>SUBPAGENAME</string>\r\n  <string>SUBJECTPAGENAM" +
304             "E</string>\r\n  <string>TALKPAGENAME</string>\r\n  <string>FULLPAGENAMEE</string>\r\n " +
305             " <string>PAGENAMEE</string>\r\n  <string>BASEPAGENAMEE</string>\r\n  <string>SUBPAGE" +
306             "NAMEE</string>\r\n  <string>SUBJECTPAGENAMEE</string>\r\n  <string>TALKPAGENAMEE</st" +
307             "ring>\r\n  <string>NAMESPACE</string>\r\n  <string>SUBJECTSPACE</string>\r\n  <string>" +
308             "ARTICLESPACE</string>\r\n  <string>TALKSPACE</string>\r\n  <string>NAMESPACEE</strin" +
309             "g>\r\n  <string>SUBJECTSPACEE</string>\r\n  <string>TALKSPACEE</string>\r\n  <string>l" +
310             "ocalurl</string>\r\n  <string>fullurl</string>\r\n  <string>filepath</string>\r\n  <st" +
311             "ring>urlencode</string>\r\n  <string>anchorencode</string>\r\n  <string>ns</string>\r" +
312             "\n  <string>lc</string>\r\n  <string>lcfirst</string>\r\n  <string>uc</string>\r\n  <st" +
313             "ring>ucfirst</string>\r\n  <string>formatnum</string>\r\n  <string>#dateformat</stri" +
314             "ng>\r\n  <string>#formatdate</string>\r\n  <string>padleft</string>\r\n  <string>padri" +
315             "ght</string>\r\n  <string>plural</string>\r\n  <string>grammar</string>\r\n  <string>i" +
316             "nt</string>\r\n  <string>#language</string>\r\n  <string>#special</string>\r\n  <strin" +
317             "g>#tag</string>\r\n  <string>gender</string>\r\n  <string>groupconvert</string>\r\n  <" +
318             "string>#expr</string>\r\n  <string>#if</string>\r\n  <string>#ifeq</string>\r\n  <stri" +
319             "ng>#ifexist</string>\r\n  <string>#ifexpr</string>\r\n  <string>#switch</string>\r\n  " +
320             "<string>#time</string>\r\n  <string>#rel2abs</string>\r\n  <string>#titleparts</stri" +
321             "ng>\r\n  <string>#iferror</string>\r\n</ArrayOfString>")]
322         public global::System.Collections.Specialized.StringCollection MediaWikiMagicWords {
323             get {
324                 return ((global::System.Collections.Specialized.StringCollection)(this["MediaWikiMagicWords"]));
325             }
326         }
327         
328         [global::System.Configuration.ApplicationScopedSettingAttribute()]
329         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
330         [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
331             "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
332             "tring>acronym</string>\r\n  <string>advogato</string>\r\n  <string>annotationwiki</s" +
333             "tring>\r\n  <string>arxiv</string>\r\n  <string>c2find</string>\r\n  <string>cache</st" +
334             "ring>\r\n  <string>commons</string>\r\n  <string>corpknowpedia</string>\r\n  <string>d" +
335             "ictionary</string>\r\n  <string>disinfopedia</string>\r\n  <string>docbook</string>\r" +
336             "\n  <string>doi</string>\r\n  <string>drumcorpswiki</string>\r\n  <string>dwjwiki</st" +
337             "ring>\r\n  <string>emacswiki</string>\r\n  <string>elibre</string>\r\n  <string>foldoc" +
338             "</string>\r\n  <string>foxwiki</string>\r\n  <string>freebsdman</string>\r\n  <string>" +
339             "gej</string>\r\n  <string>gentoo-wiki</string>\r\n  <string>google</string>\r\n  <stri" +
340             "ng>googlegroups</string>\r\n  <string>hammondwiki</string>\r\n  <string>hewikisource" +
341             "</string>\r\n  <string>hrwiki</string>\r\n  <string>imdb</string>\r\n  <string>jargonf" +
342             "ile</string>\r\n  <string>jspwiki</string>\r\n  <string>keiki</string>\r\n  <string>km" +
343             "wiki</string>\r\n  <string>linuxwiki</string>\r\n  <string>lojban</string>\r\n  <strin" +
344             "g>lqwiki</string>\r\n  <string>lugkr</string>\r\n  <string>mathsongswiki</string>\r\n " +
345             " <string>meatball</string>\r\n  <string>mediazilla</string>\r\n  <string>mediawikiwi" +
346             "ki</string>\r\n  <string>memoryalpha</string>\r\n  <string>metawiki</string>\r\n  <str" +
347             "ing>metawikipedia</string>\r\n  <string>moinmoin</string>\r\n  <string>mozillawiki</" +
348             "string>\r\n  <string>mw</string>\r\n  <string>oeis</string>\r\n  <string>openfacts</st" +
349             "ring>\r\n  <string>openwiki</string>\r\n  <string>patwiki</string>\r\n  <string>pmeg</" +
350             "string>\r\n  <string>ppr</string>\r\n  <string>pythoninfo</string>\r\n  <string>rfc</s" +
351             "tring>\r\n  <string>s23wiki</string>\r\n  <string>seattlewiki</string>\r\n  <string>se" +
352             "attlewireless</string>\r\n  <string>senseislibrary</string>\r\n  <string>slashdot</s" +
353             "tring>\r\n  <string>sourceforge</string>\r\n  <string>squeak</string>\r\n  <string>sus" +
354             "ning</string>\r\n  <string>svgwiki</string>\r\n  <string>tavi</string>\r\n  <string>te" +
355             "jo</string>\r\n  <string>tmbw</string>\r\n  <string>tmnet</string>\r\n  <string>tmwiki" +
356             "</string>\r\n  <string>theopedia</string>\r\n  <string>twiki</string>\r\n  <string>uea" +
357             "</string>\r\n  <string>unreal</string>\r\n  <string>usemod</string>\r\n  <string>vinis" +
358             "mo</string>\r\n  <string>webseitzwiki</string>\r\n  <string>why</string>\r\n  <string>" +
359             "wiki</string>\r\n  <string>wikia</string>\r\n  <string>wikibooks</string>\r\n  <string" +
360             ">wikicities</string>\r\n  <string>wikif1</string>\r\n  <string>wikihow</string>\r\n  <" +
361             "string>wikinfo</string>\r\n  <string>wikimedia</string>\r\n  <string>wikinews</strin" +
362             "g>\r\n  <string>wikiquote</string>\r\n  <string>wikipedia</string>\r\n  <string>wikiso" +
363             "urce</string>\r\n  <string>wikispecies</string>\r\n  <string>wikitravel</string>\r\n  " +
364             "<string>wikiversity</string>\r\n  <string>wikt</string>\r\n  <string>wiktionary</str" +
365             "ing>\r\n  <string>wlug</string>\r\n  <string>zwiki</string>\r\n  <string>zzz wiki</str" +
366             "ing>\r\n</ArrayOfString>")]
367         public global::System.Collections.Specialized.StringCollection MediaWikiInterwikiPrefixs {
368             get {
369                 return ((global::System.Collections.Specialized.StringCollection)(this["MediaWikiInterwikiPrefixs"]));
370             }
371         }
372     }
373 }