Redid the tree again.
[Gitrdone.git] / Prefs.Designer.cs
blob43f1d25ad7fc36c4511cd622d00c5aa92c26de34
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 Gitrdone {
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;