Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/11 18:05:56 (14 years ago)
Author:
ascheibe
Message:

#1233 worked on slave and slave service installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/app.config

    r5314 r5721  
    11<?xml version="1.0"?>
    22<configuration>
    3 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></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 TracChangeset for help on using the changeset viewer.