aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtension.wxs
blob: eefae822e96e481308bb8245b0e0879a4994e4a1 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <BundleExtension Id="ExampleBext" SourceFile="fakeba.dll" Name="fakebext.dll" />
    </Fragment>
</Wix>