Last change
on this file since 6368 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
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <configuration>
|
---|
3 |
|
---|
4 | <system.serviceModel>
|
---|
5 | <services>
|
---|
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" />
|
---|
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.