diff options
Diffstat (limited to 'src/wixlib/bal.wixproj')
-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> |