Source code of Windows XP (NT5)
 
 
 
 
 
 

16 lines
484 B

/////////////////////////////////////////////////////////////////////////////
//
// Version String
//
#include "winver.h"
#include "ntverp.h"
#define VER_FILEDESCRIPTION_STR "IIS AppConfig Module"
#define VER_INTERNALNAME_STR "AppConf.dll"
#define VER_ORIGINALFILENAME_STR "AppConf.dll"
#define VER_FILETYPE VFT_DLL
#include "iisver.h"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////