From efe89c4e1a0c0f9990e6ab97897bbd7917ad12bd Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Mon, 26 Sep 2022 03:40:05 +0200 Subject: [PATCH] Delete example_conf.json --- GlosSITarget/GlosSITarget.vcxproj | 4 ---- GlosSITarget/GlosSITarget.vcxproj.filters | 3 --- GlosSITarget/example_conf.json | 18 ------------------ 3 files changed, 25 deletions(-) delete mode 100644 GlosSITarget/example_conf.json diff --git a/GlosSITarget/GlosSITarget.vcxproj b/GlosSITarget/GlosSITarget.vcxproj index 37fcc86..65e431b 100644 --- a/GlosSITarget/GlosSITarget.vcxproj +++ b/GlosSITarget/GlosSITarget.vcxproj @@ -245,10 +245,6 @@ false - - true - true - diff --git a/GlosSITarget/GlosSITarget.vcxproj.filters b/GlosSITarget/GlosSITarget.vcxproj.filters index a68cc6c..9e2be9c 100644 --- a/GlosSITarget/GlosSITarget.vcxproj.filters +++ b/GlosSITarget/GlosSITarget.vcxproj.filters @@ -188,9 +188,6 @@ - - Source Files - diff --git a/GlosSITarget/example_conf.json b/GlosSITarget/example_conf.json deleted file mode 100644 index c591793..0000000 --- a/GlosSITarget/example_conf.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": 1, - "launch": { - "launch": false, - "launchPath": "C:\\Users\\Alia5\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", - "launchAppArgs": "--new-window", - "closeOnExit": true - }, - "devices": { - "hideDevices": true - }, - "window": { - "windowMode": false, - "maxFps": null, - "scale": null - }, - "icon": null -} \ No newline at end of file