00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PsiExtensionGenerator.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://schemas.microsoft.com/office/project/server/webservices")]
00029 public string DefaultRootNameSpace {
00030 get {
00031 return ((string)(this["DefaultRootNameSpace"]));
00032 }
00033 set {
00034 this["DefaultRootNameSpace"] = value;
00035 }
00036 }
00037
00038 [global::System.Configuration.UserScopedSettingAttribute()]
00039 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00040 [global::System.Configuration.DefaultSettingValueAttribute("C#")]
00041 public string WebServiceLanguage {
00042 get {
00043 return ((string)(this["WebServiceLanguage"]));
00044 }
00045 set {
00046 this["WebServiceLanguage"] = value;
00047 }
00048 }
00049
00050 [global::System.Configuration.UserScopedSettingAttribute()]
00051 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00052 [global::System.Configuration.DefaultSettingValueAttribute("")]
00053 public string LastAssemblyPath {
00054 get {
00055 return ((string)(this["LastAssemblyPath"]));
00056 }
00057 set {
00058 this["LastAssemblyPath"] = value;
00059 }
00060 }
00061
00062 [global::System.Configuration.UserScopedSettingAttribute()]
00063 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00064 [global::System.Configuration.DefaultSettingValueAttribute("")]
00065 public string LastSspUrl {
00066 get {
00067 return ((string)(this["LastSspUrl"]));
00068 }
00069 set {
00070 this["LastSspUrl"] = value;
00071 }
00072 }
00073
00074 [global::System.Configuration.UserScopedSettingAttribute()]
00075 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00076 [global::System.Configuration.DefaultSettingValueAttribute("")]
00077 public string LastWebServiceName {
00078 get {
00079 return ((string)(this["LastWebServiceName"]));
00080 }
00081 set {
00082 this["LastWebServiceName"] = value;
00083 }
00084 }
00085
00086 [global::System.Configuration.UserScopedSettingAttribute()]
00087 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00088 [global::System.Configuration.DefaultSettingValueAttribute("System,mscor,Microsoft.Office,Microsoft.SharePoint")]
00089 public string ExclusionList {
00090 get {
00091 return ((string)(this["ExclusionList"]));
00092 }
00093 set {
00094 this["ExclusionList"] = value;
00095 }
00096 }
00097
00098 [global::System.Configuration.UserScopedSettingAttribute()]
00099 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00100 [global::System.Configuration.DefaultSettingValueAttribute("True")]
00101 public bool RestartIIs {
00102 get {
00103 return ((bool)(this["RestartIIs"]));
00104 }
00105 set {
00106 this["RestartIIs"] = value;
00107 }
00108 }
00109
00110 [global::System.Configuration.UserScopedSettingAttribute()]
00111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00112 [global::System.Configuration.DefaultSettingValueAttribute("True")]
00113 public bool ShowInBrowser {
00114 get {
00115 return ((bool)(this["ShowInBrowser"]));
00116 }
00117 set {
00118 this["ShowInBrowser"] = value;
00119 }
00120 }
00121
00122 [global::System.Configuration.UserScopedSettingAttribute()]
00123 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00124 [global::System.Configuration.DefaultSettingValueAttribute("True")]
00125 public bool DeployToBinDirectory {
00126 get {
00127 return ((bool)(this["DeployToBinDirectory"]));
00128 }
00129 set {
00130 this["DeployToBinDirectory"] = value;
00131 }
00132 }
00133 }
00134 }