15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
#include "windows.h"
|
|
|
|
#define FUS_VER_FILEDESCRIPTION_STR "Microsoft Fusion Network Services Shell Support"
|
|
#define FUS_VER_INTERNALNAME_STR "fnsshell.dll"
|
|
#define FUS_VER_ORIGINALFILENAME_STR "fnsshell.dll"
|
|
|
|
#define IDI_FUS_DOCUMENT 0
|
|
|
|
IDI_FUS_DOCUMENT ICON DISCARDABLE "..\shortcut\SHORTCUT.ICO"
|
|
|
|
#include "version.h"
|
|
|
|
// resources for shortcut stuff
|
|
#include "..\shortcut\shelllc.rc"
|