From 779651da4b7f530edad4fec7e9aedb2d08043a09 Mon Sep 17 00:00:00 2001 From: Sam Ellicott Date: Wed, 20 May 2020 00:04:14 -0400 Subject: [PATCH] Remove VS-Code files --- colorchord2/.vscode/c_cpp_properties.json | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 colorchord2/.vscode/c_cpp_properties.json diff --git a/colorchord2/.vscode/c_cpp_properties.json b/colorchord2/.vscode/c_cpp_properties.json deleted file mode 100644 index ef9161d..0000000 --- a/colorchord2/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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