Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.cs @ 5728

Last change on this file since 5728 was 5599, checked in by ascheibe, 14 years ago

#1233

  • rename 'Slave' namespace to 'SlaveCore' (and assemblies etc) to avoid problems with 'Slave' class
  • use svcutil (OKB-style)
File size: 426 bytes
RevLine 
[5283]1using System;
2using System.Collections;
3using System.Collections.Generic;
[5280]4using System.ComponentModel;
[5283]5using System.Configuration.Install;
6using System.Linq;
[5280]7
8
[5599]9namespace HeuristicLab.Clients.Hive.SlaveCore.SlaveWindowsService {
[5280]10  [RunInstaller(true)]
11  public partial class ProjectInstaller : System.Configuration.Install.Installer {
12    public ProjectInstaller() {
13      InitializeComponent();
14    }
15  }
16}
Note: See TracBrowser for help on using the repository browser.