aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/bal.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/bal.wixproj')
-rw-r--r--src/wixlib/bal.wixproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj
index 875283f9..fbac3baa 100644
--- a/src/wixlib/bal.wixproj
+++ b/src/wixlib/bal.wixproj
@@ -14,7 +14,6 @@
14 14
15 <ItemGroup> 15 <ItemGroup>
16 <Compile Include="BalExtension.wxs" /> 16 <Compile Include="BalExtension.wxs" />
17 <!-- TODO: Reenable when compiling Bundle elements is supported
18 <Compile Include="Mba.wxs" /> 17 <Compile Include="Mba.wxs" />
19 <Compile Include="NetFx4AsPrereq.wxs" /> 18 <Compile Include="NetFx4AsPrereq.wxs" />
20 <Compile Include="NetFx45AsPrereq.wxs" /> 19 <Compile Include="NetFx45AsPrereq.wxs" />
@@ -25,7 +24,11 @@
25 <Compile Include="NetFx462AsPrereq.wxs" /> 24 <Compile Include="NetFx462AsPrereq.wxs" />
26 <Compile Include="wixstdba.wxs" /> 25 <Compile Include="wixstdba.wxs" />
27 <Compile Include="wixstdba_x86.wxs" /> 26 <Compile Include="wixstdba_x86.wxs" />
28 --> 27 </ItemGroup>
28
29 <ItemGroup>
30 <None Include="caSuffix.wxi" />
31 <None Include="wixstdba_platform.wxi" />
29 </ItemGroup> 32 </ItemGroup>
30 33
31 <ItemGroup> 34 <ItemGroup>
@@ -33,7 +36,7 @@
33 </ItemGroup> 36 </ItemGroup>
34 37
35 <ItemGroup> 38 <ItemGroup>
36 <BindInputPaths Include="$(OutputPath)WixstdbaResources\" /> 39 <BindInputPaths Include="..\wixstdba\Resources\" />
37 </ItemGroup> 40 </ItemGroup>
38 41
39 <ItemGroup> 42 <ItemGroup>