summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/at/atcmd/at.rc
blob: 22e35e70af7372b52880f15b8bccd508f73057cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE    VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Schedule service command line interface"
#define VER_INTERNALNAME_STR        "AT.EXE"
#define VER_ORIGINALFILENAME_STR    "AT.EXE"

#include "common.ver"
#include "lmatmsg.rc"