singrdk/base/Windows/singx86/singx86.rc

35 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
/////////////////////////////////////////////////////////////////////////////
//
// singx86.rc - Singularity Debugger Extension Version Information
//
2008-11-17 18:29:00 -05:00
// Copyright Microsoft Corporation. All rights reserved.
2008-03-05 09:52:00 -05:00
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,52
PRODUCTVERSION 2,0,0,52
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x00040004L
FILETYPE 0x00000002L
FILESUBTYPE 0x00000000L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "Microsoft Corporation"
VALUE "FileDescription", "Debugger extensions for Microsoft Research Singularity"
VALUE "FileVersion", "2.0"
VALUE "InternalName", "SingX86.dll"
2008-11-17 18:29:00 -05:00
VALUE "LegalCopyright", "Copyright (C) Microsoft Corporation."
2008-03-05 09:52:00 -05:00
VALUE "OriginalFilename", "SingX86.dll"
VALUE "ProductName", "Microsoft Research Singularity"
VALUE "ProductVersion", "2.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END