This commit is contained in:
emeykey 2023-12-14 01:34:04 +01:00
parent 4d86e9848c
commit e8ccbd1009
2 changed files with 23 additions and 1 deletions

3
.gitignore vendored
View File

@ -2,5 +2,6 @@
# This .gitignore file was automatically created by Microsoft(R) Visual Studio. # This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################ ################################################################################
/.vs/IWbemClassObject/v17
/IWbemClassObject/Debug /IWbemClassObject/Debug
/.vs
/IWbemClassObject/Release

21
CppProperties.json Normal file
View File

@ -0,0 +1,21 @@
{
"configurations": [
{
"inheritEnvironments": [
"msvc_x86"
],
"name": "x86-Debug",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\**"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x86"
}
]
}