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.

25 lines
542B

  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 "CompanyName", "Raw Material Software Ltd.\0"
  12. VALUE "FileDescription", "HelloWorld\0"
  13. VALUE "FileVersion", "1.0.0\0"
  14. VALUE "ProductName", "HelloWorld\0"
  15. VALUE "ProductVersion", "1.0.0\0"
  16. END
  17. END
  18. BLOCK "VarFileInfo"
  19. BEGIN
  20. VALUE "Translation", 0x409, 65001
  21. END
  22. END