aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CommandLine.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-121-1/+1
|
* Update to command-line parsing re-organizationRob Mensching2018-10-241-0/+210
|
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-221-692/+0
|
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-211-0/+4
|
* Integrate simplified message handlingRob Mensching2017-12-191-13/+13
|
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-021-12/+17
|
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-1/+1
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-34/+30
| | | | | | 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.
* Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-141-1/+21
|
* Rename ICommand to ICommandLineCommandRob Mensching2017-10-071-2/+2
| | | | Removes conflicts with existing ICommand. More refactoring coming.
* Pass extensions' data into the linkerRob Mensching2017-10-041-1/+1
|
* Add support for BindPaths and building .wixlibsRob Mensching2017-10-011-20/+95
|
* Initial code commitRob Mensching2017-09-171-0/+592