aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try to get more helpful test failure messages.Sean Hall2022-01-011-3/+3
|
* Simplify and normalize ext projectsRob Mensching2021-12-302-10/+6
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Consistent-ify primary key column names.Bob Arnson2021-12-192-2/+2
|
* Refactor butil while cleaning up other things.Sean Hall2021-07-181-8/+0
|
* WiX Toolset v4-preview.0v4.0.0-preview.0Rob Mensching2021-05-172-5/+8
|
* Update package Cache attribute to new attribute valuesRob Mensching2021-05-178-17/+17
| | | | Closes wixtoolset/issues#5125
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Fix Net48Web hash.Sean Hall2021-05-111-1/+1
|
* Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall2021-05-118-17/+17
| | | | | | | | During actions that are expected to have source media available, all packages that have cacheType set to keep should be cached if the package is going to be present. Set NetFx ExePackage Cache="no" and remove uninstall and repair arguments. #5125
* Implement integrated build processRob Mensching2021-05-1116-342/+52
|
* Move NetFx.wixext into extRob Mensching2021-05-0370-0/+4498