32 lines
673 B
Plaintext
32 lines
673 B
Plaintext
|
#include <windows.h>
|
||
|
|
||
|
#include "resource.h"
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// PVK
|
||
|
//
|
||
|
|
||
|
IDR_PVKROOT PVK DISCARDABLE "root.pvk"
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// CER
|
||
|
//
|
||
|
|
||
|
IDR_ROOTCERTIFICATE CER DISCARDABLE "root.cer"
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_DEFNAME "Remote Desktop Default Certificate"
|
||
|
END
|
||
|
|
||
|
#define VER_DESCRIPTION_STR "RDMKCERT Library\0"
|
||
|
#define VER_INTERNALNAME_STR "RDMKCERT\0"
|
||
|
#define VER_ORIGNAME_STR "RDMKCERT.DLL\0"
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
|
||
|
#include <version.rc>
|
||
|
|