aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/ExtensibilityServices/PreprocessHelper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing ARM64 cases & random fixes.Bob Arnson2020-05-171-0/+3
|
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-021-2/+2
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* Clean up upgrade properties; support <?ifdef $()?>Bob Arnson2019-11-101-2/+2
|
* Add preprocessor variables with WiX version info.Bob Arnson2019-11-061-0/+6
| | | | | $(sys.WIXMAJORVERSION) $(sys.WIXVERSION)
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-121-1/+1
|
* Remove lingering uses of .resx from WixToolset.CoreRob Mensching2018-12-261-2/+2
|
* Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-031-1/+1
| | | | Fixes wixtoolset/issues#5853
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-10/+15
|
* Standardize creation of public objects in move towards interfacesRob Mensching2017-12-261-1/+5
|
* Integrate simplified message handlingRob Mensching2017-12-191-19/+19
|
* Support and test preprocessor variables without "var." prefixRob Mensching2017-12-081-2/+2
|
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-021-0/+479