windows-nt/Source/XPSP1/NT/sdktools/asn1/asn1cpp/asn1cpp.rc
2020-09-26 16:20:57 +08:00

15 lines
403 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "ASN.1 Compiler Preprocessor"
#define VER_DESCRIPTION_STR "Microsoft ASN.1 Compiler Preprocessor"
#define VER_INTERNALNAME_STR "asn1cpp.exe"
#define VER_ORIGINALFILENAME_STR "asn1cpp.exe"
#include <common.ver>