diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-06 11:39:26 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-06 11:40:03 -0800 |
| commit | 5ba862bfa618c89a563d555e8ce7b44a904df406 (patch) | |
| tree | cc2655422be3eec1f200efcbc0e562349c229274 /src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension | |
| parent | e53afb01c6e01bb9e6521fa77d31e575abc73f9c (diff) | |
| download | wix-5ba862bfa618c89a563d555e8ce7b44a904df406.tar.gz wix-5ba862bfa618c89a563d555e8ce7b44a904df406.tar.bz2 wix-5ba862bfa618c89a563d555e8ce7b44a904df406.zip | |
Add support for loading Intermediates from extensions
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs index 9fd42214..bff5f609 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | 8 | ||
| 9 | <Property Id="ExampleProperty" Value="$(ex.Test)" /> | 9 | <Property Id="ExampleProperty" Value="$(ex.Test)" /> |
| 10 | 10 | ||
| 11 | <PropertyRef Id="PropertyFromExampleWir" /> | ||
| 12 | |||
| 11 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 13 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
| 12 | <ComponentGroupRef Id="ProductComponents" /> | 14 | <ComponentGroupRef Id="ProductComponents" /> |
| 13 | </Feature> | 15 | </Feature> |
