summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-09-20 09:23:55 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-09-20 09:23:55 -0700
commite16ccd8f96291b8aed65ba770490dd63a32d04e1 (patch)
tree62e7a4e5f7eb5a16740e0132ea695bdb8aeda75b /tools
parentdcf17d46520ee22d1ab3a9681a3de231c1534bf9 (diff)
downloadDotNetOpenAuth-e16ccd8f96291b8aed65ba770490dd63a32d04e1.zip
DotNetOpenAuth-e16ccd8f96291b8aed65ba770490dd63a32d04e1.tar.gz
DotNetOpenAuth-e16ccd8f96291b8aed65ba770490dd63a32d04e1.tar.bz2
Removed unwanted binaries from samples directories in drop layout.
Diffstat (limited to 'tools')
-rw-r--r--tools/drop.proj7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/drop.proj b/tools/drop.proj
index 4883929..2c072e3 100644
--- a/tools/drop.proj
+++ b/tools/drop.proj
@@ -74,11 +74,8 @@
$(ProjectRoot)**\Debug\**;
$(ProjectRoot)**\StyleCop.Cache;
$(ProjectRoot)Samples\_ReSharper.*\**;
- $(ProjectRoot)Samples\**\DotNetOpenAuth.???;
- $(ProjectRoot)Samples\**\DotNetOpenAuth.resources.???;
- $(ProjectRoot)Samples\**\log4net.???;
- $(ProjectRoot)Samples\**\PresentationCore.dll;
- $(ProjectRoot)Samples\**\System.Printing.dll;
+ $(ProjectRoot)Samples\**\bin\**;
+ $(ProjectRoot)Samples\**\obj\**;
$(ProjectRoot)Samples\**\*.refresh_;
$(ProjectRoot)Samples\*.proj;
" />