aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-04-22 17:19:56 -0700
committerRob Mensching <rob@firegiant.com>2021-04-29 19:53:52 -0700
commit8cf0427984a88b0b3ddfb2061e5be721afffe82e (patch)
tree22e2aaf7665d5ab6d3dc2a8ce8f05d73080d1f20
parent8426095723fb8530a321260473ab543151bf8c98 (diff)
downloadwix-8cf0427984a88b0b3ddfb2061e5be721afffe82e.tar.gz
wix-8cf0427984a88b0b3ddfb2061e5be721afffe82e.tar.bz2
wix-8cf0427984a88b0b3ddfb2061e5be721afffe82e.zip
Move Core into wix
-rw-r--r--src/.editorconfig (renamed from .editorconfig)0
-rw-r--r--src/version.json (renamed from version.json)0
-rw-r--r--src/wix/Custom.Build.props (renamed from src/Custom.Build.props)0
-rw-r--r--src/wix/Directory.Build.props (renamed from src/Directory.Build.props)0
-rw-r--r--src/wix/Directory.Build.targets (renamed from src/Directory.Build.targets)0
-rw-r--r--src/wix/Directory.csproj.props (renamed from src/Directory.csproj.props)0
-rw-r--r--src/wix/Directory.csproj.targets (renamed from src/Directory.csproj.targets)0
-rw-r--r--src/wix/README.md (renamed from README.md)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/BaseSearchFacade.cs (renamed from src/WixToolset.Core.Burn/Bind/BaseSearchFacade.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs (renamed from src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/ExtensionSearchFacade.cs (renamed from src/WixToolset.Core.Burn/Bind/ExtensionSearchFacade.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs (renamed from src/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/LegacySearchFacade.cs (renamed from src/WixToolset.Core.Burn/Bind/LegacySearchFacade.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/ProcessBundleSoftwareTagsCommand.cs (renamed from src/WixToolset.Core.Burn/Bind/ProcessBundleSoftwareTagsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/ProcessDependencyProvidersCommand.cs (renamed from src/WixToolset.Core.Burn/Bind/ProcessDependencyProvidersCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/ResolveDownloadUrlsCommand.cs (renamed from src/WixToolset.Core.Burn/Bind/ResolveDownloadUrlsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bind/SetVariableSearchFacade.cs (renamed from src/WixToolset.Core.Burn/Bind/SetVariableSearchFacade.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/BundleBackend.cs (renamed from src/WixToolset.Core.Burn/BundleBackend.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs (renamed from src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/BurnCommon.cs (renamed from src/WixToolset.Core.Burn/Bundles/BurnCommon.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs (renamed from src/WixToolset.Core.Burn/Bundles/BurnReader.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/BurnWriter.cs (renamed from src/WixToolset.Core.Burn/Bundles/BurnWriter.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExtensionManifestCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/CreateBundleExtensionManifestCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/CreateNonUXContainers.cs (renamed from src/WixToolset.Core.Burn/Bundles/CreateNonUXContainers.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/DetectPayloadCollisionsCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/DetectPayloadCollisionsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/OrderSearchesCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/OrderSearchesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/PackageFacade.cs (renamed from src/WixToolset.Core.Burn/Bundles/PackageFacade.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs (renamed from src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs (renamed from src/WixToolset.Core.Burn/BurnBackendErrors.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/BurnBackendFactory.cs (renamed from src/WixToolset.Core.Burn/BurnBackendFactory.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/BurnBackendWarnings.cs (renamed from src/WixToolset.Core.Burn/BurnBackendWarnings.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/BurnExtensionFactory.cs (renamed from src/WixToolset.Core.Burn/BurnExtensionFactory.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/ExtensibilityServices/BurnBackendHelper.cs (renamed from src/WixToolset.Core.Burn/ExtensibilityServices/BurnBackendHelper.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/ExtensibilityServices/PayloadHarvester.cs (renamed from src/WixToolset.Core.Burn/ExtensibilityServices/PayloadHarvester.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/IInternalBurnBackendHelper.cs (renamed from src/WixToolset.Core.Burn/IInternalBurnBackendHelper.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/ISearchFacade.cs (renamed from src/WixToolset.Core.Burn/ISearchFacade.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Inscribe/InscribeBundleCommand.cs (renamed from src/WixToolset.Core.Burn/Inscribe/InscribeBundleCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Inscribe/InscribeBundleEngineCommand.cs (renamed from src/WixToolset.Core.Burn/Inscribe/InscribeBundleEngineCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/Interfaces/IPayloadHarvester.cs (renamed from src/WixToolset.Core.Burn/Interfaces/IPayloadHarvester.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/RowIndexedList.cs (renamed from src/WixToolset.Core.Burn/RowIndexedList.cs)0
-rw-r--r--src/wix/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj (renamed from src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj)0
-rw-r--r--src/wix/WixToolset.Core.Burn/WixToolsetCoreServiceProviderExtensions.cs (renamed from src/WixToolset.Core.Burn/WixToolsetCoreServiceProviderExtensions.cs)0
-rw-r--r--src/wix/WixToolset.Core.ExtensionCache/CachedExtension.cs (renamed from src/WixToolset.Core.ExtensionCache/CachedExtension.cs)0
-rw-r--r--src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManager.cs (renamed from src/WixToolset.Core.ExtensionCache/ExtensionCacheManager.cs)0
-rw-r--r--src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerCommand.cs (renamed from src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs (renamed from src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs)0
-rw-r--r--src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionFactory.cs (renamed from src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionFactory.cs)0
-rw-r--r--src/wix/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj (renamed from src/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj)0
-rw-r--r--src/wix/WixToolset.Core.ExtensionCache/WixToolsetCoreServiceProviderExtensions.cs (renamed from src/WixToolset.Core.ExtensionCache/WixToolsetCoreServiceProviderExtensions.cs)0
-rw-r--r--src/wix/WixToolset.Core.TestPackage/BundleExtractor.cs (renamed from src/WixToolset.Core.TestPackage/BundleExtractor.cs)0
-rw-r--r--src/wix/WixToolset.Core.TestPackage/ExtractBAContainerResult.cs (renamed from src/WixToolset.Core.TestPackage/ExtractBAContainerResult.cs)0
-rw-r--r--src/wix/WixToolset.Core.TestPackage/TestMessageListener.cs (renamed from src/WixToolset.Core.TestPackage/TestMessageListener.cs)0
-rw-r--r--src/wix/WixToolset.Core.TestPackage/WixRunner.cs (renamed from src/WixToolset.Core.TestPackage/WixRunner.cs)0
-rw-r--r--src/wix/WixToolset.Core.TestPackage/WixRunnerResult.cs (renamed from src/WixToolset.Core.TestPackage/WixRunnerResult.cs)0
-rw-r--r--src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj (renamed from src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj)0
-rw-r--r--src/wix/WixToolset.Core.TestPackage/XmlNodeExtensions.cs (renamed from src/WixToolset.Core.TestPackage/XmlNodeExtensions.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/AddCreateFoldersCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AddCreateFoldersCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/AddRequiredStandardDirectories.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AddRequiredStandardDirectories.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/AssemblyName.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AssemblyName.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/AssemblyNameReader.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AssemblyNameReader.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/AssignMediaCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AssignMediaCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetBuilder.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CabinetBuilder.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetResolver.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CabinetResolver.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetWorkItem.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CabinetWorkItem.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateIdtFileCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CreateIdtFileCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateInstanceTransformsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CreateInstanceTransformsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CreatePatchTransformsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CreatePatchTransformsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateSpecialPropertiesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CreateSpecialPropertiesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateWindowsInstallerDataFromIRCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/CreateWindowsInstallerDataFromIRCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/ExtractMergeModuleFilesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/ExtractMergeModuleFilesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/FileSystemManager.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/FileSystemManager.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/FinalizeComponentGuids.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/FinalizeComponentGuids.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/ModularizeCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/ModularizeCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/OptimizeFileFacadesOrderCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/OptimizeFileFacadesOrderCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/PatchTransform.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/PatchTransform.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessDependencyReferencesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/ProcessDependencyReferencesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessPackageSoftwareTagsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/ProcessPackageSoftwareTagsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessPropertiesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/ProcessPropertiesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessUncompressedFilesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/ProcessUncompressedFilesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateFromTextFilesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/UpdateFromTextFilesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Bind/ValidateDatabaseCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Bind/ValidateDatabaseCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Decompile/DecompileMsiOrMsmCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Decompile/DecompileMsiOrMsmCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs (renamed from src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Decompile/Names.cs (renamed from src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Differ.cs (renamed from src/WixToolset.Core.WindowsInstaller/Differ.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs (renamed from src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Melter.cs (renamed from src/WixToolset.Core.WindowsInstaller/Melter.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/MelterCore.cs (renamed from src/WixToolset.Core.WindowsInstaller/MelterCore.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/MsiBackend.cs (renamed from src/WixToolset.Core.WindowsInstaller/MsiBackend.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/MsmBackend.cs (renamed from src/WixToolset.Core.WindowsInstaller/MsmBackend.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs (renamed from src/WixToolset.Core.WindowsInstaller/MspBackend.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs (renamed from src/WixToolset.Core.WindowsInstaller/MstBackend.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/RowDictionary.cs (renamed from src/WixToolset.Core.WindowsInstaller/RowDictionary.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindMsiOrMsmCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Unbind/UnbindMsiOrMsmCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs (renamed from src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs (renamed from src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs (renamed from src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs (renamed from src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionFactory.cs (renamed from src/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionFactory.cs)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj (renamed from src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj)0
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/WixToolsetCoreServiceProviderExtensions.cs (renamed from src/WixToolset.Core.WindowsInstaller/WixToolsetCoreServiceProviderExtensions.cs)0
-rw-r--r--src/wix/WixToolset.Core.sln (renamed from WixToolset.Core.sln)0
-rw-r--r--src/wix/WixToolset.Core.v3.ncrunchsolution (renamed from WixToolset.Core.v3.ncrunchsolution)0
-rw-r--r--src/wix/WixToolset.Core/Bind/DelayedField.cs (renamed from src/WixToolset.Core/Bind/DelayedField.cs)0
-rw-r--r--src/wix/WixToolset.Core/Bind/ExpectedExtractFile.cs (renamed from src/WixToolset.Core/Bind/ExpectedExtractFile.cs)0
-rw-r--r--src/wix/WixToolset.Core/Bind/ExtractEmbeddedFiles.cs (renamed from src/WixToolset.Core/Bind/ExtractEmbeddedFiles.cs)0
-rw-r--r--src/wix/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs (renamed from src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Bind/FileResolver.cs (renamed from src/WixToolset.Core/Bind/FileResolver.cs)0
-rw-r--r--src/wix/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs (renamed from src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Bind/ResolveFieldsCommand.cs (renamed from src/WixToolset.Core/Bind/ResolveFieldsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Bind/TransferFilesCommand.cs (renamed from src/WixToolset.Core/Bind/TransferFilesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/BindContext.cs (renamed from src/WixToolset.Core/BindContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/BindFileWithPath.cs (renamed from src/WixToolset.Core/BindFileWithPath.cs)0
-rw-r--r--src/wix/WixToolset.Core/BindPath.cs (renamed from src/WixToolset.Core/BindPath.cs)0
-rw-r--r--src/wix/WixToolset.Core/BindResult.cs (renamed from src/WixToolset.Core/BindResult.cs)0
-rw-r--r--src/wix/WixToolset.Core/Binder.cs (renamed from src/WixToolset.Core/Binder.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/BuildCommand.cs (renamed from src/WixToolset.Core/CommandLine/BuildCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/CommandLine.cs (renamed from src/WixToolset.Core/CommandLine/CommandLine.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/CommandLineArguments.cs (renamed from src/WixToolset.Core/CommandLine/CommandLineArguments.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/CommandLineContext.cs (renamed from src/WixToolset.Core/CommandLine/CommandLineContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/CommandLineParser.cs (renamed from src/WixToolset.Core/CommandLine/CommandLineParser.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/CompileCommand.cs (renamed from src/WixToolset.Core/CommandLine/CompileCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/DecompileCommand.cs (renamed from src/WixToolset.Core/CommandLine/DecompileCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/HelpCommand.cs (renamed from src/WixToolset.Core/CommandLine/HelpCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/CommandLine/VersionCommand.cs (renamed from src/WixToolset.Core/CommandLine/VersionCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Common.cs (renamed from src/WixToolset.Core/Common.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compile/CompilerPayload.cs (renamed from src/WixToolset.Core/Compile/CompilerPayload.cs)0
-rw-r--r--src/wix/WixToolset.Core/CompileContext.cs (renamed from src/WixToolset.Core/CompileContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler.cs (renamed from src/WixToolset.Core/Compiler.cs)0
-rw-r--r--src/wix/WixToolset.Core/CompilerCore.cs (renamed from src/WixToolset.Core/CompilerCore.cs)0
-rw-r--r--src/wix/WixToolset.Core/CompilerErrors.cs (renamed from src/WixToolset.Core/CompilerErrors.cs)0
-rw-r--r--src/wix/WixToolset.Core/CompilerWarnings.cs (renamed from src/WixToolset.Core/CompilerWarnings.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_Bundle.cs (renamed from src/WixToolset.Core/Compiler_Bundle.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_Dependency.cs (renamed from src/WixToolset.Core/Compiler_Dependency.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_EmbeddedUI.cs (renamed from src/WixToolset.Core/Compiler_EmbeddedUI.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_Module.cs (renamed from src/WixToolset.Core/Compiler_Module.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_Package.cs (renamed from src/WixToolset.Core/Compiler_Package.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_Patch.cs (renamed from src/WixToolset.Core/Compiler_Patch.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_PatchCreation.cs (renamed from src/WixToolset.Core/Compiler_PatchCreation.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_Tag.cs (renamed from src/WixToolset.Core/Compiler_Tag.cs)0
-rw-r--r--src/wix/WixToolset.Core/Compiler_UI.cs (renamed from src/WixToolset.Core/Compiler_UI.cs)0
-rw-r--r--src/wix/WixToolset.Core/ComponentKeyPath.cs (renamed from src/WixToolset.Core/ComponentKeyPath.cs)0
-rw-r--r--src/wix/WixToolset.Core/DecompileContext.cs (renamed from src/WixToolset.Core/DecompileContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/DecompileResult.cs (renamed from src/WixToolset.Core/DecompileResult.cs)0
-rw-r--r--src/wix/WixToolset.Core/Decompiler.cs (renamed from src/WixToolset.Core/Decompiler.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/BackendHelper.cs (renamed from src/WixToolset.Core/ExtensibilityServices/BackendHelper.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs (renamed from src/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/FileFacade.cs (renamed from src/WixToolset.Core/ExtensibilityServices/FileFacade.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/FileTransfer.cs (renamed from src/WixToolset.Core/ExtensibilityServices/FileTransfer.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/Messaging.cs (renamed from src/WixToolset.Core/ExtensibilityServices/Messaging.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/ParseHelper.cs (renamed from src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/PathResolver.cs (renamed from src/WixToolset.Core/ExtensibilityServices/PathResolver.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs (renamed from src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/ResolvedDirectory.cs (renamed from src/WixToolset.Core/ExtensibilityServices/ResolvedDirectory.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/SymbolDefinitionCreator.cs (renamed from src/WixToolset.Core/ExtensibilityServices/SymbolDefinitionCreator.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/TrackedFile.cs (renamed from src/WixToolset.Core/ExtensibilityServices/TrackedFile.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/Uuid.cs (renamed from src/WixToolset.Core/ExtensibilityServices/Uuid.cs)0
-rw-r--r--src/wix/WixToolset.Core/ExtensibilityServices/WixBranding.cs (renamed from src/WixToolset.Core/ExtensibilityServices/WixBranding.cs)0
-rw-r--r--src/wix/WixToolset.Core/IBinder.cs (renamed from src/WixToolset.Core/IBinder.cs)0
-rw-r--r--src/wix/WixToolset.Core/ICompiler.cs (renamed from src/WixToolset.Core/ICompiler.cs)0
-rw-r--r--src/wix/WixToolset.Core/IDecompiler.cs (renamed from src/WixToolset.Core/IDecompiler.cs)0
-rw-r--r--src/wix/WixToolset.Core/ILayoutCreator.cs (renamed from src/WixToolset.Core/ILayoutCreator.cs)0
-rw-r--r--src/wix/WixToolset.Core/ILibrarian.cs (renamed from src/WixToolset.Core/ILibrarian.cs)0
-rw-r--r--src/wix/WixToolset.Core/ILinker.cs (renamed from src/WixToolset.Core/ILinker.cs)0
-rw-r--r--src/wix/WixToolset.Core/ILocalizationParser.cs (renamed from src/WixToolset.Core/ILocalizationParser.cs)0
-rw-r--r--src/wix/WixToolset.Core/IPreprocessor.cs (renamed from src/WixToolset.Core/IPreprocessor.cs)0
-rw-r--r--src/wix/WixToolset.Core/IResolver.cs (renamed from src/WixToolset.Core/IResolver.cs)0
-rw-r--r--src/wix/WixToolset.Core/IUnbinder.cs (renamed from src/WixToolset.Core/IUnbinder.cs)0
-rw-r--r--src/wix/WixToolset.Core/IncludedFile.cs (renamed from src/WixToolset.Core/IncludedFile.cs)0
-rw-r--r--src/wix/WixToolset.Core/IncribeContext.cs (renamed from src/WixToolset.Core/IncribeContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/LayoutContext.cs (renamed from src/WixToolset.Core/LayoutContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/LayoutCreator.cs (renamed from src/WixToolset.Core/LayoutCreator.cs)0
-rw-r--r--src/wix/WixToolset.Core/Librarian.cs (renamed from src/WixToolset.Core/Librarian.cs)0
-rw-r--r--src/wix/WixToolset.Core/LibraryContext.cs (renamed from src/WixToolset.Core/LibraryContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/CollateLocalizationsCommand.cs (renamed from src/WixToolset.Core/Link/CollateLocalizationsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/ConnectToFeature.cs (renamed from src/WixToolset.Core/Link/ConnectToFeature.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/ConnectToFeatureCollection.cs (renamed from src/WixToolset.Core/Link/ConnectToFeatureCollection.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/ConnectToModule.cs (renamed from src/WixToolset.Core/Link/ConnectToModule.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/ConnectToModuleCollection.cs (renamed from src/WixToolset.Core/Link/ConnectToModuleCollection.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/FindEntrySectionAndLoadSymbolsCommand.cs (renamed from src/WixToolset.Core/Link/FindEntrySectionAndLoadSymbolsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs (renamed from src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/IntermediateSymbolExtensions.cs (renamed from src/WixToolset.Core/Link/IntermediateSymbolExtensions.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/ReportConflictingSymbolsCommand.cs (renamed from src/WixToolset.Core/Link/ReportConflictingSymbolsCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/ResolveReferencesCommand.cs (renamed from src/WixToolset.Core/Link/ResolveReferencesCommand.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/SymbolWithSection.cs (renamed from src/WixToolset.Core/Link/SymbolWithSection.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs (renamed from src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs)0
-rw-r--r--src/wix/WixToolset.Core/Link/WixGroupingOrdering.cs (renamed from src/WixToolset.Core/Link/WixGroupingOrdering.cs)0
-rw-r--r--src/wix/WixToolset.Core/LinkContext.cs (renamed from src/WixToolset.Core/LinkContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/Linker.cs (renamed from src/WixToolset.Core/Linker.cs)0
-rw-r--r--src/wix/WixToolset.Core/LinkerErrors.cs (renamed from src/WixToolset.Core/LinkerErrors.cs)0
-rw-r--r--src/wix/WixToolset.Core/LinkerWarnings.cs (renamed from src/WixToolset.Core/LinkerWarnings.cs)0
-rw-r--r--src/wix/WixToolset.Core/LocalizationParser.cs (renamed from src/WixToolset.Core/LocalizationParser.cs)0
-rw-r--r--src/wix/WixToolset.Core/ParsedWixVariable.cs (renamed from src/WixToolset.Core/ParsedWixVariable.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocess/IfContext.cs (renamed from src/WixToolset.Core/Preprocess/IfContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocess/IfDefEventHandler.cs (renamed from src/WixToolset.Core/Preprocess/IfDefEventHandler.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocess/IfState.cs (renamed from src/WixToolset.Core/Preprocess/IfState.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocess/IncludedFileEventHandler.cs (renamed from src/WixToolset.Core/Preprocess/IncludedFileEventHandler.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocess/PreprocessorOperation.cs (renamed from src/WixToolset.Core/Preprocess/PreprocessorOperation.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocess/ProcessedStreamEventHandler.cs (renamed from src/WixToolset.Core/Preprocess/ProcessedStreamEventHandler.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocess/ResolvedVariableEventHandler.cs (renamed from src/WixToolset.Core/Preprocess/ResolvedVariableEventHandler.cs)0
-rw-r--r--src/wix/WixToolset.Core/PreprocessContext.cs (renamed from src/WixToolset.Core/PreprocessContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/PreprocessResult.cs (renamed from src/WixToolset.Core/PreprocessResult.cs)0
-rw-r--r--src/wix/WixToolset.Core/Preprocessor.cs (renamed from src/WixToolset.Core/Preprocessor.cs)0
-rw-r--r--src/wix/WixToolset.Core/Properties/AssemblyInfo.cs (renamed from src/WixToolset.Core/Properties/AssemblyInfo.cs)0
-rw-r--r--src/wix/WixToolset.Core/ResolveContext.cs (renamed from src/WixToolset.Core/ResolveContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/ResolveFileResult.cs (renamed from src/WixToolset.Core/ResolveFileResult.cs)0
-rw-r--r--src/wix/WixToolset.Core/ResolveResult.cs (renamed from src/WixToolset.Core/ResolveResult.cs)0
-rw-r--r--src/wix/WixToolset.Core/ResolvedCabinet.cs (renamed from src/WixToolset.Core/ResolvedCabinet.cs)0
-rw-r--r--src/wix/WixToolset.Core/Resolver.cs (renamed from src/WixToolset.Core/Resolver.cs)0
-rw-r--r--src/wix/WixToolset.Core/SourceFile.cs (renamed from src/WixToolset.Core/SourceFile.cs)0
-rw-r--r--src/wix/WixToolset.Core/UnbindContext.cs (renamed from src/WixToolset.Core/UnbindContext.cs)0
-rw-r--r--src/wix/WixToolset.Core/Unbinder.cs (renamed from src/WixToolset.Core/Unbinder.cs)0
-rw-r--r--src/wix/WixToolset.Core/VariableResolution.cs (renamed from src/WixToolset.Core/VariableResolution.cs)0
-rw-r--r--src/wix/WixToolset.Core/VariableResolver.cs (renamed from src/WixToolset.Core/VariableResolver.cs)0
-rw-r--r--src/wix/WixToolset.Core/WixToolset.Core.csproj (renamed from src/WixToolset.Core/WixToolset.Core.csproj)0
-rw-r--r--src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject (renamed from src/WixToolset.Core/WixToolset.Core.v3.ncrunchproject)0
-rw-r--r--src/wix/WixToolset.Core/WixToolsetServiceProvider.cs (renamed from src/WixToolset.Core/WixToolsetServiceProvider.cs)0
-rw-r--r--src/wix/WixToolset.Core/WixToolsetServiceProviderFactory.cs (renamed from src/WixToolset.Core/WixToolsetServiceProviderFactory.cs)0
-rw-r--r--src/wix/appveyor.cmd (renamed from appveyor.cmd)0
-rw-r--r--src/wix/appveyor.yml (renamed from appveyor.yml)0
-rw-r--r--src/wix/nuget.config (renamed from nuget.config)0
-rw-r--r--src/wix/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj (renamed from src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj)0
-rw-r--r--src/wix/test/CompileCoreTestExtensionWixlib/Program.cs (renamed from src/test/CompileCoreTestExtensionWixlib/Program.cs)0
-rw-r--r--src/wix/test/Example.Extension/Data/example.txt (renamed from src/test/Example.Extension/Data/example.txt)0
-rw-r--r--src/wix/test/Example.Extension/Data/example.wxs (renamed from src/test/Example.Extension/Data/example.wxs)0
-rw-r--r--src/wix/test/Example.Extension/Example.Extension.csproj (renamed from src/test/Example.Extension/Example.Extension.csproj)0
-rw-r--r--src/wix/test/Example.Extension/ExampleCompilerExtension.cs (renamed from src/test/Example.Extension/ExampleCompilerExtension.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleExtensionData.cs (renamed from src/test/Example.Extension/ExampleExtensionData.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleExtensionFactory.cs (renamed from src/test/Example.Extension/ExampleExtensionFactory.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs (renamed from src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleRow.cs (renamed from src/test/Example.Extension/ExampleRow.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleSearchSymbol.cs (renamed from src/test/Example.Extension/ExampleSearchSymbol.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleSymbol.cs (renamed from src/test/Example.Extension/ExampleSymbol.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleSymbolDefinitions.cs (renamed from src/test/Example.Extension/ExampleSymbolDefinitions.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleTableDefinitions.cs (renamed from src/test/Example.Extension/ExampleTableDefinitions.cs)0
-rw-r--r--src/wix/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs (renamed from src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.Core.Burn/BurnReaderFixture.cs (renamed from src/test/WixToolsetTest.Core.Burn/BurnReaderFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.Core.Burn/WixToolsetTest.Core.Burn.csproj (renamed from src/test/WixToolsetTest.Core.Burn/WixToolsetTest.Core.Burn.csproj)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ApprovedExeFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ApprovedExeFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/BindVariablesFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/BindVariablesFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/BootstrapperApplicationFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/BootstrapperApplicationFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/BundleExtractionFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/BundleExtractionFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/BundleFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/CabFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/CabFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ComponentFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ComponentFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ContainerFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ContainerFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/CopyFileFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/CopyFileFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/DirectoryFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/DirectoryFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/MediaFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/MediaFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ModuleFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ModuleFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/MsiFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/MsuPackageFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/MsuPackageFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/PackagePayloadFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/PackagePayloadFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ParseFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ParseFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/PatchFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/PatchFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/PreprocessorFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/PreprocessorFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/RollbackBoundaryFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/RollbackBoundaryFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/ShortcutFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/ShortcutFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/SoftwareTagFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/SoftwareTagFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/.Data/burn.exe (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/.Data/burn.exe)bin463360 -> 463360 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DirectorySearch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DirectorySearch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/FileSearch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/FileSearch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/NestedDirSearchUnderRegSearch.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/NestedDirSearchUnderRegSearch.msi)bin33045 -> 33045 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch64.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch64.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Win32Assembly.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Win32Assembly.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/candle.exe (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/candle.exe)bin28672 -> 28672 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/test.manifest (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/test.manifest)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadEnsureTable/BadEnsureTable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadEnsureTable/BadEnsureTable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicateCacheIds.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicateCacheIds.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/HiddenPersistedBundleVariable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/HiddenPersistedBundleVariable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/OrphanPayload.wxs11
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/PackageInMultipleContainers.wxs14
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/RegistryKey.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/RegistryKey.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledPackage.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledPackage.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledRollbackBoundary.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledRollbackBoundary.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BootstrapperApplication/DpiAwareness.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BootstrapperApplication/DpiAwareness.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleBindVariables/CacheIdFromPackageDescription.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleBindVariables/CacheIdFromPackageDescription.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtension.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtension.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtensionSearches.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtensionSearches.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/SimpleBundleExtension.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/SimpleBundleExtension.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/BundleWithTag.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/BundleWithTag.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/fakeba.dll (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/fakeba.dll)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle64.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle64.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/MinimalPackageGroup.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/MinimalPackageGroup.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/DecompiledOldClassTableDef.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Class/DecompiledOldClassTableDef.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/IconIndex0.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Class/IconIndex0.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/OldClassTableDef.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Class/OldClassTableDef.msi)bin36864 -> 36864 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/OtherComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/OtherComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Component/GuidCollision.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Component/GuidCollision.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Components/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Components/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoAttachedContainer.wxs17
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoDetachedContainer.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoDetachedContainer.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/LayoutPayloadInContainer.wxs28
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/MultipleAttachedContainers.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Container/MultipleAttachedContainers.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/PayloadInMultipleContainers.wxs28
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycleWithTail.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycleWithTail.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/SimpleCustomAction.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/SimpleCustomAction.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/UnscheduledCustomAction.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/UnscheduledCustomAction.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomPackageDescription/CustomPackageDescription.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomPackageDescription/CustomPackageDescription.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable-Expected.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable-Expected.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTableWithFile.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTableWithFile.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file1.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file1.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file2.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file2.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab)bin137 -> 137 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi)bin32768 -> 32768 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/Expected.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/Expected.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.cab (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.cab)bin137 -> 137 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.msi)bin32768 -> 32768 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab)bin137 -> 137 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi)bin32768 -> 32768 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/Expected.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/Expected.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/MergeModule1.msm (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/MergeModule1.msm)bin32768 -> 32768 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DefaultDir/DefaultDir.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DefaultDir/DefaultDir.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/CustomProviderKeyBundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/CustomProviderKeyBundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/UsingProvidesBundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/UsingProvidesBundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DialogsInInstallUISequence/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DialogsInInstallUISequence/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/DefaultName.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Directory/DefaultName.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/DuplicateTargetSourceName.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Directory/DuplicateTargetSourceName.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/Empty.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Directory/Empty.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/Nested.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Directory/Nested.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/DuplicateDir/DuplicateDir.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/DuplicateDir/DuplicateDir.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/EnsureTable/EnsureTable.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/EnsureTable/EnsureTable.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/data/example.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/data/example.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/MissingDetectCondition.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/MissingDetectCondition.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/RequireDetectCondition.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/RequireDetectCondition.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/FeatureGroup/FeatureGroup.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/FeatureGroup/FeatureGroup.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Icon/SampleIcon.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Icon/SampleIcon.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/DontDoThis.wxi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/DontDoThis.wxi)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.ja-jp.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.ja-jp.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/PackageWithEnSummaryInfo.ja-jp.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Language/PackageWithEnSummaryInfo.ja-jp.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Language/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/LockPermissions/EmptyPermissions.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/LockPermissions/EmptyPermissions.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/MultiMedia.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Media/MultiMedia.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a1.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a1.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a2.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a2.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b1.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b1.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b2.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b2.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX64.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX64.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX86.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX86.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX64.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX64.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX86.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX86.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X64AfterX86Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X64AfterX86Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X86AfterX64Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X86AfterX64Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/fakeba.dll (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/fakeba.dll)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/test.msu (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/test.msu)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndHash.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndHash.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndName.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndName.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/PackagePayloadInPayloadGroup.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/PackagePayloadInPayloadGroup.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHash.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHash.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHashAndMissingDownloadUrl.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHashAndMissingDownloadUrl.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedSourceFileAndHash.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedSourceFileAndHash.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/WrongPackagePayloadInPayloadGroup.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/WrongPackagePayloadInPayloadGroup.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.0.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.0.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.1.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.1.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.0.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.0.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.1.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.1.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Patch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Patch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Patch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Patch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/.data/A.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/.data/A.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Patch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Patch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleA/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleA/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleB/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleB/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PackageA/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PackageA/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchA/Patch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchA/Patch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchC/Patch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchC/Patch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.0.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.0.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.1.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.1.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.0.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.0.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.1.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.1.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Patch.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Patch.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/AbsoluteName.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Payload/AbsoluteName.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/CanonicalizeName.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Payload/CanonicalizeName.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/ValidName.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Payload/ValidName.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageWithTag.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageWithTag.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/example.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/example.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/MinimalComponentGroup.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/MinimalComponentGroup.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/Product.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/Product.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/NestedUnderClass.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/NestedUnderClass.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/DuplicateRegistryValueIds.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Registry/DuplicateRegistryValueIds.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryKeyEndingWithBackslash.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryKeyEndingWithBackslash.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValue.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValue.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RemoveRegistryKey.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RemoveRegistryKey.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/TestComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/TestComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/a/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/a/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/b/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/b/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/c/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/c/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/DecompiledSequenceTables.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/DecompiledSequenceTables.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/SequenceTables.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/SequenceTables.msi)bin32768 -> 32768 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetVariable/Simple.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SetVariable/Simple.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SharedPayloadsBetweenPackages/SharedPayloadsBetweenPackages.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SharedPayloadsBetweenPackages/SharedPayloadsBetweenPackages.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/DecompiledShortcuts.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/DecompiledShortcuts.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutProperty.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutProperty.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutSameNameShortName.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutSameNameShortName.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/shortcuts.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/shortcuts.msi)bin32768 -> 32768 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBundle.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBundle.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/Shared.dll (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/Shared.dll)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/fakeba.dll (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/fakeba.dll)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/test.msi (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/test.msi)bin32768 -> 32768 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/.data/test.msm (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/.data/test.msm)bin24576 -> 24576 bytes
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExePackageGroup.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExePackageGroup.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Upgrade/DetectOnly.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Upgrade/DetectOnly.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/example.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/example.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Variables/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Variables/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.en-us.wxl)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/PackageComponents.wxs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/alpha/foo.dll (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/alpha/foo.dll)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/mips/foo.dll (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/mips/foo.dll)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/powerpc/foo.dll (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/powerpc/foo.dll)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/test.txt)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/TestXmlFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/TestXmlFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/VariableResolverFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/VariableResolverFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/WarningFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/WarningFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj (renamed from src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs)0
-rw-r--r--src/wix/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs)0
607 files changed, 98 insertions, 0 deletions
diff --git a/.editorconfig b/src/.editorconfig
index 1d72e683..1d72e683 100644
--- a/.editorconfig
+++ b/src/.editorconfig
diff --git a/version.json b/src/version.json
index 5f857771..5f857771 100644
--- a/version.json
+++ b/src/version.json
diff --git a/src/Custom.Build.props b/src/wix/Custom.Build.props
index 889fb62e..889fb62e 100644
--- a/src/Custom.Build.props
+++ b/src/wix/Custom.Build.props
diff --git a/src/Directory.Build.props b/src/wix/Directory.Build.props
index b3c6287c..b3c6287c 100644
--- a/src/Directory.Build.props
+++ b/src/wix/Directory.Build.props
diff --git a/src/Directory.Build.targets b/src/wix/Directory.Build.targets
index 2fcc765a..2fcc765a 100644
--- a/src/Directory.Build.targets
+++ b/src/wix/Directory.Build.targets
diff --git a/src/Directory.csproj.props b/src/wix/Directory.csproj.props
index 81d24ad1..81d24ad1 100644
--- a/src/Directory.csproj.props
+++ b/src/wix/Directory.csproj.props
diff --git a/src/Directory.csproj.targets b/src/wix/Directory.csproj.targets
index c3270426..c3270426 100644
--- a/src/Directory.csproj.targets
+++ b/src/wix/Directory.csproj.targets
diff --git a/README.md b/src/wix/README.md
index 622cd3f9..622cd3f9 100644
--- a/README.md
+++ b/src/wix/README.md
diff --git a/src/WixToolset.Core.Burn/Bind/BaseSearchFacade.cs b/src/wix/WixToolset.Core.Burn/Bind/BaseSearchFacade.cs
index 0da78797..0da78797 100644
--- a/src/WixToolset.Core.Burn/Bind/BaseSearchFacade.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/BaseSearchFacade.cs
diff --git a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs b/src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs
index 4a4f06f3..4a4f06f3 100644
--- a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/BindBundleCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bind/ExtensionSearchFacade.cs b/src/wix/WixToolset.Core.Burn/Bind/ExtensionSearchFacade.cs
index 773250d7..773250d7 100644
--- a/src/WixToolset.Core.Burn/Bind/ExtensionSearchFacade.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/ExtensionSearchFacade.cs
diff --git a/src/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs b/src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs
index a76f84ec..a76f84ec 100644
--- a/src/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/GenerateManifestDataFromIRCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bind/LegacySearchFacade.cs b/src/wix/WixToolset.Core.Burn/Bind/LegacySearchFacade.cs
index 24d6f542..24d6f542 100644
--- a/src/WixToolset.Core.Burn/Bind/LegacySearchFacade.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/LegacySearchFacade.cs
diff --git a/src/WixToolset.Core.Burn/Bind/ProcessBundleSoftwareTagsCommand.cs b/src/wix/WixToolset.Core.Burn/Bind/ProcessBundleSoftwareTagsCommand.cs
index f9ff23cb..f9ff23cb 100644
--- a/src/WixToolset.Core.Burn/Bind/ProcessBundleSoftwareTagsCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/ProcessBundleSoftwareTagsCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bind/ProcessDependencyProvidersCommand.cs b/src/wix/WixToolset.Core.Burn/Bind/ProcessDependencyProvidersCommand.cs
index 99effbc7..99effbc7 100644
--- a/src/WixToolset.Core.Burn/Bind/ProcessDependencyProvidersCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/ProcessDependencyProvidersCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bind/ResolveDownloadUrlsCommand.cs b/src/wix/WixToolset.Core.Burn/Bind/ResolveDownloadUrlsCommand.cs
index c678b114..c678b114 100644
--- a/src/WixToolset.Core.Burn/Bind/ResolveDownloadUrlsCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/ResolveDownloadUrlsCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bind/SetVariableSearchFacade.cs b/src/wix/WixToolset.Core.Burn/Bind/SetVariableSearchFacade.cs
index e88f26ef..e88f26ef 100644
--- a/src/WixToolset.Core.Burn/Bind/SetVariableSearchFacade.cs
+++ b/src/wix/WixToolset.Core.Burn/Bind/SetVariableSearchFacade.cs
diff --git a/src/WixToolset.Core.Burn/BundleBackend.cs b/src/wix/WixToolset.Core.Burn/BundleBackend.cs
index 60e9ea60..60e9ea60 100644
--- a/src/WixToolset.Core.Burn/BundleBackend.cs
+++ b/src/wix/WixToolset.Core.Burn/BundleBackend.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
index 75c60e56..75c60e56 100644
--- a/src/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/AutomaticallySlipstreamPatchesCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs b/src/wix/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs
index 3b4a4156..3b4a4156 100644
--- a/src/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/BundleHashAlgorithm.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/BurnCommon.cs b/src/wix/WixToolset.Core.Burn/Bundles/BurnCommon.cs
index 1eb3563a..1eb3563a 100644
--- a/src/WixToolset.Core.Burn/Bundles/BurnCommon.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/BurnCommon.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/BurnReader.cs b/src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs
index 5b06b31e..5b06b31e 100644
--- a/src/WixToolset.Core.Burn/Bundles/BurnReader.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/BurnReader.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/BurnWriter.cs b/src/wix/WixToolset.Core.Burn/Bundles/BurnWriter.cs
index 2d16d11c..2d16d11c 100644
--- a/src/WixToolset.Core.Burn/Bundles/BurnWriter.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/BurnWriter.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
index a0ee606d..a0ee606d 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBootstrapperApplicationManifestCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
index b802f556..b802f556 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBundleExtensionManifestCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExtensionManifestCommand.cs
index e587413e..e587413e 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateBundleExtensionManifestCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExtensionManifestCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs
index 5655d23d..5655d23d 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBurnManifestCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
index 87a63cc3..87a63cc3 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateContainerCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/CreateNonUXContainers.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateNonUXContainers.cs
index f020ed84..f020ed84 100644
--- a/src/WixToolset.Core.Burn/Bundles/CreateNonUXContainers.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateNonUXContainers.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/DetectPayloadCollisionsCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/DetectPayloadCollisionsCommand.cs
index bfb6b918..bfb6b918 100644
--- a/src/WixToolset.Core.Burn/Bundles/DetectPayloadCollisionsCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/DetectPayloadCollisionsCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs
index b8b256fd..b8b256fd 100644
--- a/src/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/GetPackageFacadesCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs
index ccf6b1c2..ccf6b1c2 100644
--- a/src/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/OrderPackagesAndRollbackBoundariesCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/OrderSearchesCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/OrderSearchesCommand.cs
index f3afd64e..f3afd64e 100644
--- a/src/WixToolset.Core.Burn/Bundles/OrderSearchesCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/OrderSearchesCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/PackageFacade.cs b/src/wix/WixToolset.Core.Burn/Bundles/PackageFacade.cs
index 471262de..471262de 100644
--- a/src/WixToolset.Core.Burn/Bundles/PackageFacade.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/PackageFacade.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs
index 8d8ea986..8d8ea986 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs
index 99e2eda5..99e2eda5 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs
index 5f431b38..5f431b38 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/ProcessMspPackageCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs
index af4ab3a8..af4ab3a8 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/ProcessMsuPackageCommand.cs
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs
index fa70251a..fa70251a 100644
--- a/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs
diff --git a/src/WixToolset.Core.Burn/BurnBackendErrors.cs b/src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs
index 854c84e0..854c84e0 100644
--- a/src/WixToolset.Core.Burn/BurnBackendErrors.cs
+++ b/src/wix/WixToolset.Core.Burn/BurnBackendErrors.cs
diff --git a/src/WixToolset.Core.Burn/BurnBackendFactory.cs b/src/wix/WixToolset.Core.Burn/BurnBackendFactory.cs
index 03013a08..03013a08 100644
--- a/src/WixToolset.Core.Burn/BurnBackendFactory.cs
+++ b/src/wix/WixToolset.Core.Burn/BurnBackendFactory.cs
diff --git a/src/WixToolset.Core.Burn/BurnBackendWarnings.cs b/src/wix/WixToolset.Core.Burn/BurnBackendWarnings.cs
index a0ffa1dc..a0ffa1dc 100644
--- a/src/WixToolset.Core.Burn/BurnBackendWarnings.cs
+++ b/src/wix/WixToolset.Core.Burn/BurnBackendWarnings.cs
diff --git a/src/WixToolset.Core.Burn/BurnExtensionFactory.cs b/src/wix/WixToolset.Core.Burn/BurnExtensionFactory.cs
index b34d12c1..b34d12c1 100644
--- a/src/WixToolset.Core.Burn/BurnExtensionFactory.cs
+++ b/src/wix/WixToolset.Core.Burn/BurnExtensionFactory.cs
diff --git a/src/WixToolset.Core.Burn/ExtensibilityServices/BurnBackendHelper.cs b/src/wix/WixToolset.Core.Burn/ExtensibilityServices/BurnBackendHelper.cs
index e4d2b0c9..e4d2b0c9 100644
--- a/src/WixToolset.Core.Burn/ExtensibilityServices/BurnBackendHelper.cs
+++ b/src/wix/WixToolset.Core.Burn/ExtensibilityServices/BurnBackendHelper.cs
diff --git a/src/WixToolset.Core.Burn/ExtensibilityServices/PayloadHarvester.cs b/src/wix/WixToolset.Core.Burn/ExtensibilityServices/PayloadHarvester.cs
index 9ef91028..9ef91028 100644
--- a/src/WixToolset.Core.Burn/ExtensibilityServices/PayloadHarvester.cs
+++ b/src/wix/WixToolset.Core.Burn/ExtensibilityServices/PayloadHarvester.cs
diff --git a/src/WixToolset.Core.Burn/IInternalBurnBackendHelper.cs b/src/wix/WixToolset.Core.Burn/IInternalBurnBackendHelper.cs
index 59c4f20f..59c4f20f 100644
--- a/src/WixToolset.Core.Burn/IInternalBurnBackendHelper.cs
+++ b/src/wix/WixToolset.Core.Burn/IInternalBurnBackendHelper.cs
diff --git a/src/WixToolset.Core.Burn/ISearchFacade.cs b/src/wix/WixToolset.Core.Burn/ISearchFacade.cs
index b9ad8649..b9ad8649 100644
--- a/src/WixToolset.Core.Burn/ISearchFacade.cs
+++ b/src/wix/WixToolset.Core.Burn/ISearchFacade.cs
diff --git a/src/WixToolset.Core.Burn/Inscribe/InscribeBundleCommand.cs b/src/wix/WixToolset.Core.Burn/Inscribe/InscribeBundleCommand.cs
index b466d0de..b466d0de 100644
--- a/src/WixToolset.Core.Burn/Inscribe/InscribeBundleCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Inscribe/InscribeBundleCommand.cs
diff --git a/src/WixToolset.Core.Burn/Inscribe/InscribeBundleEngineCommand.cs b/src/wix/WixToolset.Core.Burn/Inscribe/InscribeBundleEngineCommand.cs
index a6789796..a6789796 100644
--- a/src/WixToolset.Core.Burn/Inscribe/InscribeBundleEngineCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Inscribe/InscribeBundleEngineCommand.cs
diff --git a/src/WixToolset.Core.Burn/Interfaces/IPayloadHarvester.cs b/src/wix/WixToolset.Core.Burn/Interfaces/IPayloadHarvester.cs
index 1bafa46e..1bafa46e 100644
--- a/src/WixToolset.Core.Burn/Interfaces/IPayloadHarvester.cs
+++ b/src/wix/WixToolset.Core.Burn/Interfaces/IPayloadHarvester.cs
diff --git a/src/WixToolset.Core.Burn/RowIndexedList.cs b/src/wix/WixToolset.Core.Burn/RowIndexedList.cs
index fd762a24..fd762a24 100644
--- a/src/WixToolset.Core.Burn/RowIndexedList.cs
+++ b/src/wix/WixToolset.Core.Burn/RowIndexedList.cs
diff --git a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj b/src/wix/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
index f2da8a50..f2da8a50 100644
--- a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
+++ b/src/wix/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
diff --git a/src/WixToolset.Core.Burn/WixToolsetCoreServiceProviderExtensions.cs b/src/wix/WixToolset.Core.Burn/WixToolsetCoreServiceProviderExtensions.cs
index 58076d5e..58076d5e 100644
--- a/src/WixToolset.Core.Burn/WixToolsetCoreServiceProviderExtensions.cs
+++ b/src/wix/WixToolset.Core.Burn/WixToolsetCoreServiceProviderExtensions.cs
diff --git a/src/WixToolset.Core.ExtensionCache/CachedExtension.cs b/src/wix/WixToolset.Core.ExtensionCache/CachedExtension.cs
index 5567541c..5567541c 100644
--- a/src/WixToolset.Core.ExtensionCache/CachedExtension.cs
+++ b/src/wix/WixToolset.Core.ExtensionCache/CachedExtension.cs
diff --git a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManager.cs b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManager.cs
index 256eeb0b..256eeb0b 100644
--- a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManager.cs
+++ b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManager.cs
diff --git a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerCommand.cs b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerCommand.cs
index 94ee4f22..94ee4f22 100644
--- a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerCommand.cs
+++ b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerCommand.cs
diff --git a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs
index 2a603adf..2a603adf 100644
--- a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs
+++ b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionCommandLine.cs
diff --git a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionFactory.cs b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionFactory.cs
index c38e5c70..c38e5c70 100644
--- a/src/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionFactory.cs
+++ b/src/wix/WixToolset.Core.ExtensionCache/ExtensionCacheManagerExtensionFactory.cs
diff --git a/src/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj b/src/wix/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj
index 1383305c..1383305c 100644
--- a/src/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj
+++ b/src/wix/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj
diff --git a/src/WixToolset.Core.ExtensionCache/WixToolsetCoreServiceProviderExtensions.cs b/src/wix/WixToolset.Core.ExtensionCache/WixToolsetCoreServiceProviderExtensions.cs
index 424fc469..424fc469 100644
--- a/src/WixToolset.Core.ExtensionCache/WixToolsetCoreServiceProviderExtensions.cs
+++ b/src/wix/WixToolset.Core.ExtensionCache/WixToolsetCoreServiceProviderExtensions.cs
diff --git a/src/WixToolset.Core.TestPackage/BundleExtractor.cs b/src/wix/WixToolset.Core.TestPackage/BundleExtractor.cs
index 8c9f31e6..8c9f31e6 100644
--- a/src/WixToolset.Core.TestPackage/BundleExtractor.cs
+++ b/src/wix/WixToolset.Core.TestPackage/BundleExtractor.cs
diff --git a/src/WixToolset.Core.TestPackage/ExtractBAContainerResult.cs b/src/wix/WixToolset.Core.TestPackage/ExtractBAContainerResult.cs
index 277861ff..277861ff 100644
--- a/src/WixToolset.Core.TestPackage/ExtractBAContainerResult.cs
+++ b/src/wix/WixToolset.Core.TestPackage/ExtractBAContainerResult.cs
diff --git a/src/WixToolset.Core.TestPackage/TestMessageListener.cs b/src/wix/WixToolset.Core.TestPackage/TestMessageListener.cs
index 7040fe82..7040fe82 100644
--- a/src/WixToolset.Core.TestPackage/TestMessageListener.cs
+++ b/src/wix/WixToolset.Core.TestPackage/TestMessageListener.cs
diff --git a/src/WixToolset.Core.TestPackage/WixRunner.cs b/src/wix/WixToolset.Core.TestPackage/WixRunner.cs
index ed7c49b8..ed7c49b8 100644
--- a/src/WixToolset.Core.TestPackage/WixRunner.cs
+++ b/src/wix/WixToolset.Core.TestPackage/WixRunner.cs
diff --git a/src/WixToolset.Core.TestPackage/WixRunnerResult.cs b/src/wix/WixToolset.Core.TestPackage/WixRunnerResult.cs
index 6a3d714c..6a3d714c 100644
--- a/src/WixToolset.Core.TestPackage/WixRunnerResult.cs
+++ b/src/wix/WixToolset.Core.TestPackage/WixRunnerResult.cs
diff --git a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj b/src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj
index b64b4075..b64b4075 100644
--- a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj
+++ b/src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj
diff --git a/src/WixToolset.Core.TestPackage/XmlNodeExtensions.cs b/src/wix/WixToolset.Core.TestPackage/XmlNodeExtensions.cs
index f4966f74..f4966f74 100644
--- a/src/WixToolset.Core.TestPackage/XmlNodeExtensions.cs
+++ b/src/wix/WixToolset.Core.TestPackage/XmlNodeExtensions.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs
index cbba6030..cbba6030 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AddBackSuppressedSequenceTablesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AddCreateFoldersCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AddCreateFoldersCommand.cs
index c4fddb3e..c4fddb3e 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AddCreateFoldersCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AddCreateFoldersCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AddRequiredStandardDirectories.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AddRequiredStandardDirectories.cs
index ee3bcc91..ee3bcc91 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AddRequiredStandardDirectories.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AddRequiredStandardDirectories.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AssemblyName.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AssemblyName.cs
index 759ba303..759ba303 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AssemblyName.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AssemblyName.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AssemblyNameReader.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AssemblyNameReader.cs
index 2103cd32..2103cd32 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AssemblyNameReader.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AssemblyNameReader.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AssignMediaCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AssignMediaCommand.cs
index cfa84629..cfa84629 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AssignMediaCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AssignMediaCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs
index 76bcd532..76bcd532 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/AttachPatchTransformsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
index 9f36cd78..9f36cd78 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs
index 41da2a13..41da2a13 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/BindSummaryInfoCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs
index 3379ec5d..3379ec5d 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CabinetBuilder.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetBuilder.cs
index 13b079ad..13b079ad 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CabinetBuilder.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetBuilder.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CabinetResolver.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetResolver.cs
index 875b46c2..875b46c2 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CabinetResolver.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetResolver.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CabinetWorkItem.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetWorkItem.cs
index 1990ea78..1990ea78 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CabinetWorkItem.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CabinetWorkItem.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs
index 83a4949e..83a4949e 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
index 47d8399f..47d8399f 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateIdtFileCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateIdtFileCommand.cs
index ff03413c..ff03413c 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateIdtFileCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateIdtFileCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateInstanceTransformsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateInstanceTransformsCommand.cs
index d0e25571..d0e25571 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateInstanceTransformsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateInstanceTransformsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreatePatchTransformsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreatePatchTransformsCommand.cs
index 5c993f63..5c993f63 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreatePatchTransformsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreatePatchTransformsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateSpecialPropertiesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateSpecialPropertiesCommand.cs
index ba7c03a0..ba7c03a0 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateSpecialPropertiesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateSpecialPropertiesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateWindowsInstallerDataFromIRCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateWindowsInstallerDataFromIRCommand.cs
index d34ca3fe..d34ca3fe 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateWindowsInstallerDataFromIRCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/CreateWindowsInstallerDataFromIRCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/ExtractMergeModuleFilesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ExtractMergeModuleFilesCommand.cs
index 7c1e085c..7c1e085c 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/ExtractMergeModuleFilesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ExtractMergeModuleFilesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/FileSystemManager.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/FileSystemManager.cs
index fe65ccef..fe65ccef 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/FileSystemManager.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/FileSystemManager.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/FinalizeComponentGuids.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/FinalizeComponentGuids.cs
index 3cdc0c28..3cdc0c28 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/FinalizeComponentGuids.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/FinalizeComponentGuids.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs
index b8cca752..b8cca752 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs
index faa03762..faa03762 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesCommand.cs
index 949d5e18..949d5e18 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs
index 2ac563ac..2ac563ac 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs
index 2eb95bc5..2eb95bc5 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/LoadTableDefinitionsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs
index 6446692e..6446692e 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/MergeModulesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/ModularizeCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ModularizeCommand.cs
index 04f1b771..04f1b771 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/ModularizeCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ModularizeCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/OptimizeFileFacadesOrderCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/OptimizeFileFacadesOrderCommand.cs
index 5dd4d3ea..5dd4d3ea 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/OptimizeFileFacadesOrderCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/OptimizeFileFacadesOrderCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/PatchTransform.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/PatchTransform.cs
index 4d849753..4d849753 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/PatchTransform.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/PatchTransform.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessDependencyReferencesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessDependencyReferencesCommand.cs
index 1bd2a427..1bd2a427 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessDependencyReferencesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessDependencyReferencesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessPackageSoftwareTagsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessPackageSoftwareTagsCommand.cs
index 9a068603..9a068603 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessPackageSoftwareTagsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessPackageSoftwareTagsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessPropertiesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessPropertiesCommand.cs
index 217609be..217609be 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessPropertiesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessPropertiesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessUncompressedFilesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessUncompressedFilesCommand.cs
index 039ba495..039ba495 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/ProcessUncompressedFilesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ProcessUncompressedFilesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs
index 94fa0a6a..94fa0a6a 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs
index 0f77abfc..0f77abfc 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFromTextFilesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateFromTextFilesCommand.cs
index 66a648cc..66a648cc 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFromTextFilesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateFromTextFilesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs
index affec09f..affec09f 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs
index 981fa0a4..981fa0a4 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/ValidateDatabaseCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ValidateDatabaseCommand.cs
index cf1e21c2..cf1e21c2 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/ValidateDatabaseCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/ValidateDatabaseCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompile/DecompileMsiOrMsmCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Decompile/DecompileMsiOrMsmCommand.cs
index aeda4443..aeda4443 100644
--- a/src/WixToolset.Core.WindowsInstaller/Decompile/DecompileMsiOrMsmCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Decompile/DecompileMsiOrMsmCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs b/src/wix/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs
index 0b45a8b3..0b45a8b3 100644
--- a/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs b/src/wix/WixToolset.Core.WindowsInstaller/Decompile/Names.cs
index db65bbf7..db65bbf7 100644
--- a/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Decompile/Names.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Differ.cs b/src/wix/WixToolset.Core.WindowsInstaller/Differ.cs
index 304d0152..304d0152 100644
--- a/src/WixToolset.Core.WindowsInstaller/Differ.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Differ.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs b/src/wix/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs
index 8305b5e6..8305b5e6 100644
--- a/src/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/ExtensibilityServices/WindowsInstallerBackendHelper.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs
index 57f2f753..57f2f753 100644
--- a/src/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Inscribe/InscribeMsiPackageCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Melter.cs b/src/wix/WixToolset.Core.WindowsInstaller/Melter.cs
index 29e19e49..29e19e49 100644
--- a/src/WixToolset.Core.WindowsInstaller/Melter.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Melter.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/MelterCore.cs b/src/wix/WixToolset.Core.WindowsInstaller/MelterCore.cs
index 034c9465..034c9465 100644
--- a/src/WixToolset.Core.WindowsInstaller/MelterCore.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/MelterCore.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/MsiBackend.cs b/src/wix/WixToolset.Core.WindowsInstaller/MsiBackend.cs
index 3bd58c25..3bd58c25 100644
--- a/src/WixToolset.Core.WindowsInstaller/MsiBackend.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/MsiBackend.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/MsmBackend.cs b/src/wix/WixToolset.Core.WindowsInstaller/MsmBackend.cs
index 4927ee8c..4927ee8c 100644
--- a/src/WixToolset.Core.WindowsInstaller/MsmBackend.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/MsmBackend.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/MspBackend.cs b/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs
index c46b6027..c46b6027 100644
--- a/src/WixToolset.Core.WindowsInstaller/MspBackend.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/MspBackend.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/MstBackend.cs b/src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs
index a6d86c10..a6d86c10 100644
--- a/src/WixToolset.Core.WindowsInstaller/MstBackend.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/RowDictionary.cs b/src/wix/WixToolset.Core.WindowsInstaller/RowDictionary.cs
index ad7764bc..ad7764bc 100644
--- a/src/WixToolset.Core.WindowsInstaller/RowDictionary.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/RowDictionary.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs
index 8f52bed9..8f52bed9 100644
--- a/src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs
index b510690e..b510690e 100644
--- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindMsiOrMsmCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindMsiOrMsmCommand.cs
index 75ee6307..75ee6307 100644
--- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindMsiOrMsmCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindMsiOrMsmCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs
index f40aed4e..f40aed4e 100644
--- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs
index 0c15ad05..0c15ad05 100644
--- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
index f72acb21..f72acb21 100644
--- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs
index d0986a4d..d0986a4d 100644
--- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionFactory.cs b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionFactory.cs
index 7b12fc8c..7b12fc8c 100644
--- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionFactory.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/WindowsInstallerExtensionFactory.cs
diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/wix/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
index b08f337f..b08f337f 100644
--- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
+++ b/src/wix/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolsetCoreServiceProviderExtensions.cs b/src/wix/WixToolset.Core.WindowsInstaller/WixToolsetCoreServiceProviderExtensions.cs
index e686fa49..e686fa49 100644
--- a/src/WixToolset.Core.WindowsInstaller/WixToolsetCoreServiceProviderExtensions.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/WixToolsetCoreServiceProviderExtensions.cs
diff --git a/WixToolset.Core.sln b/src/wix/WixToolset.Core.sln
index 523c960e..523c960e 100644
--- a/WixToolset.Core.sln
+++ b/src/wix/WixToolset.Core.sln
diff --git a/WixToolset.Core.v3.ncrunchsolution b/src/wix/WixToolset.Core.v3.ncrunchsolution
index 10420ac9..10420ac9 100644
--- a/WixToolset.Core.v3.ncrunchsolution
+++ b/src/wix/WixToolset.Core.v3.ncrunchsolution
diff --git a/src/WixToolset.Core/Bind/DelayedField.cs b/src/wix/WixToolset.Core/Bind/DelayedField.cs
index 25641516..25641516 100644
--- a/src/WixToolset.Core/Bind/DelayedField.cs
+++ b/src/wix/WixToolset.Core/Bind/DelayedField.cs
diff --git a/src/WixToolset.Core/Bind/ExpectedExtractFile.cs b/src/wix/WixToolset.Core/Bind/ExpectedExtractFile.cs
index b27cdfee..b27cdfee 100644
--- a/src/WixToolset.Core/Bind/ExpectedExtractFile.cs
+++ b/src/wix/WixToolset.Core/Bind/ExpectedExtractFile.cs
diff --git a/src/WixToolset.Core/Bind/ExtractEmbeddedFiles.cs b/src/wix/WixToolset.Core/Bind/ExtractEmbeddedFiles.cs
index a0798e62..a0798e62 100644
--- a/src/WixToolset.Core/Bind/ExtractEmbeddedFiles.cs
+++ b/src/wix/WixToolset.Core/Bind/ExtractEmbeddedFiles.cs
diff --git a/src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs b/src/wix/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs
index ec2d8896..ec2d8896 100644
--- a/src/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs
+++ b/src/wix/WixToolset.Core/Bind/ExtractEmbeddedFilesCommand.cs
diff --git a/src/WixToolset.Core/Bind/FileResolver.cs b/src/wix/WixToolset.Core/Bind/FileResolver.cs
index eb878239..eb878239 100644
--- a/src/WixToolset.Core/Bind/FileResolver.cs
+++ b/src/wix/WixToolset.Core/Bind/FileResolver.cs
diff --git a/src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs b/src/wix/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs
index 4ad8f764..4ad8f764 100644
--- a/src/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs
+++ b/src/wix/WixToolset.Core/Bind/ResolveDelayedFieldsCommand.cs
diff --git a/src/WixToolset.Core/Bind/ResolveFieldsCommand.cs b/src/wix/WixToolset.Core/Bind/ResolveFieldsCommand.cs
index 794208e5..794208e5 100644
--- a/src/WixToolset.Core/Bind/ResolveFieldsCommand.cs
+++ b/src/wix/WixToolset.Core/Bind/ResolveFieldsCommand.cs
diff --git a/src/WixToolset.Core/Bind/TransferFilesCommand.cs b/src/wix/WixToolset.Core/Bind/TransferFilesCommand.cs
index b3b74fbc..b3b74fbc 100644
--- a/src/WixToolset.Core/Bind/TransferFilesCommand.cs
+++ b/src/wix/WixToolset.Core/Bind/TransferFilesCommand.cs
diff --git a/src/WixToolset.Core/BindContext.cs b/src/wix/WixToolset.Core/BindContext.cs
index 052382f1..052382f1 100644
--- a/src/WixToolset.Core/BindContext.cs
+++ b/src/wix/WixToolset.Core/BindContext.cs
diff --git a/src/WixToolset.Core/BindFileWithPath.cs b/src/wix/WixToolset.Core/BindFileWithPath.cs
index 539600d3..539600d3 100644
--- a/src/WixToolset.Core/BindFileWithPath.cs
+++ b/src/wix/WixToolset.Core/BindFileWithPath.cs
diff --git a/src/WixToolset.Core/BindPath.cs b/src/wix/WixToolset.Core/BindPath.cs
index f70d5e36..f70d5e36 100644
--- a/src/WixToolset.Core/BindPath.cs
+++ b/src/wix/WixToolset.Core/BindPath.cs
diff --git a/src/WixToolset.Core/BindResult.cs b/src/wix/WixToolset.Core/BindResult.cs
index 9785484c..9785484c 100644
--- a/src/WixToolset.Core/BindResult.cs
+++ b/src/wix/WixToolset.Core/BindResult.cs
diff --git a/src/WixToolset.Core/Binder.cs b/src/wix/WixToolset.Core/Binder.cs
index 204ab6ee..204ab6ee 100644
--- a/src/WixToolset.Core/Binder.cs
+++ b/src/wix/WixToolset.Core/Binder.cs
diff --git a/src/WixToolset.Core/CommandLine/BuildCommand.cs b/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs
index 5f618b81..5f618b81 100644
--- a/src/WixToolset.Core/CommandLine/BuildCommand.cs
+++ b/src/wix/WixToolset.Core/CommandLine/BuildCommand.cs
diff --git a/src/WixToolset.Core/CommandLine/CommandLine.cs b/src/wix/WixToolset.Core/CommandLine/CommandLine.cs
index b87b6a5d..b87b6a5d 100644
--- a/src/WixToolset.Core/CommandLine/CommandLine.cs
+++ b/src/wix/WixToolset.Core/CommandLine/CommandLine.cs
diff --git a/src/WixToolset.Core/CommandLine/CommandLineArguments.cs b/src/wix/WixToolset.Core/CommandLine/CommandLineArguments.cs
index 40b8b320..40b8b320 100644
--- a/src/WixToolset.Core/CommandLine/CommandLineArguments.cs
+++ b/src/wix/WixToolset.Core/CommandLine/CommandLineArguments.cs
diff --git a/src/WixToolset.Core/CommandLine/CommandLineContext.cs b/src/wix/WixToolset.Core/CommandLine/CommandLineContext.cs
index 8d5cf120..8d5cf120 100644
--- a/src/WixToolset.Core/CommandLine/CommandLineContext.cs
+++ b/src/wix/WixToolset.Core/CommandLine/CommandLineContext.cs
diff --git a/src/WixToolset.Core/CommandLine/CommandLineParser.cs b/src/wix/WixToolset.Core/CommandLine/CommandLineParser.cs
index 015d3e62..015d3e62 100644
--- a/src/WixToolset.Core/CommandLine/CommandLineParser.cs
+++ b/src/wix/WixToolset.Core/CommandLine/CommandLineParser.cs
diff --git a/src/WixToolset.Core/CommandLine/CompileCommand.cs b/src/wix/WixToolset.Core/CommandLine/CompileCommand.cs
index 6e31b241..6e31b241 100644
--- a/src/WixToolset.Core/CommandLine/CompileCommand.cs
+++ b/src/wix/WixToolset.Core/CommandLine/CompileCommand.cs
diff --git a/src/WixToolset.Core/CommandLine/DecompileCommand.cs b/src/wix/WixToolset.Core/CommandLine/DecompileCommand.cs
index fc0ab0c9..fc0ab0c9 100644
--- a/src/WixToolset.Core/CommandLine/DecompileCommand.cs
+++ b/src/wix/WixToolset.Core/CommandLine/DecompileCommand.cs
diff --git a/src/WixToolset.Core/CommandLine/HelpCommand.cs b/src/wix/WixToolset.Core/CommandLine/HelpCommand.cs
index 6a5ac183..6a5ac183 100644
--- a/src/WixToolset.Core/CommandLine/HelpCommand.cs
+++ b/src/wix/WixToolset.Core/CommandLine/HelpCommand.cs
diff --git a/src/WixToolset.Core/CommandLine/VersionCommand.cs b/src/wix/WixToolset.Core/CommandLine/VersionCommand.cs
index 01a7d0e6..01a7d0e6 100644
--- a/src/WixToolset.Core/CommandLine/VersionCommand.cs
+++ b/src/wix/WixToolset.Core/CommandLine/VersionCommand.cs
diff --git a/src/WixToolset.Core/Common.cs b/src/wix/WixToolset.Core/Common.cs
index 848f009a..848f009a 100644
--- a/src/WixToolset.Core/Common.cs
+++ b/src/wix/WixToolset.Core/Common.cs
diff --git a/src/WixToolset.Core/Compile/CompilerPayload.cs b/src/wix/WixToolset.Core/Compile/CompilerPayload.cs
index 3f423034..3f423034 100644
--- a/src/WixToolset.Core/Compile/CompilerPayload.cs
+++ b/src/wix/WixToolset.Core/Compile/CompilerPayload.cs
diff --git a/src/WixToolset.Core/CompileContext.cs b/src/wix/WixToolset.Core/CompileContext.cs
index d84d7aac..d84d7aac 100644
--- a/src/WixToolset.Core/CompileContext.cs
+++ b/src/wix/WixToolset.Core/CompileContext.cs
diff --git a/src/WixToolset.Core/Compiler.cs b/src/wix/WixToolset.Core/Compiler.cs
index c39bec70..c39bec70 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/wix/WixToolset.Core/Compiler.cs
diff --git a/src/WixToolset.Core/CompilerCore.cs b/src/wix/WixToolset.Core/CompilerCore.cs
index 727084eb..727084eb 100644
--- a/src/WixToolset.Core/CompilerCore.cs
+++ b/src/wix/WixToolset.Core/CompilerCore.cs
diff --git a/src/WixToolset.Core/CompilerErrors.cs b/src/wix/WixToolset.Core/CompilerErrors.cs
index 10646dfd..10646dfd 100644
--- a/src/WixToolset.Core/CompilerErrors.cs
+++ b/src/wix/WixToolset.Core/CompilerErrors.cs
diff --git a/src/WixToolset.Core/CompilerWarnings.cs b/src/wix/WixToolset.Core/CompilerWarnings.cs
index 5c11b878..5c11b878 100644
--- a/src/WixToolset.Core/CompilerWarnings.cs
+++ b/src/wix/WixToolset.Core/CompilerWarnings.cs
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/wix/WixToolset.Core/Compiler_Bundle.cs
index 6d2e75f7..6d2e75f7 100644
--- a/src/WixToolset.Core/Compiler_Bundle.cs
+++ b/src/wix/WixToolset.Core/Compiler_Bundle.cs
diff --git a/src/WixToolset.Core/Compiler_Dependency.cs b/src/wix/WixToolset.Core/Compiler_Dependency.cs
index 7c863883..7c863883 100644
--- a/src/WixToolset.Core/Compiler_Dependency.cs
+++ b/src/wix/WixToolset.Core/Compiler_Dependency.cs
diff --git a/src/WixToolset.Core/Compiler_EmbeddedUI.cs b/src/wix/WixToolset.Core/Compiler_EmbeddedUI.cs
index ede03933..ede03933 100644
--- a/src/WixToolset.Core/Compiler_EmbeddedUI.cs
+++ b/src/wix/WixToolset.Core/Compiler_EmbeddedUI.cs
diff --git a/src/WixToolset.Core/Compiler_Module.cs b/src/wix/WixToolset.Core/Compiler_Module.cs
index 3986c8da..3986c8da 100644
--- a/src/WixToolset.Core/Compiler_Module.cs
+++ b/src/wix/WixToolset.Core/Compiler_Module.cs
diff --git a/src/WixToolset.Core/Compiler_Package.cs b/src/wix/WixToolset.Core/Compiler_Package.cs
index 87ccceb7..87ccceb7 100644
--- a/src/WixToolset.Core/Compiler_Package.cs
+++ b/src/wix/WixToolset.Core/Compiler_Package.cs
diff --git a/src/WixToolset.Core/Compiler_Patch.cs b/src/wix/WixToolset.Core/Compiler_Patch.cs
index c9cae183..c9cae183 100644
--- a/src/WixToolset.Core/Compiler_Patch.cs
+++ b/src/wix/WixToolset.Core/Compiler_Patch.cs
diff --git a/src/WixToolset.Core/Compiler_PatchCreation.cs b/src/wix/WixToolset.Core/Compiler_PatchCreation.cs
index 81ae4121..81ae4121 100644
--- a/src/WixToolset.Core/Compiler_PatchCreation.cs
+++ b/src/wix/WixToolset.Core/Compiler_PatchCreation.cs
diff --git a/src/WixToolset.Core/Compiler_Tag.cs b/src/wix/WixToolset.Core/Compiler_Tag.cs
index cf55c448..cf55c448 100644
--- a/src/WixToolset.Core/Compiler_Tag.cs
+++ b/src/wix/WixToolset.Core/Compiler_Tag.cs
diff --git a/src/WixToolset.Core/Compiler_UI.cs b/src/wix/WixToolset.Core/Compiler_UI.cs
index d712ec91..d712ec91 100644
--- a/src/WixToolset.Core/Compiler_UI.cs
+++ b/src/wix/WixToolset.Core/Compiler_UI.cs
diff --git a/src/WixToolset.Core/ComponentKeyPath.cs b/src/wix/WixToolset.Core/ComponentKeyPath.cs
index 8e9c5776..8e9c5776 100644
--- a/src/WixToolset.Core/ComponentKeyPath.cs
+++ b/src/wix/WixToolset.Core/ComponentKeyPath.cs
diff --git a/src/WixToolset.Core/DecompileContext.cs b/src/wix/WixToolset.Core/DecompileContext.cs
index a7ec03fd..a7ec03fd 100644
--- a/src/WixToolset.Core/DecompileContext.cs
+++ b/src/wix/WixToolset.Core/DecompileContext.cs
diff --git a/src/WixToolset.Core/DecompileResult.cs b/src/wix/WixToolset.Core/DecompileResult.cs
index fc24cab7..fc24cab7 100644
--- a/src/WixToolset.Core/DecompileResult.cs
+++ b/src/wix/WixToolset.Core/DecompileResult.cs
diff --git a/src/WixToolset.Core/Decompiler.cs b/src/wix/WixToolset.Core/Decompiler.cs
index 859f582b..859f582b 100644
--- a/src/WixToolset.Core/Decompiler.cs
+++ b/src/wix/WixToolset.Core/Decompiler.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/BackendHelper.cs b/src/wix/WixToolset.Core/ExtensibilityServices/BackendHelper.cs
index cfa78623..cfa78623 100644
--- a/src/WixToolset.Core/ExtensibilityServices/BackendHelper.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/BackendHelper.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs b/src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs
index 2340ed9e..2340ed9e 100644
--- a/src/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/ExtensionManager.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/FileFacade.cs b/src/wix/WixToolset.Core/ExtensibilityServices/FileFacade.cs
index f85d4842..f85d4842 100644
--- a/src/WixToolset.Core/ExtensibilityServices/FileFacade.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/FileFacade.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/FileTransfer.cs b/src/wix/WixToolset.Core/ExtensibilityServices/FileTransfer.cs
index 2cad7cce..2cad7cce 100644
--- a/src/WixToolset.Core/ExtensibilityServices/FileTransfer.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/FileTransfer.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/Messaging.cs b/src/wix/WixToolset.Core/ExtensibilityServices/Messaging.cs
index afcd9244..afcd9244 100644
--- a/src/WixToolset.Core/ExtensibilityServices/Messaging.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/Messaging.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs b/src/wix/WixToolset.Core/ExtensibilityServices/ParseHelper.cs
index c1368190..c1368190 100644
--- a/src/WixToolset.Core/ExtensibilityServices/ParseHelper.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/ParseHelper.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/PathResolver.cs b/src/wix/WixToolset.Core/ExtensibilityServices/PathResolver.cs
index 72be2bcb..72be2bcb 100644
--- a/src/WixToolset.Core/ExtensibilityServices/PathResolver.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/PathResolver.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs b/src/wix/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
index b0c87bcf..b0c87bcf 100644
--- a/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/ResolvedDirectory.cs b/src/wix/WixToolset.Core/ExtensibilityServices/ResolvedDirectory.cs
index cc8acfdd..cc8acfdd 100644
--- a/src/WixToolset.Core/ExtensibilityServices/ResolvedDirectory.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/ResolvedDirectory.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/SymbolDefinitionCreator.cs b/src/wix/WixToolset.Core/ExtensibilityServices/SymbolDefinitionCreator.cs
index a2486130..a2486130 100644
--- a/src/WixToolset.Core/ExtensibilityServices/SymbolDefinitionCreator.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/SymbolDefinitionCreator.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/TrackedFile.cs b/src/wix/WixToolset.Core/ExtensibilityServices/TrackedFile.cs
index 028cddbf..028cddbf 100644
--- a/src/WixToolset.Core/ExtensibilityServices/TrackedFile.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/TrackedFile.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/Uuid.cs b/src/wix/WixToolset.Core/ExtensibilityServices/Uuid.cs
index ad9eea26..ad9eea26 100644
--- a/src/WixToolset.Core/ExtensibilityServices/Uuid.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/Uuid.cs
diff --git a/src/WixToolset.Core/ExtensibilityServices/WixBranding.cs b/src/wix/WixToolset.Core/ExtensibilityServices/WixBranding.cs
index 56300400..56300400 100644
--- a/src/WixToolset.Core/ExtensibilityServices/WixBranding.cs
+++ b/src/wix/WixToolset.Core/ExtensibilityServices/WixBranding.cs
diff --git a/src/WixToolset.Core/IBinder.cs b/src/wix/WixToolset.Core/IBinder.cs
index a1b66f42..a1b66f42 100644
--- a/src/WixToolset.Core/IBinder.cs
+++ b/src/wix/WixToolset.Core/IBinder.cs
diff --git a/src/WixToolset.Core/ICompiler.cs b/src/wix/WixToolset.Core/ICompiler.cs
index 0aae579a..0aae579a 100644
--- a/src/WixToolset.Core/ICompiler.cs
+++ b/src/wix/WixToolset.Core/ICompiler.cs
diff --git a/src/WixToolset.Core/IDecompiler.cs b/src/wix/WixToolset.Core/IDecompiler.cs
index 74ec26de..74ec26de 100644
--- a/src/WixToolset.Core/IDecompiler.cs
+++ b/src/wix/WixToolset.Core/IDecompiler.cs
diff --git a/src/WixToolset.Core/ILayoutCreator.cs b/src/wix/WixToolset.Core/ILayoutCreator.cs
index cdff2a78..cdff2a78 100644
--- a/src/WixToolset.Core/ILayoutCreator.cs
+++ b/src/wix/WixToolset.Core/ILayoutCreator.cs
diff --git a/src/WixToolset.Core/ILibrarian.cs b/src/wix/WixToolset.Core/ILibrarian.cs
index 0fcedea5..0fcedea5 100644
--- a/src/WixToolset.Core/ILibrarian.cs
+++ b/src/wix/WixToolset.Core/ILibrarian.cs
diff --git a/src/WixToolset.Core/ILinker.cs b/src/wix/WixToolset.Core/ILinker.cs
index 11cc2c87..11cc2c87 100644
--- a/src/WixToolset.Core/ILinker.cs
+++ b/src/wix/WixToolset.Core/ILinker.cs
diff --git a/src/WixToolset.Core/ILocalizationParser.cs b/src/wix/WixToolset.Core/ILocalizationParser.cs
index 0e70aa0e..0e70aa0e 100644
--- a/src/WixToolset.Core/ILocalizationParser.cs
+++ b/src/wix/WixToolset.Core/ILocalizationParser.cs
diff --git a/src/WixToolset.Core/IPreprocessor.cs b/src/wix/WixToolset.Core/IPreprocessor.cs
index f6ed5fed..f6ed5fed 100644
--- a/src/WixToolset.Core/IPreprocessor.cs
+++ b/src/wix/WixToolset.Core/IPreprocessor.cs
diff --git a/src/WixToolset.Core/IResolver.cs b/src/wix/WixToolset.Core/IResolver.cs
index db25edbe..db25edbe 100644
--- a/src/WixToolset.Core/IResolver.cs
+++ b/src/wix/WixToolset.Core/IResolver.cs
diff --git a/src/WixToolset.Core/IUnbinder.cs b/src/wix/WixToolset.Core/IUnbinder.cs
index 2b4daaa5..2b4daaa5 100644
--- a/src/WixToolset.Core/IUnbinder.cs
+++ b/src/wix/WixToolset.Core/IUnbinder.cs
diff --git a/src/WixToolset.Core/IncludedFile.cs b/src/wix/WixToolset.Core/IncludedFile.cs
index 25d51191..25d51191 100644
--- a/src/WixToolset.Core/IncludedFile.cs
+++ b/src/wix/WixToolset.Core/IncludedFile.cs
diff --git a/src/WixToolset.Core/IncribeContext.cs b/src/wix/WixToolset.Core/IncribeContext.cs
index 9d7055ab..9d7055ab 100644
--- a/src/WixToolset.Core/IncribeContext.cs
+++ b/src/wix/WixToolset.Core/IncribeContext.cs
diff --git a/src/WixToolset.Core/LayoutContext.cs b/src/wix/WixToolset.Core/LayoutContext.cs
index 4b8c7b99..4b8c7b99 100644
--- a/src/WixToolset.Core/LayoutContext.cs
+++ b/src/wix/WixToolset.Core/LayoutContext.cs
diff --git a/src/WixToolset.Core/LayoutCreator.cs b/src/wix/WixToolset.Core/LayoutCreator.cs
index 0c5aaf63..0c5aaf63 100644
--- a/src/WixToolset.Core/LayoutCreator.cs
+++ b/src/wix/WixToolset.Core/LayoutCreator.cs
diff --git a/src/WixToolset.Core/Librarian.cs b/src/wix/WixToolset.Core/Librarian.cs
index 1dd1b44d..1dd1b44d 100644
--- a/src/WixToolset.Core/Librarian.cs
+++ b/src/wix/WixToolset.Core/Librarian.cs
diff --git a/src/WixToolset.Core/LibraryContext.cs b/src/wix/WixToolset.Core/LibraryContext.cs
index e701cadf..e701cadf 100644
--- a/src/WixToolset.Core/LibraryContext.cs
+++ b/src/wix/WixToolset.Core/LibraryContext.cs
diff --git a/src/WixToolset.Core/Link/CollateLocalizationsCommand.cs b/src/wix/WixToolset.Core/Link/CollateLocalizationsCommand.cs
index d5c69838..d5c69838 100644
--- a/src/WixToolset.Core/Link/CollateLocalizationsCommand.cs
+++ b/src/wix/WixToolset.Core/Link/CollateLocalizationsCommand.cs
diff --git a/src/WixToolset.Core/Link/ConnectToFeature.cs b/src/wix/WixToolset.Core/Link/ConnectToFeature.cs
index e9a739a1..e9a739a1 100644
--- a/src/WixToolset.Core/Link/ConnectToFeature.cs
+++ b/src/wix/WixToolset.Core/Link/ConnectToFeature.cs
diff --git a/src/WixToolset.Core/Link/ConnectToFeatureCollection.cs b/src/wix/WixToolset.Core/Link/ConnectToFeatureCollection.cs
index b7874527..b7874527 100644
--- a/src/WixToolset.Core/Link/ConnectToFeatureCollection.cs
+++ b/src/wix/WixToolset.Core/Link/ConnectToFeatureCollection.cs
diff --git a/src/WixToolset.Core/Link/ConnectToModule.cs b/src/wix/WixToolset.Core/Link/ConnectToModule.cs
index 4380e12c..4380e12c 100644
--- a/src/WixToolset.Core/Link/ConnectToModule.cs
+++ b/src/wix/WixToolset.Core/Link/ConnectToModule.cs
diff --git a/src/WixToolset.Core/Link/ConnectToModuleCollection.cs b/src/wix/WixToolset.Core/Link/ConnectToModuleCollection.cs
index e0f96ffb..e0f96ffb 100644
--- a/src/WixToolset.Core/Link/ConnectToModuleCollection.cs
+++ b/src/wix/WixToolset.Core/Link/ConnectToModuleCollection.cs
diff --git a/src/WixToolset.Core/Link/FindEntrySectionAndLoadSymbolsCommand.cs b/src/wix/WixToolset.Core/Link/FindEntrySectionAndLoadSymbolsCommand.cs
index 5d6cc831..5d6cc831 100644
--- a/src/WixToolset.Core/Link/FindEntrySectionAndLoadSymbolsCommand.cs
+++ b/src/wix/WixToolset.Core/Link/FindEntrySectionAndLoadSymbolsCommand.cs
diff --git a/src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs b/src/wix/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs
index 16593c7d..16593c7d 100644
--- a/src/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs
+++ b/src/wix/WixToolset.Core/Link/FlattenAndProcessBundleTablesCommand.cs
diff --git a/src/WixToolset.Core/Link/IntermediateSymbolExtensions.cs b/src/wix/WixToolset.Core/Link/IntermediateSymbolExtensions.cs
index cbf48abe..cbf48abe 100644
--- a/src/WixToolset.Core/Link/IntermediateSymbolExtensions.cs
+++ b/src/wix/WixToolset.Core/Link/IntermediateSymbolExtensions.cs
diff --git a/src/WixToolset.Core/Link/ReportConflictingSymbolsCommand.cs b/src/wix/WixToolset.Core/Link/ReportConflictingSymbolsCommand.cs
index ace2e19d..ace2e19d 100644
--- a/src/WixToolset.Core/Link/ReportConflictingSymbolsCommand.cs
+++ b/src/wix/WixToolset.Core/Link/ReportConflictingSymbolsCommand.cs
diff --git a/src/WixToolset.Core/Link/ResolveReferencesCommand.cs b/src/wix/WixToolset.Core/Link/ResolveReferencesCommand.cs
index efb90bb8..efb90bb8 100644
--- a/src/WixToolset.Core/Link/ResolveReferencesCommand.cs
+++ b/src/wix/WixToolset.Core/Link/ResolveReferencesCommand.cs
diff --git a/src/WixToolset.Core/Link/SymbolWithSection.cs b/src/wix/WixToolset.Core/Link/SymbolWithSection.cs
index 08e01077..08e01077 100644
--- a/src/WixToolset.Core/Link/SymbolWithSection.cs
+++ b/src/wix/WixToolset.Core/Link/SymbolWithSection.cs
diff --git a/src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs b/src/wix/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs
index 2b1925ad..2b1925ad 100644
--- a/src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs
+++ b/src/wix/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs
diff --git a/src/WixToolset.Core/Link/WixGroupingOrdering.cs b/src/wix/WixToolset.Core/Link/WixGroupingOrdering.cs
index f9de82a9..f9de82a9 100644
--- a/src/WixToolset.Core/Link/WixGroupingOrdering.cs
+++ b/src/wix/WixToolset.Core/Link/WixGroupingOrdering.cs
diff --git a/src/WixToolset.Core/LinkContext.cs b/src/wix/WixToolset.Core/LinkContext.cs
index b99bb9c4..b99bb9c4 100644
--- a/src/WixToolset.Core/LinkContext.cs
+++ b/src/wix/WixToolset.Core/LinkContext.cs
diff --git a/src/WixToolset.Core/Linker.cs b/src/wix/WixToolset.Core/Linker.cs
index 47671f26..47671f26 100644
--- a/src/WixToolset.Core/Linker.cs
+++ b/src/wix/WixToolset.Core/Linker.cs
diff --git a/src/WixToolset.Core/LinkerErrors.cs b/src/wix/WixToolset.Core/LinkerErrors.cs
index 7ce8c00e..7ce8c00e 100644
--- a/src/WixToolset.Core/LinkerErrors.cs
+++ b/src/wix/WixToolset.Core/LinkerErrors.cs
diff --git a/src/WixToolset.Core/LinkerWarnings.cs b/src/wix/WixToolset.Core/LinkerWarnings.cs
index 968fa4ea..968fa4ea 100644
--- a/src/WixToolset.Core/LinkerWarnings.cs
+++ b/src/wix/WixToolset.Core/LinkerWarnings.cs
diff --git a/src/WixToolset.Core/LocalizationParser.cs b/src/wix/WixToolset.Core/LocalizationParser.cs
index d6113fc6..d6113fc6 100644
--- a/src/WixToolset.Core/LocalizationParser.cs
+++ b/src/wix/WixToolset.Core/LocalizationParser.cs
diff --git a/src/WixToolset.Core/ParsedWixVariable.cs b/src/wix/WixToolset.Core/ParsedWixVariable.cs
index 9d308b77..9d308b77 100644
--- a/src/WixToolset.Core/ParsedWixVariable.cs
+++ b/src/wix/WixToolset.Core/ParsedWixVariable.cs
diff --git a/src/WixToolset.Core/Preprocess/IfContext.cs b/src/wix/WixToolset.Core/Preprocess/IfContext.cs
index 91173c29..91173c29 100644
--- a/src/WixToolset.Core/Preprocess/IfContext.cs
+++ b/src/wix/WixToolset.Core/Preprocess/IfContext.cs
diff --git a/src/WixToolset.Core/Preprocess/IfDefEventHandler.cs b/src/wix/WixToolset.Core/Preprocess/IfDefEventHandler.cs
index 6b56638a..6b56638a 100644
--- a/src/WixToolset.Core/Preprocess/IfDefEventHandler.cs
+++ b/src/wix/WixToolset.Core/Preprocess/IfDefEventHandler.cs
diff --git a/src/WixToolset.Core/Preprocess/IfState.cs b/src/wix/WixToolset.Core/Preprocess/IfState.cs
index f5bb3e87..f5bb3e87 100644
--- a/src/WixToolset.Core/Preprocess/IfState.cs
+++ b/src/wix/WixToolset.Core/Preprocess/IfState.cs
diff --git a/src/WixToolset.Core/Preprocess/IncludedFileEventHandler.cs b/src/wix/WixToolset.Core/Preprocess/IncludedFileEventHandler.cs
index 3c8ff2e8..3c8ff2e8 100644
--- a/src/WixToolset.Core/Preprocess/IncludedFileEventHandler.cs
+++ b/src/wix/WixToolset.Core/Preprocess/IncludedFileEventHandler.cs
diff --git a/src/WixToolset.Core/Preprocess/PreprocessorOperation.cs b/src/wix/WixToolset.Core/Preprocess/PreprocessorOperation.cs
index 086a0f1a..086a0f1a 100644
--- a/src/WixToolset.Core/Preprocess/PreprocessorOperation.cs
+++ b/src/wix/WixToolset.Core/Preprocess/PreprocessorOperation.cs
diff --git a/src/WixToolset.Core/Preprocess/ProcessedStreamEventHandler.cs b/src/wix/WixToolset.Core/Preprocess/ProcessedStreamEventHandler.cs
index 672b4b9f..672b4b9f 100644
--- a/src/WixToolset.Core/Preprocess/ProcessedStreamEventHandler.cs
+++ b/src/wix/WixToolset.Core/Preprocess/ProcessedStreamEventHandler.cs
diff --git a/src/WixToolset.Core/Preprocess/ResolvedVariableEventHandler.cs b/src/wix/WixToolset.Core/Preprocess/ResolvedVariableEventHandler.cs
index 6d159ad0..6d159ad0 100644
--- a/src/WixToolset.Core/Preprocess/ResolvedVariableEventHandler.cs
+++ b/src/wix/WixToolset.Core/Preprocess/ResolvedVariableEventHandler.cs
diff --git a/src/WixToolset.Core/PreprocessContext.cs b/src/wix/WixToolset.Core/PreprocessContext.cs
index 986045ff..986045ff 100644
--- a/src/WixToolset.Core/PreprocessContext.cs
+++ b/src/wix/WixToolset.Core/PreprocessContext.cs
diff --git a/src/WixToolset.Core/PreprocessResult.cs b/src/wix/WixToolset.Core/PreprocessResult.cs
index 83b29a90..83b29a90 100644
--- a/src/WixToolset.Core/PreprocessResult.cs
+++ b/src/wix/WixToolset.Core/PreprocessResult.cs
diff --git a/src/WixToolset.Core/Preprocessor.cs b/src/wix/WixToolset.Core/Preprocessor.cs
index 603c0e5b..603c0e5b 100644
--- a/src/WixToolset.Core/Preprocessor.cs
+++ b/src/wix/WixToolset.Core/Preprocessor.cs
diff --git a/src/WixToolset.Core/Properties/AssemblyInfo.cs b/src/wix/WixToolset.Core/Properties/AssemblyInfo.cs
index 81274e3f..81274e3f 100644
--- a/src/WixToolset.Core/Properties/AssemblyInfo.cs
+++ b/src/wix/WixToolset.Core/Properties/AssemblyInfo.cs
diff --git a/src/WixToolset.Core/ResolveContext.cs b/src/wix/WixToolset.Core/ResolveContext.cs
index 638c8079..638c8079 100644
--- a/src/WixToolset.Core/ResolveContext.cs
+++ b/src/wix/WixToolset.Core/ResolveContext.cs
diff --git a/src/WixToolset.Core/ResolveFileResult.cs b/src/wix/WixToolset.Core/ResolveFileResult.cs
index f6e201d4..f6e201d4 100644
--- a/src/WixToolset.Core/ResolveFileResult.cs
+++ b/src/wix/WixToolset.Core/ResolveFileResult.cs
diff --git a/src/WixToolset.Core/ResolveResult.cs b/src/wix/WixToolset.Core/ResolveResult.cs
index fa8e09b7..fa8e09b7 100644
--- a/src/WixToolset.Core/ResolveResult.cs
+++ b/src/wix/WixToolset.Core/ResolveResult.cs
diff --git a/src/WixToolset.Core/ResolvedCabinet.cs b/src/wix/WixToolset.Core/ResolvedCabinet.cs
index be04831f..be04831f 100644
--- a/src/WixToolset.Core/ResolvedCabinet.cs
+++ b/src/wix/WixToolset.Core/ResolvedCabinet.cs
diff --git a/src/WixToolset.Core/Resolver.cs b/src/wix/WixToolset.Core/Resolver.cs
index e93f8e1b..e93f8e1b 100644
--- a/src/WixToolset.Core/Resolver.cs
+++ b/src/wix/WixToolset.Core/Resolver.cs
diff --git a/src/WixToolset.Core/SourceFile.cs b/src/wix/WixToolset.Core/SourceFile.cs
index d7ea7a50..d7ea7a50 100644
--- a/src/WixToolset.Core/SourceFile.cs
+++ b/src/wix/WixToolset.Core/SourceFile.cs
diff --git a/src/WixToolset.Core/UnbindContext.cs b/src/wix/WixToolset.Core/UnbindContext.cs
index c3817a08..c3817a08 100644
--- a/src/WixToolset.Core/UnbindContext.cs
+++ b/src/wix/WixToolset.Core/UnbindContext.cs
diff --git a/src/WixToolset.Core/Unbinder.cs b/src/wix/WixToolset.Core/Unbinder.cs
index 3ef77083..3ef77083 100644
--- a/src/WixToolset.Core/Unbinder.cs
+++ b/src/wix/WixToolset.Core/Unbinder.cs
diff --git a/src/WixToolset.Core/VariableResolution.cs b/src/wix/WixToolset.Core/VariableResolution.cs
index 3b34e294..3b34e294 100644
--- a/src/WixToolset.Core/VariableResolution.cs
+++ b/src/wix/WixToolset.Core/VariableResolution.cs
diff --git a/src/WixToolset.Core/VariableResolver.cs b/src/wix/WixToolset.Core/VariableResolver.cs
index 437cabb7..437cabb7 100644
--- a/src/WixToolset.Core/VariableResolver.cs
+++ b/src/wix/WixToolset.Core/VariableResolver.cs
diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/wix/WixToolset.Core/WixToolset.Core.csproj
index 7242d500..7242d500 100644
--- a/src/WixToolset.Core/WixToolset.Core.csproj
+++ b/src/wix/WixToolset.Core/WixToolset.Core.csproj
diff --git a/src/WixToolset.Core/WixToolset.Core.v3.ncrunchproject b/src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject
index c6001ebe..c6001ebe 100644
--- a/src/WixToolset.Core/WixToolset.Core.v3.ncrunchproject
+++ b/src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject
diff --git a/src/WixToolset.Core/WixToolsetServiceProvider.cs b/src/wix/WixToolset.Core/WixToolsetServiceProvider.cs
index 5d700ba0..5d700ba0 100644
--- a/src/WixToolset.Core/WixToolsetServiceProvider.cs
+++ b/src/wix/WixToolset.Core/WixToolsetServiceProvider.cs
diff --git a/src/WixToolset.Core/WixToolsetServiceProviderFactory.cs b/src/wix/WixToolset.Core/WixToolsetServiceProviderFactory.cs
index 8e07070b..8e07070b 100644
--- a/src/WixToolset.Core/WixToolsetServiceProviderFactory.cs
+++ b/src/wix/WixToolset.Core/WixToolsetServiceProviderFactory.cs
diff --git a/appveyor.cmd b/src/wix/appveyor.cmd
index 02db695b..02db695b 100644
--- a/appveyor.cmd
+++ b/src/wix/appveyor.cmd
diff --git a/appveyor.yml b/src/wix/appveyor.yml
index 364569cf..364569cf 100644
--- a/appveyor.yml
+++ b/src/wix/appveyor.yml
diff --git a/nuget.config b/src/wix/nuget.config
index 022f9240..022f9240 100644
--- a/nuget.config
+++ b/src/wix/nuget.config
diff --git a/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj b/src/wix/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj
index 88210bd4..88210bd4 100644
--- a/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj
+++ b/src/wix/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj
diff --git a/src/test/CompileCoreTestExtensionWixlib/Program.cs b/src/wix/test/CompileCoreTestExtensionWixlib/Program.cs
index 323b5e5e..323b5e5e 100644
--- a/src/test/CompileCoreTestExtensionWixlib/Program.cs
+++ b/src/wix/test/CompileCoreTestExtensionWixlib/Program.cs
diff --git a/src/test/Example.Extension/Data/example.txt b/src/wix/test/Example.Extension/Data/example.txt
index 1b4ffe8a..1b4ffe8a 100644
--- a/src/test/Example.Extension/Data/example.txt
+++ b/src/wix/test/Example.Extension/Data/example.txt
diff --git a/src/test/Example.Extension/Data/example.wxs b/src/wix/test/Example.Extension/Data/example.wxs
index af5d5086..af5d5086 100644
--- a/src/test/Example.Extension/Data/example.wxs
+++ b/src/wix/test/Example.Extension/Data/example.wxs
diff --git a/src/test/Example.Extension/Example.Extension.csproj b/src/wix/test/Example.Extension/Example.Extension.csproj
index 9be10d35..9be10d35 100644
--- a/src/test/Example.Extension/Example.Extension.csproj
+++ b/src/wix/test/Example.Extension/Example.Extension.csproj
diff --git a/src/test/Example.Extension/ExampleCompilerExtension.cs b/src/wix/test/Example.Extension/ExampleCompilerExtension.cs
index 5b8d4b3f..5b8d4b3f 100644
--- a/src/test/Example.Extension/ExampleCompilerExtension.cs
+++ b/src/wix/test/Example.Extension/ExampleCompilerExtension.cs
diff --git a/src/test/Example.Extension/ExampleExtensionData.cs b/src/wix/test/Example.Extension/ExampleExtensionData.cs
index 91d60eb9..91d60eb9 100644
--- a/src/test/Example.Extension/ExampleExtensionData.cs
+++ b/src/wix/test/Example.Extension/ExampleExtensionData.cs
diff --git a/src/test/Example.Extension/ExampleExtensionFactory.cs b/src/wix/test/Example.Extension/ExampleExtensionFactory.cs
index e54561ee..e54561ee 100644
--- a/src/test/Example.Extension/ExampleExtensionFactory.cs
+++ b/src/wix/test/Example.Extension/ExampleExtensionFactory.cs
diff --git a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs b/src/wix/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs
index 7244798a..7244798a 100644
--- a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs
+++ b/src/wix/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs
diff --git a/src/test/Example.Extension/ExampleRow.cs b/src/wix/test/Example.Extension/ExampleRow.cs
index fc20c6c9..fc20c6c9 100644
--- a/src/test/Example.Extension/ExampleRow.cs
+++ b/src/wix/test/Example.Extension/ExampleRow.cs
diff --git a/src/test/Example.Extension/ExampleSearchSymbol.cs b/src/wix/test/Example.Extension/ExampleSearchSymbol.cs
index 40a39292..40a39292 100644
--- a/src/test/Example.Extension/ExampleSearchSymbol.cs
+++ b/src/wix/test/Example.Extension/ExampleSearchSymbol.cs
diff --git a/src/test/Example.Extension/ExampleSymbol.cs b/src/wix/test/Example.Extension/ExampleSymbol.cs
index 314087e9..314087e9 100644
--- a/src/test/Example.Extension/ExampleSymbol.cs
+++ b/src/wix/test/Example.Extension/ExampleSymbol.cs
diff --git a/src/test/Example.Extension/ExampleSymbolDefinitions.cs b/src/wix/test/Example.Extension/ExampleSymbolDefinitions.cs
index f13d716d..f13d716d 100644
--- a/src/test/Example.Extension/ExampleSymbolDefinitions.cs
+++ b/src/wix/test/Example.Extension/ExampleSymbolDefinitions.cs
diff --git a/src/test/Example.Extension/ExampleTableDefinitions.cs b/src/wix/test/Example.Extension/ExampleTableDefinitions.cs
index a2b81698..a2b81698 100644
--- a/src/test/Example.Extension/ExampleTableDefinitions.cs
+++ b/src/wix/test/Example.Extension/ExampleTableDefinitions.cs
diff --git a/src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs b/src/wix/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs
index afccc56f..afccc56f 100644
--- a/src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs
+++ b/src/wix/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs
diff --git a/src/test/WixToolsetTest.Core.Burn/BurnReaderFixture.cs b/src/wix/test/WixToolsetTest.Core.Burn/BurnReaderFixture.cs
index a83da7f6..a83da7f6 100644
--- a/src/test/WixToolsetTest.Core.Burn/BurnReaderFixture.cs
+++ b/src/wix/test/WixToolsetTest.Core.Burn/BurnReaderFixture.cs
diff --git a/src/test/WixToolsetTest.Core.Burn/WixToolsetTest.Core.Burn.csproj b/src/wix/test/WixToolsetTest.Core.Burn/WixToolsetTest.Core.Burn.csproj
index 175ee1a9..175ee1a9 100644
--- a/src/test/WixToolsetTest.Core.Burn/WixToolsetTest.Core.Burn.csproj
+++ b/src/wix/test/WixToolsetTest.Core.Burn/WixToolsetTest.Core.Burn.csproj
diff --git a/src/test/WixToolsetTest.CoreIntegration/ApprovedExeFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ApprovedExeFixture.cs
index 47b47ef5..47b47ef5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ApprovedExeFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ApprovedExeFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs
index 62ffe1eb..62ffe1eb 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/BadInputFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/BindVariablesFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/BindVariablesFixture.cs
index 39e6b4aa..39e6b4aa 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BindVariablesFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/BindVariablesFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/BootstrapperApplicationFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/BootstrapperApplicationFixture.cs
index 9bdc9496..9bdc9496 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BootstrapperApplicationFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/BootstrapperApplicationFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleExtractionFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/BundleExtractionFixture.cs
index b33b8891..b33b8891 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BundleExtractionFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/BundleExtractionFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/BundleFixture.cs
index ab644080..ab644080 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/BundleFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs
index 6d769bd6..6d769bd6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/CabFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/CabFixture.cs
index ad62dea6..ad62dea6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/CabFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/CabFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/ComponentFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ComponentFixture.cs
index d24ba08c..d24ba08c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ComponentFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ComponentFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/ContainerFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ContainerFixture.cs
index dd381dfe..dd381dfe 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ContainerFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ContainerFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/CopyFileFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/CopyFileFixture.cs
index c6fa602b..c6fa602b 100644
--- a/src/test/WixToolsetTest.CoreIntegration/CopyFileFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/CopyFileFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
index 636b86a6..636b86a6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs
index ee93b03a..ee93b03a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs
index ab04da15..ab04da15 100644
--- a/src/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/DecompileFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs
index 840b411e..840b411e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/DirectoryFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/DirectoryFixture.cs
index a61bdff3..a61bdff3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/DirectoryFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/DirectoryFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs
index e2306dcd..e2306dcd 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ExePackageFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs
index 089658e6..089658e6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ExtensionFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs
index db9708a7..db9708a7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs
index cfe4d3f1..cfe4d3f1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/MediaFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/MediaFixture.cs
index de18e30c..de18e30c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MediaFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/MediaFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/ModuleFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ModuleFixture.cs
index 17e91692..17e91692 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ModuleFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ModuleFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/MsiFixture.cs
index 3bdfa0ef..3bdfa0ef 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/MsiFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
index 71edddc6..71edddc6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs
index a566b490..a566b490 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsuPackageFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/MsuPackageFixture.cs
index 475afcf0..475afcf0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsuPackageFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/MsuPackageFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/PackagePayloadFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/PackagePayloadFixture.cs
index 6b2d8bfa..6b2d8bfa 100644
--- a/src/test/WixToolsetTest.CoreIntegration/PackagePayloadFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/PackagePayloadFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/ParseFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ParseFixture.cs
index cdba85de..cdba85de 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ParseFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ParseFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/PatchFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/PatchFixture.cs
index 483e3fd5..483e3fd5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/PatchFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/PatchFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs
index 23f6a9ba..23f6a9ba 100644
--- a/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/PreprocessorFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/PreprocessorFixture.cs
index ae8a1bcc..ae8a1bcc 100644
--- a/src/test/WixToolsetTest.CoreIntegration/PreprocessorFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/PreprocessorFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs
index e4d95b5d..e4d95b5d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/RollbackBoundaryFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/RollbackBoundaryFixture.cs
index 9e19abb0..9e19abb0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/RollbackBoundaryFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/RollbackBoundaryFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/ShortcutFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ShortcutFixture.cs
index 3b6c50c0..3b6c50c0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/ShortcutFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/ShortcutFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/SoftwareTagFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/SoftwareTagFixture.cs
index 15276b18..15276b18 100644
--- a/src/test/WixToolsetTest.CoreIntegration/SoftwareTagFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/SoftwareTagFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/.Data/burn.exe b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/.Data/burn.exe
index 2a4f423f..2a4f423f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/.Data/burn.exe
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/.Data/burn.exe
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs
index b34c547d..b34c547d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppId/Advertised.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
index 4dd701f0..4dd701f0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/ComponentSearch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs
index 6b9fe013..6b9fe013 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DecompiledNestedDirSearchUnderRegSearch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DirectorySearch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DirectorySearch.wxs
index e255c83d..e255c83d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DirectorySearch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/DirectorySearch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/FileSearch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/FileSearch.wxs
index c17d9848..c17d9848 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/FileSearch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/FileSearch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/NestedDirSearchUnderRegSearch.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/NestedDirSearchUnderRegSearch.msi
index ea1296c3..ea1296c3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/NestedDirSearchUnderRegSearch.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/NestedDirSearchUnderRegSearch.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch.wxs
index f800264d..f800264d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch64.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch64.wxs
index 8be5abb2..8be5abb2 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch64.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/AppSearch/RegistrySearch64.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.wxs
index c345305d..c345305d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/PackageComponents.wxs
index e0c84c63..e0c84c63 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Win32Assembly.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Win32Assembly.wxs
index 45cc7114..45cc7114 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Win32Assembly.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/Win32Assembly.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/candle.exe b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/candle.exe
index 18129b73..18129b73 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/candle.exe
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/candle.exe
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/test.manifest b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/test.manifest
index 0da1f6d0..0da1f6d0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/test.manifest
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Assembly/data/test.manifest
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadEnsureTable/BadEnsureTable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadEnsureTable/BadEnsureTable.wxs
index 3caa20ff..3caa20ff 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadEnsureTable/BadEnsureTable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadEnsureTable/BadEnsureTable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.wxs
index 1d7ebb94..1d7ebb94 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/PackageComponents.wxs
index 2a75e3d7..2a75e3d7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadIf/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadIf/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs
index a2d49b18..a2d49b18 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicateCacheIds.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicateCacheIds.wxs
index 0c350042..0c350042 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicateCacheIds.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicateCacheIds.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs
index 4fe7e097..4fe7e097 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/DuplicatePayloadNames.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/HiddenPersistedBundleVariable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/HiddenPersistedBundleVariable.wxs
index 5ebe5472..5ebe5472 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/HiddenPersistedBundleVariable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/HiddenPersistedBundleVariable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs
index 78f3ebd3..78f3ebd3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/OrphanPayload.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/OrphanPayload.wxs
new file mode 100644
index 00000000..92a9602f
--- /dev/null
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/OrphanPayload.wxs
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <PackageGroup Id="BundlePackages">
5 <PackageGroupRef Id="MinimalPackageGroup" />
6 </PackageGroup>
7 <PayloadGroup Id="OrphanPayloads">
8 <Payload Id="OrphanPayload" SourceFile="$(sys.SOURCEFILEPATH)" />
9 </PayloadGroup>
10 </Fragment>
11</Wix>
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/PackageInMultipleContainers.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/PackageInMultipleContainers.wxs
new file mode 100644
index 00000000..a00874ce
--- /dev/null
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/PackageInMultipleContainers.wxs
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <PackageGroup Id="BundlePackages">
5 <PackageGroupRef Id="MinimalPackageGroup" />
6 </PackageGroup>
7 <Container Id="First">
8 <PackageGroupRef Id="BundlePackages" />
9 </Container>
10 <Container Id="Second">
11 <PackageGroupRef Id="BundlePackages" />
12 </Container>
13 </Fragment>
14</Wix>
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/RegistryKey.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/RegistryKey.wxs
index c717680b..c717680b 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/RegistryKey.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/RegistryKey.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledPackage.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledPackage.wxs
index fc53c4a2..fc53c4a2 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledPackage.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledPackage.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledRollbackBoundary.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledRollbackBoundary.wxs
index 6cf8528e..6cf8528e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledRollbackBoundary.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BadInput/UnscheduledRollbackBoundary.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs
index c3528a67..c3528a67 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/DefaultedVariable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt
index 3b862323..3b862323 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BindVariables/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BootstrapperApplication/DpiAwareness.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BootstrapperApplication/DpiAwareness.wxs
index 5b41e807..5b41e807 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BootstrapperApplication/DpiAwareness.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BootstrapperApplication/DpiAwareness.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleBindVariables/CacheIdFromPackageDescription.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleBindVariables/CacheIdFromPackageDescription.wxs
index 7f5ea456..7f5ea456 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleBindVariables/CacheIdFromPackageDescription.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleBindVariables/CacheIdFromPackageDescription.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs
index e52302d4..e52302d4 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtension.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtension.wxs
index eefae822..eefae822 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtension.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtension.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtensionSearches.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtensionSearches.wxs
index fd8d3698..fd8d3698 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtensionSearches.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleExtensionSearches.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs
index c5a93eb3..c5a93eb3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/BundleWithSearches.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/SimpleBundleExtension.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/SimpleBundleExtension.wxs
index 7303a05a..7303a05a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/SimpleBundleExtension.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleExtension/SimpleBundleExtension.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/BundleWithTag.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/BundleWithTag.wxs
index f44fb7bc..f44fb7bc 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/BundleWithTag.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/BundleWithTag.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/fakeba.dll b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/fakeba.dll
index 64061ea0..64061ea0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/fakeba.dll
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleTag/fakeba.dll
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle.wxs
index 78e754c1..78e754c1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle64.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle64.wxs
index 18cdfd32..18cdfd32 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle64.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithApprovedExe/Bundle64.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs
index a93b23ef..a93b23ef 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithDetachedContainer/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs
index e738b407..e738b407 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/MinimalPackageGroup.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/MinimalPackageGroup.wxs
index b0bde4f6..b0bde4f6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/MinimalPackageGroup.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/BundleWithPackageGroupRef/MinimalPackageGroup.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Class/DecompiledOldClassTableDef.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/DecompiledOldClassTableDef.wxs
index 514f9243..514f9243 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Class/DecompiledOldClassTableDef.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/DecompiledOldClassTableDef.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Class/IconIndex0.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/IconIndex0.wxs
index c0dc9bc0..c0dc9bc0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Class/IconIndex0.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/IconIndex0.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Class/OldClassTableDef.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/OldClassTableDef.msi
index 2cd10f09..2cd10f09 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Class/OldClassTableDef.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Class/OldClassTableDef.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/OtherComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/OtherComponents.wxs
index 15a9a0ce..15a9a0ce 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/OtherComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/OtherComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs
index db07af2c..db07af2c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/PackageComponents.wxs
index 7f17b538..7f17b538 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt
index 1b4ffe8a..1b4ffe8a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/example.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt
index 8c874ae7..8c874ae7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ComplexExampleExtension/data/other.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Component/GuidCollision.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Component/GuidCollision.wxs
index a0e921cb..a0e921cb 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Component/GuidCollision.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Component/GuidCollision.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.wxs
index d7b5bdc0..d7b5bdc0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/PackageComponents.wxs
index beaf70bf..beaf70bf 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Components/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Components/data/test.txt
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoAttachedContainer.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoAttachedContainer.wxs
new file mode 100644
index 00000000..ec757c5d
--- /dev/null
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoAttachedContainer.wxs
@@ -0,0 +1,17 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <PackageGroup Id="BundlePackages">
5 <MsiPackage Id="FirstX86">
6 <PayloadGroupRef Id="FirstX86Payloads" />
7 </MsiPackage>
8 <MsiPackage Id="FirstX64" Name="FirstX64\FirstX64.msi" SourceFile="FirstX64\" DownloadUrl="http://example.com/{0}/{1}/{2}" />
9 </PackageGroup>
10 <Container Id="BundlePackages" Type="attached">
11 <PackageGroupRef Id="BundlePackages" />
12 </Container>
13 <PayloadGroup Id="FirstX86Payloads">
14 <MsiPackagePayload Name="FirstX86\FirstX86.msi" SourceFile="FirstX86\" DownloadUrl="http://example.com/{0}/{1}/{2}" />
15 </PayloadGroup>
16 </Fragment>
17</Wix>
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoDetachedContainer.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoDetachedContainer.wxs
index e175a18f..e175a18f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoDetachedContainer.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/HarvestIntoDetachedContainer.wxs
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/LayoutPayloadInContainer.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/LayoutPayloadInContainer.wxs
new file mode 100644
index 00000000..0c5f8c7e
--- /dev/null
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/LayoutPayloadInContainer.wxs
@@ -0,0 +1,28 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Bundle Name="BurnBundle" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="{B5B23622-239B-4E3B-BDAB-67648CB975BF}">
4 <BootstrapperApplication>
5 <BootstrapperApplicationDll SourceFile="fakeba.dll" />
6 </BootstrapperApplication>
7 <Chain>
8 <PackageGroupRef Id="BundlePackages" />
9 </Chain>
10 <PayloadGroupRef Id="Shared" />
11 </Bundle>
12 <Fragment>
13 <PackageGroup Id="BundlePackages">
14 <PackageGroupRef Id="FirstX64" />
15 </PackageGroup>
16 <PackageGroup Id="FirstX64">
17 <MsiPackage SourceFile="FirstX64.msi">
18 <PayloadGroupRef Id="Shared" />
19 </MsiPackage>
20 </PackageGroup>
21 <Container Id="FirstX64" Name="FirstX64" Type="detached">
22 <PackageGroupRef Id="FirstX64" />
23 </Container>
24 <PayloadGroup Id="Shared">
25 <Payload Id="SharedPayload" SourceFile="$(sys.SOURCEFILEPATH)" />
26 </PayloadGroup>
27 </Fragment>
28</Wix>
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Container/MultipleAttachedContainers.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/MultipleAttachedContainers.wxs
index 28900e55..28900e55 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Container/MultipleAttachedContainers.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/MultipleAttachedContainers.wxs
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/PayloadInMultipleContainers.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/PayloadInMultipleContainers.wxs
new file mode 100644
index 00000000..c7f549a3
--- /dev/null
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Container/PayloadInMultipleContainers.wxs
@@ -0,0 +1,28 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <PackageGroup Id="BundlePackages">
5 <PackageGroupRef Id="FirstX86" />
6 <PackageGroupRef Id="FirstX64" />
7 </PackageGroup>
8 <PackageGroup Id="FirstX86">
9 <MsiPackage SourceFile="FirstX86.msi">
10 <PayloadGroupRef Id="Shared" />
11 </MsiPackage>
12 </PackageGroup>
13 <PackageGroup Id="FirstX64">
14 <MsiPackage SourceFile="FirstX64.msi">
15 <PayloadGroupRef Id="Shared" />
16 </MsiPackage>
17 </PackageGroup>
18 <Container Id="FirstX86" Name="FirstX86" Type="detached">
19 <PackageGroupRef Id="FirstX86" />
20 </Container>
21 <Container Id="FirstX64" Name="FirstX64" Type="detached">
22 <PackageGroupRef Id="FirstX64" />
23 </Container>
24 <PayloadGroup Id="Shared">
25 <Payload Id="SharedPayload" SourceFile="$(sys.SOURCEFILEPATH)" />
26 </PayloadGroup>
27 </Fragment>
28</Wix>
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs
index 90d66cc3..90d66cc3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycle.wxs
index be991c65..be991c65 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycleWithTail.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycleWithTail.wxs
index c64ef143..c64ef143 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycleWithTail.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/CustomActionCycleWithTail.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/SimpleCustomAction.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/SimpleCustomAction.wxs
index ff8741cf..ff8741cf 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/SimpleCustomAction.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/SimpleCustomAction.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/UnscheduledCustomAction.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/UnscheduledCustomAction.wxs
index f8ce1c38..f8ce1c38 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/UnscheduledCustomAction.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomAction/UnscheduledCustomAction.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomPackageDescription/CustomPackageDescription.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomPackageDescription/CustomPackageDescription.wxs
index 10c4f91f..10c4f91f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomPackageDescription/CustomPackageDescription.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomPackageDescription/CustomPackageDescription.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable-Expected.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable-Expected.wxs
index d7d86008..d7d86008 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable-Expected.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable-Expected.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable.wxs
index d32e808c..d32e808c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTableWithFile.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTableWithFile.wxs
index 08a9c470..08a9c470 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTableWithFile.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/CustomTableWithFile.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.en-us.wxl
index bc2ccf04..bc2ccf04 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.wxs
index e1da74f8..e1da74f8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/LocalizedCustomTable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file1.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file1.txt
index 97f701ce..97f701ce 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file1.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file1.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file2.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file2.txt
index 46493186..46493186 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file2.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/file2.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/CustomTable/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs
index 71553e2a..71553e2a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/Expected.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab
index 125eeb2c..125eeb2c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.cab
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi
index 81335041..81335041 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileNullComponent/example.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/Expected.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/Expected.wxs
index 246bcafc..246bcafc 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/Expected.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/Expected.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.cab b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.cab
index 125eeb2c..125eeb2c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.cab
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.cab
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.msi
index 9cb6d6bc..9cb6d6bc 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed/example.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs
index 81915759..81915759 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/Expected.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab
index 125eeb2c..125eeb2c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.cab
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi
index 762b136c..762b136c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileSingleFileCompressed64/example.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/Expected.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/Expected.wxs
index 7c5fe3cf..7c5fe3cf 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/Expected.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/Expected.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/MergeModule1.msm b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/MergeModule1.msm
index 2a7b5e3a..2a7b5e3a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/MergeModule1.msm
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DecompileTargetDirMergeModule/MergeModule1.msm
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DefaultDir/DefaultDir.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DefaultDir/DefaultDir.wxs
index 2f277956..2f277956 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DefaultDir/DefaultDir.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DefaultDir/DefaultDir.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/CustomProviderKeyBundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/CustomProviderKeyBundle.wxs
index 6df8a7c0..6df8a7c0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/CustomProviderKeyBundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/CustomProviderKeyBundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs
index 4d188d3a..4d188d3a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/ExePackageProvidesBundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/UsingProvidesBundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/UsingProvidesBundle.wxs
index 9c3a9690..9c3a9690 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Dependency/UsingProvidesBundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Dependency/UsingProvidesBundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DialogsInInstallUISequence/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DialogsInInstallUISequence/PackageComponents.wxs
index ec6e62df..ec6e62df 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DialogsInInstallUISequence/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DialogsInInstallUISequence/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/DefaultName.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/DefaultName.wxs
index 3e7887c4..3e7887c4 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/DefaultName.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/DefaultName.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/DuplicateTargetSourceName.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/DuplicateTargetSourceName.wxs
index 6e9a4495..6e9a4495 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/DuplicateTargetSourceName.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/DuplicateTargetSourceName.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/Empty.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/Empty.wxs
index 50cf6850..50cf6850 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/Empty.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/Empty.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/Nested.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/Nested.wxs
index cc87b49f..cc87b49f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Directory/Nested.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Directory/Nested.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/DuplicateDir/DuplicateDir.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DuplicateDir/DuplicateDir.wxs
index a58b68c8..a58b68c8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/DuplicateDir/DuplicateDir.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/DuplicateDir/DuplicateDir.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/EnsureTable/EnsureTable.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/EnsureTable/EnsureTable.wxs
index 01767abb..01767abb 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/EnsureTable/EnsureTable.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/EnsureTable/EnsureTable.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs
index de9744a7..de9744a7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Environment/Environment.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.en-us.wxl
index 066e16bb..066e16bb 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
index 287085e8..287085e8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs
index 88a4ac81..88a4ac81 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs
index 5c84f33e..5c84f33e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/PackageComponents.wxs
index 7f17b538..7f17b538 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/data/example.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/data/example.txt
index 1b4ffe8a..1b4ffe8a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/data/example.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExampleExtension/data/example.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/MissingDetectCondition.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/MissingDetectCondition.wxs
index e57180f7..e57180f7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/MissingDetectCondition.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/MissingDetectCondition.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/RequireDetectCondition.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/RequireDetectCondition.wxs
index 0b094860..0b094860 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/RequireDetectCondition.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ExePackage/RequireDetectCondition.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/FeatureGroup/FeatureGroup.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/FeatureGroup/FeatureGroup.wxs
index be302720..be302720 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/FeatureGroup/FeatureGroup.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/FeatureGroup/FeatureGroup.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs
index 6fb9ef05..6fb9ef05 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs
index 6ac48963..6ac48963 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.wxs
index 8fff563e..8fff563e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/PackageComponents.wxs
index 2a75e3d7..2a75e3d7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ForEach/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ForEach/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Icon/SampleIcon.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Icon/SampleIcon.wxs
index 1de84e81..1de84e81 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Icon/SampleIcon.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Icon/SampleIcon.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
index 0bd80c50..0bd80c50 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/PackageComponents.wxs
index 7a0485ed..7a0485ed 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/DontDoThis.wxi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/DontDoThis.wxi
index 03885e3e..03885e3e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/DontDoThis.wxi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/DontDoThis.wxi
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi
index f2df3b86..f2df3b86 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/Package.wxi
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs
index 7826d673..7826d673 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs
index e26c4509..e26c4509 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.en-us.wxl
index f7453566..f7453566 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.ja-jp.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.ja-jp.wxl
index ef287da7..ef287da7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.ja-jp.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.ja-jp.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxl
index 10ebf2c5..10ebf2c5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxs
index 13c79e90..13c79e90 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/PackageWithEnSummaryInfo.ja-jp.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/PackageWithEnSummaryInfo.ja-jp.wxl
index 596ee077..596ee077 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/PackageWithEnSummaryInfo.ja-jp.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/PackageWithEnSummaryInfo.ja-jp.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Language/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Language/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/LockPermissions/EmptyPermissions.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/LockPermissions/EmptyPermissions.wxs
index dfae2157..dfae2157 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/LockPermissions/EmptyPermissions.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/LockPermissions/EmptyPermissions.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs
index 4fd3493a..4fd3493a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/PackageComponents.wxs
index e26c4509..e26c4509 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ManualUpgrade/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/MultiMedia.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/MultiMedia.wxs
index e7492db4..e7492db4 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/MultiMedia.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/MultiMedia.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a1.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a1.txt
index ad9cdcb5..ad9cdcb5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a1.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a1.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a2.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a2.txt
index d5de23de..d5de23de 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a2.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/a2.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b1.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b1.txt
index 88bc4a56..88bc4a56 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b1.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b1.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b2.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b2.txt
index 38525276..38525276 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b2.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Media/data/b2.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX64.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX64.wxs
index e72b6402..e72b6402 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX64.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX64.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX86.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX86.wxs
index e72b6402..e72b6402 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX86.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/FirstX86.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX64.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX64.wxs
index e72b6402..e72b6402 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX64.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX64.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX86.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX86.wxs
index e72b6402..e72b6402 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX86.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/SecondX86.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X64AfterX86Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X64AfterX86Bundle.wxs
index e6527a36..e6527a36 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X64AfterX86Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X64AfterX86Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X86AfterX64Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X86AfterX64Bundle.wxs
index f1c939db..f1c939db 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X86AfterX64Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsiTransaction/X86AfterX64Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/Bundle.wxs
index dbca3393..dbca3393 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/fakeba.dll b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/fakeba.dll
index b3cf17d8..b3cf17d8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/fakeba.dll
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/fakeba.dll
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/test.msu b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/test.msu
index d63da4be..d63da4be 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/test.msu
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MsuPackage/data/test.msu
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs
index 2b1a1a0f..2b1a1a0f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/PackageComponents.wxs
index 82797ebe..82797ebe 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/MultiFileCompressed/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs
index 0bf0e963..0bf0e963 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/PackageComponents.wxs
index e26c4509..e26c4509 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/OverridableActions/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndHash.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndHash.wxs
index 5e1b99ff..5e1b99ff 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndHash.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndHash.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndName.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndName.wxs
index f220d81a..f220d81a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndName.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/MissingSourceFileAndName.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/PackagePayloadInPayloadGroup.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/PackagePayloadInPayloadGroup.wxs
index 149870a4..149870a4 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/PackagePayloadInPayloadGroup.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/PackagePayloadInPayloadGroup.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHash.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHash.wxs
index 3c361c49..3c361c49 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHash.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHash.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHashAndMissingDownloadUrl.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHashAndMissingDownloadUrl.wxs
index 8e62f660..8e62f660 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHashAndMissingDownloadUrl.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedHashAndMissingDownloadUrl.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedSourceFileAndHash.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedSourceFileAndHash.wxs
index f79da874..f79da874 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedSourceFileAndHash.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/SpecifiedSourceFileAndHash.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/WrongPackagePayloadInPayloadGroup.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/WrongPackagePayloadInPayloadGroup.wxs
index dda306cf..dda306cf 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/WrongPackagePayloadInPayloadGroup.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PackagePayload/WrongPackagePayloadInPayloadGroup.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.0.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.0.txt
index 6fd385bd..6fd385bd 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.0.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.0.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.1.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.1.txt
index b1f0bc01..b1f0bc01 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.1.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Av1.0.1.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.0.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.0.txt
index ece55fec..ece55fec 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.0.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.0.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.1.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.1.txt
index cf3372fd..cf3372fd 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.1.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/.data/Bv1.0.1.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Package.wxs
index c9dcdd72..c9dcdd72 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Patch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Patch.wxs
index d39170c0..d39170c0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Patch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFamilyFilter/Patch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Package.wxs
index 5cb8ede8..5cb8ede8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Patch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Patch.wxs
index 52e87f64..52e87f64 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Patch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchFromWixlib/Patch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/.data/A.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/.data/A.txt
index 6fd385bd..6fd385bd 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/.data/A.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/.data/A.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Package.wxs
index dab959d5..dab959d5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Patch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Patch.wxs
index 889b1220..889b1220 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Patch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNoFileChanges/Patch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleA/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleA/Bundle.wxs
index 4a8f5630..4a8f5630 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleA/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleA/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleB/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleB/Bundle.wxs
index 7fb3cb56..7fb3cb56 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleB/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleB/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs
index 201d177b..201d177b 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PackageA/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PackageA/Package.wxs
index 62a89af3..62a89af3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PackageA/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PackageA/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchA/Patch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchA/Patch.wxs
index 1b01774c..1b01774c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchA/Patch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchA/Patch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs
index f0630ead..f0630ead 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchB/Patch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchC/Patch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchC/Patch.wxs
index f9d2a55a..f9d2a55a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchC/Patch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/PatchC/Patch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.0.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.0.txt
index 6fd385bd..6fd385bd 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.0.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.0.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.1.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.1.txt
index b1f0bc01..b1f0bc01 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.1.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Av1.0.1.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.0.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.0.txt
index ece55fec..ece55fec 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.0.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.0.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.1.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.1.txt
index cf3372fd..cf3372fd 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.1.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/.data/Bv1.0.1.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs
index bc460636..bc460636 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Package.wxs
index e3845382..e3845382 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Patch.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Patch.wxs
index 52e87f64..52e87f64 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Patch.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/Patch.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/AbsoluteName.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/AbsoluteName.wxs
index dc94d688..dc94d688 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/AbsoluteName.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/AbsoluteName.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/CanonicalizeName.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/CanonicalizeName.wxs
index 544b80ec..544b80ec 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/CanonicalizeName.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/CanonicalizeName.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs
index f8f38ea6..f8f38ea6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/DownloadUrlPlaceholdersBundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs
index 5263cbd4..5263cbd4 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/SharedBAAndPackagePayloadBundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/ValidName.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/ValidName.wxs
index 9c37a27d..9c37a27d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Payload/ValidName.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Payload/ValidName.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs
index 68d115c5..68d115c5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageComponents.wxs
index 37a2c462..37a2c462 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageWithTag.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageWithTag.wxs
index 5bf78a9d..5bf78a9d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageWithTag.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/PackageWithTag.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/example.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/example.txt
index 1b4ffe8a..1b4ffe8a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/example.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductTag/example.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/MinimalComponentGroup.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/MinimalComponentGroup.wxs
index f62bbd0e..f62bbd0e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/MinimalComponentGroup.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/MinimalComponentGroup.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/Product.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/Product.wxs
index 433be7f0..433be7f0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/Product.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProductWithComponentGroupRef/Product.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/NestedUnderClass.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/NestedUnderClass.wxs
index 0621eb8d..0621eb8d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/NestedUnderClass.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/NestedUnderClass.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.wxs
index d3b31db5..d3b31db5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/PackageComponents.wxs
index 5166be16..5166be16 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ProgId/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.wxs
index 8f4f661d..8f4f661d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/PublishComponent/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/DuplicateRegistryValueIds.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/DuplicateRegistryValueIds.wxs
index 452aea69..452aea69 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/DuplicateRegistryValueIds.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/DuplicateRegistryValueIds.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryKeyEndingWithBackslash.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryKeyEndingWithBackslash.wxs
index 1fb2e906..1fb2e906 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryKeyEndingWithBackslash.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryKeyEndingWithBackslash.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValue.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValue.wxs
index fe6e179e..fe6e179e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValue.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValue.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs
index c62c571d..c62c571d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RegistryValueMultiString.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RemoveRegistryKey.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RemoveRegistryKey.wxs
index a55a1e18..a55a1e18 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Registry/RemoveRegistryKey.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Registry/RemoveRegistryKey.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs
index 3218295b..3218295b 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs
index ecfccfcb..ecfccfcb 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/TestComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/TestComponents.wxs
index bbad63e6..bbad63e6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/TestComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/TestComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/a/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/a/test.txt
index 1970cae6..1970cae6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/a/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/a/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/b/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/b/test.txt
index fa2c7082..fa2c7082 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/b/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/b/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/c/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/c/test.txt
index 1c0cbda6..1c0cbda6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/c/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SameFileFolders/data/c/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/DecompiledSequenceTables.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/DecompiledSequenceTables.wxs
index d5379e7b..d5379e7b 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/DecompiledSequenceTables.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/DecompiledSequenceTables.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/SequenceTables.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/SequenceTables.msi
index 7f894091..7f894091 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/SequenceTables.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SequenceTables/SequenceTables.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs
index 65cba20e..65cba20e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.wxs
index d3f8accf..d3f8accf 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/PackageComponents.wxs
index e26c4509..e26c4509 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetProperty/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SetVariable/Simple.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetVariable/Simple.wxs
index 7e8f2e99..7e8f2e99 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SetVariable/Simple.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SetVariable/Simple.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SharedPayloadsBetweenPackages/SharedPayloadsBetweenPackages.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SharedPayloadsBetweenPackages/SharedPayloadsBetweenPackages.wxs
index f16fce0d..f16fce0d 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SharedPayloadsBetweenPackages/SharedPayloadsBetweenPackages.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SharedPayloadsBetweenPackages/SharedPayloadsBetweenPackages.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/DecompiledShortcuts.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/DecompiledShortcuts.wxs
index da1e4f38..da1e4f38 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/DecompiledShortcuts.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/DecompiledShortcuts.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutProperty.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutProperty.wxs
index 27f2ab9b..27f2ab9b 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutProperty.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutProperty.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutSameNameShortName.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutSameNameShortName.wxs
index d704bbf1..d704bbf1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutSameNameShortName.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/ShortcutSameNameShortName.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/shortcuts.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/shortcuts.msi
index 8737f3c2..8737f3c2 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/shortcuts.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Shortcut/shortcuts.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.en-us.wxl
index bc1dee83..bc1dee83 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs
index 21749c07..21749c07 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/Bundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs
index f5fe9885..f5fe9885 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBundle.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBundle.wxs
index 48f53ae3..48f53ae3 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBundle.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBundle.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/Shared.dll b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/Shared.dll
index 0e461ba8..0e461ba8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/Shared.dll
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/Shared.dll
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/test.txt
index 8b986220..8b986220 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/MsiPackage/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/fakeba.dll b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/fakeba.dll
index 970efdf0..970efdf0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/fakeba.dll
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/fakeba.dll
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/test.msi b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/test.msi
index 0722d60e..0722d60e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/test.msi
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/data/test.msi
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/.data/test.msm b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/.data/test.msm
index 6f179aba..6f179aba 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/.data/test.msm
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/.data/test.msm
Binary files differ
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.wxs
index 3c999812..3c999812 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleMerge/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl
index c74e86a7..c74e86a7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj
index 597d4318..597d4318 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs
index 8317e7af..8317e7af 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExePackageGroup.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExePackageGroup.wxs
index cad1f049..cad1f049 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExePackageGroup.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExePackageGroup.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs
index 0d459f02..0d459f02 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs
index d7b5bdc0..d7b5bdc0 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs
index b8e9f59c..b8e9f59c 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs
index baa0c6b1..baa0c6b1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/PackageComponents.wxs
index e26c4509..e26c4509 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.en-us.wxl
index c74e86a7..c74e86a7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.wxs
index f4ce9c48..f4ce9c48 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/Module.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/SuppressModularization/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs
index 669de6ec..669de6ec 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.en-us.wxl
index 77d46861..77d46861 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.wxs
index a591fdd9..a591fdd9 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/SizeLocalized.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs
index fa64f98f..fa64f98f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/TypeLib/Language0.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Upgrade/DetectOnly.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Upgrade/DetectOnly.wxs
index 587d8e95..587d8e95 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Upgrade/DetectOnly.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Upgrade/DetectOnly.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.wxs
index 59839f30..59839f30 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/PackageComponents.wxs
index 7e459e9a..7e459e9a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/example.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/example.txt
index 1b4ffe8a..1b4ffe8a 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/example.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/UsingProvides/example.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
index 7de55810..7de55810 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/PackageComponents.wxs
index e26c4509..e26c4509 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Variables/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Variables/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.wxs
index f8203a07..f8203a07 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/PackageComponents.wxs
index df867923..df867923 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt
index eab3a9b5..eab3a9b5 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixVariableOverride/data/test2.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs
index 7e6eee9f..7e6eee9f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/PackageComponents.wxs
index e26c4509..e26c4509 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Wixipl/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.en-us.wxl b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.en-us.wxl
index 38c12ac1..38c12ac1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.en-us.wxl
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.en-us.wxl
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.wxs
index b29a785f..b29a785f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/Package.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/PackageComponents.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/PackageComponents.wxs
index 7d1a4ae1..7d1a4ae1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/PackageComponents.wxs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/PackageComponents.wxs
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/alpha/foo.dll b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/alpha/foo.dll
index fd36c768..fd36c768 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/alpha/foo.dll
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/alpha/foo.dll
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/mips/foo.dll b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/mips/foo.dll
index 292925c7..292925c7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/mips/foo.dll
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/mips/foo.dll
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/powerpc/foo.dll b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/powerpc/foo.dll
index 663e9d99..663e9d99 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/powerpc/foo.dll
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/powerpc/foo.dll
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/test.txt b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/test.txt
index cd0db0e1..cd0db0e1 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/test.txt
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/WixlibWithBinaries/data/test.txt
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestXmlFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/TestXmlFixture.cs
index 5330305e..5330305e 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestXmlFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestXmlFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/VariableResolverFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/VariableResolverFixture.cs
index 15e5d334..15e5d334 100644
--- a/src/test/WixToolsetTest.CoreIntegration/VariableResolverFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/VariableResolverFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/WarningFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/WarningFixture.cs
index c5b6c261..c5b6c261 100644
--- a/src/test/WixToolsetTest.CoreIntegration/WarningFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/WarningFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/wix/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
index fc62e932..fc62e932 100644
--- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs
index 942f253f..942f253f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs
index d7296cfe..d7296cfe 100644
--- a/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs
index 57351b27..57351b27 100644
--- a/src/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs
+++ b/src/wix/test/WixToolsetTest.CoreIntegration/WixlibQueryFixture.cs