Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/app.config

Last change on this file was 15261, checked in by jkarder, 7 years ago

#2743: merged r14722, r14726, r14732, r14738, r14748:14749, r14820, r14828, r15005 and r15075 into stable

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