diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs new file mode 100644 index 00000000..a93b23ef --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 2 | <Fragment> | ||
| 3 | <PackageGroup Id="BundlePackages"> | ||
| 4 | <PackageGroupRef Id="MinimalPackageGroup"/> | ||
| 5 | </PackageGroup> | ||
| 6 | <Container Id="_1" Type="detached"> | ||
| 7 | <PackageGroupRef Id="MinimalPackageGroup"/> | ||
| 8 | </Container> | ||
| 9 | </Fragment> | ||
| 10 | </Wix> \ No newline at end of file | ||
