26 lines
699 B
Plaintext
26 lines
699 B
Plaintext
/********************************************************************
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
ver.rc
|
|
|
|
Abstract:
|
|
Version info for symbol repository maker
|
|
|
|
Revision History:
|
|
Brijesh Krishnaswami (brijeshk) - 05/17/99 - Created
|
|
********************************************************************/
|
|
|
|
#include <windows.h>
|
|
#include <bldver.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "PCHealth Symbol Repository Maker\0"
|
|
|
|
#define VER_INTERNALNAME_STR "SYMREP.EXE\0"
|
|
#define VER_ORIGINALFILENAME_STR "SYMREP.EXE\0"
|
|
|
|
#include <common.ver>
|
|
|