From c9e1ef30e408d4669b29257d96ebd89f70d9ae30 Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 12 Feb 2013 07:02:19 +0000 Subject: [PATCH] Made the post build event on BoxPlugin always run, so the credentials files are back where they belong. Also removed the app.config as it's not needed for a DLL... git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2479 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotBoxPlugin/GreenshotBoxPlugin.csproj | 5 +---- GreenshotBoxPlugin/app.config | 19 ------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 GreenshotBoxPlugin/app.config diff --git a/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj b/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj index c563346a3..917c9d4ec 100644 --- a/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj +++ b/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj @@ -12,7 +12,7 @@ False 4 false - OnBuildSuccess + Always @@ -51,9 +51,6 @@ - - - diff --git a/GreenshotBoxPlugin/app.config b/GreenshotBoxPlugin/app.config deleted file mode 100644 index 3e588c04a..000000000 --- a/GreenshotBoxPlugin/app.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - -