Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/17 07:57:24 (7 years ago)
Author:
gkronber
Message:

#2650 merged r14738 from trunk to branch

Location:
branches/symbreg-factors-2650
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650

  • branches/symbreg-factors-2650/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/app.config

    r11623 r14752  
    1 <?xml version="1.0"?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<configuration>
    3   <configSections>
    4   </configSections>
    53  <system.serviceModel>
    6  
    74    <services>
    85      <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
     
    1310      <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
    1411    </client>
    15 
    1612  </system.serviceModel>
    17   <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
     13 
     14  <startup>
     15    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
     16  </startup>
    1817</configuration>
Note: See TracChangeset for help on using the changeset viewer.