File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments