summaryrefslogtreecommitdiffstats
path: root/private/tapi/qa/trapper/itest/uline/uline.rc
blob: 420f96b3820fdccfa89eca415b14fb4fccab5fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>
#include <ntverp.h>

#define	VER_FILETYPE	            VFT_APP
#define	VER_FILESUBTYPE	            VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "TAPI Line 2.0 API test Library"
#define VER_INTERNALNAME_STR        "tline20.dll"
#define VER_ORIGINALFILENAME_STR    "tline20.dll"

#include "common.ver"