2020-12-19 13:05:12 -05:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Win32",
|
|
|
|
"includePath": [
|
2020-12-20 14:23:32 -05:00
|
|
|
"${workspaceFolder}/src/",
|
2020-12-19 13:05:12 -05:00
|
|
|
"${DIRECTX9_SDK_DIR}/include",
|
|
|
|
"${PLUGIN_SDK_DIR}/plugin_sa",
|
|
|
|
"${PLUGIN_SDK_DIR}/plugin_sa/game_sa",
|
|
|
|
"${PLUGIN_SDK_DIR}/shared",
|
|
|
|
"${PLUGIN_SDK_DIR}/shared/game"
|
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"GTASA",
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE"
|
|
|
|
],
|
|
|
|
"windowsSdkVersion": "10.0.10240.0",
|
|
|
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe",
|
|
|
|
"cStandard": "c99",
|
2020-12-20 14:23:32 -05:00
|
|
|
"cppStandard": "c++14",
|
2020-12-19 13:05:12 -05:00
|
|
|
"intelliSenseMode": "msvc-x86",
|
|
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|