Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Renamed output VSIX in preparation for other single-project-template …
Browse files Browse the repository at this point in the history
…VSIXs.
  • Loading branch information
AArnott committed Feb 3, 2010
1 parent ad7d48e commit ad1da88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Expand Up @@ -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)"
Expand Down

0 comments on commit ad1da88

Please sign in to comment.