diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-24 14:05:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-25 12:48:19 -0700 |
commit | 9787570331b511bab73ac8f4f38a3b8cfa053ca5 (patch) | |
tree | 508155e2cf4f6bafeef2be1059da547291025352 /src/WixToolset.Data/Burn | |
parent | 2bcc21d5c2d27e578f59f905f6acd0979b78aa9d (diff) | |
download | wix-9787570331b511bab73ac8f4f38a3b8cfa053ca5.tar.gz wix-9787570331b511bab73ac8f4f38a3b8cfa053ca5.tar.bz2 wix-9787570331b511bab73ac8f4f38a3b8cfa053ca5.zip |
The Great Tuple to Symbol Rename (tm)
Diffstat (limited to 'src/WixToolset.Data/Burn')
-rw-r--r-- | src/WixToolset.Data/Burn/BurnConstants.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Data/Burn/BurnConstants.cs b/src/WixToolset.Data/Burn/BurnConstants.cs index 18978195..65bfb4df 100644 --- a/src/WixToolset.Data/Burn/BurnConstants.cs +++ b/src/WixToolset.Data/Burn/BurnConstants.cs | |||
@@ -12,8 +12,8 @@ namespace WixToolset.Data.Burn | |||
12 | public const string BundleExtensionDataWixOutputStreamName = "wix-bextdata"; | 12 | public const string BundleExtensionDataWixOutputStreamName = "wix-bextdata"; |
13 | public const string BootstrapperApplicationDataWixOutputStreamName = "wix-badata.xml"; | 13 | public const string BootstrapperApplicationDataWixOutputStreamName = "wix-badata.xml"; |
14 | 14 | ||
15 | public const string BootstrapperApplicationDataTupleDefinitionTag = "WixBootstrapperApplicationData"; | 15 | public const string BootstrapperApplicationDataSymbolDefinitionTag = "WixBootstrapperApplicationData"; |
16 | public const string BundleExtensionSearchTupleDefinitionTag = "WixBundleExtensionSearch"; | 16 | public const string BundleExtensionSearchSymbolDefinitionTag = "WixBundleExtensionSearch"; |
17 | 17 | ||
18 | // The following constants must stay in sync with src\burn\engine\core.h | 18 | // The following constants must stay in sync with src\burn\engine\core.h |
19 | public const string BURN_BUNDLE_NAME = "WixBundleName"; | 19 | public const string BURN_BUNDLE_NAME = "WixBundleName"; |