33 lines
602 B
Plaintext
33 lines
602 B
Plaintext
// 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"
|
|
|