aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CommandLineContext.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-2/+1
|
* Refactor command line parsing to enable extensions there in light.exeRob Mensching2018-07-121-3/+1
| | | | Fixes wixtoolset/issues#5845
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-221-1/+1
|
* Integrate simplified message handlingRob Mensching2017-12-191-2/+1
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-0/+26
Using a service provider allows all of WixToolset.Core's internal functionality to be abstracted behind interfaces in WixToolset.Extensibility. The service provide can also control what interfaces are singletons.