xplane11-sys

git clone git://archive.git.mtrnord.blog/MTRNord/xplane11-sys.git
Log | Files | Refs | README | LICENSE

c_cpp_properties.json (607B)


      1 {
      2     "configurations": [
      3         {
      4             "name": "Win32",
      5             "includePath": [
      6                 "${workspaceFolder}/**"
      7             ],
      8             "defines": [
      9                 "_DEBUG",
     10                 "UNICODE",
     11                 "_UNICODE"
     12             ],
     13             "windowsSdkVersion": "10.0.18362.0",
     14             "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe",
     15             "cStandard": "c11",
     16             "cppStandard": "c++17",
     17             "intelliSenseMode": "msvc-x64"
     18         }
     19     ],
     20     "version": 4
     21 }