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.
32 lines
647 B
32 lines
647 B
// Include our VERSIONINFO structure.
|
|
//
|
|
#include "version.h"
|
|
|
|
#include "ucres.h"
|
|
|
|
|
|
//+---------------------------------------------------------------------------
|
|
// Strings resources
|
|
//
|
|
|
|
//STRINGTABLE DISCARDABLE
|
|
//BEGIN
|
|
// IDS_INBOUND_CONFIG_CONNECTION_NAME "Incoming Connections"
|
|
//END
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"1 TYPELIB ""upnphost.tlb""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
|
|
//+---------------------------------------------------------------------------
|
|
// Reigstry resources
|
|
//
|
|
|
|
1 TYPELIB "upnphost.tlb"
|
|
|
|
// RGS script files for object registration
|
|
IDR_CONTAINER REGISTRY "Container.rgs"
|
|
IDR_UPNPCONT REGISTRY "upnpcont.rgs"
|