source:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveWindowsService/ProjectInstaller.cs
@
5306
Last change on this file since 5306 was 5283, checked in by ascheibe, 14 years ago | |
---|---|
File size: 422 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.Slave.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.