WasteNET / .vscode /c_cpp_properties.json
harriskr14's picture
Initial commit - clean version
c4ed1c5
Raw
History Blame Contribute Delete
458 Bytes
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.26100.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17"
}
],
"version": 4
}