개정판 8488cdd0
Add Settings file
KCOM_API/Properties/Settings.Designer.cs | ||
---|---|---|
1 |
//------------------------------------------------------------------------------ |
|
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 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.5.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("http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
|
29 |
public string TileSoucePath { |
|
30 |
get { |
|
31 |
return ((string)(this["TileSoucePath"])); |
|
32 |
} |
|
33 |
} |
|
34 |
|
|
35 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
36 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
|
38 |
public string TileSoucePath_SUB { |
|
39 |
get { |
|
40 |
return ((string)(this["TileSoucePath_SUB"])); |
|
41 |
} |
|
42 |
} |
|
43 |
} |
|
44 |
} |
KCOM_API/Properties/Settings.settings | ||
---|---|---|
1 |
<?xml version='1.0' encoding='utf-8'?> |
|
2 |
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="KCOM_API.Properties" GeneratedClassName="Settings"> |
|
3 |
<Profiles /> |
|
4 |
<Settings> |
|
5 |
<Setting Name="TileSoucePath" Type="System.String" Scope="Application"> |
|
6 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value> |
|
7 |
</Setting> |
|
8 |
<Setting Name="TileSoucePath_SUB" Type="System.String" Scope="Application"> |
|
9 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value> |
|
10 |
</Setting> |
|
11 |
</Settings> |
|
12 |
</SettingsFile> |
내보내기 Unified diff