aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2022backend.py
AgeCommit message (Collapse)AuthorFilesLines
2023-03-20backends: simplify class setupEli Schwartz1-1/+3
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-2/+5
Along the way, add __future__ annotations where lacking.
2021-11-27Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott1-0/+2
such that Visual Studio Version Selector works.
2021-11-21Support Visual Studio 2022 backendCrend King1-0/+57