Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <configuration>
|
---|
3 |
|
---|
4 | <system.serviceModel>
|
---|
5 | <services>
|
---|
6 | <service name="HeuristicLab.Clients.Hive.Slave.SlaveCommunicationService">
|
---|
7 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.Slave.ServiceContracts.ISlaveCommunication"/>
|
---|
8 | </service>
|
---|
9 | </services>
|
---|
10 | </system.serviceModel>
|
---|
11 |
|
---|
12 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.