diff options
author | Rob Mensching <rob@firegiant.com> | 2023-02-14 23:11:29 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-02-21 23:31:32 -0700 |
commit | 3cb9bbe90e329a3550bb55fda5c620f23fc4eb86 (patch) | |
tree | 78064d1008a6f8c6682e8adc9b4f85d18e4bfed2 /src/ext/UI/wixlib/Common_Platform.wxi | |
parent | 69f11ee0275692528ed034a3885fa9f0c1504704 (diff) | |
download | wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.tar.gz wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.tar.bz2 wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.zip |
Update some extensions to take advantage of multitargeting project references
Diffstat (limited to 'src/ext/UI/wixlib/Common_Platform.wxi')
-rw-r--r-- | src/ext/UI/wixlib/Common_Platform.wxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/UI/wixlib/Common_Platform.wxi b/src/ext/UI/wixlib/Common_Platform.wxi index cd050e06..329abb2e 100644 --- a/src/ext/UI/wixlib/Common_Platform.wxi +++ b/src/ext/UI/wixlib/Common_Platform.wxi | |||
@@ -13,6 +13,6 @@ | |||
13 | </Fragment> | 13 | </Fragment> |
14 | 14 | ||
15 | <Fragment> | 15 | <Fragment> |
16 | <Binary Id="WixUiCa$(Suffix)" SourceFile="!(bindpath.$(platform))uica.dll" /> | 16 | <Binary Id="WixUiCa$(Suffix)" SourceFile="!(bindpath.uica.$(platform))uica.dll" /> |
17 | </Fragment> | 17 | </Fragment> |
18 | </Include> | 18 | </Include> |