1 |
|
'------------------------------------------------------------------------------ |
2 |
|
' <auto-generated> |
3 |
|
' This code was generated by a tool. |
4 |
< |
' Runtime Version:2.0.50727.3607 |
4 |
> |
' Runtime Version:4.0.30319.269 |
5 |
|
' |
6 |
|
' Changes to this file may cause incorrect behavior and will be lost if |
7 |
|
' the code is regenerated. |
15 |
|
Namespace My |
16 |
|
|
17 |
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ |
18 |
< |
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0"), _ |
18 |
> |
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _ |
19 |
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ |
20 |
|
Partial Friend NotInheritable Class MySettings |
21 |
|
Inherits Global.System.Configuration.ApplicationSettingsBase |
22 |
|
|
23 |
< |
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings),MySettings) |
23 |
> |
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) |
24 |
|
|
25 |
|
#Region "My.Settings Auto-Save Functionality" |
26 |
|
#If _MyType = "WindowsForms" Then |