summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-11-09 10:35:31 -0600
committerAdam Mitz <mitza@objectcomputing.com>2021-11-09 10:35:31 -0600
commit22ad1c833ed7ef0909363175e698477dbe3f9e3a (patch)
tree04b50544674d630c038eae672b65b3e2071c410e /registry.pl
parent4b5e94b43e63232c5d87b025b99bd6c883cd86f2 (diff)
downloadMPC-22ad1c833ed7ef0909363175e698477dbe3f9e3a.tar.gz
Documentation and script updates for vs2022
Diffstat (limited to 'registry.pl')
-rwxr-xr-xregistry.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/registry.pl b/registry.pl
index d8a61552..800c4445 100755
--- a/registry.pl
+++ b/registry.pl
@@ -38,6 +38,7 @@ my %types = ('nmake' => ['NMAKE', 'NMAKE'],
'vc14' => ['SLN 14.0', 'VCPROJ 14.0'],
'vs2017' => ['SLN 2017', 'PROJ 2017'],
'vs2019' => ['SLN 2019', 'PROJ 2019'],
+ 'vs2022' => ['SLN 2022', 'PROJ 2022'],
'wix' => ['WiX', 'WiX Project'],
);