mirror of
https://github.com/DanielLMcGuire/LCE-SDK.git
synced 2026-05-21 17:24:30 +00:00
31 lines
710 B
JSON
31 lines
710 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
]
|
|
},
|
|
{
|
|
"name": "Windows64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"_WINDOWS64"
|
|
],
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++11"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |