summaryrefslogtreecommitdiffstats
path: root/build.proj
diff options
context:
space:
mode:
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 3661fea..8e34a8d 100644
--- a/build.proj
+++ b/build.proj
@@ -165,7 +165,6 @@
Exclude="$(ProjectRoot)\Doc\README.*.html;" />
<DropBinSourceFiles Include="
$(OutputPath)\$(ProductName).???;
- $(OutputPath)\$(ProductName).Contracts.???;
$(ProjectRoot)\Doc\README.Bin.html;
$(ProjectRoot)\src\$(ProductName)\Configuration\$(ProductName).xsd;
" />
@@ -186,6 +185,8 @@
$(ProjectRoot)\**\Settings.StyleCop;
$(ProjectRoot)\Samples\**\DotNetOpenAuth.???;
$(ProjectRoot)\Samples\**\log4net.???;
+ $(ProjectRoot)\Samples\**\PresentationCore.dll;
+ $(ProjectRoot)\Samples\**\System.Printing.dll;
$(ProjectRoot)\Samples\**\*.refresh_;
" />
<!-- Some .refresh files are only applicable to drop builds, so we rename them from *.refresh_ -->