diff --git a/colorchord2/.vscode/c_cpp_properties.json b/colorchord2/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..ef9161d --- /dev/null +++ b/colorchord2/.vscode/c_cpp_properties.json @@ -0,0 +1,26 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**", + "${workspaceFolder}/../embeddedcommon" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE", + "CNFA_IMPLEMENTATION", + "__TINYC__", + "TCC", + "NO_WIN_HEADERS" + ], + "windowsSdkVersion": "10.0.17763.0", + "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe", + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "msvc-x64" + } + ], + "version": 4 +} \ No newline at end of file