You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
547 B
18 lines
547 B
#include <windows.h>
|
|
#include <ntverp.h>
|
|
#include "basecsp.h"
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Windows for Smart Cards Base CSP Resources"
|
|
|
|
#define VER_INTERNALNAME_STR "bcsprsrc.dll"
|
|
#define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
|
|
|
|
#include <common.ver>
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_CSP_STRING1 "Base CSP Test String 1"
|
|
IDS_CSP_STRING2 "Base CSP Test String 2"
|
|
END
|