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.
24 lines
663 B
24 lines
663 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
//
|
|
// File: ifdtest.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WHQL Smart Card Driver Test Suite"
|
|
#define VER_INTERNALNAME_STR "IFDTEST.EXE"
|
|
#define VER_ORIGINALFILENAME_STR "IFDTEST.EXE"
|
|
|
|
IDI_ICON1 ICON DISCARDABLE "readcard2.ico"
|
|
|
|
|
|
#include "common.ver"
|