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.

543 lines
38KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="M70qfTRRk" name="The Introjucer" projectType="guiapp" juceLinkage="amalg_multi"
  3. juceFolder="../../juce" jucerVersion="3.1.0" version="3.1.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="The Introjucer"
  7. pluginDesc="The Introjucer" pluginManufacturer="yourcompany"
  8. pluginManufacturerCode="abcd" pluginCode="Abcd" pluginChannelConfigs="{ {1, 1}, {2, 2} }"
  9. pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0"
  10. pluginSilenceInIsSilenceOut="0" pluginTailLength="0" pluginEditorRequiresKeys="0"
  11. pluginAUExportPrefix="TheIntrojucerAU" pluginAUViewClass="TheIntrojucerAU_V1"
  12. pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.introjucer"
  13. companyName="Raw Material Software Ltd." includeBinaryInAppConfig="1">
  14. <EXPORTFORMATS>
  15. <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  16. documentExtensions=".jucer" objCExtraSuffix="zNNCr" bigIcon="rVgowdy"
  17. extraCompilerFlags="-Wall -Wshadow -Wno-missing-field-initializers -Wshadow -Wshorten-64-to-32 -Wstrict-aliasing -Wuninitialized -Wunused-parameter">
  18. <CONFIGURATIONS>
  19. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Introjucer"
  20. osxSDK="default" osxCompatibility="default" osxArchitecture="Native"/>
  21. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Introjucer"
  22. osxSDK="default" osxCompatibility="10.5 SDK" osxArchitecture="Native"/>
  23. </CONFIGURATIONS>
  24. <MODULEPATHS>
  25. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  26. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  27. <MODULEPATH id="juce_graphics" path="../../modules"/>
  28. <MODULEPATH id="juce_events" path="../../modules"/>
  29. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  30. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  31. <MODULEPATH id="juce_core" path="../../modules"/>
  32. </MODULEPATHS>
  33. </XCODE_MAC>
  34. <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4"
  35. rtasFolder="c:\SDKs\PT_80_SDK" libraryType="1" bigIcon="rVgowdy">
  36. <CONFIGURATIONS>
  37. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Introjucer"
  38. winWarningLevel="4" generateManifest="1"/>
  39. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Introjucer"
  40. winWarningLevel="4" generateManifest="1"/>
  41. </CONFIGURATIONS>
  42. <MODULEPATHS>
  43. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  44. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  45. <MODULEPATH id="juce_graphics" path="../../modules"/>
  46. <MODULEPATH id="juce_events" path="../../modules"/>
  47. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  48. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  49. <MODULEPATH id="juce_core" path="../../modules"/>
  50. </MODULEPATHS>
  51. </VS2005>
  52. <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4"
  53. rtasFolder="c:\SDKs\PT_80_SDK" libraryType="1" bigIcon="rVgowdy">
  54. <CONFIGURATIONS>
  55. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Introjucer"
  56. winWarningLevel="4" generateManifest="1"/>
  57. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Introjucer"
  58. winWarningLevel="4" generateManifest="1"/>
  59. </CONFIGURATIONS>
  60. <MODULEPATHS>
  61. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  62. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  63. <MODULEPATH id="juce_graphics" path="../../modules"/>
  64. <MODULEPATH id="juce_events" path="../../modules"/>
  65. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  66. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  67. <MODULEPATH id="juce_core" path="../../modules"/>
  68. </MODULEPATHS>
  69. </VS2008>
  70. <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" bigIcon="rVgowdy"
  71. extraCompilerFlags="-std=gnu++0x">
  72. <CONFIGURATIONS>
  73. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Introjucer"
  74. libraryPath="/usr/X11R6/lib/"/>
  75. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Introjucer"
  76. libraryPath="/usr/X11R6/lib/"/>
  77. </CONFIGURATIONS>
  78. <MODULEPATHS>
  79. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  80. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  81. <MODULEPATH id="juce_graphics" path="../../modules"/>
  82. <MODULEPATH id="juce_events" path="../../modules"/>
  83. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  84. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  85. <MODULEPATH id="juce_core" path="../../modules"/>
  86. </MODULEPATHS>
  87. </LINUX_MAKE>
  88. <VS2010 targetFolder="Builds/VisualStudio2010" vstFolder="c:\SDKs\vstsdk2.4"
  89. rtasFolder="c:\SDKs\PT_80_SDK" libraryType="1" bigIcon="rVgowdy">
  90. <CONFIGURATIONS>
  91. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Introjucer"
  92. winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"/>
  93. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Introjucer"
  94. winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"/>
  95. </CONFIGURATIONS>
  96. <MODULEPATHS>
  97. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  98. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  99. <MODULEPATH id="juce_graphics" path="../../modules"/>
  100. <MODULEPATH id="juce_events" path="../../modules"/>
  101. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  102. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  103. <MODULEPATH id="juce_core" path="../../modules"/>
  104. </MODULEPATHS>
  105. </VS2010>
  106. <VS2012 targetFolder="Builds/VisualStudio2012" bigIcon="rVgowdy">
  107. <CONFIGURATIONS>
  108. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  109. isDebug="1" optimisation="1" targetName="The Introjucer"/>
  110. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  111. isDebug="0" optimisation="2" targetName="The Introjucer"/>
  112. </CONFIGURATIONS>
  113. <MODULEPATHS>
  114. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  115. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  116. <MODULEPATH id="juce_graphics" path="../../modules"/>
  117. <MODULEPATH id="juce_events" path="../../modules"/>
  118. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  119. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  120. <MODULEPATH id="juce_core" path="../../modules"/>
  121. </MODULEPATHS>
  122. </VS2012>
  123. <VS2013 targetFolder="Builds/VisualStudio2013" bigIcon="rVgowdy">
  124. <CONFIGURATIONS>
  125. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  126. isDebug="1" optimisation="1" targetName="The Introjucer"/>
  127. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  128. isDebug="0" optimisation="2" targetName="The Introjucer"/>
  129. </CONFIGURATIONS>
  130. <MODULEPATHS>
  131. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  132. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  133. <MODULEPATH id="juce_graphics" path="../../modules"/>
  134. <MODULEPATH id="juce_events" path="../../modules"/>
  135. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  136. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  137. <MODULEPATH id="juce_core" path="../../modules"/>
  138. </MODULEPATHS>
  139. </VS2013>
  140. <CODEBLOCKS targetFolder="Builds/CodeBlocks">
  141. <CONFIGURATIONS>
  142. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="The Introjucer"/>
  143. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="The Introjucer"/>
  144. </CONFIGURATIONS>
  145. <MODULEPATHS>
  146. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  147. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  148. <MODULEPATH id="juce_graphics" path="../../modules"/>
  149. <MODULEPATH id="juce_events" path="../../modules"/>
  150. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  151. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  152. <MODULEPATH id="juce_core" path="../../modules"/>
  153. </MODULEPATHS>
  154. </CODEBLOCKS>
  155. </EXPORTFORMATS>
  156. <MAINGROUP name="The Introjucer" id="NhrJq66R">
  157. <GROUP id="mslFIKZ" name="Application">
  158. <FILE id="pI5xt5" name="jucer_AppearanceSettings.cpp" compile="1" resource="0"
  159. file="Source/Application/jucer_AppearanceSettings.cpp"/>
  160. <FILE id="oCCddi" name="jucer_AppearanceSettings.h" compile="0" resource="0"
  161. file="Source/Application/jucer_AppearanceSettings.h"/>
  162. <FILE id="PXX8Yi" name="jucer_Application.h" compile="0" resource="0"
  163. file="Source/Application/jucer_Application.h"/>
  164. <FILE id="lHd3UQJ" name="jucer_CommandIDs.h" compile="0" resource="0"
  165. file="Source/Application/jucer_CommandIDs.h"/>
  166. <FILE id="MyVf4S" name="jucer_CommandLine.cpp" compile="1" resource="0"
  167. file="Source/Application/jucer_CommandLine.cpp"/>
  168. <FILE id="SuOWc2" name="jucer_CommandLine.h" compile="0" resource="0"
  169. file="Source/Application/jucer_CommandLine.h"/>
  170. <FILE id="vXhFyvd" name="jucer_CommonHeaders.h" compile="0" resource="0"
  171. file="Source/Application/jucer_CommonHeaders.h"/>
  172. <FILE id="YNZhhqp" name="jucer_DocumentEditorComponent.cpp" compile="1"
  173. resource="0" file="Source/Application/jucer_DocumentEditorComponent.cpp"/>
  174. <FILE id="tyrTEq" name="jucer_DocumentEditorComponent.h" compile="0"
  175. resource="0" file="Source/Application/jucer_DocumentEditorComponent.h"/>
  176. <FILE id="C4MqR1U" name="jucer_FilePreviewComponent.h" compile="0"
  177. resource="0" file="Source/Application/jucer_FilePreviewComponent.h"/>
  178. <FILE id="qXOJtpg" name="jucer_Headers.h" compile="0" resource="0"
  179. file="Source/jucer_Headers.h"/>
  180. <FILE id="ga7xgxf" name="jucer_Main.cpp" compile="1" resource="0" file="Source/Application/jucer_Main.cpp"/>
  181. <FILE id="Glk9Bg" name="jucer_MainWindow.cpp" compile="1" resource="0"
  182. file="Source/Application/jucer_MainWindow.cpp"/>
  183. <FILE id="OUmWPg" name="jucer_MainWindow.h" compile="0" resource="0"
  184. file="Source/Application/jucer_MainWindow.h"/>
  185. <FILE id="9hfMs0O" name="jucer_OpenDocumentManager.cpp" compile="1"
  186. resource="0" file="Source/Application/jucer_OpenDocumentManager.cpp"/>
  187. <FILE id="NYEknlp" name="jucer_OpenDocumentManager.h" compile="0" resource="0"
  188. file="Source/Application/jucer_OpenDocumentManager.h"/>
  189. </GROUP>
  190. <GROUP id="vGFZIJg" name="Project">
  191. <FILE id="a9a1b" name="jucer_AudioPluginModule.h" compile="0" resource="0"
  192. file="Source/Project/jucer_AudioPluginModule.h"/>
  193. <FILE id="xYS0qQ" name="jucer_ConfigTree_Base.h" compile="0" resource="0"
  194. file="Source/Project/jucer_ConfigTree_Base.h"/>
  195. <FILE id="mLHZta" name="jucer_ConfigTree_Exporter.h" compile="0" resource="0"
  196. file="Source/Project/jucer_ConfigTree_Exporter.h"/>
  197. <FILE id="OO3lfM" name="jucer_ConfigTree_Modules.h" compile="0" resource="0"
  198. file="Source/Project/jucer_ConfigTree_Modules.h"/>
  199. <FILE id="sQjHbVN" name="jucer_GroupInformationComponent.h" compile="0"
  200. resource="0" file="Source/Project/jucer_GroupInformationComponent.h"/>
  201. <FILE id="MJkOAX" name="jucer_Module.cpp" compile="1" resource="0"
  202. file="Source/Project/jucer_Module.cpp"/>
  203. <FILE id="VZmQQ6" name="jucer_Module.h" compile="0" resource="0" file="Source/Project/jucer_Module.h"/>
  204. <FILE id="AbVStQ" name="jucer_ModulesPanel.h" compile="0" resource="0"
  205. file="Source/Project/jucer_ModulesPanel.h"/>
  206. <FILE id="Vf0IGtm" name="jucer_NewFileWizard.cpp" compile="1" resource="0"
  207. file="Source/Project/jucer_NewFileWizard.cpp"/>
  208. <FILE id="VRwC9Js" name="jucer_NewFileWizard.h" compile="0" resource="0"
  209. file="Source/Project/jucer_NewFileWizard.h"/>
  210. <FILE id="zOpCNRX" name="jucer_NewProjectWizard.cpp" compile="1" resource="0"
  211. file="Source/Project/jucer_NewProjectWizard.cpp"/>
  212. <FILE id="QLdtoIl" name="jucer_NewProjectWizard.h" compile="0" resource="0"
  213. file="Source/Project/jucer_NewProjectWizard.h"/>
  214. <FILE id="o4UdN4D" name="jucer_Project.cpp" compile="1" resource="0"
  215. file="Source/Project/jucer_Project.cpp"/>
  216. <FILE id="aFopF9G" name="jucer_Project.h" compile="0" resource="0"
  217. file="Source/Project/jucer_Project.h"/>
  218. <FILE id="KqyDGWJ" name="jucer_ProjectContentComponent.cpp" compile="1"
  219. resource="0" file="Source/Project/jucer_ProjectContentComponent.cpp"/>
  220. <FILE id="mIJMR08" name="jucer_ProjectContentComponent.h" compile="0"
  221. resource="0" file="Source/Project/jucer_ProjectContentComponent.h"/>
  222. <FILE id="UwhAsi1" name="jucer_ProjectTree_Base.h" compile="0" resource="0"
  223. file="Source/Project/jucer_ProjectTree_Base.h"/>
  224. <FILE id="wiMMXX" name="jucer_ProjectTree_File.h" compile="0" resource="0"
  225. file="Source/Project/jucer_ProjectTree_File.h"/>
  226. <FILE id="WaT0B16" name="jucer_ProjectTree_Group.h" compile="0" resource="0"
  227. file="Source/Project/jucer_ProjectTree_Group.h"/>
  228. <FILE id="WQ6fWQ" name="jucer_ProjectType.cpp" compile="1" resource="0"
  229. file="Source/Project/jucer_ProjectType.cpp"/>
  230. <FILE id="davId" name="jucer_ProjectType.h" compile="0" resource="0"
  231. file="Source/Project/jucer_ProjectType.h"/>
  232. </GROUP>
  233. <GROUP id="{579C9644-D5C2-8469-9439-F91C81337531}" name="Project Saving">
  234. <FILE id="TtXohM" name="jucer_ProjectExport_Android.h" compile="0"
  235. resource="0" file="Source/Project Saving/jucer_ProjectExport_Android.h"/>
  236. <FILE id="EkBkj1" name="jucer_ProjectExport_CodeBlocks.h" compile="0"
  237. resource="0" file="Source/Project Saving/jucer_ProjectExport_CodeBlocks.h"/>
  238. <FILE id="mVXrLi" name="jucer_ProjectExport_Make.h" compile="0" resource="0"
  239. file="Source/Project Saving/jucer_ProjectExport_Make.h"/>
  240. <FILE id="ILeTrs" name="jucer_ProjectExport_MSVC.h" compile="0" resource="0"
  241. file="Source/Project Saving/jucer_ProjectExport_MSVC.h"/>
  242. <FILE id="qGukX7" name="jucer_ProjectExport_XCode.h" compile="0" resource="0"
  243. file="Source/Project Saving/jucer_ProjectExport_XCode.h"/>
  244. <FILE id="IhUUL3" name="jucer_ProjectExporter.cpp" compile="1" resource="0"
  245. file="Source/Project Saving/jucer_ProjectExporter.cpp"/>
  246. <FILE id="DDuG44" name="jucer_ProjectExporter.h" compile="0" resource="0"
  247. file="Source/Project Saving/jucer_ProjectExporter.h"/>
  248. <FILE id="ASAH0z" name="jucer_ProjectSaver.h" compile="0" resource="0"
  249. file="Source/Project Saving/jucer_ProjectSaver.h"/>
  250. <FILE id="EEyV81" name="jucer_ResourceFile.cpp" compile="1" resource="0"
  251. file="Source/Project Saving/jucer_ResourceFile.cpp"/>
  252. <FILE id="dCnNH" name="jucer_ResourceFile.h" compile="0" resource="0"
  253. file="Source/Project Saving/jucer_ResourceFile.h"/>
  254. </GROUP>
  255. <GROUP id="Ga8fLmv" name="Utility">
  256. <FILE id="mceJWJc" name="jucer_CodeHelpers.cpp" compile="1" resource="0"
  257. file="Source/Utility/jucer_CodeHelpers.cpp"/>
  258. <FILE id="BBRteob" name="jucer_CodeHelpers.h" compile="0" resource="0"
  259. file="Source/Utility/jucer_CodeHelpers.h"/>
  260. <FILE id="wQtNWXb" name="jucer_Colours.h" compile="0" resource="0"
  261. file="Source/Utility/jucer_Colours.h"/>
  262. <FILE id="MQYSse6" name="jucer_FileHelpers.cpp" compile="1" resource="0"
  263. file="Source/Utility/jucer_FileHelpers.cpp"/>
  264. <FILE id="NeLXzRp" name="jucer_FileHelpers.h" compile="0" resource="0"
  265. file="Source/Utility/jucer_FileHelpers.h"/>
  266. <FILE id="f6iMAs" name="jucer_Icons.cpp" compile="1" resource="0" file="Source/Utility/jucer_Icons.cpp"/>
  267. <FILE id="EtL6vF" name="jucer_Icons.h" compile="0" resource="0" file="Source/Utility/jucer_Icons.h"/>
  268. <FILE id="4fxv0YC" name="jucer_JucerTreeViewBase.cpp" compile="1" resource="0"
  269. file="Source/Utility/jucer_JucerTreeViewBase.cpp"/>
  270. <FILE id="F0vVVSX" name="jucer_JucerTreeViewBase.h" compile="0" resource="0"
  271. file="Source/Utility/jucer_JucerTreeViewBase.h"/>
  272. <FILE id="P4hiiqU" name="jucer_MiscUtilities.cpp" compile="1" resource="0"
  273. file="Source/Utility/jucer_MiscUtilities.cpp"/>
  274. <FILE id="xyRXOU6" name="jucer_MiscUtilities.h" compile="0" resource="0"
  275. file="Source/Utility/jucer_MiscUtilities.h"/>
  276. <FILE id="i0HWAP4" name="jucer_PresetIDs.h" compile="0" resource="0"
  277. file="Source/Utility/jucer_PresetIDs.h"/>
  278. <FILE id="F3VxlRX" name="jucer_RelativePath.h" compile="0" resource="0"
  279. file="Source/Utility/jucer_RelativePath.h"/>
  280. <FILE id="5UDCwsI" name="jucer_StoredSettings.cpp" compile="1" resource="0"
  281. file="Source/Utility/jucer_StoredSettings.cpp"/>
  282. <FILE id="BkswLvF" name="jucer_StoredSettings.h" compile="0" resource="0"
  283. file="Source/Utility/jucer_StoredSettings.h"/>
  284. <FILE id="l75UWh" name="jucer_TranslationTool.h" compile="0" resource="0"
  285. file="Source/Utility/jucer_TranslationTool.h"/>
  286. <FILE id="lZ9s99o" name="jucer_ValueSourceHelpers.h" compile="0" resource="0"
  287. file="Source/Utility/jucer_ValueSourceHelpers.h"/>
  288. </GROUP>
  289. <GROUP id="i1s14uV" name="Code Editor">
  290. <FILE id="36CkPUf" name="jucer_SourceCodeEditor.cpp" compile="1" resource="0"
  291. file="Source/Code Editor/jucer_SourceCodeEditor.cpp"/>
  292. <FILE id="CygyGGA" name="jucer_SourceCodeEditor.h" compile="0" resource="0"
  293. file="Source/Code Editor/jucer_SourceCodeEditor.h"/>
  294. </GROUP>
  295. <GROUP id="{2CEB6C89-822E-5334-4BA3-EBCA71F15B1D}" name="ComponentEditor">
  296. <GROUP id="{991D022D-772C-89CA-9279-97CBE57A95A1}" name="components">
  297. <FILE id="rITV4W" name="jucer_ButtonHandler.h" compile="0" resource="0"
  298. file="Source/ComponentEditor/components/jucer_ButtonHandler.h"/>
  299. <FILE id="ETf5wP" name="jucer_ComboBoxHandler.h" compile="0" resource="0"
  300. file="Source/ComponentEditor/components/jucer_ComboBoxHandler.h"/>
  301. <FILE id="VYwZMA" name="jucer_ComponentNameProperty.h" compile="0"
  302. resource="0" file="Source/ComponentEditor/components/jucer_ComponentNameProperty.h"/>
  303. <FILE id="HKreNg" name="jucer_ComponentTypeHandler.cpp" compile="1"
  304. resource="0" file="Source/ComponentEditor/components/jucer_ComponentTypeHandler.cpp"/>
  305. <FILE id="qf7M8f" name="jucer_ComponentTypeHandler.h" compile="0" resource="0"
  306. file="Source/ComponentEditor/components/jucer_ComponentTypeHandler.h"/>
  307. <FILE id="BNNvIv" name="jucer_ComponentUndoableAction.h" compile="0"
  308. resource="0" file="Source/ComponentEditor/components/jucer_ComponentUndoableAction.h"/>
  309. <FILE id="K8TvLo" name="jucer_GenericComponentHandler.h" compile="0"
  310. resource="0" file="Source/ComponentEditor/components/jucer_GenericComponentHandler.h"/>
  311. <FILE id="wZGCvQ" name="jucer_GroupComponentHandler.h" compile="0"
  312. resource="0" file="Source/ComponentEditor/components/jucer_GroupComponentHandler.h"/>
  313. <FILE id="PJxFrK" name="jucer_HyperlinkButtonHandler.h" compile="0"
  314. resource="0" file="Source/ComponentEditor/components/jucer_HyperlinkButtonHandler.h"/>
  315. <FILE id="YSwPme" name="jucer_ImageButtonHandler.h" compile="0" resource="0"
  316. file="Source/ComponentEditor/components/jucer_ImageButtonHandler.h"/>
  317. <FILE id="LDl6E2" name="jucer_JucerComponentHandler.h" compile="0"
  318. resource="0" file="Source/ComponentEditor/components/jucer_JucerComponentHandler.h"/>
  319. <FILE id="KV8ITI" name="jucer_LabelHandler.h" compile="0" resource="0"
  320. file="Source/ComponentEditor/components/jucer_LabelHandler.h"/>
  321. <FILE id="Ib9vrK" name="jucer_SliderHandler.h" compile="0" resource="0"
  322. file="Source/ComponentEditor/components/jucer_SliderHandler.h"/>
  323. <FILE id="LE1P9T" name="jucer_TabbedComponentHandler.h" compile="0"
  324. resource="0" file="Source/ComponentEditor/components/jucer_TabbedComponentHandler.h"/>
  325. <FILE id="yNGaOZ" name="jucer_TextButtonHandler.h" compile="0" resource="0"
  326. file="Source/ComponentEditor/components/jucer_TextButtonHandler.h"/>
  327. <FILE id="uCcFPZ" name="jucer_TextEditorHandler.h" compile="0" resource="0"
  328. file="Source/ComponentEditor/components/jucer_TextEditorHandler.h"/>
  329. <FILE id="Vc0nqL" name="jucer_ToggleButtonHandler.h" compile="0" resource="0"
  330. file="Source/ComponentEditor/components/jucer_ToggleButtonHandler.h"/>
  331. <FILE id="LxUfLS" name="jucer_TreeViewHandler.h" compile="0" resource="0"
  332. file="Source/ComponentEditor/components/jucer_TreeViewHandler.h"/>
  333. <FILE id="UK7au4" name="jucer_ViewportHandler.h" compile="0" resource="0"
  334. file="Source/ComponentEditor/components/jucer_ViewportHandler.h"/>
  335. </GROUP>
  336. <GROUP id="{4205F9F4-CA03-599A-8C9B-E26061861F6F}" name="documents">
  337. <FILE id="TYU1VV" name="jucer_ButtonDocument.cpp" compile="1" resource="0"
  338. file="Source/ComponentEditor/documents/jucer_ButtonDocument.cpp"/>
  339. <FILE id="X7tlEa" name="jucer_ButtonDocument.h" compile="0" resource="0"
  340. file="Source/ComponentEditor/documents/jucer_ButtonDocument.h"/>
  341. <FILE id="aKYUKO" name="jucer_ComponentDocument.cpp" compile="1" resource="0"
  342. file="Source/ComponentEditor/documents/jucer_ComponentDocument.cpp"/>
  343. <FILE id="QWjkNQ" name="jucer_ComponentDocument.h" compile="0" resource="0"
  344. file="Source/ComponentEditor/documents/jucer_ComponentDocument.h"/>
  345. </GROUP>
  346. <GROUP id="{A0FB1797-F730-7BC3-D880-3BA303E7399E}" name="paintelements">
  347. <FILE id="inuiZP" name="jucer_ColouredElement.cpp" compile="1" resource="0"
  348. file="Source/ComponentEditor/paintelements/jucer_ColouredElement.cpp"/>
  349. <FILE id="HPmBrY" name="jucer_ColouredElement.h" compile="0" resource="0"
  350. file="Source/ComponentEditor/paintelements/jucer_ColouredElement.h"/>
  351. <FILE id="dJaub3" name="jucer_ElementSiblingComponent.h" compile="0"
  352. resource="0" file="Source/ComponentEditor/paintelements/jucer_ElementSiblingComponent.h"/>
  353. <FILE id="K7K9w1" name="jucer_FillType.h" compile="0" resource="0"
  354. file="Source/ComponentEditor/paintelements/jucer_FillType.h"/>
  355. <FILE id="VwZZZW" name="jucer_GradientPointComponent.h" compile="0"
  356. resource="0" file="Source/ComponentEditor/paintelements/jucer_GradientPointComponent.h"/>
  357. <FILE id="bev2oi" name="jucer_ImageResourceProperty.h" compile="0"
  358. resource="0" file="Source/ComponentEditor/paintelements/jucer_ImageResourceProperty.h"/>
  359. <FILE id="clRcIu" name="jucer_PaintElement.cpp" compile="1" resource="0"
  360. file="Source/ComponentEditor/paintelements/jucer_PaintElement.cpp"/>
  361. <FILE id="F4AEGr" name="jucer_PaintElement.h" compile="0" resource="0"
  362. file="Source/ComponentEditor/paintelements/jucer_PaintElement.h"/>
  363. <FILE id="xU4ubN" name="jucer_PaintElementEllipse.h" compile="0" resource="0"
  364. file="Source/ComponentEditor/paintelements/jucer_PaintElementEllipse.h"/>
  365. <FILE id="RcWpm8" name="jucer_PaintElementGroup.h" compile="0" resource="0"
  366. file="Source/ComponentEditor/paintelements/jucer_PaintElementGroup.h"/>
  367. <FILE id="ft5MWO" name="jucer_PaintElementImage.h" compile="0" resource="0"
  368. file="Source/ComponentEditor/paintelements/jucer_PaintElementImage.h"/>
  369. <FILE id="pnsBvh" name="jucer_PaintElementPath.cpp" compile="1" resource="0"
  370. file="Source/ComponentEditor/paintelements/jucer_PaintElementPath.cpp"/>
  371. <FILE id="TBaAHE" name="jucer_PaintElementPath.h" compile="0" resource="0"
  372. file="Source/ComponentEditor/paintelements/jucer_PaintElementPath.h"/>
  373. <FILE id="dd1jYM" name="jucer_PaintElementRectangle.h" compile="0"
  374. resource="0" file="Source/ComponentEditor/paintelements/jucer_PaintElementRectangle.h"/>
  375. <FILE id="PFMc79" name="jucer_PaintElementRoundedRectangle.h" compile="0"
  376. resource="0" file="Source/ComponentEditor/paintelements/jucer_PaintElementRoundedRectangle.h"/>
  377. <FILE id="YIfBIW" name="jucer_PaintElementText.h" compile="0" resource="0"
  378. file="Source/ComponentEditor/paintelements/jucer_PaintElementText.h"/>
  379. <FILE id="yKXEgv" name="jucer_PaintElementUndoableAction.h" compile="0"
  380. resource="0" file="Source/ComponentEditor/paintelements/jucer_PaintElementUndoableAction.h"/>
  381. <FILE id="M6U5Wv" name="jucer_PointComponent.h" compile="0" resource="0"
  382. file="Source/ComponentEditor/paintelements/jucer_PointComponent.h"/>
  383. <FILE id="xT3Eb0" name="jucer_StrokeType.h" compile="0" resource="0"
  384. file="Source/ComponentEditor/paintelements/jucer_StrokeType.h"/>
  385. </GROUP>
  386. <GROUP id="{721DE2A1-8F94-F2B8-6AD8-BC8B1A9E5705}" name="properties">
  387. <FILE id="NLsN0X" name="jucer_ColourPropertyComponent.h" compile="0"
  388. resource="0" file="Source/ComponentEditor/properties/jucer_ColourPropertyComponent.h"/>
  389. <FILE id="DRH56I" name="jucer_ComponentBooleanProperty.h" compile="0"
  390. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentBooleanProperty.h"/>
  391. <FILE id="rfuwQh" name="jucer_ComponentChoiceProperty.h" compile="0"
  392. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentChoiceProperty.h"/>
  393. <FILE id="vEgZwf" name="jucer_ComponentColourProperty.h" compile="0"
  394. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentColourProperty.h"/>
  395. <FILE id="NA8Z1Q" name="jucer_ComponentTextProperty.h" compile="0"
  396. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentTextProperty.h"/>
  397. <FILE id="W8Rfzk" name="jucer_FilePropertyComponent.h" compile="0"
  398. resource="0" file="Source/ComponentEditor/properties/jucer_FilePropertyComponent.h"/>
  399. <FILE id="ro0hFm" name="jucer_FontPropertyComponent.h" compile="0"
  400. resource="0" file="Source/ComponentEditor/properties/jucer_FontPropertyComponent.h"/>
  401. <FILE id="bZrq82" name="jucer_JustificationProperty.h" compile="0"
  402. resource="0" file="Source/ComponentEditor/properties/jucer_JustificationProperty.h"/>
  403. <FILE id="qg4Jzu" name="jucer_PositionPropertyBase.h" compile="0" resource="0"
  404. file="Source/ComponentEditor/properties/jucer_PositionPropertyBase.h"/>
  405. </GROUP>
  406. <GROUP id="{2E376C88-458D-B030-6A17-32378D83EA2C}" name="ui">
  407. <FILE id="yUp6KD" name="jucer_ComponentLayoutEditor.cpp" compile="1"
  408. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentLayoutEditor.cpp"/>
  409. <FILE id="MSAX1Y" name="jucer_ComponentLayoutEditor.h" compile="0"
  410. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentLayoutEditor.h"/>
  411. <FILE id="iKlcXq" name="jucer_ComponentLayoutPanel.h" compile="0" resource="0"
  412. file="Source/ComponentEditor/ui/jucer_ComponentLayoutPanel.h"/>
  413. <FILE id="hJ1gT9" name="jucer_ComponentOverlayComponent.cpp" compile="1"
  414. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentOverlayComponent.cpp"/>
  415. <FILE id="BFfCA3" name="jucer_ComponentOverlayComponent.h" compile="0"
  416. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentOverlayComponent.h"/>
  417. <FILE id="jbijT3" name="jucer_EditingPanelBase.cpp" compile="1" resource="0"
  418. file="Source/ComponentEditor/ui/jucer_EditingPanelBase.cpp"/>
  419. <FILE id="RNGdaa" name="jucer_EditingPanelBase.h" compile="0" resource="0"
  420. file="Source/ComponentEditor/ui/jucer_EditingPanelBase.h"/>
  421. <FILE id="D5pfJg" name="jucer_JucerCommandIDs.h" compile="0" resource="0"
  422. file="Source/ComponentEditor/ui/jucer_JucerCommandIDs.h"/>
  423. <FILE id="HsjExN" name="jucer_JucerDocumentEditor.cpp" compile="1"
  424. resource="0" file="Source/ComponentEditor/ui/jucer_JucerDocumentEditor.cpp"/>
  425. <FILE id="b2FF1t" name="jucer_JucerDocumentEditor.h" compile="0" resource="0"
  426. file="Source/ComponentEditor/ui/jucer_JucerDocumentEditor.h"/>
  427. <FILE id="Re59Al" name="jucer_PaintRoutineEditor.cpp" compile="1" resource="0"
  428. file="Source/ComponentEditor/ui/jucer_PaintRoutineEditor.cpp"/>
  429. <FILE id="mTow9T" name="jucer_PaintRoutineEditor.h" compile="0" resource="0"
  430. file="Source/ComponentEditor/ui/jucer_PaintRoutineEditor.h"/>
  431. <FILE id="g1E8EJ" name="jucer_PaintRoutinePanel.cpp" compile="1" resource="0"
  432. file="Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp"/>
  433. <FILE id="wzRGI9" name="jucer_PaintRoutinePanel.h" compile="0" resource="0"
  434. file="Source/ComponentEditor/ui/jucer_PaintRoutinePanel.h"/>
  435. <FILE id="ktQ4ng" name="jucer_RelativePositionedRectangle.h" compile="0"
  436. resource="0" file="Source/ComponentEditor/ui/jucer_RelativePositionedRectangle.h"/>
  437. <FILE id="CFe5dO" name="jucer_ResourceEditorPanel.cpp" compile="1"
  438. resource="0" file="Source/ComponentEditor/ui/jucer_ResourceEditorPanel.cpp"/>
  439. <FILE id="S8hsI2" name="jucer_ResourceEditorPanel.h" compile="0" resource="0"
  440. file="Source/ComponentEditor/ui/jucer_ResourceEditorPanel.h"/>
  441. <FILE id="jwLtCu" name="jucer_SnapGridPainter.h" compile="0" resource="0"
  442. file="Source/ComponentEditor/ui/jucer_SnapGridPainter.h"/>
  443. <FILE id="QqRZKi" name="jucer_TestComponent.cpp" compile="1" resource="0"
  444. file="Source/ComponentEditor/ui/jucer_TestComponent.cpp"/>
  445. <FILE id="mIEmG7" name="jucer_TestComponent.h" compile="0" resource="0"
  446. file="Source/ComponentEditor/ui/jucer_TestComponent.h"/>
  447. </GROUP>
  448. <FILE id="q9RAaZ" name="jucer_BinaryResources.cpp" compile="1" resource="0"
  449. file="Source/ComponentEditor/jucer_BinaryResources.cpp"/>
  450. <FILE id="sbNvpB" name="jucer_BinaryResources.h" compile="0" resource="0"
  451. file="Source/ComponentEditor/jucer_BinaryResources.h"/>
  452. <FILE id="smSHM5" name="jucer_ComponentLayout.cpp" compile="1" resource="0"
  453. file="Source/ComponentEditor/jucer_ComponentLayout.cpp"/>
  454. <FILE id="MNeOnz" name="jucer_ComponentLayout.h" compile="0" resource="0"
  455. file="Source/ComponentEditor/jucer_ComponentLayout.h"/>
  456. <FILE id="pxZtWJ" name="jucer_GeneratedCode.cpp" compile="1" resource="0"
  457. file="Source/ComponentEditor/jucer_GeneratedCode.cpp"/>
  458. <FILE id="uCwazM" name="jucer_GeneratedCode.h" compile="0" resource="0"
  459. file="Source/ComponentEditor/jucer_GeneratedCode.h"/>
  460. <FILE id="Ck53JI" name="jucer_JucerDocument.cpp" compile="1" resource="0"
  461. file="Source/ComponentEditor/jucer_JucerDocument.cpp"/>
  462. <FILE id="TMo2IM" name="jucer_JucerDocument.h" compile="0" resource="0"
  463. file="Source/ComponentEditor/jucer_JucerDocument.h"/>
  464. <FILE id="Cg97A0" name="jucer_ObjectTypes.cpp" compile="1" resource="0"
  465. file="Source/ComponentEditor/jucer_ObjectTypes.cpp"/>
  466. <FILE id="OXJG49" name="jucer_ObjectTypes.h" compile="0" resource="0"
  467. file="Source/ComponentEditor/jucer_ObjectTypes.h"/>
  468. <FILE id="sGXKcJ" name="jucer_PaintRoutine.cpp" compile="1" resource="0"
  469. file="Source/ComponentEditor/jucer_PaintRoutine.cpp"/>
  470. <FILE id="ctReDx" name="jucer_PaintRoutine.h" compile="0" resource="0"
  471. file="Source/ComponentEditor/jucer_PaintRoutine.h"/>
  472. <FILE id="DNlSpr" name="jucer_UtilityFunctions.h" compile="0" resource="0"
  473. file="Source/ComponentEditor/jucer_UtilityFunctions.h"/>
  474. </GROUP>
  475. <GROUP id="KPIRFfz" name="BinaryData">
  476. <FILE id="RSJcrRl" name="AudioPluginXCodeScript.txt" compile="0" resource="1"
  477. file="Source/BinaryData/AudioPluginXCodeScript.txt"/>
  478. <FILE id="eYn4jB" name="background_tile.png" compile="0" resource="1"
  479. file="Source/BinaryData/background_tile.png"/>
  480. <FILE id="geMos6" name="colourscheme_dark.xml" compile="0" resource="1"
  481. file="Source/BinaryData/colourscheme_dark.xml"/>
  482. <FILE id="Rm5UQS" name="colourscheme_light.xml" compile="0" resource="1"
  483. file="Source/BinaryData/colourscheme_light.xml"/>
  484. <FILE id="rVgowdy" name="juce_icon.png" compile="0" resource="0" file="Source/BinaryData/juce_icon.png"/>
  485. <FILE id="8H7vztx" name="jucer_AudioPluginEditorTemplate.cpp" compile="0"
  486. resource="1" file="Source/BinaryData/jucer_AudioPluginEditorTemplate.cpp"/>
  487. <FILE id="908LsXi" name="jucer_AudioPluginEditorTemplate.h" compile="0"
  488. resource="1" file="Source/BinaryData/jucer_AudioPluginEditorTemplate.h"/>
  489. <FILE id="AfHjhZ9" name="jucer_AudioPluginFilterTemplate.cpp" compile="0"
  490. resource="1" file="Source/BinaryData/jucer_AudioPluginFilterTemplate.cpp"/>
  491. <FILE id="pvgTmND" name="jucer_AudioPluginFilterTemplate.h" compile="0"
  492. resource="1" file="Source/BinaryData/jucer_AudioPluginFilterTemplate.h"/>
  493. <FILE id="gM9qyy" name="jucer_ComponentTemplate.cpp" compile="0" resource="1"
  494. file="Source/BinaryData/jucer_ComponentTemplate.cpp"/>
  495. <FILE id="TSDD99" name="jucer_ComponentTemplate.h" compile="0" resource="1"
  496. file="Source/BinaryData/jucer_ComponentTemplate.h"/>
  497. <FILE id="xl685P" name="jucer_ContentCompTemplate.cpp" compile="0"
  498. resource="1" file="Source/BinaryData/jucer_ContentCompTemplate.cpp"/>
  499. <FILE id="gFj8Jl" name="jucer_ContentCompTemplate.h" compile="0" resource="1"
  500. file="Source/BinaryData/jucer_ContentCompTemplate.h"/>
  501. <FILE id="BnCgp2" name="jucer_InlineComponentTemplate.h" compile="0"
  502. resource="1" file="Source/BinaryData/jucer_InlineComponentTemplate.h"/>
  503. <FILE id="pizYtv9" name="jucer_MainConsoleAppTemplate.cpp" compile="0"
  504. resource="1" file="Source/BinaryData/jucer_MainConsoleAppTemplate.cpp"/>
  505. <FILE id="tZCXSl" name="jucer_MainTemplate_NoWindow.cpp" compile="0"
  506. resource="1" file="Source/BinaryData/jucer_MainTemplate_NoWindow.cpp"/>
  507. <FILE id="W9iwHx" name="jucer_MainTemplate_Window.cpp" compile="0"
  508. resource="1" file="Source/BinaryData/jucer_MainTemplate_Window.cpp"/>
  509. <FILE id="fWEsCu" name="jucer_NewComponentTemplate.cpp" compile="0"
  510. resource="1" file="Source/BinaryData/jucer_NewComponentTemplate.cpp"/>
  511. <FILE id="ljPBjw" name="jucer_NewComponentTemplate.h" compile="0" resource="1"
  512. file="Source/BinaryData/jucer_NewComponentTemplate.h"/>
  513. <FILE id="cI2ImgX" name="jucer_NewCppFileTemplate.cpp" compile="0"
  514. resource="1" file="Source/BinaryData/jucer_NewCppFileTemplate.cpp"/>
  515. <FILE id="YDcz5P" name="jucer_NewCppFileTemplate.h" compile="0" resource="1"
  516. file="Source/BinaryData/jucer_NewCppFileTemplate.h"/>
  517. <FILE id="teqnin" name="jucer_NewInlineComponentTemplate.h" compile="0"
  518. resource="1" file="Source/BinaryData/jucer_NewInlineComponentTemplate.h"/>
  519. <FILE id="TNXogM" name="RecentFilesMenuTemplate.nib" compile="0" resource="1"
  520. file="Source/BinaryData/RecentFilesMenuTemplate.nib"/>
  521. </GROUP>
  522. </MAINGROUP>
  523. <JUCEOPTIONS JUCE_ASIO="disabled" JUCE_WASAPI="disabled" JUCE_DIRECTSOUND="disabled"
  524. JUCE_ALSA="disabled" JUCE_QUICKTIME="disabled" JUCE_OPENGL="disabled"
  525. JUCE_USE_FLAC="disabled" JUCE_USE_CDBURNER="disabled" JUCE_USE_CDREADER="disabled"
  526. JUCE_USE_CAMERA="disabled" JUCE_PLUGINHOST_VST="disabled" JUCE_PLUGINHOST_AU="disabled"
  527. JUCE_USE_OGGVORBIS="disabled" JUCE_USE_COREIMAGE_LOADER="disabled"
  528. JUCE_LOG_ASSERTIONS="enabled"/>
  529. <MODULES>
  530. <MODULE id="juce_core" showAllCode="1"/>
  531. <MODULE id="juce_cryptography" showAllCode="1"/>
  532. <MODULE id="juce_data_structures" showAllCode="1"/>
  533. <MODULE id="juce_events" showAllCode="1"/>
  534. <MODULE id="juce_graphics" showAllCode="1"/>
  535. <MODULE id="juce_gui_basics" showAllCode="1"/>
  536. <MODULE id="juce_gui_extra" showAllCode="1"/>
  537. </MODULES>
  538. <LIVE_SETTINGS>
  539. <OSX enableCxx11="1" systemHeaderPath="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/4.2/include"/>
  540. </LIVE_SETTINGS>
  541. </JUCERPROJECT>