17 lines
504 B
Plaintext
17 lines
504 B
Plaintext
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Version String
|
||
|
//
|
||
|
|
||
|
#include "winver.h"
|
||
|
#include "ntverp.h"
|
||
|
|
||
|
#define VER_FILEDESCRIPTION_STR "Microsoft Version Stamp Tool (UNICODE)"
|
||
|
#define VER_INTERNALNAME_STR "verstamp.exe"
|
||
|
#define VER_ORIGINALFILENAME_STR "verstamp.exe"
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
|
||
|
#include "iisver.h"
|
||
|
#include "common.ver"
|
||
|
/////////////////////////////////////////////////////////////////////////////
|