diff options
author | Rob Mensching <rob@firegiant.com> | 2022-08-06 15:39:59 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-08-06 18:45:31 -0700 |
commit | 02c1eeab7c905833a6a5e3bc6225409ebd7349aa (patch) | |
tree | b494b9c6b431006ced87386fbb000efc3140f790 | |
parent | 3b870b5493458ec6b2febc7dd7a154688a36152f (diff) | |
download | wix-02c1eeab7c905833a6a5e3bc6225409ebd7349aa.tar.gz wix-02c1eeab7c905833a6a5e3bc6225409ebd7349aa.tar.bz2 wix-02c1eeab7c905833a6a5e3bc6225409ebd7349aa.zip |
Add InstallerPlatform as define constant for .wixprojs
-rw-r--r-- | src/wix/WixToolset.Sdk/tools/wix.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index 752753b6..2f64f7b2 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets | |||
@@ -701,6 +701,7 @@ | |||
701 | <ProjectDefineConstants> | 701 | <ProjectDefineConstants> |
702 | Configuration=$(ConfigurationName); | 702 | Configuration=$(ConfigurationName); |
703 | OutDir=$(OutDir); | 703 | OutDir=$(OutDir); |
704 | InstallerPlatform=$(InstallerPlatform); | ||
704 | Platform=$(PlatformName); | 705 | Platform=$(PlatformName); |
705 | ProjectDir=$(ProjectDir); | 706 | ProjectDir=$(ProjectDir); |
706 | ProjectExt=$(ProjectExt); | 707 | ProjectExt=$(ProjectExt); |