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