From b029195260363c18234fb5de1d4557fb6aa616f7 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Thu, 25 Jul 2013 12:18:50 -0700 Subject: [PATCH] Service helpers should be part of the package again. --- ServiceHelpers/ServiceInstall/ServiceInstall.csproj | 4 ++-- ServiceHelpers/ServiceInstall/app.config | 5 ++++- ServiceHelpers/ServiceUninstall/ServiceUninstall.csproj | 4 ++-- ServiceHelpers/ServiceUninstall/app.config | 5 ++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ServiceHelpers/ServiceInstall/ServiceInstall.csproj b/ServiceHelpers/ServiceInstall/ServiceInstall.csproj index 4b94beda8..d48f3ed86 100644 --- a/ServiceHelpers/ServiceInstall/ServiceInstall.csproj +++ b/ServiceHelpers/ServiceInstall/ServiceInstall.csproj @@ -22,7 +22,7 @@ true full false - bin\Debug\ + ..\..\_output\ DEBUG;TRACE prompt 4 @@ -31,7 +31,7 @@ x86 pdbonly true - bin\Release\ + ..\..\_output\ TRACE prompt 4 diff --git a/ServiceHelpers/ServiceInstall/app.config b/ServiceHelpers/ServiceInstall/app.config index e36560333..e33d6f761 100644 --- a/ServiceHelpers/ServiceInstall/app.config +++ b/ServiceHelpers/ServiceInstall/app.config @@ -1,3 +1,6 @@ - + + + + diff --git a/ServiceHelpers/ServiceUninstall/ServiceUninstall.csproj b/ServiceHelpers/ServiceUninstall/ServiceUninstall.csproj index 2921fec31..360c6a8a9 100644 --- a/ServiceHelpers/ServiceUninstall/ServiceUninstall.csproj +++ b/ServiceHelpers/ServiceUninstall/ServiceUninstall.csproj @@ -22,7 +22,7 @@ true full false - bin\Debug\ + ..\..\_output\ DEBUG;TRACE prompt 4 @@ -31,7 +31,7 @@ x86 pdbonly true - bin\Release\ + ..\..\_output\ TRACE prompt 4 diff --git a/ServiceHelpers/ServiceUninstall/app.config b/ServiceHelpers/ServiceUninstall/app.config index e36560333..e33d6f761 100644 --- a/ServiceHelpers/ServiceUninstall/app.config +++ b/ServiceHelpers/ServiceUninstall/app.config @@ -1,3 +1,6 @@ - + + + +