Last change
on this file since 5955 was
5599,
checked in by ascheibe, 14 years ago
|
#1233
- rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
- use svcutil (OKB-style)
|
File size:
538 bytes
|
Rev | Line | |
---|
[5158] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
| 3 |
|
---|
| 4 | <system.serviceModel>
|
---|
| 5 | <services>
|
---|
[5599] | 6 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
| 7 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom"
|
---|
| 8 | binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication" />
|
---|
[5158] | 9 | </service>
|
---|
| 10 | </services>
|
---|
| 11 | </system.serviceModel>
|
---|
| 12 |
|
---|
| 13 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.