15 lines
415 B
Plaintext
15 lines
415 B
Plaintext
#include "windows.h"
|
|
|
|
#define APP_VER_FILEDESCRIPTION_STR "Application Shortcut File Handler"
|
|
#define APP_VER_INTERNALNAME_STR "APPSC.DLL"
|
|
#define APP_VER_ORIGINALFILENAME_STR "APPSC.DLL"
|
|
|
|
#define IDI_APP_DOCUMENT 0
|
|
|
|
IDI_APP_DOCUMENT ICON DISCARDABLE "APP.ICO"
|
|
|
|
#include "version.h"
|
|
|
|
// for property sheet, must be after version defines?
|
|
#include "applc.rc"
|