diff options
-rw-r--r-- | tools/drop.proj | 3 |
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; |