30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
|
//*********************************************************************
|
||
|
//* Microsoft Windows **
|
||
|
//* Copyright(c) Microsoft Corp., 1999 **
|
||
|
//*********************************************************************
|
||
|
#include <windows.h>
|
||
|
#include "resource.h"
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Microsoft Out of Box Experience"
|
||
|
#define VER_INTERNALNAME_STR "MSOBSHEL"
|
||
|
#define VER_ORIGINALFILENAME_STR "MSOBSHEL.DLL"
|
||
|
#include <common.ver>
|
||
|
|
||
|
STATPANE_RESOURCE 23 DISCARDABLE "res\\statpane.htm"
|
||
|
|
||
|
act_top.gif 23 DISCARDABLE "res\\act_top.gif"
|
||
|
inact_top.gif 23 DISCARDABLE "res\\inact_top.gif"
|
||
|
active.gif 23 DISCARDABLE "res\\active.gif"
|
||
|
inactive.gif 23 DISCARDABLE "res\\inactive.gif"
|
||
|
statuspt.gif 23 DISCARDABLE "res\\statuspt.gif"
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_ISPINFO_FILENAME "%1 Information.htm"
|
||
|
IDS_ISPINFO_FILENAME_COPY "%1 Information(%2).htm"
|
||
|
END
|
||
|
|