summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-14 19:59:52 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-14 19:59:52 -0800
commit098e34ea4f12a3c22d3647e611a13d74e8ce754e (patch)
tree2b00624375ad2622acdadd24eda8b318589c95f0
parentca97af62c28fe74a5a5d5c365b16a0360f0aa7e3 (diff)
downloadDotNetOpenAuth-098e34ea4f12a3c22d3647e611a13d74e8ce754e.zip
DotNetOpenAuth-098e34ea4f12a3c22d3647e611a13d74e8ce754e.tar.gz
DotNetOpenAuth-098e34ea4f12a3c22d3647e611a13d74e8ce754e.tar.bz2
Removed superfluous <Delete> tasks preceding <Zip> tasks since <Zip> overwrites the old file.
-rw-r--r--build.proj5
1 files changed, 0 insertions, 5 deletions
diff --git a/build.proj b/build.proj
index fc83ce2..efaec57 100644
--- a/build.proj
+++ b/build.proj
@@ -137,7 +137,6 @@
<ToolsZip>$(ToolsDirectoryNoSlash).zip</ToolsZip>
</PropertyGroup>
- <Delete Files="$(ToolsZip)" />
<Zip ZipFileName="$(ToolsZip)"
Files="@(AllToolTargets)"
WorkingDirectory="$(ToolsDirectory)" />
@@ -289,7 +288,6 @@
</VSProjectTemplateContents>
</ItemGroup>
- <Delete Files="@(VSProjectTemplateZipFiles)" />
<Zip
Files="@(VSProjectTemplateContents)"
ZipFileName="%(VSProjectTemplateContents.ZipFile)"
@@ -305,7 +303,6 @@
" />
</ItemGroup>
- <Delete Files="$(ProjectTemplatesVsi)" />
<Zip
Files="@(ProjectTemplateVsiContents)"
ZipFileName="$(ProjectTemplatesVsi)"
@@ -343,7 +340,6 @@
</Target>
<Target Name="vsix" DependsOnTargets="VsixLayout">
- <Delete Files="$(ExtensionVsix)" />
<Zip
Files="@(ExtensionVsixContents)"
ZipFileName="$(ExtensionVsix)"
@@ -493,7 +489,6 @@
<PropertyGroup>
<DropZip>$(DropDirectoryNoSlash).zip</DropZip>
</PropertyGroup>
- <Delete Files="$(DropZip)" />
<Zip Files="@(AllDropTargets)" ZipFileName="$(DropZip)" WorkingDirectory="$(DropsRoot)" />
</Target>