38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
#ifdef APSTUDIO_INVOKED
|
|
# ERROR:: DO NOT EDIT THIS FILE IN MSVC!!! Open as text
|
|
#endif
|
|
|
|
#include "windows.h"
|
|
|
|
//---------------------------------------------------------------------------
|
|
// Version info.
|
|
//---------------------------------------------------------------------------
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Internet Connection Wizard"
|
|
#define VER_INTERNALNAME_STR "icwtutor"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-1999"
|
|
#define VER_ORIGINALFILENAME_STR "icwtutor.exe"
|
|
|
|
#include <common.ver>
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
arrow_dwn.gif 23 DISCARDABLE "res\\arrow_dwn.gif"
|
|
Default.htm 23 DISCARDABLE "res\\Default.htm"
|
|
hm_globe.jpg 23 DISCARDABLE "res\\hm_globe.jpg"
|
|
icw.css 23 DISCARDABLE "res\\icw.css"
|
|
icw.js 23 DISCARDABLE "res\\icw.js"
|
|
icwhd2.gif 23 DISCARDABLE "res\\icwhd2.gif"
|
|
linefade_hrz.gif 23 DISCARDABLE "res\\linefade_hrz.gif"
|
|
nvlinfad.gif 23 DISCARDABLE "res\\nvlinfad.gif"
|
|
toccolor.gif 23 DISCARDABLE "res\\toccolor.gif"
|
|
|
|
#endif // English (U.S.) resources
|