Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/app.config @ 12031

Last change on this file since 12031 was 12031, checked in by bburlacu, 9 years ago

#2276: Merged trunk changes.

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.5"/></startup>
18</configuration>
Note: See TracBrowser for help on using the repository browser.