개정판 e767d86a
issue #0000
ID2SQLiteInfo 사용자 Property 추가
Change-Id: I4ebcb9c1a329b4556338f7a3fa42d1a1ff3d62ff
ID2.Manager/ID2.Manager/App.config | ||
---|---|---|
29 | 29 |
<setting name="UserInfo" serializeAs="String"> |
30 | 30 |
<value /> |
31 | 31 |
</setting> |
32 |
<setting name="ID2SQLiteInfo" serializeAs="String"> |
|
33 |
<value /> |
|
34 |
</setting> |
|
32 | 35 |
</ID2.Manager.Properties.Settings> |
33 | 36 |
</userSettings> |
34 | 37 |
<applicationSettings> |
ID2.Manager/ID2.Manager/Properties/Settings.Designer.cs | ||
---|---|---|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")]
|
|
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
|
|
16 | 16 |
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
17 | 17 |
|
18 | 18 |
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
... | ... | |
56 | 56 |
return ((int)(this["ID2Port"])); |
57 | 57 |
} |
58 | 58 |
} |
59 |
|
|
60 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
61 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
62 |
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
63 |
public string ID2SQLiteInfo { |
|
64 |
get { |
|
65 |
return ((string)(this["ID2SQLiteInfo"])); |
|
66 |
} |
|
67 |
set { |
|
68 |
this["ID2SQLiteInfo"] = value; |
|
69 |
} |
|
70 |
} |
|
59 | 71 |
} |
60 | 72 |
} |
ID2.Manager/ID2.Manager/Properties/Settings.settings | ||
---|---|---|
11 | 11 |
<Setting Name="ID2Port" Type="System.Int32" Scope="Application"> |
12 | 12 |
<Value Profile="(Default)">2549</Value> |
13 | 13 |
</Setting> |
14 |
<Setting Name="ID2SQLiteInfo" Type="System.String" Scope="User"> |
|
15 |
<Value Profile="(Default)" /> |
|
16 |
</Setting> |
|
14 | 17 |
</Settings> |
15 | 18 |
</SettingsFile> |
내보내기 Unified diff