diff --git a/GreenshotBoxPlugin/BoxCredentials.private.cs b/GreenshotBoxPlugin/BoxCredentials.private.cs
deleted file mode 100644
index 83d4005f2..000000000
--- a/GreenshotBoxPlugin/BoxCredentials.private.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Greenshot - a free and open source screenshot tool
- * Copyright (C) 2007-2012 Thomas Braun, Jens Klingen, Robin Krom
- *
- * For more information see: http://getgreenshot.org/
- * The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 1 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
- */
-using System;
-
-namespace GreenshotBoxPlugin {
- ///
- /// This class is merely a placeholder for the file keeping the API key and secret for Box integration.
- /// Copy this file to BoxCredentials.private.cs and fill in valid credentials. (Or empty strings, but of course you won't be able to use the plugin then.)
- ///
- public static class BoxCredentials {
- public static string API_KEY = "gwjm9lx8df7y2xskay4f1yxkrakhgy7n";
- }
-}
\ No newline at end of file
diff --git a/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj b/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj
index 275f9fb6d..28aaac5b7 100644
--- a/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj
+++ b/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj
@@ -20,7 +20,8 @@
- ..\lib\log4net.dll
+ False
+ ..\Greenshot\lib\log4net.dll
diff --git a/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj b/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj
index 370225b56..126474b15 100644
--- a/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj
+++ b/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj
@@ -19,21 +19,6 @@
3.5
- false
- publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
diff --git a/GreenshotDropboxPlugin/DropBoxCredentials.private.cs b/GreenshotDropboxPlugin/DropBoxCredentials.private.cs
deleted file mode 100644
index 1be011828..000000000
--- a/GreenshotDropboxPlugin/DropBoxCredentials.private.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace GreenshotDropboxPlugin
-{
- public static class DropBoxCredentials {
- public static string CONSUMER_KEY = "u7c1rpxht2x5s1r";
- public static string CONSUMER_SECRET = "apitf6xvdaysaww";
- }
-}
diff --git a/GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj b/GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj
index 395cb230f..aa67490e7 100644
--- a/GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj
+++ b/GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj
@@ -18,9 +18,9 @@
-
+
False
- ..\lib\log4net.dll
+ ..\Greenshot\lib\log4net.dll
diff --git a/GreenshotFlickrPlugin/FlickrCredentials.private.cs b/GreenshotFlickrPlugin/FlickrCredentials.private.cs
deleted file mode 100644
index 6d4b25296..000000000
--- a/GreenshotFlickrPlugin/FlickrCredentials.private.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-
-namespace GreenshotFlickrPlugin {
- public static class FlickrCredentials {
- public static string ConsumerKey = "f967e5148945cb3c4e149cc5be97796a";
- public static string ConsumerSecret = "4180a21a1d2f8666";
- }
-}
diff --git a/GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj b/GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj
index d94e10010..26f147b41 100644
--- a/GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj
+++ b/GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj
@@ -18,7 +18,8 @@
- ..\lib\log4net.dll
+ False
+ ..\Greenshot\lib\log4net.dll
diff --git a/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj b/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj
index c2726e883..6024e1e67 100644
--- a/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj
+++ b/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj
@@ -19,9 +19,9 @@
-
+
False
- ..\lib\log4net.dll
+ ..\Greenshot\lib\log4net.dll
diff --git a/GreenshotPicasaPlugin/PicasaCredentials.private.cs b/GreenshotPicasaPlugin/PicasaCredentials.private.cs
deleted file mode 100644
index 608d55e8e..000000000
--- a/GreenshotPicasaPlugin/PicasaCredentials.private.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-
-namespace GreenshotPicasaPlugin {
- public static class PicasaCredentials {
- public static string ConsumerKey = "488999805833.apps.googleusercontent.com";
- public static string ConsumerSecret = "t8m9BeuoEFsEl22TsqfRQt8w";
- }
-}