Delete-By-Distinct
This commit is contained in:
4
Delete-By-Relative/.vscode/launch.json
vendored
4
Delete-By-Relative/.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/bin/Debug/net6.0/win-x64/Duplicate-Search.dll",
|
||||
"program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Delete-By-Relative.dll",
|
||||
"args": [
|
||||
"s"
|
||||
],
|
||||
@ -26,7 +26,7 @@
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach",
|
||||
"processName": "Duplicate-Search"
|
||||
"processName": "Delete-By-Relative"
|
||||
}
|
||||
]
|
||||
}
|
6
Delete-By-Relative/.vscode/tasks.json
vendored
6
Delete-By-Relative/.vscode/tasks.json
vendored
@ -7,7 +7,7 @@
|
||||
"type": "process",
|
||||
"args": [
|
||||
"build",
|
||||
"${workspaceFolder}/Duplicate-Search.csproj",
|
||||
"${workspaceFolder}/Delete-By-Relative.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
@ -19,7 +19,7 @@
|
||||
"type": "process",
|
||||
"args": [
|
||||
"publish",
|
||||
"${workspaceFolder}/Duplicate-Search.csproj",
|
||||
"${workspaceFolder}/Delete-By-Relative.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
@ -32,7 +32,7 @@
|
||||
"args": [
|
||||
"watch",
|
||||
"run",
|
||||
"${workspaceFolder}/Duplicate-Search.csproj",
|
||||
"${workspaceFolder}/Delete-By-Relative.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
|
Reference in New Issue
Block a user