13 lines
313 B
C
13 lines
313 B
C
#pragma once
|
|
|
|
#include <ntverp.h>
|
|
#include <winver.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Network Connections Manager Test App"
|
|
#define VER_INTERNALNAME_STR "tnetman.exe"
|
|
|
|
#include <common.ver>
|
|
|