diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-02 16:07:41 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-02 16:07:41 -0800 |
commit | ad1da88a61ca9ab4d59df68c432ba1d4dd3bbc99 (patch) | |
tree | cf3019b2a3aeab61b3096a3a98d694f4bdffb948 | |
parent | ad7d48ec0be1a5eb22da47ae70073cc0fb87d742 (diff) | |
download | DotNetOpenAuth-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.proj | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |