From f762e658ded2bc07eb74dc81db49da6836bc89ad Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 16 Feb 2020 14:18:22 -0600 Subject: [PATCH] [nostalgia] Add launch.vs.json --- .vs/launch.vs.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .vs/launch.vs.json diff --git a/.vs/launch.vs.json b/.vs/launch.vs.json new file mode 100644 index 00000000..77394c0c --- /dev/null +++ b/.vs/launch.vs.json @@ -0,0 +1,44 @@ +{ + "version": "0.2.1", + "defaults": {}, + "configurations": [ + { + "type": "default", + "project": "CMakeLists.txt", + "projectTarget": "nostalgia.exe (Install)", + "name": "nostalgia.exe (Install)", + "args": [ + "${projectDir}/sample_project" + ] + }, + { + "type": "default", + "project": "CMakeLists.txt", + "projectTarget": "nostalgia.exe", + "name": "nostalgia.exe", + "args": [ + "${projectDir}/sample_project" + ] + }, + { + "type": "default", + "project": "CMakeLists.txt", + "projectTarget": "nostalgia-studio.exe (Install)", + "name": "nostalgia-studio.exe (Install)", + "args": [ + "-profile", + "${projectDir}/src/nostalgia/studio/nostalgia-studio-dev.json" + ] + }, + { + "type": "default", + "project": "CMakeLists.txt", + "projectTarget": "nostalgia-studio.exe", + "name": "nostalgia-studio.exe", + "args": [ + "-profile", + "${projectDir}/src/nostalgia/studio/nostalgia-studio-dev.json" + ] + } + ] +} \ No newline at end of file