프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM_API / Properties / Settings.Designer.cs @ 79951320

이력 | 보기 | 이력해설 | 다운로드 (3.44 KB)

1 8488cdd0 humkyung
//------------------------------------------------------------------------------
2
// <auto-generated>
3
//     이 코드는 도구를 사용하여 생성되었습니다.
4
//     런타임 버전:4.0.30319.42000
5
//
6
//     파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
7
//     이러한 변경 내용이 손실됩니다.
8
// </auto-generated>
9
//------------------------------------------------------------------------------
10
11
namespace KCOM_API.Properties {
12
    
13
    
14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 6a19b48d taeseongkim
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
16 8488cdd0 humkyung
    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 55bf7ac2 taeseongkim
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
29
        public bool IsProjectNoPass {
30
            get {
31
                return ((bool)(this["IsProjectNoPass"]));
32
            }
33
        }
34
        
35
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
36
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
37 fdfa126d taeseongkim
        [global::System.Configuration.DefaultSettingValueAttribute("V3")]
38
        public string CLIENT_VERSION {
39 8488cdd0 humkyung
            get {
40 fdfa126d taeseongkim
                return ((string)(this["CLIENT_VERSION"]));
41 8488cdd0 humkyung
            }
42
        }
43
        
44
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
45
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
46 fdfa126d taeseongkim
        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost:9101/StationService")]
47
        public string CovnertService {
48 8488cdd0 humkyung
            get {
49 fdfa126d taeseongkim
                return ((string)(this["CovnertService"]));
50 8488cdd0 humkyung
            }
51
        }
52 a1142a6b taeseongkim
        
53
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
54
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
55 fdfa126d taeseongkim
        [global::System.Configuration.DefaultSettingValueAttribute("https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
56
        public string TileSoucePath {
57 a1142a6b taeseongkim
            get {
58 fdfa126d taeseongkim
                return ((string)(this["TileSoucePath"]));
59 3b938959 taeseongkim
            }
60
        }
61
        
62
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
63
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64 fdfa126d taeseongkim
        [global::System.Configuration.DefaultSettingValueAttribute("https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
65
        public string TileSoucePath_SUB {
66 3b938959 taeseongkim
            get {
67 fdfa126d taeseongkim
                return ((string)(this["TileSoucePath_SUB"]));
68 a1142a6b taeseongkim
            }
69
        }
70 b42dd24d taeseongkim
        
71
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
72
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
73 fdfa126d taeseongkim
        [global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9092/remFinalPDF")]
74 6a19b48d taeseongkim
        public string FinalService {
75 b42dd24d taeseongkim
            get {
76 6a19b48d taeseongkim
                return ((string)(this["FinalService"]));
77 b42dd24d taeseongkim
            }
78
        }
79 8488cdd0 humkyung
    }
80
}
클립보드 이미지 추가 (최대 크기: 500 MB)