Copy-Distinct

This commit is contained in:
Logan Phares
2023-06-11 15:10:26 -07:00
parent 0f6a78f242
commit 0d9bafe31e
12 changed files with 913 additions and 0 deletions

17
.vscode/launch.json vendored
View File

@ -23,6 +23,23 @@
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Copy-Distinct",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Copy-Distinct/bin/Debug/net7.0/win-x64/Copy-Distinct.dll",
"args": [
"s"
],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"cwd": "${workspaceFolder}",
"console": "externalTerminal",
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Duplicate-Search",
"type": "coreclr",