source: bootcd/isolinux/syslinux-6.03/win/ntfstest.rc

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 655 bytes
Line 
1
21 VERSIONINFO
3FILEVERSION 0,0,0,1
4PRODUCTVERSION 0,0,0,1
5FILEOS 0x40004
6FILETYPE 0x1
7  {
8    BLOCK "StringFileInfo"
9      {
10        BLOCK "040904B0"
11          {
12            VALUE "CompanyName", "Shao Miller"
13            VALUE "FileDescription", "NTFS File Sector Info"
14            VALUE "FileVersion", "0.0.0.1 (Aug-12-2011)"
15            VALUE "InternalName", "NTFSTest"
16            VALUE "LegalCopyright", "© 2011 Shao Miller. All rights reserved."
17            VALUE "OriginalFilename", "NTFSTEST.EXE"
18            VALUE "ProductName", "Utilities"
19            VALUE "ProductVersion", "0.0.0.1"
20          }
21      }
22  }
23
24#if 0
251 ICON "ntfstest.ico"
26#endif
Note: See TracBrowser for help on using the repository browser.