00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PluginPlublisher.Properties {
00012
00013
00014 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
00015 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
00016 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
00017
00018 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
00019
00020 public static Settings Default {
00021 get {
00022 return defaultInstance;
00023 }
00024 }
00025
00026 [global::System.Configuration.UserScopedSettingAttribute()]
00027 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00028 [global::System.Configuration.DefaultSettingValueAttribute("http://www.colbyafrica.com/mpFx/PluginGallery/")]
00029 public string GalleryLocation {
00030 get {
00031 return ((string)(this["GalleryLocation"]));
00032 }
00033 set {
00034 this["GalleryLocation"] = value;
00035 }
00036 }
00037
00038 [global::System.Configuration.UserScopedSettingAttribute()]
00039 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00040 [global::System.Configuration.DefaultSettingValueAttribute("colbyafrica@yahoo.com")]
00041 public string LastUserName {
00042 get {
00043 return ((string)(this["LastUserName"]));
00044 }
00045 set {
00046 this["LastUserName"] = value;
00047 }
00048 }
00049
00050 [global::System.Configuration.UserScopedSettingAttribute()]
00051 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00052 [global::System.Configuration.DefaultSettingValueAttribute("http://www.colbyafrica.com/mpFx/PluginGallery/Login")]
00053 public string LoginBin {
00054 get {
00055 return ((string)(this["LoginBin"]));
00056 }
00057 set {
00058 this["LoginBin"] = value;
00059 }
00060 }
00061 }
00062 }