windows-nt/Source/XPSP1/NT/admin/display/proppage/shell/dsprpres/resource.rc

23 lines
676 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Copyright (C) Microsoft Corporation, 2002
#include "windows.h"
#include "pages.h"
#include "newres.rc"
//+----------------------------------------------------------------------------
//
// Version
//
//-----------------------------------------------------------------------------
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows Active Directory Property Pages Resources"
#define VER_INTERNALNAME_STR "dsprpres"
#define VER_LEGALCOPYRIGHT_YEARS "2002"
#define VER_ORIGINALFILENAME_STR "dsprpres.dll"
#include <ntverp.h>
#include <common.ver>