-
-
Save blaquee/ca53030844cfc86b194486bac1e75e7e to your computer and use it in GitHub Desktop.
VS Code C++ project properties for VS 2015 w/ Windows SDK 10.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"name": "Mac", | |
"includePath": ["/usr/include"], | |
"browse" : { | |
"limitSymbolsToIncludedHeaders" : true, | |
"databaseFilename" : "" | |
} | |
}, | |
{ | |
"name": "Linux", | |
"includePath": ["/usr/include"], | |
"browse" : { | |
"limitSymbolsToIncludedHeaders" : true, | |
"databaseFilename" : "" | |
} | |
}, | |
{ | |
"name": "Win32", | |
"includePath": ["c:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include", | |
"c:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/crt/src", | |
"C:/Program Files (x86)/Windows Kits/10/Include/10.0.10240.0/ucrt"], | |
"browse" : { | |
"limitSymbolsToIncludedHeaders" : true, | |
"databaseFilename" : "" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment