mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
18 lines
600 B
Plaintext
18 lines
600 B
Plaintext
//---------------------------------------------------------------------------
|
|
// Virtualserial.rc
|
|
//
|
|
// Copyright (c) Microsoft Corporation, All Rights Reserved
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WDF:UMDF VirtualSerial User-Mode v2 Driver Sample"
|
|
#define VER_INTERNALNAME_STR "VirtualSerial2um"
|
|
#define VER_ORIGINALFILENAME_STR "Virtualserial2um.dll"
|
|
|
|
#include "common.ver"
|