aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/Burn/BurnConstants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/Burn/BurnConstants.cs')
-rw-r--r--src/WixToolset.Data/Burn/BurnConstants.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Data/Burn/BurnConstants.cs b/src/WixToolset.Data/Burn/BurnConstants.cs
index 9803a73a..1a0db73e 100644
--- a/src/WixToolset.Data/Burn/BurnConstants.cs
+++ b/src/WixToolset.Data/Burn/BurnConstants.cs
@@ -9,6 +9,7 @@ namespace WixToolset.Data.Burn
9 public const string BundleLayoutOnlyPayloadsName = "BundleLayoutOnlyPayloads"; 9 public const string BundleLayoutOnlyPayloadsName = "BundleLayoutOnlyPayloads";
10 10
11 public const string BootstrapperApplicationDataTupleDefinitionTag = "WixBootstrapperApplicationData"; 11 public const string BootstrapperApplicationDataTupleDefinitionTag = "WixBootstrapperApplicationData";
12 public const string BundleExtensionSearchTupleDefinitionTag = "WixBundleExtensionSearch";
12 13
13 // The following constants must stay in sync with src\burn\engine\core.h 14 // The following constants must stay in sync with src\burn\engine\core.h
14 public const string BURN_BUNDLE_NAME = "WixBundleName"; 15 public const string BURN_BUNDLE_NAME = "WixBundleName";