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.

vncviewer.rc.in 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. //Microsoft Developer Studio 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 "windows.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // English (U.K.) resources
  12. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  13. #ifdef _WIN32
  14. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  15. #pragma code_page(1252)
  16. #endif //_WIN32
  17. #ifndef _MAC
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Version
  21. //
  22. VS_VERSION_INFO VERSIONINFO
  23. FILEVERSION @RCVERSION@
  24. PRODUCTVERSION @RCVERSION@
  25. FILEFLAGSMASK 0x3fL
  26. #ifdef _DEBUG
  27. FILEFLAGS 0x1L
  28. #else
  29. FILEFLAGS 0x0L
  30. #endif
  31. FILEOS 0x40004L
  32. FILETYPE 0x1L
  33. FILESUBTYPE 0x0L
  34. BEGIN
  35. BLOCK "StringFileInfo"
  36. BEGIN
  37. BLOCK "080904b0"
  38. BEGIN
  39. VALUE "Comments", "\0"
  40. VALUE "CompanyName", "TigerVNC Project\0"
  41. VALUE "FileDescription", "TigerVNC Client\0"
  42. VALUE "ProductName", "TigerVNC Client\0"
  43. VALUE "FileVersion", "@RCVERSION@\0"
  44. VALUE "InternalName", "vncviewer\0"
  45. VALUE "LegalCopyright", "Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)\0"
  46. VALUE "LegalTrademarks", "TigerVNC\0"
  47. VALUE "OriginalFilename", "vncviewer.exe\0"
  48. VALUE "PrivateBuild", "\0"
  49. VALUE "ProductVersion", "@VERSION@\0"
  50. VALUE "SpecialBuild", "\0"
  51. END
  52. END
  53. BLOCK "VarFileInfo"
  54. BEGIN
  55. VALUE "Translation", 0x809, 1200
  56. END
  57. END
  58. #endif // !_MAC
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Icon
  62. //
  63. // Icon with lowest ID value placed first to ensure application icon
  64. // remains consistent on all systems.
  65. IDI_ICON ICON DISCARDABLE "@CMAKE_SOURCE_DIR@/media/icons/tigervnc.ico"
  66. #endif // English (U.K.) resources
  67. /////////////////////////////////////////////////////////////////////////////