diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-22 21:08:02 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-22 21:08:02 -0800 |
commit | 85a450559f67fb77f79ef11c72082be07a17188e (patch) | |
tree | 793cc67a6e7d044bb2f548277b6ff314d8eb7e41 /samples/Samples.proj | |
parent | 4ac802850cb20ba22da49280c30510841354940a (diff) | |
download | DotNetOpenAuth-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.proj | 2 |
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> |