aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs
blob: c3528a67858cce13af0fc481a51cb68e489e0d7f (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8" ?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
  <Fragment>
    <Binary Id="Bound" SourceFile="!(wix.Test=data\test.txt)" />
  </Fragment>
</Wix>