aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2017-12-29 15:12:24 -0500
committerBob Arnson <bob@joyofsetup.com>2017-12-29 15:12:24 -0500
commit59004832767115df136c553169e992577e5981d6 (patch)
tree09bc208c63c06820f86cee24e9fe0022f638a132 /src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi
parentab4ee36c182b67a80ca3404fdc344bf948192740 (diff)
downloadwix-59004832767115df136c553169e992577e5981d6.tar.gz
wix-59004832767115df136c553169e992577e5981d6.tar.bz2
wix-59004832767115df136c553169e992577e5981d6.zip
Pass along include search paths to those that need it.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi
new file mode 100644
index 00000000..f2df3b86
--- /dev/null
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi
@@ -0,0 +1,4 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <?define ProductVersion = "1.2.3" ?>
4</Include>