Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/16/17 13:03:37 (7 years ago)
Author:
jkarder
Message:

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

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/app.config

    r11920 r15261  
    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.