From 6cfadfc4b6eb844c68c7d10752247e56ae1b6873 Mon Sep 17 00:00:00 2001 From: galeon Date: Mon, 1 Sep 2025 08:14:34 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20Cp?= =?UTF-8?q?pProperties.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CppProperties.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 CppProperties.json diff --git a/CppProperties.json b/CppProperties.json deleted file mode 100644 index 659bf4e..0000000 --- a/CppProperties.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "configurations": [ - { - "inheritEnvironments": [ - "msvc_x86" - ], - "name": "x86-Debug", - "includePath": [ - "${env.INCLUDE}", - "${workspaceRoot}\\**" - ], - "defines": [ - "WIN32", - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "intelliSenseMode": "windows-msvc-x86" - } - ] -} \ No newline at end of file