The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

24 lines
488B

  1. #undef WIN32_LEAN_AND_MEAN
  2. #define WIN32_LEAN_AND_MEAN
  3. #include <windows.h>
  4. VS_VERSION_INFO VERSIONINFO
  5. FILEVERSION 1,0,0,0
  6. BEGIN
  7. BLOCK "StringFileInfo"
  8. BEGIN
  9. BLOCK "040904E4"
  10. BEGIN
  11. VALUE "FileDescription", "BinaryBuilder\0"
  12. VALUE "FileVersion", "1.0.0\0"
  13. VALUE "ProductName", "BinaryBuilder\0"
  14. VALUE "ProductVersion", "1.0.0\0"
  15. END
  16. END
  17. BLOCK "VarFileInfo"
  18. BEGIN
  19. VALUE "Translation", 0x409, 65001
  20. END
  21. END