12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
#include "windows.h"
|
|
#include "ntverp.h"
|
|
|
|
#define VER_FILEDESCRIPTION_STR "HTTP-DAV common data"
|
|
#define VER_INTERNALNAME_STR "davcdata.exe"
|
|
#define VER_ORIGINALFILENAME_STR "davcdata.exe"
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_LANGNEUTRAL
|
|
|
|
#include "iisver.h"
|
|
#include "common.ver"
|