프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationController / App.config @ 06f13e11

이력 | 보기 | 이력해설 | 다운로드 (721 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
5
    </startup>
6
  <runtime>
7
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8
      <!--모든 DLL을 Bin폴더에서 참조한다.-->
9
      <probing privatePath="bin"/>
10
      <!--<dependentAssembly>
11
        <assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" />
12
        <bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" />
13
      </dependentAssembly>-->
14
    </assemblyBinding>
15
  </runtime>
16
    <system.serviceModel>
17
        <bindings />
18
        <client />
19
    </system.serviceModel>
20
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)