PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/PackageExplorer/Properties/Settings.Designer.cs

#
C# | 227 lines | 196 code | 22 blank | 9 comment | 0 complexity | fc5924696afb7553828afd349dd6a5c1 MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.488
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace PackageExplorer.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
  13. public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  14. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  15. public static Settings Default {
  16. get {
  17. return defaultInstance;
  18. }
  19. }
  20. [global::System.Configuration.UserScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("12")]
  23. public int FontSize {
  24. get {
  25. return ((int)(this["FontSize"]));
  26. }
  27. set {
  28. this["FontSize"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("400")]
  34. public double ContentViewerHeight {
  35. get {
  36. return ((double)(this["ContentViewerHeight"]));
  37. }
  38. set {
  39. this["ContentViewerHeight"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("https://go.microsoft.com/fwlink/?LinkID=230477")]
  45. public string PackageSource {
  46. get {
  47. return ((string)(this["PackageSource"]));
  48. }
  49. set {
  50. this["PackageSource"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("")]
  56. public string WindowPlacement {
  57. get {
  58. return ((string)(this["WindowPlacement"]));
  59. }
  60. set {
  61. this["WindowPlacement"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("")]
  67. public string PublishPrivateKey {
  68. get {
  69. return ((string)(this["PublishPrivateKey"]));
  70. }
  71. set {
  72. this["PublishPrivateKey"] = value;
  73. }
  74. }
  75. [global::System.Configuration.UserScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. public global::System.Collections.Specialized.StringCollection MruFiles {
  78. get {
  79. return ((global::System.Collections.Specialized.StringCollection)(this["MruFiles"]));
  80. }
  81. set {
  82. this["MruFiles"] = value;
  83. }
  84. }
  85. [global::System.Configuration.UserScopedSettingAttribute()]
  86. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  87. public global::System.Collections.Specialized.StringCollection MruPackageSources {
  88. get {
  89. return ((global::System.Collections.Specialized.StringCollection)(this["MruPackageSources"]));
  90. }
  91. set {
  92. this["MruPackageSources"] = value;
  93. }
  94. }
  95. [global::System.Configuration.UserScopedSettingAttribute()]
  96. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  97. [global::System.Configuration.DefaultSettingValueAttribute("https://nuget.org")]
  98. public string PublishPackageLocation {
  99. get {
  100. return ((string)(this["PublishPackageLocation"]));
  101. }
  102. set {
  103. this["PublishPackageLocation"] = value;
  104. }
  105. }
  106. [global::System.Configuration.UserScopedSettingAttribute()]
  107. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  108. [global::System.Configuration.DefaultSettingValueAttribute("630")]
  109. public double PackageChooserDialogWidth {
  110. get {
  111. return ((double)(this["PackageChooserDialogWidth"]));
  112. }
  113. set {
  114. this["PackageChooserDialogWidth"] = value;
  115. }
  116. }
  117. [global::System.Configuration.UserScopedSettingAttribute()]
  118. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  119. [global::System.Configuration.DefaultSettingValueAttribute("450")]
  120. public double PackageChooserDialogHeight {
  121. get {
  122. return ((double)(this["PackageChooserDialogHeight"]));
  123. }
  124. set {
  125. this["PackageChooserDialogHeight"] = value;
  126. }
  127. }
  128. [global::System.Configuration.UserScopedSettingAttribute()]
  129. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  130. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  131. public bool ShowLatestVersionOfPackage {
  132. get {
  133. return ((bool)(this["ShowLatestVersionOfPackage"]));
  134. }
  135. set {
  136. this["ShowLatestVersionOfPackage"] = value;
  137. }
  138. }
  139. [global::System.Configuration.UserScopedSettingAttribute()]
  140. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  141. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  142. public bool IsFirstTime {
  143. get {
  144. return ((bool)(this["IsFirstTime"]));
  145. }
  146. set {
  147. this["IsFirstTime"] = value;
  148. }
  149. }
  150. [global::System.Configuration.UserScopedSettingAttribute()]
  151. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  152. public global::System.Collections.Specialized.StringCollection PublishPackageSources {
  153. get {
  154. return ((global::System.Collections.Specialized.StringCollection)(this["PublishPackageSources"]));
  155. }
  156. set {
  157. this["PublishPackageSources"] = value;
  158. }
  159. }
  160. [global::System.Configuration.UserScopedSettingAttribute()]
  161. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  162. [global::System.Configuration.DefaultSettingValueAttribute("400")]
  163. public double PackageContentHeight {
  164. get {
  165. return ((double)(this["PackageContentHeight"]));
  166. }
  167. set {
  168. this["PackageContentHeight"] = value;
  169. }
  170. }
  171. [global::System.Configuration.UserScopedSettingAttribute()]
  172. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  173. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  174. public bool ShowTaskShortcuts {
  175. get {
  176. return ((bool)(this["ShowTaskShortcuts"]));
  177. }
  178. set {
  179. this["ShowTaskShortcuts"] = value;
  180. }
  181. }
  182. [global::System.Configuration.UserScopedSettingAttribute()]
  183. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  184. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  185. public bool WordWrap {
  186. get {
  187. return ((bool)(this["WordWrap"]));
  188. }
  189. set {
  190. this["WordWrap"] = value;
  191. }
  192. }
  193. [global::System.Configuration.UserScopedSettingAttribute()]
  194. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  195. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  196. public bool ShowLineNumbers {
  197. get {
  198. return ((bool)(this["ShowLineNumbers"]));
  199. }
  200. set {
  201. this["ShowLineNumbers"] = value;
  202. }
  203. }
  204. }
  205. }