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