mirror of https://github.com/wg-easy/wg-easy
2 changed files with 42 additions and 21 deletions
@ -0,0 +1,21 @@ |
|||||
|
{ |
||||
|
"configurations": [ |
||||
|
{ |
||||
|
"name": "Win32", |
||||
|
"includePath": [ |
||||
|
"${workspaceFolder}/**" |
||||
|
], |
||||
|
"defines": [ |
||||
|
"_DEBUG", |
||||
|
"UNICODE", |
||||
|
"_UNICODE" |
||||
|
], |
||||
|
"windowsSdkVersion": "10.0.22621.0", |
||||
|
"compilerPath": "cl.exe", |
||||
|
"cStandard": "c17", |
||||
|
"cppStandard": "c++17", |
||||
|
"intelliSenseMode": "windows-msvc-x64" |
||||
|
} |
||||
|
], |
||||
|
"version": 4 |
||||
|
} |
||||
Loading…
Reference in new issue