개정판 45f9a2ad
service Controller 수정
wpf mvvm toolkit추가
Change-Id: I377702b7e388e29af1d18647108109d835b4fefb
ConvertService/ServiceBase/Markus.Service.StationController/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 | 2 |
<configuration> |
3 | 3 |
<startup> |
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> |
|
5 | 5 |
</startup> |
6 | 6 |
<runtime> |
7 | 7 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
8 |
<dependentAssembly> |
|
8 |
<probing privatePath="bin"/> |
|
9 |
<!--<dependentAssembly> |
|
9 | 10 |
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" /> |
10 | 11 |
<bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" /> |
11 |
</dependentAssembly> |
|
12 |
</dependentAssembly>-->
|
|
12 | 13 |
</assemblyBinding> |
13 | 14 |
</runtime> |
14 | 15 |
<system.serviceModel> |
15 | 16 |
<bindings> |
16 | 17 |
<basicHttpBinding> |
17 |
<binding name="BasicHttpBinding_IStationService" />
|
|
18 |
<binding name="BasicHttpBinding_IStationService"/> |
|
18 | 19 |
</basicHttpBinding> |
19 | 20 |
</bindings> |
20 | 21 |
<client> |
21 |
<endpoint address="http://192.168.0.76:9111/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService" />
|
|
22 |
<endpoint address="http://192.168.0.76:9111/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService"/> |
|
22 | 23 |
</client> |
23 | 24 |
</system.serviceModel> |
24 | 25 |
</configuration> |
내보내기 Unified diff