#include #include #include "exe_common.h" int main(int argc, char* argv[]) { std::cout << "running_exe_Debug\n"; return runRealExe(argc, argv); }