22 lines
487 B
Plaintext
22 lines
487 B
Plaintext
/**
|
|
* neptune IStorage dav implementation resource script.
|
|
*
|
|
* Copyright (c) 1999 Microsoft Corporation
|
|
*/
|
|
|
|
//
|
|
// Version Resource
|
|
//
|
|
|
|
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Dav IStorage"
|
|
#define VER_INTERNALNAME_STR "davstore"
|
|
#define VER_ORIGINALFILENAME_STR "davstore.DLL"
|
|
|
|
#include <common.ver>
|