]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update Windows installer config for VS 2026 1523/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 12 Jun 2026 02:52:15 +0000 (22:52 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 12 Jun 2026 21:33:30 +0000 (17:33 -0400)
src/windows/installer/wix/config.wxi

index ffd68d9cdea5f6b5f2b25aa3a392ae7421779ba5..49dcce0f222f69a941c4b568b2f5298130fc443d 100644 (file)
@@ -55,6 +55,8 @@
         <?define VCVer="142"?>
     <?elseif $(env.VISUALSTUDIOVERSION) = "17.0"?>
         <?define VCVer="143"?>
+    <?elseif $(env.VISUALSTUDIOVERSION) = "18.0"?>
+        <?define VCVer="145"?>
     <?else?>
         <?error Unknown MFC version?>
     <?endif?>