summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj9
1 files changed, 7 insertions, 2 deletions
diff --git a/build.proj b/build.proj
index 38013bf..9850aba 100644
--- a/build.proj
+++ b/build.proj
@@ -110,8 +110,13 @@
$(ProjectRoot)\Doc\*.htm*;
$(ProjectRoot)\LICENSE.txt;
$(ProjectRoot)\CONTRIB.txt;
- " />
- <DropBinSourceFiles Include="$(OutputPath)\$(ProductName).???" />
+ "
+ Exclude="$(ProjectRoot)\Doc\README.*.html;" />
+ <DropBinSourceFiles Include="
+ $(OutputPath)\$(ProductName).???;
+ $(OutputPath)\$(ProductName).Contracts.???;
+ $(ProjectRoot)\Doc\README.Bin.html;
+ " />
<DropSamplesSourceFiles Include="$(ProjectRoot)\Samples\**" Exclude="
$(ProjectRoot)\**\obj\**;
$(ProjectRoot)\**\*.user;