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.

27 lines
743 B

  1. GLFW_ICON ICON "raylib.ico"
  2. 1 VERSIONINFO
  3. FILEVERSION 1,0,0,0
  4. PRODUCTVERSION 1,0,0,0
  5. BEGIN
  6. BLOCK "StringFileInfo"
  7. BEGIN
  8. //BLOCK "080904E4" // English UK
  9. BLOCK "040904E4" // English US
  10. BEGIN
  11. VALUE "CompanyName", "raylib technologies"
  12. VALUE "FileDescription", "raylib example"
  13. VALUE "FileVersion", "1.0"
  14. VALUE "InternalName", "raylib-example"
  15. VALUE "LegalCopyright", "(c) 2024 raylib technologies (@raylibtech)"
  16. //VALUE "OriginalFilename", "raylib_app.exe"
  17. VALUE "ProductName", "raylib-example"
  18. VALUE "ProductVersion", "1.0"
  19. END
  20. END
  21. BLOCK "VarFileInfo"
  22. BEGIN
  23. //VALUE "Translation", 0x809, 1252 // English UK
  24. VALUE "Translation", 0x409, 1252 // English US
  25. END
  26. END