Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/11 14:18:29 (13 years ago)
Author:
ascheibe
Message:

#1233

  • rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
  • use svcutil (OKB-style)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.Designer.cs

    r5283 r5599  
    1 namespace HeuristicLab.Clients.Hive.Slave.SlaveWindowsService {
     1namespace HeuristicLab.Clients.Hive.SlaveCore.SlaveWindowsService {
    22  partial class ProjectInstaller {
    33    /// <summary>
     
    3737      // serviceInstaller1
    3838      //
    39       this.serviceInstaller1.ServiceName = "HeuristicLab.Clients.Hive.Slave.SlaveWindowsService";
     39      this.serviceInstaller1.ServiceName = "HeuristicLab.Clients.Hive.SlaveCore.SlaveWindowsService";
    4040      this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
    4141      //
Note: See TracChangeset for help on using the changeset viewer.