Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce WixToolsetServiceProvider | Rob Mensching | 2017-10-18 | 29 | -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 test | Rob Mensching | 2017-10-16 | 11 | -3/+287 |
| | |||||
* | Massive refactoring to introduce the concept of IBackend | Rob Mensching | 2017-10-14 | 127 | -2917/+4269 |
| | |||||
* | Rename ICommand to ICommandLineCommand | Rob Mensching | 2017-10-07 | 6 | -7/+7 |
| | | | | Removes conflicts with existing ICommand. More refactoring coming. | ||||
* | Code cleanup | Rob Mensching | 2017-10-07 | 6 | -1126/+10 |
| | |||||
* | Pass extensions' data into the linker | Rob Mensching | 2017-10-04 | 2 | -2/+10 |
| | |||||
* | Correctly pass -bindFiles switch if enabled | Rob Mensching | 2017-10-02 | 1 | -1/+6 |
| | |||||
* | Automatically add referenced projects' output folder as bind paths | Rob Mensching | 2017-10-02 | 2 | -0/+5 |
| | |||||
* | Use bind paths in test project | Rob Mensching | 2017-10-01 | 3 | -1/+9 |
| | |||||
* | Allow internal NuGet Package's wix.targets path to be overridden | Rob Mensching | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | Ensure full path provided to IDT import | Rob Mensching | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | Minor code cleanup | Rob Mensching | 2017-10-01 | 4 | -29/+21 |
| | |||||
* | Add support for BindPaths and building .wixlibs | Rob Mensching | 2017-10-01 | 8 | -170/+421 |
| | |||||
* | Fix summary information codepage | Rob Mensching | 2017-09-28 | 3 | -3/+4 |
| | | | | | Turns out UTF-8 is not a supported codepage for summary information streams. Not completely surprising. | ||||
* | Correctly name NuGet .props file | Rob Mensching | 2017-09-24 | 4 | -3/+2 |
| | |||||
* | Publish Core tools for internal use | Rob Mensching | 2017-09-24 | 9 | -10/+63 |
| | |||||
* | Use batch file to execute wix CLI | Rob Mensching | 2017-09-22 | 2 | -0/+7 |
| | |||||
* | Fix CLI header | Rob Mensching | 2017-09-22 | 7 | -213/+17 |
| | |||||
* | Initial code commit | Rob Mensching | 2017-09-17 | 205 | -0/+80284 |