aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
index 9f5e3f34..57c24f57 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
@@ -6,9 +6,11 @@
6<?define Bar = "Bar" ?> 6<?define Bar = "Bar" ?>
7<?define Bar = "Baz" ?> 7<?define Bar = "Baz" ?>
8 8
9<?ifdef $(sys.WIXVERSION) ?>
9<?if $(sys.WIXMAJORVERSION) >= 4 AND $(sys.WIXMAJORVERSION) < 5 ?> 10<?if $(sys.WIXMAJORVERSION) >= 4 AND $(sys.WIXMAJORVERSION) < 5 ?>
10 <?warning WiX v4 is in effect! ?> 11 <?warning WiX v4 is in effect! ?>
11<?endif?> 12<?endif?>
13<?endif?>
12 14
13<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 15<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
14 <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> 16 <Product Id="*" Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">