You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: resource.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
// Resource file to allow compiler to compile the following files
|
|
|
|
#include "resource.h"
|
|
#include "dssnap.rc"
|
|
|
|
// Security Identity Module (SIM) resources
|
|
#include "simrc.h"
|
|
#include "sim.rc"
|
|
|
|
// Directory Schema attributes for "Generic Create" Wizard
|
|
#include "schemarc.h"
|
|
#include "Schema.rc"
|
|
|
|
//+----------------------------------------------------------------------------
|
|
//
|
|
// Version
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Directory Service Manager Snap-in"
|
|
#define VER_INTERNALNAME_STR "dsadmin"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1997-1998"
|
|
#define VER_ORIGINALFILENAME_STR "dsadmin.dll"
|
|
|
|
#include <ntverp.h>
|
|
#include <common.ver>
|