From 7ce477c6863c74ef0a50d117d8c28b2f19971b42 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 29 Jan 2022 23:44:11 -0500 Subject: Add compiler extension to handle platforms. Custom actions to print EULA and validate install directories are defined in WixUIExtension compiler extension, to handle platform-specific custom actions referred to from `DoAction` control events. This is the least-worst solution, given the `DoAction` approach used in the WixUI authoring and anyone customizing a WixUI set. --- src/ext/UI/ca/uica.vcxproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/ext/UI/ca') diff --git a/src/ext/UI/ca/uica.vcxproj b/src/ext/UI/ca/uica.vcxproj index e06b7572..27f0faa7 100644 --- a/src/ext/UI/ca/uica.vcxproj +++ b/src/ext/UI/ca/uica.vcxproj @@ -11,6 +11,22 @@ Release Win32 + + Debug + x64 + + + Release + x64 + + + Debug + ARM64 + + + Release + ARM64 + -- cgit v1.2.3-55-g6feb