Last change
on this file since 7928 was
6983,
checked in by ascheibe, 13 years ago
|
#1672
- added the Hive Services and Slave projects
- added missing svn ignores
|
File size:
825 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | </configSections>
|
---|
5 | <system.serviceModel>
|
---|
6 |
|
---|
7 | <services>
|
---|
8 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
9 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
10 | </service>
|
---|
11 | </services>
|
---|
12 | <client>
|
---|
13 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
|
---|
14 | </client>
|
---|
15 |
|
---|
16 | </system.serviceModel>
|
---|
17 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
---|
18 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.