aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/HelpCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to command-line parsing re-organizationRob Mensching2018-10-241-13/+9
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-1/+1
|
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-221-1/+1
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-0/+1
| | | | | | 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.
* Rename ICommand to ICommandLineCommandRob Mensching2017-10-071-1/+1
| | | | Removes conflicts with existing ICommand. More refactoring coming.
* Initial code commitRob Mensching2017-09-171-0/+30