markus / ConvertionWebServiceDefault / Properties / Settings.Designer.cs @ d21e9c15
이력 | 보기 | 이력해설 | 다운로드 (3.47 KB)
1 | d21e9c15 | taeseongkim | //------------------------------------------------------------------------------ |
---|---|---|---|
2 | // <auto-generated> |
||
3 | // 이 코드는 도구를 사용하여 생성되었습니다. |
||
4 | // 런타임 버전:4.0.30319.42000 |
||
5 | // |
||
6 | // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
||
7 | // 이러한 변경 내용이 손실됩니다. |
||
8 | // </auto-generated> |
||
9 | //------------------------------------------------------------------------------ |
||
10 | |||
11 | namespace ConvertionWebService.Properties { |
||
12 | |||
13 | |||
14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
||
15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] |
||
16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
||
17 | |||
18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
||
19 | |||
20 | public static Settings Default { |
||
21 | get { |
||
22 | return defaultInstance; |
||
23 | } |
||
24 | } |
||
25 | |||
26 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
||
27 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
28 | [global::System.Configuration.DefaultSettingValueAttribute("")] |
||
29 | public string ErrorNoticeID { |
||
30 | get { |
||
31 | return ((string)(this["ErrorNoticeID"])); |
||
32 | } |
||
33 | } |
||
34 | |||
35 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
||
36 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
37 | [global::System.Configuration.DefaultSettingValueAttribute("000000,111111")] |
||
38 | public string MARKUS_V3_PROJECTS { |
||
39 | get { |
||
40 | return ((string)(this["MARKUS_V3_PROJECTS"])); |
||
41 | } |
||
42 | } |
||
43 | |||
44 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
||
45 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
46 | [global::System.Configuration.DefaultSettingValueAttribute("http://localhost:9101/StationService")] |
||
47 | public string MARKUS_V3_ADDRESS { |
||
48 | get { |
||
49 | return ((string)(this["MARKUS_V3_ADDRESS"])); |
||
50 | } |
||
51 | } |
||
52 | |||
53 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
||
54 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
55 | [global::System.Configuration.DefaultSettingValueAttribute("http://172.20.120.141:5977/TileSource/Excelexport/")] |
||
56 | public string Excelresulturl { |
||
57 | get { |
||
58 | return ((string)(this["Excelresulturl"])); |
||
59 | } |
||
60 | } |
||
61 | |||
62 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
||
63 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
64 | [global::System.Configuration.DefaultSettingValueAttribute("\\\\172.20.121.220\\comment3\\TileSource\\Excelexport")] |
||
65 | public string Excelfilepath { |
||
66 | get { |
||
67 | return ((string)(this["Excelfilepath"])); |
||
68 | } |
||
69 | } |
||
70 | |||
71 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
||
72 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
73 | [global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:8091/remConverterPDF")] |
||
74 | public string ConverterRemotingUrl { |
||
75 | get { |
||
76 | return ((string)(this["ConverterRemotingUrl"])); |
||
77 | } |
||
78 | } |
||
79 | } |
||
80 | } |