aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
blob: 4dd701f083203b510a6f262c8d99307987375bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <ComponentGroup Id="ProductComponents">
            <ComponentGroupRef Id="MinimalComponentGroup"></ComponentGroupRef>
        </ComponentGroup>

        <Property Id="SAMPLECOMPFOUND">
            <ComponentSearch Id="SampleCompSearch" Guid="{4D9A0D20-D0CC-40DE-B580-EAD38B985217}"></ComponentSearch>
        </Property>
    </Fragment>
</Wix>