diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/drop.proj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/drop.proj b/tools/drop.proj index 6720ae3..4ceb6bd 100644 --- a/tools/drop.proj +++ b/tools/drop.proj @@ -72,7 +72,7 @@ $(ProjectRoot)**\*~; $(ProjectRoot)**\Debug\**; $(ProjectRoot)**\StyleCop.Cache; - $(ProjectRoot)Samples\_ReSharper.Samples\**; + $(ProjectRoot)Samples\_ReSharper.*\**; $(ProjectRoot)Samples\**\DotNetOpenAuth.???; $(ProjectRoot)Samples\**\DotNetOpenAuth.resources.???; $(ProjectRoot)Samples\**\log4net.???; @@ -142,6 +142,10 @@ DowngradeMvc2ToMvc1="$(DowngradeMvc2ToMvc1)" Condition=" '$(DowngradeVS2010ToVS2008)' != 'false' " /> + <ItemGroup> + <!-- Go snag the newly created files so that .zip file will include them. --> + <AllDropTargets Include="$(DropSamplesDirectory)**\*-vs2008.*" /> + </ItemGroup> </Target> <Target Name="Build" DependsOnTargets="Layout" Returns="@(RedistributableFiles)"> |