Windows2003-3790/admin/cmdline/scriptpw/scriptpw.rc
2020-09-30 16:53:55 +02:00

37 lines
847 B
Plaintext

#include "windows.h"
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
//
// REGISTRY
//
IDR_PASSWORD REGISTRY DISCARDABLE "Password.rgs"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_PROJNAME "ScriptPW"
END
/////////////////////////////////////////////////////////////////////////////
1 TYPELIB "ScriptPW.tlb"
//
// Version resources
//
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Scripting PassWord Utility"
#define VER_INTERNALNAME_STR "scriptpw.dll"
#define VER_ORIGINALFILENAME_STR "scriptpw.dll"
#include <common.ver>