1
//------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.42
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 //------------------------------------------------------------------------------
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
{
22 return defaultInstance
;
26 [global::System
.Configuration
.UserScopedSettingAttribute()]
27 [global::System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
28 [global::System
.Configuration
.DefaultSettingValueAttribute("")]
29 public string DefaultRepo
{
31 return ((string)(this["DefaultRepo"]));
34 this["DefaultRepo"] = value;
38 [global::System
.Configuration
.UserScopedSettingAttribute()]
39 [global::System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
40 [global::System
.Configuration
.DefaultSettingValueAttribute("\"\"")]
41 public string GitDir
{
43 return ((string)(this["GitDir"]));
46 this["GitDir"] = value;
50 [global::System
.Configuration
.UserScopedSettingAttribute()]
51 [global::System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
52 public global::System
.Collections
.Specialized
.StringCollection Repos
{
54 return ((global::System
.Collections
.Specialized
.StringCollection
)(this["Repos"]));
57 this["Repos"] = value;