NPWebGamePlugin.rc 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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 "windows.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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Version
  22. //
  23. VS_VERSION_INFO VERSIONINFO
  24. FILEVERSION 1,0
  25. PRODUCTVERSION 1,0
  26. FILEFLAGSMASK 0x17L
  27. #ifdef _DEBUG
  28. FILEFLAGS 0x1L
  29. #else
  30. FILEFLAGS 0x0L
  31. #endif
  32. FILEOS 0x4L
  33. FILETYPE 0x2L
  34. FILESUBTYPE 0x0L
  35. BEGIN
  36. BLOCK "StringFileInfo"
  37. BEGIN
  38. BLOCK "040904e4"
  39. BEGIN
  40. VALUE "PluginType", "Mozilla"
  41. VALUE "FileDescription", "My Web Game Plugin 1.0"
  42. VALUE "FileExtents", "*"
  43. VALUE "FileVersion", "1,0"
  44. VALUE "InternalName", "My Web Game"
  45. VALUE "MIMEType", "application/x-emptytemplateplugin"
  46. VALUE "OriginalFilename", "NP Empty Plugin.dll"
  47. VALUE "ProductName", "My Web Game"
  48. VALUE "ProductVersion", "1,0"
  49. VALUE "CompanyName", "My Game Company"
  50. VALUE "CompanyKey", "mygamecompany"
  51. VALUE "Plugin", "WebEmptyTemplate"
  52. END
  53. END
  54. BLOCK "VarFileInfo"
  55. BEGIN
  56. VALUE "Translation", 0x409, 1252
  57. END
  58. END
  59. #ifdef APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // TEXTINCLUDE
  63. //
  64. 1 TEXTINCLUDE
  65. BEGIN
  66. "resource.h\0"
  67. END
  68. 2 TEXTINCLUDE
  69. BEGIN
  70. "#include ""windows.h""\r\n"
  71. "\0"
  72. END
  73. 3 TEXTINCLUDE
  74. BEGIN
  75. "\r\n"
  76. "\0"
  77. END
  78. #endif // APSTUDIO_INVOKED
  79. #endif // English (U.S.) resources
  80. /////////////////////////////////////////////////////////////////////////////
  81. #ifndef APSTUDIO_INVOKED
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Generated from the TEXTINCLUDE 3 resource.
  85. //
  86. /////////////////////////////////////////////////////////////////////////////
  87. #endif // not APSTUDIO_INVOKED