Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/app.config @ 5158

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

Adapt test cases to slave - client communication. #1233

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