21 lines
484 B
Plaintext
21 lines
484 B
Plaintext
// tssdsql.rc
|
|
//
|
|
// Version resource for tssdsql.dll.
|
|
//
|
|
// Copyright (C) 2000 Microsoft Corp.
|
|
|
|
#include "resource.h"
|
|
#include "windows.h"
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE 0
|
|
#define VER_FILEDESCRIPTION_STR "Terminal Server Load Balancing Directory Integrity Service"
|
|
#define VER_INTERNALNAME_STR "tssdis.exe"
|
|
#define VER_ORIGINALFILENAME_STR "tssdis.exe"
|
|
|
|
#include "common.ver"
|
|
|
|
#include "sdevent.rc"
|