개정판 af22332b
issue #745 markus client log 폴더 위치 변경
Change-Id: I0904bee8796ca2aa4836aa5af7f5d14478647fbe
KCOM/Properties/Settings.Designer.cs | ||
---|---|---|
25 | 25 |
|
26 | 26 |
[global::System.Configuration.UserScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://localhost:13009")]
|
|
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5979")]
|
|
29 | 29 |
public string BaseClientAddress { |
30 | 30 |
get { |
31 | 31 |
return ((string)(this["BaseClientAddress"])); |
... | ... | |
216 | 216 |
this["cad"] = value; |
217 | 217 |
} |
218 | 218 |
} |
219 |
|
|
220 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
221 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
222 |
[global::System.Configuration.DefaultSettingValueAttribute("DAELIM.COM")] |
|
223 |
public string HOST_DOMAIN { |
|
224 |
get { |
|
225 |
return ((string)(this["HOST_DOMAIN"])); |
|
226 |
} |
|
227 |
set { |
|
228 |
this["HOST_DOMAIN"] = value; |
|
229 |
} |
|
230 |
} |
|
231 |
|
|
232 |
[global::System.Configuration.UserScopedSettingAttribute()] |
|
233 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
234 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5979")] |
|
235 |
public string Remote_BaseClientAddress { |
|
236 |
get { |
|
237 |
return ((string)(this["Remote_BaseClientAddress"])); |
|
238 |
} |
|
239 |
set { |
|
240 |
this["Remote_BaseClientAddress"] = value; |
|
241 |
} |
|
242 |
} |
|
219 | 243 |
} |
220 | 244 |
} |
내보내기 Unified diff