mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
838 B
41 lines
838 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
WiaStress.rc2
|
|
|
|
Abstract:
|
|
|
|
Contains resources App Studio does not edit directly
|
|
|
|
Author:
|
|
|
|
Hakki T. Bostanci (hakkib) 06-Apr-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
#error this file is not editable by App Studio
|
|
#endif //APSTUDIO_INVOKED
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Wia Stress Test Application"
|
|
#define VER_INTERNALNAME_STR "WiaStress"
|
|
#define VER_ORIGINALFILENAME_STR "WiaStress.exe"
|
|
#define VER_FILEVERSION 1,07,0,0
|
|
#define VER_FILEVERSION_STR "1.07"
|
|
|
|
#include <common.ver>
|