24 lines
359 B
Plaintext
24 lines
359 B
Plaintext
|
/**
|
||
|
* APP resource script.
|
||
|
*
|
||
|
* Copyright (c) 2000 Microsoft Corporation
|
||
|
*/
|
||
|
|
||
|
//
|
||
|
// Version Resource
|
||
|
//
|
||
|
|
||
|
#define APP_VER_ORIGINALFILENAME_STR "app.dll"
|
||
|
#define APP_VER_FILEDESCRIPTION_STR "Microsoft APP DLL"
|
||
|
|
||
|
#include "version.h"
|
||
|
|
||
|
|
||
|
//
|
||
|
// Information for DLLRegisterServer
|
||
|
//
|
||
|
|
||
|
REGINST REGINST DISCARDABLE "selfreg.inf"
|
||
|
0 ICON DISCARDABLE "app.ico"
|
||
|
|