summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
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'],
);