Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/09/17 11:02:20 (7 years ago)
Author:
jkarder
Message:

#2743: cleaned up

  • regenerated service clients
  • updated app configs
  • removed old partial classes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/app.config

    r11623 r14738  
    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.