From 57da9ed3796f7fa0fa42cc1a46075759b478eec2 Mon Sep 17 00:00:00 2001 From: Orin Date: Wed, 28 Jun 2023 22:24:03 -0500 Subject: [PATCH] Update project language version to C++ 17 for filesystem standard library usage. --- .gitignore | 3 ++- bss2bs/bss2bs.vcxproj | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9491a2f..d31818f 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/bss2bs/~AutoRecover.bss2bs.vcxproj diff --git a/bss2bs/bss2bs.vcxproj b/bss2bs/bss2bs.vcxproj index 824f519..15cb381 100644 --- a/bss2bs/bss2bs.vcxproj +++ b/bss2bs/bss2bs.vcxproj @@ -104,6 +104,7 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + stdcpp17 Console @@ -118,6 +119,7 @@ true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + stdcpp17 Console