개정판 c4a4d59c
issue #660 SmartUpdate 구현
KCOM/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", "15.6.0.0")]
|
|
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.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()))); |
... | ... | |
102 | 102 |
this["HubAddress"] = value; |
103 | 103 |
} |
104 | 104 |
} |
105 |
|
|
106 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
107 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
108 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml")] |
|
109 |
public string UpdateVer64 |
|
110 |
{ |
|
111 |
get |
|
112 |
{ |
|
113 |
return ((string)(this["UpdateVer64"])); |
|
114 |
} |
|
115 |
} |
|
116 |
|
|
117 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
118 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
119 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml")] |
|
120 |
public string UpdateVer86 |
|
121 |
{ |
|
122 |
get |
|
123 |
{ |
|
124 |
return ((string)(this["UpdateVer86"])); |
|
125 |
} |
|
126 |
} |
|
105 | 127 |
} |
106 | 128 |
} |
내보내기 Unified diff