Leaked source code of windows server 2003
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.6 KiB

  1. //-----------------------------------------------------------------------------
  2. // This is a part of the Microsoft Source Code Samples.
  3. // Copyright (C) 1993 Microsoft Corporation.
  4. // All rights reserved.
  5. //
  6. // This source code is only intended as a supplement to
  7. // Microsoft Development Tools and/or WinHelp documentation.
  8. // See these sources for detailed information regarding the
  9. // Microsoft samples programs.
  10. //-----------------------------------------------------------------------------
  11. #if defined(WIN32) || defined(_WIN32)
  12. #include <winver.h>
  13. #else
  14. #include <ver.h>
  15. #endif
  16. VS_VERSION_INFO VERSIONINFO
  17. FILEVERSION 3,3
  18. PRODUCTVERSION 3,3
  19. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  20. FILEFLAGS (VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE|VS_FF_DEBUG)
  21. FILEOS VOS_DOS_WINDOWS16
  22. FILETYPE VFT_APP
  23. FILESUBTYPE VFT2_UNKNOWN
  24. BEGIN
  25. BLOCK "StringFileInfo"
  26. BEGIN
  27. BLOCK "040904E4"
  28. BEGIN
  29. VALUE "CompanyName", "Microsoft Corporation\0"
  30. VALUE "FileDescription", "Generic Example Application\0"
  31. VALUE "FileVersion", "3.3\0"
  32. VALUE "InternalName", "Generic\0"
  33. VALUE "LegalCopyright", "Copyright \251 Microsoft Corp. 1990 - 1993\0"
  34. VALUE "LegalTrademarks", "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
  35. VALUE "ProductName", "Generic\0"
  36. VALUE "ProductVersion", "3.2\0"
  37. END
  38. END
  39. BLOCK "VarFileInfo"
  40. BEGIN
  41. VALUE "Translation", 0x409, 1200
  42. END
  43. END