2020-01-04 14:20:07 +03:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Win32",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"C:/MinGW/include/**"
|
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE"
|
|
|
|
],
|
|
|
|
"windowsSdkVersion": "10.0.17763.0",
|
2020-03-01 14:13:23 +03:00
|
|
|
"compilerPath": "C:/MinGW/bin/g++.exe",
|
|
|
|
"intelliSenseMode": "gcc-x86"
|
2020-01-04 14:20:07 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|