aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs
blob: a2d49b18b9dbe63b188875b7ca0cfa760e4baeb9 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8" ?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <Fragment>
        <Variable Name="BadType" Type="doesnotexist" Value="dne" />
    </Fragment>
</Wix>