added-numbers-to-distinguish-has-ignore-keyword-and-has-date-time-original

moved-container-to-new-project-to-prepare-to-remove-property-file

added-logic-to-rename-to-3-and-7-like-should-ignore-for-missing-date-time-original
This commit is contained in:
2025-03-16 21:20:46 -07:00
parent d9d55d9e4c
commit d5fa108f81
41 changed files with 1246 additions and 730 deletions

View File

@ -4,5 +4,7 @@ public interface IDlibDotNet
{
void Tick();
(string, string) GetResultsFullGroupDirectories();
(string, string, string, string) GetResultsFullGroupDirectories(string outputResolution);
}