diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/launch.json b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/launch.json deleted file mode 100644 index c7b50b1..0000000 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/launch.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Launch WinISP (.NET Framework)", - "type": "clr", - "request": "launch", - "program": "${workspaceFolder}/WinISP/bin/Debug/WinISP.exe", - "cwd": "${workspaceFolder}/WinISP", - "preLaunchTask": "build WinISP" - } - ] -} \ No newline at end of file diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/settings.json b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/settings.json deleted file mode 100644 index 013007b..0000000 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "dotnet.preferCSharpExtension": true -} \ No newline at end of file diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/tasks.json b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/tasks.json deleted file mode 100644 index 38815cc..0000000 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/tasks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "build WinISP", - "type": "shell", - "command": "dotnet", - "args": [ - "build", - "${workspaceFolder}/WinISP/WinISP.csproj" - ], - "group": { - "kind": "build", - "isDefault": true - }, - "problemMatcher": "$msCompile" - }, - { - "label": "run WinISP exe", - "type": "shell", - "command": "${workspaceFolder}/WinISP/bin/Debug/WinISP.exe", - "dependsOn": "build WinISP", - "problemMatcher": [] - } - ] -} \ No newline at end of file