aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs1
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs b/src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs
index 9eeafee3..11b998b6 100644
--- a/src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs
@@ -115,6 +115,7 @@ namespace WixToolset.Core.Burn.Bind
115 115
116 // Symbols used before binding. 116 // Symbols used before binding.
117 case SymbolDefinitionType.WixComplexReference: 117 case SymbolDefinitionType.WixComplexReference:
118 case SymbolDefinitionType.WixFragment:
118 case SymbolDefinitionType.WixOrdering: 119 case SymbolDefinitionType.WixOrdering:
119 case SymbolDefinitionType.WixSimpleReference: 120 case SymbolDefinitionType.WixSimpleReference:
120 case SymbolDefinitionType.WixVariable: 121 case SymbolDefinitionType.WixVariable:
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs
index c5a93eb3..d543c800 100644
--- a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" 2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:ex="http://www.example.com/scheams/v1/wxs"> 3 xmlns:ex="http://www.example.com/scheams/v1/wxs">
4 <Fragment> 4 <Fragment Id="BundleWithSearches">
5 <PackageGroup Id="BundlePackages"> 5 <PackageGroup Id="BundlePackages">
6 <PackageGroupRef Id="MinimalPackageGroup" /> 6 <PackageGroupRef Id="MinimalPackageGroup" />
7 </PackageGroup> 7 </PackageGroup>