Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/app.config @ 6004

Last change on this file since 6004 was 5795, checked in by ascheibe, 13 years ago

#1233 various slave and slave tray icon improvements

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