aboutsummaryrefslogtreecommitdiff
path: root/src/ext/VisualStudio/wixext (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-161-6/+0
|
* VSExtension cleanup:Bob Arnson2023-01-111-1/+1
| | | | | | | | | | - Add ARM64-specific custom action. - Remove "naked" `CustomActionRef`s. - Clean up `wix convert` behavior: - Remove `PropertyRef`s for properties CA always sets. Fixes https://github.com/wixtoolset/issues/issues/7100. Fixes https://github.com/wixtoolset/issues/issues/7153.
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-153-27/+7
| | | | Fixes 6944
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-1/+0
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-2/+0
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Simplify and normalize ext projectsRob Mensching2021-12-301-4/+4
| | | | | | 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.
* Version extension ids.Bob Arnson2021-12-2312-1081/+5
| | | | | | | | | 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.
* Implement integrated build processRob Mensching2021-05-112-9/+4
|
* Move VisualStudio.wixext into extRob Mensching2021-05-0417-0/+1810