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.

119 lines
6.6KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceLinkage="amalg_multi"
  3. juceFolder="../../../juce" jucerVersion="3.1.0" 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.rawmaterialsoftware.jucehelloworld"
  12. companyName="Raw Material Software 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. <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4"
  49. rtasFolder="c:\SDKs\PT_80_SDK" libraryType="1">
  50. <CONFIGURATIONS>
  51. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  52. winWarningLevel="4" generateManifest="1"/>
  53. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  54. winWarningLevel="4" generateManifest="1"/>
  55. </CONFIGURATIONS>
  56. <MODULEPATHS>
  57. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  58. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  59. <MODULEPATH id="juce_graphics" path="../../modules"/>
  60. <MODULEPATH id="juce_events" path="../../modules"/>
  61. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  62. <MODULEPATH id="juce_core" path="../../modules"/>
  63. </MODULEPATHS>
  64. </VS2005>
  65. <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4"
  66. rtasFolder="c:\SDKs\PT_80_SDK" libraryType="1">
  67. <CONFIGURATIONS>
  68. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  69. winWarningLevel="4" generateManifest="1"/>
  70. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  71. winWarningLevel="4" generateManifest="1"/>
  72. </CONFIGURATIONS>
  73. <MODULEPATHS>
  74. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  75. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  76. <MODULEPATH id="juce_graphics" path="../../modules"/>
  77. <MODULEPATH id="juce_events" path="../../modules"/>
  78. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  79. <MODULEPATH id="juce_core" path="../../modules"/>
  80. </MODULEPATHS>
  81. </VS2008>
  82. <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4">
  83. <CONFIGURATIONS>
  84. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  85. libraryPath="/usr/X11R6/lib/"/>
  86. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  87. libraryPath="/usr/X11R6/lib/"/>
  88. </CONFIGURATIONS>
  89. <MODULEPATHS>
  90. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  91. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  92. <MODULEPATH id="juce_graphics" path="../../modules"/>
  93. <MODULEPATH id="juce_events" path="../../modules"/>
  94. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  95. <MODULEPATH id="juce_core" path="../../modules"/>
  96. </MODULEPATHS>
  97. </LINUX_MAKE>
  98. </EXPORTFORMATS>
  99. <MAINGROUP id="a0m6ZvX1F" name="HelloWorld">
  100. <GROUP id="GVpTv8yA5" name="Source">
  101. <FILE id="wm1yCLKYK" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
  102. <FILE id="Ir0rGDFpT" name="MainComponent.cpp" compile="1" resource="0"
  103. file="Source/MainComponent.cpp"/>
  104. <FILE id="Plz1QicEA" name="MainComponent.h" compile="0" resource="0"
  105. file="Source/MainComponent.h"/>
  106. </GROUP>
  107. </MAINGROUP>
  108. <JUCEOPTIONS/>
  109. <MODULES>
  110. <MODULE id="juce_core" showAllCode="1"/>
  111. <MODULE id="juce_data_structures" showAllCode="1"/>
  112. <MODULE id="juce_events" showAllCode="1"/>
  113. <MODULE id="juce_graphics" showAllCode="1"/>
  114. <MODULE id="juce_gui_basics" showAllCode="1"/>
  115. <MODULE id="juce_gui_extra" showAllCode="1"/>
  116. </MODULES>
  117. </JUCERPROJECT>