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.

28 lines
794B

  1. /*
  2. IMPORTANT! This file is auto-generated each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. This is the header file that your files should include in order to get all the
  5. JUCE library headers. You should avoid including the JUCE headers directly in
  6. your own source files, because that wouldn't pick up the correct configuration
  7. options for your app.
  8. */
  9. #ifndef __APPHEADERFILE_9C46E6CC__
  10. #define __APPHEADERFILE_9C46E6CC__
  11. #include "JucePluginMain.h"
  12. using namespace juce;
  13. namespace ProjectInfo
  14. {
  15. const char* const projectName = "Plugin Host";
  16. const char* const versionString = "1.0.0";
  17. const int versionNumber = 0x10000;
  18. }
  19. #endif // __APPHEADERFILE_9C46E6CC__