Last change
on this file since 15296 was
14738,
checked in by jkarder, 8 years ago
|
#2743: cleaned up
- regenerated service clients
- updated app configs
- removed old partial classes
|
File size:
809 bytes
|
Rev | Line | |
---|
[14738] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[6983] | 2 | <configuration>
|
---|
| 3 | <system.serviceModel>
|
---|
| 4 | <services>
|
---|
| 5 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
| 6 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
| 7 | </service>
|
---|
| 8 | </services>
|
---|
| 9 | <client>
|
---|
| 10 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
| 11 | </client>
|
---|
| 12 | </system.serviceModel>
|
---|
[14738] | 13 |
|
---|
| 14 | <startup>
|
---|
| 15 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
| 16 | </startup>
|
---|
[6983] | 17 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.