Sync to trunk HEAD (r43416)
[reactos.git] / irc / TechBot / TechBot.Commands.Common / Settings.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.1433
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10
11 namespace TechBot.Commands.Common {
12
13
14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.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("C:\\Ros\\current\\irc\\TechBot\\Resources\\ntstatus.xml")]
29 public string NtStatusXml {
30 get {
31 return ((string)(this["NtStatusXml"]));
32 }
33 }
34
35 [global::System.Configuration.ApplicationScopedSettingAttribute()]
36 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
37 [global::System.Configuration.DefaultSettingValueAttribute("C:\\Ros\\current\\irc\\TechBot\\Resources\\winerror.xml")]
38 public string WinErrorXml {
39 get {
40 return ((string)(this["WinErrorXml"]));
41 }
42 }
43
44 [global::System.Configuration.ApplicationScopedSettingAttribute()]
45 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
46 [global::System.Configuration.DefaultSettingValueAttribute("C:\\Ros\\current\\irc\\TechBot\\Resources\\hresult.xml")]
47 public string HResultXml {
48 get {
49 return ((string)(this["HResultXml"]));
50 }
51 }
52
53 [global::System.Configuration.ApplicationScopedSettingAttribute()]
54 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
55 [global::System.Configuration.DefaultSettingValueAttribute("C:\\Ros\\current\\irc\\TechBot\\Resources\\wm.xml")]
56 public string WMXml {
57 get {
58 return ((string)(this["WMXml"]));
59 }
60 }
61
62 [global::System.Configuration.ApplicationScopedSettingAttribute()]
63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64 [global::System.Configuration.DefaultSettingValueAttribute("svn://svn.reactos.org/trunk/reactos")]
65 public string SVNRoot {
66 get {
67 return ((string)(this["SVNRoot"]));
68 }
69 }
70 }
71 }