Changeset 5721 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/app.config
- Timestamp:
- 03/16/11 18:05:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/app.config
r5314 r5721 1 1 <?xml version="1.0"?> 2 2 <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.