summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-03-20 17:31:47 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-03-20 17:45:54 -0700
commitd4cfb8f16f860aac6c880280bf42f26105b069aa (patch)
tree25a2fd05312fc055c86b64514e5ff74c392ca8cf
parenta0e26f23c0dc4404f21c19062f30c91b8de69bae (diff)
downloadDotNetOpenAuth-d4cfb8f16f860aac6c880280bf42f26105b069aa.zip
DotNetOpenAuth-d4cfb8f16f860aac6c880280bf42f26105b069aa.tar.gz
DotNetOpenAuth-d4cfb8f16f860aac6c880280bf42f26105b069aa.tar.bz2
Fixed drop to include dotnetopenauth.pdb, and not dotnetopenauth.zip or any other odd files.
-rw-r--r--tools/drop.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/drop.proj b/tools/drop.proj
index 02fdd20..be5d3f9 100644
--- a/tools/drop.proj
+++ b/tools/drop.proj
@@ -41,7 +41,8 @@
"
Exclude="$(ProjectRoot)Doc\README.*.html;" />
<DropBinSourceFiles Include="
- $(ILMergeOutputAssemblyDirectory)$(SignedSubPath)$(ProductName).???;
+ $(ILMergeOutputAssemblyDirectory)$(SignedSubPath)$(ProductName).dll;
+ $(ILMergeOutputAssemblyDirectory)$(ProductName).pdb;
$(OutputPath)$(ProductName).xml;
$(OutputPath)$(SignedSubPath)$(ProductName).Contracts.???;
$(ProjectRoot)Doc\README.Bin.html;