프로젝트

일반

사용자정보

개정판 e695e376

IDe695e37600c001e4fe92e7876aa3c2ad1c5c4cbc
상위 c0104b05
하위 2d0113f1

김태성이(가) 5년 이상 전에 추가함

a

Change-Id: I52859e48f3557693de1a2e1d961c2d1b4d8e4e65

차이점 보기:

ConvertService/ServiceBase/.gitattributes
2 2
# Set default behavior to automatically normalize line endings.
3 3
###############################################################################
4 4
* text=auto
5

  
5
#*.config=auto
6 6
###############################################################################
7 7
# Set default behavior for command prompt diff.
8 8
#
......
35 35
#*.sqlproj   merge=binary
36 36
#*.wwaproj   merge=binary
37 37

  
38

  
38 39
###############################################################################
39 40
# behavior for image files
40 41
#
ConvertService/ServiceBase/.gitignore
1 1
## Ignore Visual Studio temporary files, build results, and
2 2
## files generated by popular Visual Studio add-ons.
3
*.config
3

  
4 4

  
5 5
# User-specific files
6 6
*.suo
ConvertService/ServiceBase/Markus.Service.Convert/app.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <system.serviceModel>
4
        <bindings>
5
            <basicHttpBinding>
6
                <binding name="BasicHttpBinding_IStationService" />
7
            </basicHttpBinding>
8
        </bindings>
9
        <client>
10
            <endpoint address="http://localhost:9111/StationService" binding="basicHttpBinding"
11
                bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService"
12
                name="BasicHttpBinding_IStationService" />
13
        </client>
14
    </system.serviceModel>
15
</configuration>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)