markus / ConvertService / ServiceBase / Markus.Service.StationController / App.config @ 8ff1bf3a
이력 | 보기 | 이력해설 | 다운로드 (974 Bytes)
1 | 266a2d4f | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 2d0113f1 | taeseongkim | <configuration> |
3 | <startup> |
||
4 | 266a2d4f | taeseongkim | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
5 | 2d0113f1 | taeseongkim | </startup> |
6 | <runtime> |
||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
8 | 0498c12e | taeseongkim | <!--모든 DLL을 Bin폴더에서 참조한다.--> |
9 | 266a2d4f | taeseongkim | <probing privatePath="bin" /> |
10 | 45f9a2ad | taeseongkim | <!--<dependentAssembly> |
11 | 2d0113f1 | taeseongkim | <assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" /> |
12 | <bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" /> |
||
13 | 45f9a2ad | taeseongkim | </dependentAssembly>--> |
14 | 266a2d4f | taeseongkim | <dependentAssembly> |
15 | <assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
||
16 | <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0" /> |
||
17 | </dependentAssembly> |
||
18 | 2d0113f1 | taeseongkim | </assemblyBinding> |
19 | </runtime> |
||
20 | <system.serviceModel> |
||
21 | 06f13e11 | taeseongkim | <bindings /> |
22 | <client /> |
||
23 | 2d0113f1 | taeseongkim | </system.serviceModel> |
24 | </configuration> |