From a3a3b2aca8978b9ff00d64a3be20ce6525ee78cd Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 5 Jul 2022 10:33:58 -0500 Subject: Add missing Binary simple reference for UI.wixext dll. --- src/ext/UI/wixext/UICompiler.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ext/UI/wixext') diff --git a/src/ext/UI/wixext/UICompiler.cs b/src/ext/UI/wixext/UICompiler.cs index 46b856c0..1d845237 100644 --- a/src/ext/UI/wixext/UICompiler.cs +++ b/src/ext/UI/wixext/UICompiler.cs @@ -90,6 +90,7 @@ namespace WixToolset.UI // in the UI .wixlib. var platform = this.Context.Platform == Platform.ARM64 ? "A64" : this.Context.Platform.ToString(); var source = $"WixUiCa_{platform}"; + this.ParseHelper.CreateSimpleReference(section, sourceLineNumbers, SymbolDefinitions.Binary, source); section.AddSymbol(new CustomActionSymbol(sourceLineNumbers, new Identifier(AccessModifier.Global, "WixUIPrintEula")) { -- cgit v1.2.3-55-g6feb