markus / SmartUpdate / App.config @ 07b7bd24
이력 | 보기 | 이력해설 | 다운로드 (1.36 KB)
1 | d4b461e2 | ljiyeon | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <configuration> |
||
3 | <configSections> |
||
4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
||
5 | <section name="SmartUpdate.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
||
6 | </sectionGroup> |
||
7 | </configSections> |
||
8 | <startup> |
||
9 | d4a60930 | djkim | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> |
10 | d4b461e2 | ljiyeon | </startup> |
11 | <applicationSettings> |
||
12 | <SmartUpdate.Properties.Settings> |
||
13 | <setting name="UpdateVer64" serializeAs="String"> |
||
14 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml</value> |
||
15 | </setting> |
||
16 | <setting name="UpdateVer86" serializeAs="String"> |
||
17 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml</value> |
||
18 | </setting> |
||
19 | <setting name="msgFileName" serializeAs="String"> |
||
20 | <value>MarkUs</value> |
||
21 | </setting> |
||
22 | <setting name="FileName" serializeAs="String"> |
||
23 | <value>KCOM.exe</value> |
||
24 | </setting> |
||
25 | </SmartUpdate.Properties.Settings> |
||
26 | </applicationSettings> |
||
27 | </configuration> |