From c2ef847c0ae9cb9fd752922ffa1a9c89fbd0cf58 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Fri, 29 Aug 2025 14:39:33 -0600 Subject: [PATCH] Decrease visual studio to cpp14 --- cpp/sln/idevice++.vcxproj | 14 ++++++++------ cpp/sln/idevice++.vcxproj.filters | 9 +++++++++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/cpp/sln/idevice++.vcxproj b/cpp/sln/idevice++.vcxproj index a3fe149..93f0f54 100644 --- a/cpp/sln/idevice++.vcxproj +++ b/cpp/sln/idevice++.vcxproj @@ -54,10 +54,12 @@ + + @@ -177,7 +179,7 @@ $(ProjectDir)..\include;$(ProjectDir)..\..\ffi - stdcpp20 + Default @@ -208,7 +210,7 @@ $(ProjectDir)..\include;$(ProjectDir)..\..\ffi - stdcpp20 + Default @@ -237,7 +239,7 @@ $(ProjectDir)..\include;$(ProjectDir)..\..\ffi - stdcpp20 + Default @@ -268,7 +270,7 @@ $(ProjectDir)..\include;$(ProjectDir)..\..\ffi - stdcpp20 + Default @@ -297,7 +299,7 @@ $(ProjectDir)..\include;$(ProjectDir)..\..\ffi - stdcpp20 + Default @@ -328,7 +330,7 @@ $(ProjectDir)..\include;$(ProjectDir)..\..\ffi - stdcpp20 + Default diff --git a/cpp/sln/idevice++.vcxproj.filters b/cpp/sln/idevice++.vcxproj.filters index 2f6b401..e5a301e 100644 --- a/cpp/sln/idevice++.vcxproj.filters +++ b/cpp/sln/idevice++.vcxproj.filters @@ -116,5 +116,14 @@ Header Files\idevice++ + + Header Files + + + Header Files\idevice++ + + + Header Files\idevice++ + \ No newline at end of file