地面站终端 App
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.

47 lines
1.3 KiB

/* more info: http://msdn.microsoft.com/en-us/library/aa381058(v=vs.85).aspx */
#define APSTUDIO_READONLY_SYMBOLS
#include "winresrc.h"
#undef APSTUDIO_READONLY_SYMBOLS
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
#ifdef _WIN32
/* Englush (UK) */
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#pragma code_page(1252)
#endif //_WIN32
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,1,0
FILEFLAGSMASK 0x00L
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "Provides a simple interface for XBee radios"
VALUE "CompanyName", "attie.co.uk"
VALUE "FileDescription", "Provides a simple interface for XBee radios"
VALUE "InternalName", "libxbee"
VALUE "LegalCopyright", "Copyright (C) 2009 onwards Attie Grande"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "libxbee.dll"
VALUE "PrivateBuild", ""
VALUE "ProductName", "libxbee - http://code.google.com/p/libxbee/"
VALUE "ProductVersion", "v1.4.1"
VALUE "SpecialBuild", ""
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1200
END
END
#endif