jak-project/.vs/launch.vs.json

57 lines
1.3 KiB
JSON
Raw Normal View History

{
2020-08-29 14:52:45 -04:00
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "goalc-test.exe (bin\\goalc-test.exe)",
"name": "Run Tests - Summary",
2020-09-04 23:24:16 -04:00
"args": [
"--gtest_brief=1"
]
2020-08-29 14:52:45 -04:00
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "goalc-test.exe (bin\\goalc-test.exe)",
"name": "Run Tests - Verbose",
2020-09-04 23:24:16 -04:00
"args": [
"--gtest_brief=0"
]
2020-08-29 14:52:45 -04:00
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "gk.exe (bin\\gk.exe)",
"name": "Run Runtime (no kernel)",
"args": [
"-fakeiso",
"-debug",
"-nokernel"
]
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "gk.exe (bin\\gk.exe)",
"name": "Run Runtime (with kernel)",
"args": [
"-fakeiso",
"-debug"
]
2020-08-29 14:52:45 -04:00
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "goalc.exe (bin\\goalc.exe)",
"name": "Build Compiler"
},
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "decompiler.exe (bin\\decompiler.exe)",
"name": "Build Decompiler"
}
]
2020-09-04 23:24:16 -04:00
}