Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5787 was 5721, checked in by ascheibe, 13 years ago

#1233 worked on slave and slave service installer

File size: 529 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
11  </system.serviceModel>
12  <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
13</configuration>
Note: See TracBrowser for help on using the repository browser.