프로젝트

일반

사용자정보

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

markus / SmartUpdate / App.config @ d4b461e2

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

1
<?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
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
10
    </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>
클립보드 이미지 추가 (최대 크기: 500 MB)