File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PowerToys Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 99 <PublishProfile >win-$(Platform).pubxml</PublishProfile >
1010 <XesUseOneStoreVersioning >false</XesUseOneStoreVersioning >
1111 <PackageVersion >$(Version)</PackageVersion >
12+ <XES_APPXMANIFESTVERSION >$(PackageVersion)</XES_APPXMANIFESTVERSION >
1213 <!-- Keep the MSIX version in sync with the PowerToys version -->
1314 <AppxPackageVersion >$(Version)</AppxPackageVersion >
1415 <ApplicationDisplayVersion >$(Version)</ApplicationDisplayVersion >
15- <VersionMajor >$([System.Version]::Parse($(Version)).Major)</VersionMajor >
16- <VersionMinor >$([System.Version]::Parse($(Version)).Minor)</VersionMinor >
17- <VersionBuild >$([System.Version]::Parse($(Version)).Build)</VersionBuild >
18- <VersionRevision >0</VersionRevision >
19- <ApplicationVersion >$(VersionMajor).$(VersionMinor).$(VersionBuild).$(VersionRevision)</ApplicationVersion >
2016 <EnableMsixTooling >true</EnableMsixTooling >
2117 <OutputPath >$(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPalExtensions\$(MSBuildProjectName)\</OutputPath >
2218 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
You can’t perform that action at this time.
0 commit comments