Skip to content

Commit be9414a

Browse files
author
Paul van Brenk
committed
Add manifest build version to make insertions into VS easier
1 parent 0bd757f commit be9414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nodejs/Setup/NodejsTools.vsmanproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<!-- Define properties that drive the manifest creation here. -->
1515
<FinalizeManifest>true</FinalizeManifest>
1616
<FinalizeSkipLayout>true</FinalizeSkipLayout>
17-
<BuildNumber>$(VSTarget).$(BuildNumber)</BuildNumber>
1817
<TargetName>$(MSBuildProjectName)</TargetName>
1918
</PropertyGroup>
2019
<PropertyGroup>
2120
<!-- NTVS uses BuildVersion as 'major.minor.build.revision' and BuildNumber is 'build.revision'.
2221
But VS Manifest task wants BuildNumber to be 'major.minor.build.revision' -->
2322
<BuildNumber>$(BuildVersion)</BuildNumber>
23+
<ManifestBuildVersion>$(BuildVersion)</ManifestBuildVersion>
2424
<OutputPath>$(BinDirectory)\$(Configuration)\</OutputPath>
2525
</PropertyGroup>
2626
<ItemGroup>

0 commit comments

Comments
 (0)