diff --git a/Source/Core/DolphinLib.vcxproj b/Source/Core/DolphinLib.vcxproj index d8b762512e..01738f3299 100644 --- a/Source/Core/DolphinLib.vcxproj +++ b/Source/Core/DolphinLib.vcxproj @@ -28,6 +28,11 @@ stdcpplatest + + + stdcpplatest + + {41279555-f94f-4ebc-99de-af863c10c5c4} diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index 8d92201a75..9746ee15c3 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -39,6 +39,7 @@ pch_qt.h pch_qt.h stdcpp20 + stdcpp20 DolphinQt.manifest;%(AdditionalManifestFiles) diff --git a/Source/UnitTests/UnitTests.vcxproj b/Source/UnitTests/UnitTests.vcxproj index bf664aae6c..aef7582a70 100644 --- a/Source/UnitTests/UnitTests.vcxproj +++ b/Source/UnitTests/UnitTests.vcxproj @@ -20,7 +20,8 @@ $(ExternalsDir)gtest\include;$(ExternalsDir)gtest;%(AdditionalIncludeDirectories) - stdcpplatest + stdcpp20 + stdcpp20 Console