mirror of https://github.com/tongzx/nt5src
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.
23 lines
359 B
23 lines
359 B
/**
|
|
* 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"
|
|
|