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 fcab5c97..bbdd412b 100755
--- a/registry.pl
+++ b/registry.pl
@@ -36,6 +36,7 @@ my %types = ('nmake' => ['NMAKE', 'NMAKE'],
'vc11' => ['SLN 11.0', 'VCPROJ 11.0'],
'vc12' => ['SLN 12.0', 'VCPROJ 12.0'],
'vc14' => ['SLN 14.0', 'VCPROJ 14.0'],
+ 'vc15' => ['SLN 15.0', 'VCPROJ 15.0'],
'wix' => ['WiX', 'WiX Project'],
);