End tuto03

This commit is contained in:
Ambulance Clerc
2021-12-20 18:46:18 +01:00
parent 769078f261
commit d84d7d9823
5 changed files with 67 additions and 3 deletions

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"
}
]
}