aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs
blob: 68d115c5d9b48d2cc80f6071019f418215bd09dd (plain)
1
2
3
4
<?xml version="1.0" encoding="utf-8" ?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
    <?define Test = "$(env.CommonProgramFiles(x86))" ?>
</Wix>