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.

66 lines
2.0 KiB

  1. //
  2. // MSCONFIG.RC2 - resources Microsoft Visual C++ does not edit directly
  3. //
  4. #ifdef APSTUDIO_INVOKED
  5. #error this file is not editable by Microsoft Visual C++
  6. #endif //APSTUDIO_INVOKED
  7. /////////////////////////////////////////////////////////////////////////////
  8. // Add manually edited resources here...
  9. //
  10. // Pick up the version for msconfig.exe from the <common.ver> file in
  11. // the build tree (to automatically be in sync with the overall build
  12. // version). This is in its own file so we can keep VC++ from trouncing
  13. // it when used to edit resources.
  14. #include <windows.h>
  15. #include <bldver.h>
  16. #define VER_FILETYPE 0x1L
  17. #define VER_FILESUBTYPE 0x0L
  18. #define VER_FILEDESCRIPTION_STR "System Configuration Utility\0"
  19. #define VER_INTERNALNAME_STR "msconfig.EXE\0"
  20. #define VER_ORIGINALFILENAME_STR "msconfig.EXE\0"
  21. #include <common.ver>
  22. // This is the original generated version information...
  23. //
  24. // VS_VERSION_INFO VERSIONINFO
  25. // FILEVERSION 1,0,0,1
  26. // PRODUCTVERSION 1,0,0,1
  27. // FILEFLAGSMASK 0x3fL
  28. // #ifdef _DEBUG
  29. // FILEFLAGS 0x1L
  30. // #else
  31. // FILEFLAGS 0x0L
  32. // #endif
  33. // FILEOS 0x4L
  34. // FILETYPE 0x1L
  35. // FILESUBTYPE 0x0L
  36. // BEGIN
  37. // BLOCK "StringFileInfo"
  38. // BEGIN
  39. // BLOCK "040904B0"
  40. // BEGIN
  41. // VALUE "CompanyName", "\0"
  42. // VALUE "FileDescription", "MSConfig MFC Application\0"
  43. // VALUE "FileVersion", "1, 0, 0, 1\0"
  44. // VALUE "InternalName", "MSConfig\0"
  45. // VALUE "LegalCopyright", "Copyright (C) 2000\0"
  46. // VALUE "LegalTrademarks", "\0"
  47. // VALUE "OriginalFilename", "MSConfig.EXE\0"
  48. // VALUE "ProductName", "MSConfig Application\0"
  49. // VALUE "ProductVersion", "1, 0, 0, 1\0"
  50. // END
  51. // END
  52. // BLOCK "VarFileInfo"
  53. // BEGIN
  54. // VALUE "Translation", 0x409, 1200
  55. // END
  56. // END
  57. /////////////////////////////////////////////////////////////////////////////