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.

95 lines
5.1KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="LrATE6" name="AnimationAppExample" projectType="guiapp" jucerVersion="5.2.1"
  3. displaySplashScreen="0" reportAppUsage="0" companyName="ROLI Ltd."
  4. companyCopyright="ROLI Ltd." bundleIdentifier="com.roli.AnimationAppExample">
  5. <MAINGROUP id="F3keCY" name="AnimationAppExample">
  6. <GROUP id="{5E4132EA-C4A0-CBDE-BEDA-FD6772DA79D5}" name="Source">
  7. <FILE id="n1FmZc" name="MainComponent.cpp" compile="1" resource="0"
  8. file="Source/MainComponent.cpp"/>
  9. <FILE id="xRXH7t" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
  10. </GROUP>
  11. </MAINGROUP>
  12. <EXPORTFORMATS>
  13. <XCODE_MAC targetFolder="Builds/MacOSX">
  14. <CONFIGURATIONS>
  15. <CONFIGURATION name="Debug" isDebug="1" targetName="AnimationAppExample"/>
  16. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="AnimationAppExample"/>
  17. </CONFIGURATIONS>
  18. <MODULEPATHS>
  19. <MODULEPATH id="juce_core" path="../../modules"/>
  20. <MODULEPATH id="juce_events" path="../../modules"/>
  21. <MODULEPATH id="juce_graphics" path="../../modules"/>
  22. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  23. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  24. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  25. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  26. <MODULEPATH id="juce_video" path="../../modules"/>
  27. <MODULEPATH id="juce_opengl" path="../../modules"/>
  28. <MODULEPATH id="juce_audio_basics" path="../../modules"/>
  29. <MODULEPATH id="juce_audio_devices" path="../../modules"/>
  30. <MODULEPATH id="juce_audio_formats" path="../../modules"/>
  31. <MODULEPATH id="juce_audio_processors" path="../../modules"/>
  32. </MODULEPATHS>
  33. </XCODE_MAC>
  34. <XCODE_IPHONE targetFolder="Builds/iOS">
  35. <CONFIGURATIONS>
  36. <CONFIGURATION name="Debug" isDebug="1" targetName="AnimationAppExample"/>
  37. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="AnimationAppExample"/>
  38. </CONFIGURATIONS>
  39. <MODULEPATHS>
  40. <MODULEPATH id="juce_core" path="../../modules"/>
  41. <MODULEPATH id="juce_events" path="../../modules"/>
  42. <MODULEPATH id="juce_graphics" path="../../modules"/>
  43. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  44. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  45. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  46. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  47. <MODULEPATH id="juce_video" path="../../modules"/>
  48. <MODULEPATH id="juce_opengl" path="../../modules"/>
  49. <MODULEPATH id="juce_audio_basics" path="../../modules"/>
  50. <MODULEPATH id="juce_audio_devices" path="../../modules"/>
  51. <MODULEPATH id="juce_audio_formats" path="../../modules"/>
  52. <MODULEPATH id="juce_audio_processors" path="../../modules"/>
  53. </MODULEPATHS>
  54. </XCODE_IPHONE>
  55. <VS2017 targetFolder="Builds/VisualStudio2017">
  56. <CONFIGURATIONS>
  57. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="AnimationAppExample"/>
  58. <CONFIGURATION name="Release" isDebug="0" targetName="AnimationAppExample"/>
  59. </CONFIGURATIONS>
  60. <MODULEPATHS>
  61. <MODULEPATH id="juce_video" path="../../modules"/>
  62. <MODULEPATH id="juce_opengl" path="../../modules"/>
  63. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  64. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  65. <MODULEPATH id="juce_graphics" path="../../modules"/>
  66. <MODULEPATH id="juce_events" path="../../modules"/>
  67. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  68. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  69. <MODULEPATH id="juce_core" path="../../modules"/>
  70. <MODULEPATH id="juce_audio_processors" path="../../modules"/>
  71. <MODULEPATH id="juce_audio_formats" path="../../modules"/>
  72. <MODULEPATH id="juce_audio_devices" path="../../modules"/>
  73. <MODULEPATH id="juce_audio_basics" path="../../modules"/>
  74. </MODULEPATHS>
  75. </VS2017>
  76. </EXPORTFORMATS>
  77. <MODULES>
  78. <MODULES id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
  79. <MODULES id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
  80. <MODULES id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
  81. <MODULES id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
  82. <MODULES id="juce_core" showAllCode="1" useLocalCopy="0"/>
  83. <MODULES id="juce_cryptography" showAllCode="1" useLocalCopy="0"/>
  84. <MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
  85. <MODULES id="juce_events" showAllCode="1" useLocalCopy="0"/>
  86. <MODULES id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
  87. <MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
  88. <MODULES id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
  89. <MODULES id="juce_opengl" showAllCode="1" useLocalCopy="0"/>
  90. <MODULES id="juce_video" showAllCode="1" useLocalCopy="0"/>
  91. </MODULES>
  92. <JUCEOPTIONS/>
  93. </JUCERPROJECT>