aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs')
-rw-r--r--src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs b/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs
new file mode 100644
index 00000000..b3538c68
--- /dev/null
+++ b/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
4 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
5 <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost" />
6 <Chain>
7 <PackageGroupRef Id="NetFx462Redist" />
8 </Chain>
9 </Bundle>
10</Wix>