42 lines
1 KiB
Plaintext
42 lines
1 KiB
Plaintext
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Copyright (c) 1998, Microsoft Corp. All rights reserved.
|
||
|
//
|
||
|
// FILE
|
||
|
//
|
||
|
// iasnap.rc
|
||
|
//
|
||
|
// SYNOPSIS
|
||
|
//
|
||
|
// This is the resource file for the Network Access Policy module.
|
||
|
//
|
||
|
// MODIFICATION HISTORY
|
||
|
//
|
||
|
// 02/05/1998 Original version.
|
||
|
// 02/25/2000 Added IDS_ProxyPolicyEnforcer & IDS_URHandler.
|
||
|
//
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// TYPE LIBRARY
|
||
|
//
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
1 TYPELIB "nap.tlb"
|
||
|
|
||
|
|
||
|
//
|
||
|
// this is to get binary versioning
|
||
|
//
|
||
|
#include "winver.h"
|
||
|
#include "ntverp.h"
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "IAS NAP Provider"
|
||
|
#define VER_INTERNALNAME_STR "IASNAP.DLL"
|
||
|
#define VER_ORIGINALFILENAME_STR "IASNAP.DLL"
|
||
|
|
||
|
#include <common.ver>
|