FileUpdater enancements.
[Widgit.git] / Prefs.Designer.cs
blob9fafe0b9ba3f59229f71ab950c6bf8e5ddf7ac41
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.42
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
11 namespace Widgit {
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 Prefs : global::System.Configuration.ApplicationSettingsBase {
18 private static Prefs defaultInstance = ((Prefs)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Prefs())));
20 public static Prefs Default {
21 get {
22 return defaultInstance;
26 [global::System.Configuration.UserScopedSettingAttribute()]
27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28 [global::System.Configuration.DefaultSettingValueAttribute("")]
29 public string DefaultRepo {
30 get {
31 return ((string)(this["DefaultRepo"]));
33 set {
34 this["DefaultRepo"] = value;
38 [global::System.Configuration.UserScopedSettingAttribute()]
39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40 [global::System.Configuration.DefaultSettingValueAttribute("")]
41 public string GitDir {
42 get {
43 return ((string)(this["GitDir"]));
45 set {
46 this["GitDir"] = value;
50 [global::System.Configuration.UserScopedSettingAttribute()]
51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
52 public global::System.Collections.Specialized.StringCollection Repos {
53 get {
54 return ((global::System.Collections.Specialized.StringCollection)(this["Repos"]));
56 set {
57 this["Repos"] = value;
61 [global::System.Configuration.UserScopedSettingAttribute()]
62 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
63 [global::System.Configuration.DefaultSettingValueAttribute("")]
64 public string ViewerApp {
65 get {
66 return ((string)(this["ViewerApp"]));
68 set {
69 this["ViewerApp"] = value;
73 [global::System.Configuration.UserScopedSettingAttribute()]
74 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
75 [global::System.Configuration.DefaultSettingValueAttribute("")]
76 public string ViewerArgs {
77 get {
78 return ((string)(this["ViewerArgs"]));
80 set {
81 this["ViewerArgs"] = value;
85 [global::System.Configuration.UserScopedSettingAttribute()]
86 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
87 [global::System.Configuration.DefaultSettingValueAttribute("")]
88 public string DiffApp {
89 get {
90 return ((string)(this["DiffApp"]));
92 set {
93 this["DiffApp"] = value;
97 [global::System.Configuration.UserScopedSettingAttribute()]
98 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
99 [global::System.Configuration.DefaultSettingValueAttribute("")]
100 public string DiffArgs {
101 get {
102 return ((string)(this["DiffArgs"]));
104 set {
105 this["DiffArgs"] = value;
109 [global::System.Configuration.UserScopedSettingAttribute()]
110 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
111 [global::System.Configuration.DefaultSettingValueAttribute("")]
112 public string MergeApp {
113 get {
114 return ((string)(this["MergeApp"]));
116 set {
117 this["MergeApp"] = value;
121 [global::System.Configuration.UserScopedSettingAttribute()]
122 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
123 [global::System.Configuration.DefaultSettingValueAttribute("")]
124 public string MergeArgs {
125 get {
126 return ((string)(this["MergeArgs"]));
128 set {
129 this["MergeArgs"] = value;