aboutsummaryrefslogtreecommitdiff
path: root/src/ext/VisualStudio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days4-29/+27
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Switch to `virtual` access modifiers...Bob Arnson2024-02-161-2/+2
| | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5.
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-161-6/+0
|
* Pretty up build outputRob Mensching2023-12-161-2/+2
|
* Add some useful testing to VS.wixext.Bob Arnson2023-02-091-2/+21
|
* VSExtension cleanup:Bob Arnson2023-01-119-26/+60
| | | | | | | | | | - 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.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-132-2/+0
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-311-5/+3
| | | | Fixes 6970
* Update build dependencies and normalize more projectsRob Mensching2022-10-192-4/+4
|
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-153-27/+7
| | | | Fixes 6944
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+1
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* 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.
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-4/+0
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-1/+1
|
* 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