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.

117 lines
6.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceLinkage="amalg_multi"
  3. juceFolder="../../../juce" jucerVersion="4.0.2" version="1.0.0"
  4. buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4"
  5. vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK"
  6. rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="HelloWorld" pluginDesc="HelloWorld"
  7. pluginManufacturer="yourcompany" pluginManufacturerCode="abcd"
  8. pluginCode="Abcd" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0"
  9. pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0"
  10. pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="HelloWorldAU"
  11. pluginAUViewClass="HelloWorldAU_V1" pluginRTASCategory="" bundleIdentifier="com.roli.jucehelloworld"
  12. companyName="ROLI Ltd." includeBinaryInAppConfig="1">
  13. <EXPORTFORMATS>
  14. <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  15. objCExtraSuffix="JtTAKTK1s">
  16. <CONFIGURATIONS>
  17. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  18. osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
  19. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  20. osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
  21. </CONFIGURATIONS>
  22. <MODULEPATHS>
  23. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  24. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  25. <MODULEPATH id="juce_graphics" path="../../modules"/>
  26. <MODULEPATH id="juce_events" path="../../modules"/>
  27. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  28. <MODULEPATH id="juce_core" path="../../modules"/>
  29. </MODULEPATHS>
  30. </XCODE_MAC>
  31. <XCODE_IPHONE targetFolder="Builds/iOS" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  32. objCExtraSuffix="JtTAKTK1s">
  33. <CONFIGURATIONS>
  34. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  35. osxSDK="1" osxCompatibility="1" osxArchitecture="default" iosCompatibility="default"/>
  36. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  37. osxSDK="1" osxCompatibility="1" osxArchitecture="default" iosCompatibility="default"/>
  38. </CONFIGURATIONS>
  39. <MODULEPATHS>
  40. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  41. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  42. <MODULEPATH id="juce_graphics" path="../../modules"/>
  43. <MODULEPATH id="juce_events" path="../../modules"/>
  44. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  45. <MODULEPATH id="juce_core" path="../../modules"/>
  46. </MODULEPATHS>
  47. </XCODE_IPHONE>
  48. <VS2010 targetFolder="Builds/VisualStudio2010">
  49. <CONFIGURATIONS>
  50. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  51. isDebug="1" optimisation="1" targetName="HelloWorld"/>
  52. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  53. isDebug="0" optimisation="3" targetName="HelloWorld"/>
  54. </CONFIGURATIONS>
  55. <MODULEPATHS>
  56. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  57. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  58. <MODULEPATH id="juce_graphics" path="../../modules"/>
  59. <MODULEPATH id="juce_events" path="../../modules"/>
  60. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  61. <MODULEPATH id="juce_core" path="../../modules"/>
  62. </MODULEPATHS>
  63. </VS2010>
  64. <VS2015 targetFolder="Builds/VisualStudio2015">
  65. <CONFIGURATIONS>
  66. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  67. isDebug="1" optimisation="1" targetName="HelloWorld"/>
  68. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  69. isDebug="0" optimisation="3" targetName="HelloWorld"/>
  70. </CONFIGURATIONS>
  71. <MODULEPATHS>
  72. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  73. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  74. <MODULEPATH id="juce_graphics" path="../../modules"/>
  75. <MODULEPATH id="juce_events" path="../../modules"/>
  76. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  77. <MODULEPATH id="juce_core" path="../../modules"/>
  78. </MODULEPATHS>
  79. </VS2015>
  80. <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4">
  81. <CONFIGURATIONS>
  82. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  83. libraryPath="/usr/X11R6/lib/"/>
  84. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  85. libraryPath="/usr/X11R6/lib/"/>
  86. </CONFIGURATIONS>
  87. <MODULEPATHS>
  88. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  89. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  90. <MODULEPATH id="juce_graphics" path="../../modules"/>
  91. <MODULEPATH id="juce_events" path="../../modules"/>
  92. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  93. <MODULEPATH id="juce_core" path="../../modules"/>
  94. </MODULEPATHS>
  95. </LINUX_MAKE>
  96. </EXPORTFORMATS>
  97. <MAINGROUP id="a0m6ZvX1F" name="HelloWorld">
  98. <GROUP id="GVpTv8yA5" name="Source">
  99. <FILE id="wm1yCLKYK" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
  100. <FILE id="Ir0rGDFpT" name="MainComponent.cpp" compile="1" resource="0"
  101. file="Source/MainComponent.cpp"/>
  102. <FILE id="Plz1QicEA" name="MainComponent.h" compile="0" resource="0"
  103. file="Source/MainComponent.h"/>
  104. </GROUP>
  105. </MAINGROUP>
  106. <JUCEOPTIONS/>
  107. <MODULES>
  108. <MODULE id="juce_core" showAllCode="1"/>
  109. <MODULE id="juce_data_structures" showAllCode="1"/>
  110. <MODULE id="juce_events" showAllCode="1"/>
  111. <MODULE id="juce_graphics" showAllCode="1"/>
  112. <MODULE id="juce_gui_basics" showAllCode="1"/>
  113. <MODULE id="juce_gui_extra" showAllCode="1"/>
  114. </MODULES>
  115. </JUCERPROJECT>