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> |