From b7bd9bb903d38374b6499fc91517a0fdf27ab9a8 Mon Sep 17 00:00:00 2001 From: void_17 Date: Sun, 8 Mar 2026 00:23:39 +0700 Subject: Move to newer C++17 language standard --- Minecraft.World/Minecraft.World.vcxproj | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Minecraft.World') diff --git a/Minecraft.World/Minecraft.World.vcxproj b/Minecraft.World/Minecraft.World.vcxproj index c9191573..b6af9153 100644 --- a/Minecraft.World/Minecraft.World.vcxproj +++ b/Minecraft.World/Minecraft.World.vcxproj @@ -1279,6 +1279,7 @@ true Default /FS %(AdditionalOptions) + stdcpp17 true @@ -1378,6 +1379,7 @@ true true /FS /Ob3 %(AdditionalOptions) + stdcpp17 true @@ -1447,6 +1449,7 @@ true Default Speed + stdcpp17 true @@ -1896,6 +1899,7 @@ _TU_BUILD;_FINAL_BUILD;NDEBUG;_XBOX;_LIB;_CONTENT_PACKAGE;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true Default + stdcpp17 true @@ -1965,6 +1969,7 @@ _TU_BUILD;_FINAL_BUILD;NDEBUG;_XBOX;_LIB;_CONTENT_PACKAGE;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true Default + stdcpp17 true @@ -2034,6 +2039,7 @@ _TU_BUILD;_FINAL_BUILD;NDEBUG;_XBOX;_LIB;_CONTENT_PACKAGE;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true Default + stdcpp17 true @@ -2103,6 +2109,7 @@ _TU_BUILD;_FINAL_BUILD;NDEBUG;_XBOX;_LIB;_CONTENT_PACKAGE;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true Default + stdcpp17 true -- cgit v1.2.3