Source code of Windows XP (NT5)
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.
|
|
/*++
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>
|