From c52a40fc649b0aebb673cced64a2773aa2425e2d Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 8 Dec 2020 11:36:06 -0600 Subject: Use new BootstrapperApplicationDll element. --- global.json | 2 +- src/wixlib/Dnc.wxs | 15 ++++++++++----- src/wixlib/Mba.wxs | 15 ++++++++++----- src/wixlib/wixstdba_platform.wxi | 19 +++++++++++++------ 4 files changed, 34 insertions(+), 17 deletions(-) diff --git a/global.json b/global.json index a8e56217..4e99abc0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0170" + "WixToolset.Sdk": "4.0.0-build-0171" }, "sdk": { "allowPrerelease": true diff --git a/src/wixlib/Dnc.wxs b/src/wixlib/Dnc.wxs index bb70583a..9b5dc0ee 100644 --- a/src/wixlib/Dnc.wxs +++ b/src/wixlib/Dnc.wxs @@ -6,34 +6,39 @@ Dnc.wxs - .NET Core BA resources. --> - + + - + + - + + - + + - + + diff --git a/src/wixlib/Mba.wxs b/src/wixlib/Mba.wxs index ae3084ca..4667904a 100644 --- a/src/wixlib/Mba.wxs +++ b/src/wixlib/Mba.wxs @@ -6,33 +6,38 @@ Mba.wxs - Managed UX resources. --> - + + - + + - + + - + + - + + diff --git a/src/wixlib/wixstdba_platform.wxi b/src/wixlib/wixstdba_platform.wxi index a4dc917d..fae52b80 100644 --- a/src/wixlib/wixstdba_platform.wxi +++ b/src/wixlib/wixstdba_platform.wxi @@ -4,37 +4,44 @@ - + + - + + - + + - + + - + + - + + + -- cgit v1.2.3-55-g6feb