1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-08-13 08:51:27 +00:00
Files
.vscode
.gitkeep
c_cpp_properties.json
extensions.json
settings.json
tasks.json
build
include
src
README.md
Lander-Embedded/.vscode/c_cpp_properties.json
2021-09-12 17:19:09 -07:00

22 lines
672 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
"compilerPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\bin\\Hostx64\\x64\\cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}