mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
#include "../../MyVersionInfo.rc"
|
|
|
|
MY_VERSION_INFO_DLL("7z Plugin", "7z")
|
|
|
|
0 ICON "../Icons/7z.ico"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
100 "7z:0"
|
|
END
|
|
|