Skip to content

Commit

Permalink
Comment out deprecated PlatformToolset for VS 2013 targeting Windows …
Browse files Browse the repository at this point in the history
…XP in source_win32_base.vpc
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent 8c208b0 commit 2019d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mp/src/vpc_scripts/source_win32_base.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ $Configuration
$PlatformToolset "v100" [$VS2010]
$PlatformToolset "v110_xp" [$VS2012 && !$ANALYZE] // VS 2012 targeting Windows XP - http://msdn.microsoft.com/en-us/library/vstudio/jj851139.aspx
$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_xp" [$VS2013 && !$ANALYZE] // VS 2013 targeting Windows XP - http://msdn.microsoft.com/en-us/library/vstudio/jj851139.aspx
$PlatformToolset "v120" [$VS2013 && !$ANALYZE]
$PlatformToolset "v120" [$VS2013 && $ANALYZE] // VS 2013 for /analyze
}

Expand Down

0 comments on commit 2019d76

Please sign in to comment.