{ "version" : "0.2.1", "defaults" : {}, "configurations" : [ { "type" : "default", "project" : "CMakeLists.txt", "projectTarget" : "goalc-test.exe (bin\\goalc-test.exe)", "name" : "Run Tests - Summary", "args" : ["--gtest_brief=1"] }, { "type" : "default", "project" : "CMakeLists.txt", "projectTarget" : "goalc-test.exe (bin\\goalc-test.exe)", "name" : "Run Tests - Verbose", "args" : ["--gtest_brief=0"] }, { "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" ] }, { "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" } ] }