www.pudn.com > usbfx2lk_v1.1.zip > usbfxtest.rc


/////////////////////////////////////////////////////////////////////////////// 
// 
//    (C) Copyright 2005 OSR Open Systems Resources, Inc. 
//    All Rights Reserved 
// 
//    This sofware is supplied for instructional purposes only. 
// 
//    OSR Open Systems Resources, Inc. (OSR) expressly disclaims any warranty 
//    for this software.  THIS SOFTWARE IS PROVIDED  "AS IS" WITHOUT WARRANTY 
//    OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, 
//    THE IMPLIED WARRANTIES OF MECHANTABILITY OR FITNESS FOR A PARTICULAR 
//    PURPOSE.  THE ENTIRE RISK ARISING FROM THE USE OF THIS SOFTWARE REMAINS 
//    WITH YOU.  OSR's entire liability and your exclusive remedy shall not 
//    exceed the price paid for this material.  In no event shall OSR or its 
//    suppliers be liable for any damages whatsoever (including, without 
//    limitation, damages for loss of business profit, business interruption, 
//    loss of business information, or any other pecuniary loss) arising out 
//    of the use or inability to use this software, even if OSR has been 
//    advised of the possibility of such damages.  Because some states/ 
//    jurisdictions do not allow the exclusion or limitation of liability for 
//    consequential or incidental damages, the above limitation may not apply 
//    to you. 
// 
//    OSR Open Systems Resources, Inc. 
//    105 Route 101A Suite 19 
//    Amherst, NH 03031  (603) 595-6500 FAX: (603) 595-6503 
//    email bugs to: bugs@osr.com 
// 
// 
//    MODULE: 
// 
//      usbfx2lk.rc 
// 
//    ABSTRACT: 
// 
// 
//    AUTHOR(S): 
// 
//      OSR Open Systems Resources, Inc. 
//  
//    REVISION:    
// 
//      $Revision$ , $Date$   
// 
/////////////////////////////////////////////////////////////////////////////// 
// 
// Includes the necessary resources 
// 
#include  
 
#ifdef RC_INVOKED 
 
// 
// Set up debug information 
// 
#if DBG 
#define VER_DBG VS_FF_DEBUG 
#else 
#define VER_DBG 0 
#endif 
 
VS_VERSION_INFO         VERSIONINFO 
FILEVERSION             1,01,00,00 
PRODUCTVERSION          1,01,00,00 
FILEFLAGSMASK           VS_FFI_FILEFLAGSMASK 
FILEFLAGS               VER_DBG 
FILEOS                  VOS_NT 
FILETYPE                VFT_APP 
BEGIN 
    BLOCK "StringFileInfo" 
    BEGIN 
        BLOCK "040904b0" 
        BEGIN 
            VALUE "Comments",         "WDM-compliant USB driver OSR USBFX2 Learning Kit" 
            VALUE "CompanyName",      "Open Systems Resource, Inc." 
            VALUE "FileDescription",  "USBFXTEST V1.0" 
            VALUE "FileVersion",      "V1.0" 
            VALUE "InternalName",     "USBFX2LK" 
            VALUE "LegalCopyright",   "© 2005 OSR Open Systems Resources, Inc." 
            VALUE "OriginalFilename", "USBFXTEST.EXE" 
            VALUE "ProductName",      "OSR USBFX2 Learning Kit" 
            VALUE "ProductVersion",   "V1.0" 
        END 
    END 
    BLOCK "VarFileInfo" 
    BEGIN 
        VALUE "Translation", 0x409, 1200 
    END 
END 
 
#endif