Add support for Visual Studio 2026 in pre-17 build scripts Documentation and any code paths related to VS are updated to keep the whole consistent. Similar to what was done for VS 2017, 2019 and 2022.
Reviewed-by: Michael Paquier <[email protected]> Backpatch: 14 through 16 Discussion: https://postgr.es/m/cad5tbc+nfmaqqcaxddqumtomttb3nrvxn2tivjlqyy0fv1b...@mail.gmail.com Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/f1c579fc45fdbf28949e9caa21ec357f0e44ac29 Modified Files -------------- doc/src/sgml/install-windows.sgml | 12 +++++++----- src/tools/msvc/MSBuildProject.pm | 25 +++++++++++++++++++++++++ src/tools/msvc/README | 13 +++++++------ src/tools/msvc/Solution.pm | 28 ++++++++++++++++++++++++++++ src/tools/msvc/VSObjectFactory.pm | 36 ++++++++++++++++++++++++++++-------- 5 files changed, 95 insertions(+), 19 deletions(-)
