aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs
blob: c5a93eb39a3148c327489f416da34ee7c97ef5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
     xmlns:ex="http://www.example.com/scheams/v1/wxs">
    <Fragment>
        <PackageGroup Id="BundlePackages">
            <PackageGroupRef Id="MinimalPackageGroup" />
        </PackageGroup>

        <ex:ExampleSearchRef Id="ExampleSearchFoo" />
    </Fragment>
</Wix>