gitextract_vof0guyl/ ├── .gitattributes ├── .github/ │ └── workflows/ │ └── msvc.yml ├── .gitignore ├── LICENSE ├── README.MD ├── generator/ │ ├── AdvEdit.cpp │ ├── AdvEdit.h │ ├── ClipboardHelper.cpp │ ├── ClipboardHelper.h │ ├── DPISupport.cpp │ ├── DPISupport.h │ ├── FileItem.cpp │ ├── FileItem.h │ ├── Hasher.cpp │ ├── Hasher.h │ ├── ListBoxEx.cpp │ ├── ListBoxEx.h │ ├── ProgressText.cpp │ ├── ProgressText.h │ ├── ReadMe.txt │ ├── appDlg.cpp │ ├── appDlg.h │ ├── base64.cpp │ ├── base64.h │ ├── encoding.cpp │ ├── encoding.h │ ├── generator.cpp │ ├── generator.h │ ├── generator.rc │ ├── generator.vcxproj │ ├── generator.vcxproj.filters │ ├── res/ │ │ └── generator.rc2 │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ ├── targetver.h │ ├── utils.cpp │ └── utils.h └── mfcDuDownloadCodeGenerator.sln