From 111c3602c0bd87170bc9c3ffaf8a82109b38176f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 4 Oct 2024 18:51:36 -0500 Subject: [PATCH] [nostalgia] Remove .vs dir --- deps/nostalgia/.vs/launch.vs.json | 44 ------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 deps/nostalgia/.vs/launch.vs.json diff --git a/deps/nostalgia/.vs/launch.vs.json b/deps/nostalgia/.vs/launch.vs.json deleted file mode 100644 index 77394c0..0000000 --- a/deps/nostalgia/.vs/launch.vs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "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