aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-01 23:34:57 -0800
committerRob Mensching <rob@firegiant.com>2021-03-02 02:21:22 -0800
commit7eab295351796e2b41c1805d027957e1a7d9ddc6 (patch)
treee7c808ac19909fd9c14989d2ff3040ede2e5fe3d /src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
parent3eb3c26c796984b64365fda077f173af8bf31559 (diff)
downloadwix-7eab295351796e2b41c1805d027957e1a7d9ddc6.tar.gz
wix-7eab295351796e2b41c1805d027957e1a7d9ddc6.tar.bz2
wix-7eab295351796e2b41c1805d027957e1a7d9ddc6.zip
Correctly set the parent SourceLineNumber for include files
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
index 6269fe9d..48a38e85 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
@@ -1,4 +1,4 @@
1<?include Package.wxi ?> 1<?include Package.wxi ?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Package Name="MsiPackage" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="no" InstallerVersion="200" Scope="perMachine"> 3 <Package Name="MsiPackage" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="no" InstallerVersion="200" Scope="perMachine">
4 4