diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-29 19:28:50 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-29 19:53:29 +1000 |
commit | 39e930d9aaff250e0fd5019eeedaa40717a6c6fe (patch) | |
tree | bc0865bc6c9ced1b4a06b408ff60cb83ef73cad3 /src/wixlib/bal.wixproj | |
parent | f4b14ff16f78435285bb20f16d5d62b902e6ba17 (diff) | |
download | wix-39e930d9aaff250e0fd5019eeedaa40717a6c6fe.tar.gz wix-39e930d9aaff250e0fd5019eeedaa40717a6c6fe.tar.bz2 wix-39e930d9aaff250e0fd5019eeedaa40717a6c6fe.zip |
Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA.
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/bal.wixproj | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
14 | 14 | ||
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <Compile Include="BalExtension.wxs" /> | 16 | <Compile Include="BalExtension.wxs" /> |
17 | <Compile Include="Dnc.wxs" /> | ||
17 | <Compile Include="Mba.wxs" /> | 18 | <Compile Include="Mba.wxs" /> |
18 | <Compile Include="wixstdba.wxs" /> | 19 | <Compile Include="wixstdba.wxs" /> |
19 | <Compile Include="wixstdba_x86.wxs" /> | 20 | <Compile Include="wixstdba_x86.wxs" /> |
@@ -33,6 +34,10 @@ | |||
33 | </ItemGroup> | 34 | </ItemGroup> |
34 | 35 | ||
35 | <ItemGroup> | 36 | <ItemGroup> |
37 | <ProjectReference Include="..\dnchost\dnchost.vcxproj"> | ||
38 | <Name>dnchost</Name> | ||
39 | <Project>{B6F70281-6583-4138-BB7F-AABFEBBB3CA2}</Project> | ||
40 | </ProjectReference> | ||
36 | <ProjectReference Include="..\mbahost\mbahost.vcxproj"> | 41 | <ProjectReference Include="..\mbahost\mbahost.vcxproj"> |
37 | <Name>mbahost</Name> | 42 | <Name>mbahost</Name> |
38 | <Project>{12C87C77-3547-44F8-8134-29BC915CB19D}</Project> | 43 | <Project>{12C87C77-3547-44F8-8134-29BC915CB19D}</Project> |