Add CombineFiles functionality for Day-Helper-2025-10-22 and update related configurations

This commit is contained in:
2025-10-24 22:33:26 -07:00
parent 46590d48cd
commit b29ef7682d
5 changed files with 156 additions and 219 deletions

14
.vscode/tasks.json vendored
View File

@ -348,6 +348,20 @@
"label": "File-Folder-Helper AOT s X Day-Helper-2025-03-20",
"problemMatcher": [],
"type": "shell"
},
{
"args": [
"s",
"X",
"D:/ProgramData/EC_Characterization_Si/Dummy/DEP08CEPIEPSILON/JavaScriptObjectNotation",
"Day-Helper-2025-10-22",
"*.json",
"D:/ProgramData/EC_Characterization_Si/Dummy/DEP08CEPIEPSILON/WorkWeek"
],
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe",
"label": "File-Folder-Helper AOT s X Day-Helper-2025-10-22",
"problemMatcher": [],
"type": "shell"
}
],
"version": "2.0.0"