@joebigelow / wix / commits / 02c1eeab

Add InstallerPlatform as define constant for .wixprojs

Rob Mensching committed Aug 6, 2022 at 15:39 UTC 02c1eeab7c905833a6a5e3bc6225409ebd7349aa
1 file changed +1
src/wix/WixToolset.Sdk/tools/wix.targets
+1
@@ -701,6 +701,7 @@
701 <ProjectDefineConstants>
702 Configuration=$(ConfigurationName);
703 OutDir=$(OutDir);
704 + InstallerPlatform=$(InstallerPlatform);
705 Platform=$(PlatformName);
706 ProjectDir=$(ProjectDir);
707 ProjectExt=$(ProjectExt);