markus / ConvertService / ServiceController / StationControllerService / Properties / Settings.Designer.cs @ fc4e50f2
이력 | 보기 | 이력해설 | 다운로드 (1.76 KB)
1 | 5c387707 | semi | //------------------------------------------------------------------------------ |
---|---|---|---|
2 | // <auto-generated> |
||
3 | // 이 코드는 도구를 사용하여 생성되었습니다. |
||
4 | // 런타임 버전:4.0.30319.42000 |
||
5 | // |
||
6 | // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
||
7 | // 이러한 변경 내용이 손실됩니다. |
||
8 | // </auto-generated> |
||
9 | //------------------------------------------------------------------------------ |
||
10 | |||
11 | 919dee1b | semi | namespace StationControllerService.Properties |
12 | { |
||
13 | |||
14 | |||
15 | 5c387707 | semi | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] |
||
17 | 919dee1b | semi | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase |
18 | { |
||
19 | |||
20 | 5c387707 | semi | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
21 | 919dee1b | semi | |
22 | public static Settings Default |
||
23 | { |
||
24 | get |
||
25 | { |
||
26 | 5c387707 | semi | return defaultInstance; |
27 | } |
||
28 | } |
||
29 | 919dee1b | semi | |
30 | 5c387707 | semi | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
31 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
||
32 | [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] |
||
33 | [global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.11.252.2,9875;Initial Catalog=markus;Persist Security Info=True;Us" + |
||
34 | "er ID=ProjectPortalDBConn;Password=ProjectPortalDBConn")] |
||
35 | 919dee1b | semi | public string 설정 |
36 | { |
||
37 | get |
||
38 | { |
||
39 | 5c387707 | semi | return ((string)(this["설정"])); |
40 | } |
||
41 | } |
||
42 | } |
||
43 | } |