From c4ffb9967e4e4f7d67f5925208e3e0a885e903c5 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 21 Nov 2022 16:57:23 -0500 Subject: Better solution to the UI custom action "problem." Add platform-specific fragments that are referenced by the compiler extension. That makes it easier to customize: Just copy the dialog set authoring and rename, like in v3. --- src/ext/UI/wixlib/ui.wixproj | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'src/ext/UI/wixlib/ui.wixproj') diff --git a/src/ext/UI/wixlib/ui.wixproj b/src/ext/UI/wixlib/ui.wixproj index d7c6e638..ebac0c79 100644 --- a/src/ext/UI/wixlib/ui.wixproj +++ b/src/ext/UI/wixlib/ui.wixproj @@ -1,12 +1,10 @@ - Library true en-us - $(DefineConstants); @@ -19,20 +17,20 @@ upIco=$(MSBuildProjectDirectory)\Bitmaps\up.ico; - - - - + + + + + + - - - + \ No newline at end of file -- cgit v1.2.3-55-g6feb