//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//
//  Copyright (C) Microsoft Corporation, 1997 - 1999
//
//  File:       senstest.rc
//
//--------------------------------------------------------------------------

#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_APP
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "BVT for SENS Connectivity APIs"
#define VER_INTERNALNAME_STR        "senstest.exe"
#define VER_ORIGINALFILENAME_STR    "senstest.exe"

#include "common.ver"