aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce WixToolsetServiceProviderRob Mensching2017-10-1829-82/+242
| | | | | | 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.
* Introduce integration testRob Mensching2017-10-1611-3/+287
|
* Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-14127-2917/+4269
|
* Rename ICommand to ICommandLineCommandRob Mensching2017-10-076-7/+7
| | | | Removes conflicts with existing ICommand. More refactoring coming.
* Code cleanupRob Mensching2017-10-076-1126/+10
|
* Pass extensions' data into the linkerRob Mensching2017-10-042-2/+10
|
* 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
|
* Use bind paths in test projectRob Mensching2017-10-013-1/+9
|
* Allow internal NuGet Package's wix.targets path to be overriddenRob Mensching2017-10-011-1/+1
|
* Ensure full path provided to IDT importRob Mensching2017-10-011-1/+1
|
* Minor code cleanupRob Mensching2017-10-014-29/+21
|
* Add support for BindPaths and building .wixlibsRob Mensching2017-10-018-170/+421
|
* Fix summary information codepageRob Mensching2017-09-283-3/+4
| | | | | Turns out UTF-8 is not a supported codepage for summary information streams. Not completely surprising.
* Correctly name NuGet .props fileRob Mensching2017-09-244-3/+2
|
* Publish Core tools for internal useRob Mensching2017-09-249-10/+63
|
* Use batch file to execute wix CLIRob Mensching2017-09-222-0/+7
|
* Fix CLI headerRob Mensching2017-09-227-213/+17
|
* Initial code commitRob Mensching2017-09-17205-0/+80284