summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-02 16:07:41 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-02 16:07:41 -0800
commitad1da88a61ca9ab4d59df68c432ba1d4dd3bbc99 (patch)
treecf3019b2a3aeab61b3096a3a98d694f4bdffb948
parentad7d48ec0be1a5eb22da47ae70073cc0fb87d742 (diff)
downloadDotNetOpenAuth-ad1da88a61ca9ab4d59df68c432ba1d4dd3bbc99.zip
DotNetOpenAuth-ad1da88a61ca9ab4d59df68c432ba1d4dd3bbc99.tar.gz
DotNetOpenAuth-ad1da88a61ca9ab4d59df68c432ba1d4dd3bbc99.tar.bz2
Renamed output VSIX in preparation for other single-project-template VSIXs.
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 4dbd083..c59d564 100644
--- a/build.proj
+++ b/build.proj
@@ -444,7 +444,7 @@
<Target Name="vsix" DependsOnTargets="VsixLayout;_SetDropProperties">
<PropertyGroup>
- <ExtensionVsix>$(DropDirectoryNoSlash).vsix</ExtensionVsix>
+ <ExtensionVsix>$(DropsRoot)$(ProductName) SDK-$(BuildVersion).vsix</ExtensionVsix>
</PropertyGroup>
<Zip
Files="@(ExtensionVsixContents)"