diff options
Diffstat (limited to 'build.proj')
-rw-r--r-- | build.proj | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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_ --> |