aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl
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/Package.en-us.wxl
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/Package.en-us.wxl')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl
new file mode 100644
index 00000000..38c12ac1
--- /dev/null
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4This file contains the declaration of all the localizable strings.
5-->
6<WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US">
7
8 <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String>
9 <String Id="FeatureTitle">MsiPackage</String>
10
11</WixLocalization>