Unverified Commit eb7a04c2 authored by Matteo DB's avatar Matteo DB Committed by GitHub
Browse files

Delete c_cpp_properties.json

parent 4a818c49
Loading
Loading
Loading
Loading

.vscode/c_cpp_properties.json

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}/**",
                "${workspaceFolder}/Common/Libraries/IRALibrary/include"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "windowsSdkVersion": "10.0.17763.0",
            "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe",
            "cStandard": "c99",
            "cppStandard": "c++03"
        }
    ],
    "version": 4
}
 No newline at end of file