summaryrefslogtreecommitdiffstats
path: root/samples/Samples.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-12-22 21:08:02 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-12-22 21:08:02 -0800
commit85a450559f67fb77f79ef11c72082be07a17188e (patch)
tree793cc67a6e7d044bb2f548277b6ff314d8eb7e41 /samples/Samples.proj
parent4ac802850cb20ba22da49280c30510841354940a (diff)
downloadDotNetOpenAuth-85a450559f67fb77f79ef11c72082be07a17188e.zip
DotNetOpenAuth-85a450559f67fb77f79ef11c72082be07a17188e.tar.gz
DotNetOpenAuth-85a450559f67fb77f79ef11c72082be07a17188e.tar.bz2
Build system can now generate .zip OR .7z on demand given a build property.
Diffstat (limited to 'samples/Samples.proj')
-rw-r--r--samples/Samples.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Samples.proj b/samples/Samples.proj
index ed37e6d..e6ac9f8 100644
--- a/samples/Samples.proj
+++ b/samples/Samples.proj
@@ -58,7 +58,7 @@
<Target Name="PrepareForPublish" DependsOnTargets="Build">
<PropertyGroup>
- <SamplesZip>$(DropDirectoryNoSlash)-samples.7z</SamplesZip>
+ <SamplesZip>$(DropDirectoryNoSlash)-samples$(ZipFormat)</SamplesZip>
</PropertyGroup>
<ItemGroup>