aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-06 21:09:19 -0400
committerBob Arnson <bob@firegiant.com>2020-09-06 21:13:01 -0400
commit3f05c650723ecd0a8fe7ab151c67db6c13cb5d75 (patch)
tree0e53fd0b2aac76716fc1a3407c6b0d40c95693eb /src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl
parentcb6bd363baef3a7d458dfda053b94131420822f0 (diff)
downloadwix-3f05c650723ecd0a8fe7ab151c67db6c13cb5d75.tar.gz
wix-3f05c650723ecd0a8fe7ab151c67db6c13cb5d75.tar.bz2
wix-3f05c650723ecd0a8fe7ab151c67db6c13cb5d75.zip
Replace BinaryKey with BinaryRef and FileKey with FileRef.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs
index 00a80fca..bf5223c1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs
@@ -5,7 +5,7 @@
5 5
6 <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> 6 <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
7 7
8 <CustomAction Id="CAFromExtension" BinaryKey="BinFromWir" DllEntry="DoesntExist" /> 8 <CustomAction Id="CAFromExtension" DllEntry="DoesntExist" BinaryRef="BinFromWir" />
9 9
10 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> 10 <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)">
11 <ComponentGroupRef Id="ProductComponents" /> 11 <ComponentGroupRef Id="ProductComponents" />