- Timestamp:
- 03/16/17 07:57:24 (8 years ago)
- Location:
- branches/symbreg-factors-2650
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/symbreg-factors-2650
- Property svn:mergeinfo changed
/trunk/sources merged: 14738
- Property svn:mergeinfo changed
-
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"?> 2 2 <configuration> 3 <configSections>4 </configSections>5 3 <system.serviceModel> 6 7 4 <services> 8 5 <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService"> … … 13 10 <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/> 14 11 </client> 15 16 12 </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> 18 17 </configuration>
Note: See TracChangeset
for help on using the changeset viewer.