mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 08:07:19 -06:00
10 lines
186 B
Plaintext
Executable File
10 lines
186 B
Plaintext
Executable File
#include "../../MyVersionInfo.rc"
|
|
|
|
MY_VERSION_INFO_APP("7z Console SFX", "7z.sfx")
|
|
|
|
101 ICON "7z.ico"
|
|
|
|
#ifndef UNDER_CE
|
|
1 24 MOVEABLE PURE "../../UI/Console/Console.manifest"
|
|
#endif
|