aboutsummaryrefslogtreecommitdiff
path: root/src/ext/VisualStudio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify and normalize ext projectsRob Mensching2021-12-303-8/+16
| | | | | | 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-2/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Version extension ids.Bob Arnson2021-12-2354-1606/+268
| | | | | | | | | https://github.com/wixtoolset/issues/issues/5933 - Add support for detecting VS2022. - Add x64 custom actions. - Remove ancient Help 2.0 support. - Update WixCop to add the new element to trigger custom action.
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-1120-430/+49
|
* Move VisualStudio.wixext into extRob Mensching2021-05-0488-0/+6018