From 39e930d9aaff250e0fd5019eeedaa40717a6c6fe Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 29 Apr 2020 19:28:50 +1000 Subject: Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA. --- src/wixlib/Dnc.wxs | 21 +++++++++++++++++++++ src/wixlib/bal.wixproj | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 src/wixlib/Dnc.wxs (limited to 'src/wixlib') diff --git a/src/wixlib/Dnc.wxs b/src/wixlib/Dnc.wxs new file mode 100644 index 00000000..65a59e61 --- /dev/null +++ b/src/wixlib/Dnc.wxs @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj index c33375fe..a158cd81 100644 --- a/src/wixlib/bal.wixproj +++ b/src/wixlib/bal.wixproj @@ -14,6 +14,7 @@ + @@ -33,6 +34,10 @@ + + dnchost + {B6F70281-6583-4138-BB7F-AABFEBBB3CA2} + mbahost {12C87C77-3547-44F8-8134-29BC915CB19D} -- cgit v1.2.3-55-g6feb