diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2017-12-29 15:12:24 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@joyofsetup.com> | 2017-12-29 15:12:24 -0500 |
| commit | 59004832767115df136c553169e992577e5981d6 (patch) | |
| tree | 09bc208c63c06820f86cee24e9fe0022f638a132 /src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi | |
| parent | ab4ee36c182b67a80ca3404fdc344bf948192740 (diff) | |
| download | wix-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.wxi | 4 |
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> | ||
