Menu

[r1140]: / trunk / src / Resources / CommitMonitor.rc2  Maximize  Restore  History

Download this file

57 lines (50 with data), 3.0 kB

//
// CommitMonitor.rc2 - resources Microsoft Visual C++ does not edit directly
//

#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...
#include "version.h"


/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
 FILEVERSION FILEVER
 PRODUCTVERSION PRODUCTVER
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904e4"
        BEGIN
            VALUE "CompanyName", "http://stefanstools.sourceforge.net"
            VALUE "FileDescription", "CommitMonitor"
            VALUE "FileVersion", STRFILEVER
            VALUE "InternalName", "CommitMonitor"
            VALUE "LegalCopyright", "Copyright © 2007-2017, Stefan Küng"
#ifdef _WIN64
            VALUE "OriginalFilename", "CommitMonitor64.exe"
#else
            VALUE "OriginalFilename", "CommitMonitor.exe"
#endif
            VALUE "ProductName", "CommitMonitor"
            VALUE "ProductVersion", STRPRODUCTVER
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1252
    END
END

/////////////////////////////////////////////////////////////////////////////
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.