aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/PackageComponents.wxs
blob: 7a0485ed4dbf739cb02d43b69c78fd294157cf7b (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>
    <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
        <?include DontDoThis.wxi ?>
    </ComponentGroup>
  </Fragment>
</Wix>