From 122b08a038784e48709fedc8e5c1bfddf182a7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:32:22 +0800 Subject: [PATCH] rm --- plugins/shareddllproxy/.vscode/settings.json | 58 ------------------- .../winrtutils/.vscode/c_cpp_properties.json | 22 ------- plugins/winrtutils/.vscode/settings.json | 13 ----- plugins/winsharedutils/.vscode/settings.json | 54 ----------------- 4 files changed, 147 deletions(-) delete mode 100644 plugins/shareddllproxy/.vscode/settings.json delete mode 100644 plugins/winrtutils/.vscode/c_cpp_properties.json delete mode 100644 plugins/winrtutils/.vscode/settings.json delete mode 100644 plugins/winsharedutils/.vscode/settings.json diff --git a/plugins/shareddllproxy/.vscode/settings.json b/plugins/shareddllproxy/.vscode/settings.json deleted file mode 100644 index 13bf6cec..00000000 --- a/plugins/shareddllproxy/.vscode/settings.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "cmake.buildDirectory": - "${workspaceFolder}/build/${buildKitTargetOs}-${buildKitVendor}-${buildKitTargetArch}-${buildType}", - "files.associations": { - "fstream": "cpp", - "atomic": "cpp", - "bit": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "compare": "cpp", - "concepts": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "exception": "cpp", - "functional": "cpp", - "initializer_list": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "iterator": "cpp", - "limits": "cpp", - "list": "cpp", - "memory": "cpp", - "new": "cpp", - "ostream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "typeinfo": "cpp", - "unordered_map": "cpp", - "utility": "cpp", - "vector": "cpp", - "xfacet": "cpp", - "xhash": "cpp", - "xiosbase": "cpp", - "xlocale": "cpp", - "xlocinfo": "cpp", - "xlocnum": "cpp", - "xmemory": "cpp", - "xstddef": "cpp", - "xstring": "cpp", - "xtr1common": "cpp", - "xutility": "cpp", - "ratio": "cpp", - "stop_token": "cpp", - "thread": "cpp" - } -} \ No newline at end of file diff --git a/plugins/winrtutils/.vscode/c_cpp_properties.json b/plugins/winrtutils/.vscode/c_cpp_properties.json deleted file mode 100644 index c5ae0b9f..00000000 --- a/plugins/winrtutils/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "windowsSdkVersion": "10.0.22000.0", - "compilerPath": "cl.exe", - "cStandard": "c17", - "cppStandard": "c++17", - "intelliSenseMode": "windows-msvc-x64", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/plugins/winrtutils/.vscode/settings.json b/plugins/winrtutils/.vscode/settings.json deleted file mode 100644 index e3ca796c..00000000 --- a/plugins/winrtutils/.vscode/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "cmake.buildDirectory": - "${workspaceFolder}/build/${buildKitTargetOs}-${buildKitVendor}-${buildKitTargetArch}-${buildType}", - "files.associations": { - "cctype": "cpp", - "iostream": "cpp", - "istream": "cpp", - "string": "cpp", - "vector": "cpp", - "xmemory": "cpp", - "xstring": "cpp" - } -} \ No newline at end of file diff --git a/plugins/winsharedutils/.vscode/settings.json b/plugins/winsharedutils/.vscode/settings.json deleted file mode 100644 index 7981ee1d..00000000 --- a/plugins/winsharedutils/.vscode/settings.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "cmake.buildDirectory": - "${workspaceFolder}/build/${buildKitTargetOs}-${buildKitVendor}-${buildKitTargetArch}-${buildType}", - "files.associations": { - "array": "cpp", - "initializer_list": "cpp", - "list": "cpp", - "type_traits": "cpp", - "vector": "cpp", - "xhash": "cpp", - "xstring": "cpp", - "xutility": "cpp", - "atomic": "cpp", - "bit": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "compare": "cpp", - "concepts": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "exception": "cpp", - "fstream": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "iterator": "cpp", - "limits": "cpp", - "memory": "cpp", - "new": "cpp", - "ostream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "typeinfo": "cpp", - "utility": "cpp", - "xfacet": "cpp", - "xiosbase": "cpp", - "xlocale": "cpp", - "xlocinfo": "cpp", - "xlocnum": "cpp", - "xmemory": "cpp", - "xstddef": "cpp", - "xtr1common": "cpp" - } -} \ No newline at end of file