Skip to content

Commit

Permalink
Add support for Visual Studio 2022 platform toolset in source_win32_b…
Browse files Browse the repository at this point in the history
…ase.vpc
  • Loading branch information
andrewmcwatters committed Dec 14, 2024
1 parent 38b0d98 commit a74a6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mp/src/vpc_scripts/source_win32_base.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $Configuration
$PlatformToolset "v110" [$VS2012 && $ANALYZE] // VS 2012 for /analyze
$PlatformToolset "v120_xp" [$VS2013 && !$ANALYZE] // VS 2013 targeting Windows XP - http://msdn.microsoft.com/en-us/library/vstudio/jj851139.aspx
$PlatformToolset "v120" [$VS2013 && $ANALYZE] // VS 2013 for /analyze
$PlatformToolset "v143" [$VS2022]
}

$General
Expand Down

0 comments on commit a74a6a3

Please sign in to comment.