aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrate simplified message handlingRob Mensching2017-12-192-6/+61
|
* Introduce IExtensionFactory as mechanism to create extensionsRob Mensching2017-11-111-1/+1
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-1/+22
| | | | | | 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-0/+2
|
* Code cleanupRob Mensching2017-10-071-0/+0
|
* Correctly pass -bindFiles switch if enabledRob Mensching2017-10-021-1/+6
|
* Automatically add referenced projects' output folder as bind pathsRob Mensching2017-10-022-0/+5
|
* Minor code cleanupRob Mensching2017-10-012-18/+17
|
* Add support for BindPaths and building .wixlibsRob Mensching2017-10-013-32/+58
|
* Correctly name NuGet .props fileRob Mensching2017-09-242-9/+0
|
* Publish Core tools for internal useRob Mensching2017-09-244-6/+13
|
* Initial code commitRob Mensching2017-09-1738-0/+6985