#include <windows.h>

STRINGTABLE
BEGIN

1,
"<Account Unknown>"

2,
"<Account Invalid>"

3,
"<Account Deleted>"

4,
"Default Type Creator"
 
END

#include <ntverp.h>

#define	VER_FILETYPE		    VFT_UNKNOWN
#define	VER_FILESUBTYPE		    VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Windows NT Macintosh File Server Service"
#define VER_INTERNALNAME_STR        "sfmsvc.exe"
#define VER_ORIGINALFILENAME_STR    "sfmsvc.exe"

#include "common.ver"