aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/UsingProvidesBundle.wxs
blob: 9c3a96908a45e65d37ca62b6f1e5b61c11882829 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <PackageGroup Id="BundlePackages">
            <MsiPackage SourceFile="UsingProvides.msi" />
        </PackageGroup>
    </Fragment>
</Wix>