[SHELLEXT][ZIPFLDR] Implement ZIP creation (#2114)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Sun, 1 Dec 2019 12:20:53 +0000 (21:20 +0900)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2019 12:20:53 +0000 (21:20 +0900)
commit962ff6e2fa96dd9f6f5fee0e04551d4a54c076ec
tree748f6aa7fee3c00ac6142177f96e5924834ad9ee
parent62a95e4943285e81d0c678975e7378bd1490d74d
[SHELLEXT][ZIPFLDR] Implement ZIP creation (#2114)

This PR will implement *.ZFSendToTarget file type that will realize SendTo ZIP folder in future.
CORE-16495, CORE-12562
21 files changed:
dll/shellext/zipfldr/CMakeLists.txt
dll/shellext/zipfldr/CSendToZip.cpp [new file with mode: 0644]
dll/shellext/zipfldr/CSendToZip.hpp [new file with mode: 0644]
dll/shellext/zipfldr/CZipCreater.cpp [new file with mode: 0644]
dll/shellext/zipfldr/CZipCreater.hpp [new file with mode: 0644]
dll/shellext/zipfldr/lang/de-DE.rc
dll/shellext/zipfldr/lang/en-US.rc
dll/shellext/zipfldr/lang/et-EE.rc
dll/shellext/zipfldr/lang/fr-FR.rc
dll/shellext/zipfldr/lang/hi-IN.rc
dll/shellext/zipfldr/lang/it-IT.rc
dll/shellext/zipfldr/lang/ja-JP.rc
dll/shellext/zipfldr/lang/pl-PL.rc
dll/shellext/zipfldr/lang/ro-RO.rc
dll/shellext/zipfldr/lang/ru-RU.rc
dll/shellext/zipfldr/lang/sv-SE.rc
dll/shellext/zipfldr/lang/zh-CN.rc
dll/shellext/zipfldr/precomp.h
dll/shellext/zipfldr/res/zipfldr.rgs
dll/shellext/zipfldr/resource.h
dll/shellext/zipfldr/zipfldr.cpp