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
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections;
|
---|
3 | using System.Collections.Generic;
|
---|
4 | using System.ComponentModel;
|
---|
5 | using System.Configuration.Install;
|
---|
6 | using System.Linq;
|
---|
7 |
|
---|
8 |
|
---|
9 | namespace HeuristicLab.Clients.Hive.SlaveCore.SlaveWindowsService {
|
---|
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.