2020-09-30 16:53:55 +02:00

27 lines
685 B
Plaintext

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996-1999
//
// File: llssrv.rc
//
// Contents:
//
// History:
//
//
//---------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 License Server"
#define VER_INTERNALNAME_STR "llssrv.exe"
#define VER_ORIGINALFILENAME_STR "llssrv.exe"
#include <common.ver>