Skip to content
Snippets Groups Projects
Commit 81551d35 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Refactoring as defined in coscine/issues#100

parent e51e5543
No related branches found
No related tags found
2 merge requests!2Product/94 conventions,!1Refactoring as defined in coscine/issues#100
# util-ServiceWrapper
# ServiceWrapper
Simple wrapper to start an arbitray executable as a windows service.
Simple wrapper to start an arbitrary executable as a windows service.
## Getting started
......
# util-ServiceWrapper
# ServiceWrapper
Simple wrapper to start an arbitray executable as a windows service.
Simple wrapper to start an arbitrary executable as a windows service.
## Getting started
......
using System.ServiceProcess;
namespace ServiceWrapper
namespace Coscine.ServiceWrapper
{
class CustomService : ServiceBase
{
......
......@@ -2,7 +2,7 @@
using System.Linq;
using System.ServiceProcess;
namespace ServiceWrapper
namespace Coscine.ServiceWrapper
{
class Program
{
......
......@@ -5,7 +5,7 @@ using System.Linq;
using System.Management;
using System.Threading;
namespace ServiceWrapper
namespace Coscine.ServiceWrapper
{
class RunnableWrapper
{
......
......@@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{42841769-E4DB-40FE-B047-46FF9C6D7386}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>ServiceWrapper</RootNamespace>
<RootNamespace>Coscine.ServiceWrapper</RootNamespace>
<AssemblyName>ServiceWrapper</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment