markus / MarkusLogview / MARKUS_LOGVIEW / Properties / Settings.Designer.cs @ 84578b97
이력 | 보기 | 이력해설 | 다운로드 (2.28 KB)
1 |
//------------------------------------------------------------------------------ |
---|---|
2 |
// <auto-generated> |
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
4 |
// 런타임 버전:4.0.30319.42000 |
5 |
// |
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 |
// 이러한 변경 내용이 손실됩니다. |
8 |
// </auto-generated> |
9 |
//------------------------------------------------------------------------------ |
10 |
|
11 |
namespace MARKUS_LOGVIEW.Properties { |
12 |
|
13 |
|
14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.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.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] |
29 |
[global::System.Configuration.DefaultSettingValueAttribute("http://localhost:5295/Conversion.asmx")] |
30 |
public string MARKUS_LOGVIEW_ConvertWebService_Conversion { |
31 |
get { |
32 |
return ((string)(this["MARKUS_LOGVIEW_ConvertWebService_Conversion"])); |
33 |
} |
34 |
} |
35 |
|
36 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
37 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
38 |
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] |
39 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/FileDelete/FileDelete.asmx")] |
40 |
public string MARKUS_LOGVIEW_DeleteWebService_FileDelete { |
41 |
get { |
42 |
return ((string)(this["MARKUS_LOGVIEW_DeleteWebService_FileDelete"])); |
43 |
} |
44 |
} |
45 |
} |
46 |
} |