From acab27452693ee9f7c55dfa297602ce42f8f6ec5 Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Mon, 30 Oct 2023 14:04:48 +0000 Subject: [PATCH] Set language standard to c++ 17 --- VS2008/Supermodel.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VS2008/Supermodel.vcxproj b/VS2008/Supermodel.vcxproj index 17baa3c..1b61a27 100644 --- a/VS2008/Supermodel.vcxproj +++ b/VS2008/Supermodel.vcxproj @@ -101,6 +101,7 @@ Level3 EditAndContinue + stdcpp17 opengl32.lib;glu32.lib;WbemUuid.lib;dinput8.lib;dxguid.lib;%(AdditionalDependencies) @@ -134,6 +135,7 @@ xcopy /D /Y "$(ProjectDir)..\Assets\*" "$(TargetDir)Assets" Level3 ProgramDatabase + stdcpp17 opengl32.lib;glu32.lib;WbemUuid.lib;dinput8.lib;dxguid.lib;%(AdditionalDependencies) @@ -164,6 +166,7 @@ xcopy /D /Y "$(ProjectDir)..\Assets\*" "$(TargetDir)Assets" Level3 ProgramDatabase + stdcpp17 opengl32.lib;glu32.lib;WbemUuid.lib;dinput8.lib;dxguid.lib;%(AdditionalDependencies) @@ -200,6 +203,7 @@ xcopy /D /Y "$(ProjectDir)..\Assets\*" "$(TargetDir)Assets" Level3 ProgramDatabase + stdcpp17 opengl32.lib;glu32.lib;WbemUuid.lib;dinput8.lib;dxguid.lib;%(AdditionalDependencies)