windows-nt/Source/XPSP1/NT/com/ole32/stg/props/utest/proptest.rc
2020-09-26 16:20:57 +08:00

10 lines
305 B
Plaintext

#include <ntverp.h>
#include <winver.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Property DRT Tests"
#define VER_INTERNALNAME_STR "PropTest.exe"
#define VER_ORIGINALFILENAME_STR "PropTest.exe"
#include <common.ver>