aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CompileCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-6/+21
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-2/+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/+39