프로젝트

일반

사용자정보

개정판 e767d86a

IDe767d86a24fd1a293eea0d87738ac564503955fd
상위 2b0af253
하위 433d91b1

유성호이(가) 일년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)