2025-11-28 00:35:46 +09:00

12 lines
326 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Virtual Channel sample app"
#define VER_INTERNALNAME_STR "sysinf_s.exe"
#define VER_ORIGINALFILENAME_STR "sysinf_s.exe"
#include "common.ver"