/admin/win/nsi/nsis_processes/src/processes.rc

http://github.com/tomahawk-player/tomahawk · Windows Resource-Definition Script · 103 lines · 61 code · 19 blank · 23 comment · 0 complexity · 9da53c4d03f0e4ee1ab0f7cd42a3a61d MD5 · raw file

  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Version
  42. //
  43. VS_VERSION_INFO VERSIONINFO
  44. FILEVERSION 1,0,0,1
  45. PRODUCTVERSION 1,0,0,1
  46. FILEFLAGSMASK 0x17L
  47. #ifdef _DEBUG
  48. FILEFLAGS 0x1L
  49. #else
  50. FILEFLAGS 0x0L
  51. #endif
  52. FILEOS 0x4L
  53. FILETYPE 0x2L
  54. FILESUBTYPE 0x0L
  55. BEGIN
  56. BLOCK "StringFileInfo"
  57. BEGIN
  58. BLOCK "040904b0"
  59. BEGIN
  60. VALUE "Comments", "NSIS Plug-in for Windows process management. Only WinNT, Win2K, WinXP and Win2003 Server supported."
  61. VALUE "CompanyName", "Andrei Ciubotaru [Hardwired]"
  62. VALUE "FileDescription", "Windows Processes Management"
  63. VALUE "FileVersion", "1, 0, 0, 1"
  64. VALUE "InternalName", "Processes"
  65. VALUE "LegalCopyright", "Copyright (c) 2004 Hardwired. No rights reserved."
  66. VALUE "OriginalFilename", "Processes.dll"
  67. VALUE "ProductName", "Processes"
  68. VALUE "ProductVersion", "1, 0, 0, 1"
  69. END
  70. END
  71. BLOCK "VarFileInfo"
  72. BEGIN
  73. VALUE "Translation", 0x409, 1200
  74. END
  75. END
  76. #endif // English (U.S.) resources
  77. /////////////////////////////////////////////////////////////////////////////
  78. #ifndef APSTUDIO_INVOKED
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Generated from the TEXTINCLUDE 3 resource.
  82. //
  83. /////////////////////////////////////////////////////////////////////////////
  84. #endif // not APSTUDIO_INVOKED