Updating linux build.
[Widgit.git] / Prefs.Designer.cs
blobe5ecd904c792c8ea6d666c43e342891d95b2953e
1 //Widgit is free software; you can redistribute it and/or modify
2 //it under the terms of the GNU General Public License as published by
3 //the Free Software Foundation; either version 2 of the License, or
4 //(at your option) any later version.
6 //Widgit is distributed in the hope that it will be useful,
7 //but WITHOUT ANY WARRANTY; without even the implied warranty of
8 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 //GNU General Public License for more details.
11 //You should have received a copy of the GNU General Public License
12 //along with Widgit; if not, write to the Free Software
13 //Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USAusing System;
15 //------------------------------------------------------------------------------
16 // <auto-generated>
17 // This code was generated by a tool.
18 // Runtime Version:2.0.50727.42
20 // Changes to this file may cause incorrect behavior and will be lost if
21 // the code is regenerated.
22 // </auto-generated>
23 //------------------------------------------------------------------------------
25 namespace Widgit {
28 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
29 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
30 internal sealed partial class Prefs : global::System.Configuration.ApplicationSettingsBase {
32 private static Prefs defaultInstance = ((Prefs)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Prefs())));
34 public static Prefs Default {
35 get {
36 return defaultInstance;
40 [global::System.Configuration.UserScopedSettingAttribute()]
41 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
42 [global::System.Configuration.DefaultSettingValueAttribute("")]
43 public string DefaultRepo {
44 get {
45 return ((string)(this["DefaultRepo"]));
47 set {
48 this["DefaultRepo"] = value;
52 [global::System.Configuration.UserScopedSettingAttribute()]
53 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
54 [global::System.Configuration.DefaultSettingValueAttribute("")]
55 public string GitDir {
56 get {
57 return ((string)(this["GitDir"]));
59 set {
60 this["GitDir"] = value;
64 [global::System.Configuration.UserScopedSettingAttribute()]
65 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
66 public global::System.Collections.Specialized.StringCollection Repos {
67 get {
68 return ((global::System.Collections.Specialized.StringCollection)(this["Repos"]));
70 set {
71 this["Repos"] = value;
75 [global::System.Configuration.UserScopedSettingAttribute()]
76 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
77 [global::System.Configuration.DefaultSettingValueAttribute("")]
78 public string ViewerApp {
79 get {
80 return ((string)(this["ViewerApp"]));
82 set {
83 this["ViewerApp"] = value;
87 [global::System.Configuration.UserScopedSettingAttribute()]
88 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
89 [global::System.Configuration.DefaultSettingValueAttribute("")]
90 public string ViewerArgs {
91 get {
92 return ((string)(this["ViewerArgs"]));
94 set {
95 this["ViewerArgs"] = value;
99 [global::System.Configuration.UserScopedSettingAttribute()]
100 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
101 [global::System.Configuration.DefaultSettingValueAttribute("")]
102 public string DiffApp {
103 get {
104 return ((string)(this["DiffApp"]));
106 set {
107 this["DiffApp"] = value;
111 [global::System.Configuration.UserScopedSettingAttribute()]
112 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
113 [global::System.Configuration.DefaultSettingValueAttribute("")]
114 public string DiffArgs {
115 get {
116 return ((string)(this["DiffArgs"]));
118 set {
119 this["DiffArgs"] = value;
123 [global::System.Configuration.UserScopedSettingAttribute()]
124 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
125 [global::System.Configuration.DefaultSettingValueAttribute("")]
126 public string MergeApp {
127 get {
128 return ((string)(this["MergeApp"]));
130 set {
131 this["MergeApp"] = value;
135 [global::System.Configuration.UserScopedSettingAttribute()]
136 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
137 [global::System.Configuration.DefaultSettingValueAttribute("")]
138 public string MergeArgs {
139 get {
140 return ((string)(this["MergeArgs"]));
142 set {
143 this["MergeArgs"] = value;