Last change
on this file since 12563 was
11623,
checked in by ascheibe, 10 years ago
|
#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)
|
File size:
825 bytes
|
Rev | Line | |
---|
[6983] | 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>
|
---|
[11623] | 17 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
|
---|
[6983] | 18 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.