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.

72 lines
4.0KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceLinkage="amalg_multi"
  3. juceFolder="../../../juce" jucerVersion="3.0.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. <EXPORTFORMATS>
  13. <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  14. juceFolder="../.." objCExtraSuffix="JtTAKTK1s">
  15. <CONFIGURATIONS>
  16. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  17. osxSDK="1" osxCompatibility="1"/>
  18. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  19. osxSDK="1" osxCompatibility="1"/>
  20. </CONFIGURATIONS>
  21. </XCODE_MAC>
  22. <XCODE_IPHONE targetFolder="Builds/iOS" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  23. juceFolder="../.." objCExtraSuffix="JtTAKTK1s">
  24. <CONFIGURATIONS>
  25. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  26. osxSDK="1" osxCompatibility="1"/>
  27. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  28. osxSDK="1" osxCompatibility="1"/>
  29. </CONFIGURATIONS>
  30. </XCODE_IPHONE>
  31. <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4"
  32. rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../.." libraryType="1">
  33. <CONFIGURATIONS>
  34. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"/>
  35. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"/>
  36. </CONFIGURATIONS>
  37. </VS2005>
  38. <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4"
  39. rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../.." libraryType="1">
  40. <CONFIGURATIONS>
  41. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"/>
  42. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"/>
  43. </CONFIGURATIONS>
  44. </VS2008>
  45. <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../..">
  46. <CONFIGURATIONS>
  47. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"/>
  48. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"/>
  49. </CONFIGURATIONS>
  50. </LINUX_MAKE>
  51. </EXPORTFORMATS>
  52. <MAINGROUP id="a0m6ZvX1F" name="HelloWorld">
  53. <GROUP id="GVpTv8yA5" name="Source">
  54. <FILE id="wm1yCLKYK" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
  55. <FILE id="Ir0rGDFpT" name="MainComponent.cpp" compile="1" resource="0"
  56. file="Source/MainComponent.cpp"/>
  57. <FILE id="Plz1QicEA" name="MainComponent.h" compile="0" resource="0"
  58. file="Source/MainComponent.h"/>
  59. </GROUP>
  60. </MAINGROUP>
  61. <JUCEOPTIONS/>
  62. <MODULES>
  63. <MODULE id="juce_core" showAllCode="1"/>
  64. <MODULE id="juce_events" showAllCode="1"/>
  65. <MODULE id="juce_graphics" showAllCode="1"/>
  66. <MODULE id="juce_data_structures" showAllCode="1"/>
  67. <MODULE id="juce_gui_extra" showAllCode="1"/>
  68. <MODULE id="juce_gui_basics" showAllCode="1"/>
  69. </MODULES>
  70. </JUCERPROJECT>