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.

36 lines
827B

  1. #pragma code_page(65001)
  2. #ifdef JUCE_USER_DEFINED_RC_FILE
  3. #include JUCE_USER_DEFINED_RC_FILE
  4. #else
  5. #undef WIN32_LEAN_AND_MEAN
  6. #define WIN32_LEAN_AND_MEAN
  7. #include <windows.h>
  8. VS_VERSION_INFO VERSIONINFO
  9. FILEVERSION 7,0,9,0
  10. BEGIN
  11. BLOCK "StringFileInfo"
  12. BEGIN
  13. BLOCK "040904E4"
  14. BEGIN
  15. VALUE "CompanyName", "Raw Material Software Limited\0"
  16. VALUE "LegalCopyright", "Copyright (c) 2020 - Raw Material Software Limited\0"
  17. VALUE "FileDescription", "DemoRunner\0"
  18. VALUE "FileVersion", "7.0.9\0"
  19. VALUE "ProductName", "DemoRunner\0"
  20. VALUE "ProductVersion", "7.0.9\0"
  21. END
  22. END
  23. BLOCK "VarFileInfo"
  24. BEGIN
  25. VALUE "Translation", 0x409, 1252
  26. END
  27. END
  28. #endif
  29. IDI_ICON1 ICON DISCARDABLE "icon.ico"
  30. IDI_ICON2 ICON DISCARDABLE "icon.ico"