From e8ccbd1009a061d4f0ea83fcf8d398e05f48982c Mon Sep 17 00:00:00 2001 From: emeykey Date: Thu, 14 Dec 2023 01:34:04 +0100 Subject: [PATCH] cpp prop --- .gitignore | 3 ++- CppProperties.json | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CppProperties.json diff --git a/.gitignore b/.gitignore index 5ba6c37..b015601 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ # This .gitignore file was automatically created by Microsoft(R) Visual Studio. ################################################################################ -/.vs/IWbemClassObject/v17 /IWbemClassObject/Debug +/.vs +/IWbemClassObject/Release diff --git a/CppProperties.json b/CppProperties.json new file mode 100644 index 0000000..659bf4e --- /dev/null +++ b/CppProperties.json @@ -0,0 +1,21 @@ +{ + "configurations": [ + { + "inheritEnvironments": [ + "msvc_x86" + ], + "name": "x86-Debug", + "includePath": [ + "${env.INCLUDE}", + "${workspaceRoot}\\**" + ], + "defines": [ + "WIN32", + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "intelliSenseMode": "windows-msvc-x86" + } + ] +} \ No newline at end of file