aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BadEnsureTable/BadEnsureTable.wxs
blob: 3caa20ff0ef6bc1a0afe825a84084773c848ce3a (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>
        <ComponentGroup Id="ProductComponents">
            <ComponentGroupRef Id="MinimalComponentGroup" />
        </ComponentGroup>

        <ex:ExampleEnsureTable />
    </Fragment>
</Wix>