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.

614 lines
44KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="M70qfTRRk" name="The Introjucer" projectType="guiapp" juceLinkage="amalg_multi"
  3. juceFolder="../../juce" jucerVersion="4.1.0" version="4.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.roli.introjucer"
  13. companyName="ROLI 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 -Wconversion -Wsign-compare -Wint-conversion -Woverloaded-virtual -Wreorder -Wconstant-conversion -Wsign-conversion">
  18. <CONFIGURATIONS>
  19. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Introjucer"
  20. osxSDK="default" osxCompatibility="10.10 SDK" 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. <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" bigIcon="rVgowdy"
  35. extraCompilerFlags="-std=gnu++0x&#10;-Wreorder -Wuninitialized -Wunused-parameter -Wstrict-aliasing -Wshadow -Wsign-compare">
  36. <CONFIGURATIONS>
  37. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Introjucer"
  38. libraryPath="/usr/X11R6/lib/" linuxArchitecture=""/>
  39. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Introjucer"
  40. libraryPath="/usr/X11R6/lib/" linuxArchitecture=""/>
  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. </LINUX_MAKE>
  52. <VS2010 targetFolder="Builds/VisualStudio2010" 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" winArchitecture="32-bit"/>
  57. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Introjucer"
  58. winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"/>
  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. </VS2010>
  70. <VS2012 targetFolder="Builds/VisualStudio2012" bigIcon="rVgowdy">
  71. <CONFIGURATIONS>
  72. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  73. isDebug="1" optimisation="1" targetName="The Introjucer"/>
  74. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  75. isDebug="0" optimisation="2" targetName="The Introjucer"/>
  76. </CONFIGURATIONS>
  77. <MODULEPATHS>
  78. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  79. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  80. <MODULEPATH id="juce_graphics" path="../../modules"/>
  81. <MODULEPATH id="juce_events" path="../../modules"/>
  82. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  83. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  84. <MODULEPATH id="juce_core" path="../../modules"/>
  85. </MODULEPATHS>
  86. </VS2012>
  87. <VS2013 targetFolder="Builds/VisualStudio2013" bigIcon="rVgowdy">
  88. <CONFIGURATIONS>
  89. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  90. isDebug="1" optimisation="1" targetName="The Introjucer"/>
  91. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  92. isDebug="0" optimisation="2" targetName="The Introjucer"/>
  93. </CONFIGURATIONS>
  94. <MODULEPATHS>
  95. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  96. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  97. <MODULEPATH id="juce_graphics" path="../../modules"/>
  98. <MODULEPATH id="juce_events" path="../../modules"/>
  99. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  100. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  101. <MODULEPATH id="juce_core" path="../../modules"/>
  102. </MODULEPATHS>
  103. </VS2013>
  104. <VS2015 targetFolder="Builds/VisualStudio2015" bigIcon="rVgowdy">
  105. <CONFIGURATIONS>
  106. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  107. isDebug="1" optimisation="1" targetName="The Introjucer"/>
  108. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  109. isDebug="0" optimisation="2" targetName="The Introjucer"/>
  110. </CONFIGURATIONS>
  111. <MODULEPATHS>
  112. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  113. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  114. <MODULEPATH id="juce_graphics" path="../../modules"/>
  115. <MODULEPATH id="juce_events" path="../../modules"/>
  116. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  117. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  118. <MODULEPATH id="juce_core" path="../../modules"/>
  119. </MODULEPATHS>
  120. </VS2015>
  121. <CODEBLOCKS targetFolder="Builds/CodeBlocks">
  122. <CONFIGURATIONS>
  123. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="The Introjucer"/>
  124. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="The Introjucer"/>
  125. </CONFIGURATIONS>
  126. <MODULEPATHS>
  127. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  128. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  129. <MODULEPATH id="juce_graphics" path="../../modules"/>
  130. <MODULEPATH id="juce_events" path="../../modules"/>
  131. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  132. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  133. <MODULEPATH id="juce_core" path="../../modules"/>
  134. </MODULEPATHS>
  135. </CODEBLOCKS>
  136. </EXPORTFORMATS>
  137. <MAINGROUP name="The Introjucer" id="NhrJq66R">
  138. <GROUP id="mslFIKZ" name="Application">
  139. <FILE id="pI5xt5" name="jucer_AppearanceSettings.cpp" compile="1" resource="0"
  140. file="Source/Application/jucer_AppearanceSettings.cpp"/>
  141. <FILE id="oCCddi" name="jucer_AppearanceSettings.h" compile="0" resource="0"
  142. file="Source/Application/jucer_AppearanceSettings.h"/>
  143. <FILE id="IvfYzk" name="jucer_AutoUpdater.cpp" compile="1" resource="0"
  144. file="Source/Application/jucer_AutoUpdater.cpp"/>
  145. <FILE id="PXX8Yi" name="jucer_Application.h" compile="0" resource="0"
  146. file="Source/Application/jucer_Application.h"/>
  147. <FILE id="RWf1Jy" name="jucer_AutoUpdater.h" compile="0" resource="0"
  148. file="Source/Application/jucer_AutoUpdater.h"/>
  149. <FILE id="lHd3UQJ" name="jucer_CommandIDs.h" compile="0" resource="0"
  150. file="Source/Application/jucer_CommandIDs.h"/>
  151. <FILE id="MyVf4S" name="jucer_CommandLine.cpp" compile="1" resource="0"
  152. file="Source/Application/jucer_CommandLine.cpp"/>
  153. <FILE id="SuOWc2" name="jucer_CommandLine.h" compile="0" resource="0"
  154. file="Source/Application/jucer_CommandLine.h"/>
  155. <FILE id="vXhFyvd" name="jucer_CommonHeaders.h" compile="0" resource="0"
  156. file="Source/Application/jucer_CommonHeaders.h"/>
  157. <FILE id="YNZhhqp" name="jucer_DocumentEditorComponent.cpp" compile="1"
  158. resource="0" file="Source/Application/jucer_DocumentEditorComponent.cpp"/>
  159. <FILE id="tyrTEq" name="jucer_DocumentEditorComponent.h" compile="0"
  160. resource="0" file="Source/Application/jucer_DocumentEditorComponent.h"/>
  161. <FILE id="C4MqR1U" name="jucer_FilePreviewComponent.h" compile="0"
  162. resource="0" file="Source/Application/jucer_FilePreviewComponent.h"/>
  163. <FILE id="Dj0hhq" name="jucer_GlobalPreferences.cpp" compile="1" resource="0"
  164. file="Source/Application/jucer_GlobalPreferences.cpp"/>
  165. <FILE id="PCFpKh" name="jucer_GlobalPreferences.h" compile="0" resource="0"
  166. file="Source/Application/jucer_GlobalPreferences.h"/>
  167. <FILE id="qXOJtpg" name="jucer_Headers.h" compile="0" resource="0"
  168. file="Source/jucer_Headers.h"/>
  169. <FILE id="ga7xgxf" name="jucer_Main.cpp" compile="1" resource="0" file="Source/Application/jucer_Main.cpp"/>
  170. <FILE id="Glk9Bg" name="jucer_MainWindow.cpp" compile="1" resource="0"
  171. file="Source/Application/jucer_MainWindow.cpp"/>
  172. <FILE id="OUmWPg" name="jucer_MainWindow.h" compile="0" resource="0"
  173. file="Source/Application/jucer_MainWindow.h"/>
  174. <FILE id="9hfMs0O" name="jucer_OpenDocumentManager.cpp" compile="1"
  175. resource="0" file="Source/Application/jucer_OpenDocumentManager.cpp"/>
  176. <FILE id="NYEknlp" name="jucer_OpenDocumentManager.h" compile="0" resource="0"
  177. file="Source/Application/jucer_OpenDocumentManager.h"/>
  178. </GROUP>
  179. <GROUP id="i1s14uV" name="Code Editor">
  180. <FILE id="36CkPUf" name="jucer_SourceCodeEditor.cpp" compile="1" resource="0"
  181. file="Source/Code Editor/jucer_SourceCodeEditor.cpp"/>
  182. <FILE id="CygyGGA" name="jucer_SourceCodeEditor.h" compile="0" resource="0"
  183. file="Source/Code Editor/jucer_SourceCodeEditor.h"/>
  184. </GROUP>
  185. <GROUP id="{2CEB6C89-822E-5334-4BA3-EBCA71F15B1D}" name="ComponentEditor">
  186. <GROUP id="{991D022D-772C-89CA-9279-97CBE57A95A1}" name="components">
  187. <FILE id="rITV4W" name="jucer_ButtonHandler.h" compile="0" resource="0"
  188. file="Source/ComponentEditor/components/jucer_ButtonHandler.h"/>
  189. <FILE id="ETf5wP" name="jucer_ComboBoxHandler.h" compile="0" resource="0"
  190. file="Source/ComponentEditor/components/jucer_ComboBoxHandler.h"/>
  191. <FILE id="VYwZMA" name="jucer_ComponentNameProperty.h" compile="0"
  192. resource="0" file="Source/ComponentEditor/components/jucer_ComponentNameProperty.h"/>
  193. <FILE id="HKreNg" name="jucer_ComponentTypeHandler.cpp" compile="1"
  194. resource="0" file="Source/ComponentEditor/components/jucer_ComponentTypeHandler.cpp"/>
  195. <FILE id="qf7M8f" name="jucer_ComponentTypeHandler.h" compile="0" resource="0"
  196. file="Source/ComponentEditor/components/jucer_ComponentTypeHandler.h"/>
  197. <FILE id="BNNvIv" name="jucer_ComponentUndoableAction.h" compile="0"
  198. resource="0" file="Source/ComponentEditor/components/jucer_ComponentUndoableAction.h"/>
  199. <FILE id="K8TvLo" name="jucer_GenericComponentHandler.h" compile="0"
  200. resource="0" file="Source/ComponentEditor/components/jucer_GenericComponentHandler.h"/>
  201. <FILE id="wZGCvQ" name="jucer_GroupComponentHandler.h" compile="0"
  202. resource="0" file="Source/ComponentEditor/components/jucer_GroupComponentHandler.h"/>
  203. <FILE id="PJxFrK" name="jucer_HyperlinkButtonHandler.h" compile="0"
  204. resource="0" file="Source/ComponentEditor/components/jucer_HyperlinkButtonHandler.h"/>
  205. <FILE id="YSwPme" name="jucer_ImageButtonHandler.h" compile="0" resource="0"
  206. file="Source/ComponentEditor/components/jucer_ImageButtonHandler.h"/>
  207. <FILE id="LDl6E2" name="jucer_JucerComponentHandler.h" compile="0"
  208. resource="0" file="Source/ComponentEditor/components/jucer_JucerComponentHandler.h"/>
  209. <FILE id="KV8ITI" name="jucer_LabelHandler.h" compile="0" resource="0"
  210. file="Source/ComponentEditor/components/jucer_LabelHandler.h"/>
  211. <FILE id="Ib9vrK" name="jucer_SliderHandler.h" compile="0" resource="0"
  212. file="Source/ComponentEditor/components/jucer_SliderHandler.h"/>
  213. <FILE id="LE1P9T" name="jucer_TabbedComponentHandler.h" compile="0"
  214. resource="0" file="Source/ComponentEditor/components/jucer_TabbedComponentHandler.h"/>
  215. <FILE id="yNGaOZ" name="jucer_TextButtonHandler.h" compile="0" resource="0"
  216. file="Source/ComponentEditor/components/jucer_TextButtonHandler.h"/>
  217. <FILE id="uCcFPZ" name="jucer_TextEditorHandler.h" compile="0" resource="0"
  218. file="Source/ComponentEditor/components/jucer_TextEditorHandler.h"/>
  219. <FILE id="Vc0nqL" name="jucer_ToggleButtonHandler.h" compile="0" resource="0"
  220. file="Source/ComponentEditor/components/jucer_ToggleButtonHandler.h"/>
  221. <FILE id="LxUfLS" name="jucer_TreeViewHandler.h" compile="0" resource="0"
  222. file="Source/ComponentEditor/components/jucer_TreeViewHandler.h"/>
  223. <FILE id="UK7au4" name="jucer_ViewportHandler.h" compile="0" resource="0"
  224. file="Source/ComponentEditor/components/jucer_ViewportHandler.h"/>
  225. </GROUP>
  226. <GROUP id="{4205F9F4-CA03-599A-8C9B-E26061861F6F}" name="documents">
  227. <FILE id="TYU1VV" name="jucer_ButtonDocument.cpp" compile="1" resource="0"
  228. file="Source/ComponentEditor/documents/jucer_ButtonDocument.cpp"/>
  229. <FILE id="X7tlEa" name="jucer_ButtonDocument.h" compile="0" resource="0"
  230. file="Source/ComponentEditor/documents/jucer_ButtonDocument.h"/>
  231. <FILE id="aKYUKO" name="jucer_ComponentDocument.cpp" compile="1" resource="0"
  232. file="Source/ComponentEditor/documents/jucer_ComponentDocument.cpp"/>
  233. <FILE id="QWjkNQ" name="jucer_ComponentDocument.h" compile="0" resource="0"
  234. file="Source/ComponentEditor/documents/jucer_ComponentDocument.h"/>
  235. </GROUP>
  236. <GROUP id="{A0FB1797-F730-7BC3-D880-3BA303E7399E}" name="paintelements">
  237. <FILE id="inuiZP" name="jucer_ColouredElement.cpp" compile="1" resource="0"
  238. file="Source/ComponentEditor/paintelements/jucer_ColouredElement.cpp"/>
  239. <FILE id="HPmBrY" name="jucer_ColouredElement.h" compile="0" resource="0"
  240. file="Source/ComponentEditor/paintelements/jucer_ColouredElement.h"/>
  241. <FILE id="dJaub3" name="jucer_ElementSiblingComponent.h" compile="0"
  242. resource="0" file="Source/ComponentEditor/paintelements/jucer_ElementSiblingComponent.h"/>
  243. <FILE id="K7K9w1" name="jucer_FillType.h" compile="0" resource="0"
  244. file="Source/ComponentEditor/paintelements/jucer_FillType.h"/>
  245. <FILE id="VwZZZW" name="jucer_GradientPointComponent.h" compile="0"
  246. resource="0" file="Source/ComponentEditor/paintelements/jucer_GradientPointComponent.h"/>
  247. <FILE id="bev2oi" name="jucer_ImageResourceProperty.h" compile="0"
  248. resource="0" file="Source/ComponentEditor/paintelements/jucer_ImageResourceProperty.h"/>
  249. <FILE id="clRcIu" name="jucer_PaintElement.cpp" compile="1" resource="0"
  250. file="Source/ComponentEditor/paintelements/jucer_PaintElement.cpp"/>
  251. <FILE id="F4AEGr" name="jucer_PaintElement.h" compile="0" resource="0"
  252. file="Source/ComponentEditor/paintelements/jucer_PaintElement.h"/>
  253. <FILE id="xU4ubN" name="jucer_PaintElementEllipse.h" compile="0" resource="0"
  254. file="Source/ComponentEditor/paintelements/jucer_PaintElementEllipse.h"/>
  255. <FILE id="RcWpm8" name="jucer_PaintElementGroup.h" compile="0" resource="0"
  256. file="Source/ComponentEditor/paintelements/jucer_PaintElementGroup.h"/>
  257. <FILE id="ft5MWO" name="jucer_PaintElementImage.h" compile="0" resource="0"
  258. file="Source/ComponentEditor/paintelements/jucer_PaintElementImage.h"/>
  259. <FILE id="pnsBvh" name="jucer_PaintElementPath.cpp" compile="1" resource="0"
  260. file="Source/ComponentEditor/paintelements/jucer_PaintElementPath.cpp"/>
  261. <FILE id="TBaAHE" name="jucer_PaintElementPath.h" compile="0" resource="0"
  262. file="Source/ComponentEditor/paintelements/jucer_PaintElementPath.h"/>
  263. <FILE id="dd1jYM" name="jucer_PaintElementRectangle.h" compile="0"
  264. resource="0" file="Source/ComponentEditor/paintelements/jucer_PaintElementRectangle.h"/>
  265. <FILE id="PFMc79" name="jucer_PaintElementRoundedRectangle.h" compile="0"
  266. resource="0" file="Source/ComponentEditor/paintelements/jucer_PaintElementRoundedRectangle.h"/>
  267. <FILE id="YIfBIW" name="jucer_PaintElementText.h" compile="0" resource="0"
  268. file="Source/ComponentEditor/paintelements/jucer_PaintElementText.h"/>
  269. <FILE id="yKXEgv" name="jucer_PaintElementUndoableAction.h" compile="0"
  270. resource="0" file="Source/ComponentEditor/paintelements/jucer_PaintElementUndoableAction.h"/>
  271. <FILE id="M6U5Wv" name="jucer_PointComponent.h" compile="0" resource="0"
  272. file="Source/ComponentEditor/paintelements/jucer_PointComponent.h"/>
  273. <FILE id="xT3Eb0" name="jucer_StrokeType.h" compile="0" resource="0"
  274. file="Source/ComponentEditor/paintelements/jucer_StrokeType.h"/>
  275. </GROUP>
  276. <GROUP id="{721DE2A1-8F94-F2B8-6AD8-BC8B1A9E5705}" name="properties">
  277. <FILE id="NLsN0X" name="jucer_ColourPropertyComponent.h" compile="0"
  278. resource="0" file="Source/ComponentEditor/properties/jucer_ColourPropertyComponent.h"/>
  279. <FILE id="DRH56I" name="jucer_ComponentBooleanProperty.h" compile="0"
  280. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentBooleanProperty.h"/>
  281. <FILE id="rfuwQh" name="jucer_ComponentChoiceProperty.h" compile="0"
  282. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentChoiceProperty.h"/>
  283. <FILE id="vEgZwf" name="jucer_ComponentColourProperty.h" compile="0"
  284. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentColourProperty.h"/>
  285. <FILE id="NA8Z1Q" name="jucer_ComponentTextProperty.h" compile="0"
  286. resource="0" file="Source/ComponentEditor/properties/jucer_ComponentTextProperty.h"/>
  287. <FILE id="W8Rfzk" name="jucer_FilePropertyComponent.h" compile="0"
  288. resource="0" file="Source/ComponentEditor/properties/jucer_FilePropertyComponent.h"/>
  289. <FILE id="ro0hFm" name="jucer_FontPropertyComponent.h" compile="0"
  290. resource="0" file="Source/ComponentEditor/properties/jucer_FontPropertyComponent.h"/>
  291. <FILE id="bZrq82" name="jucer_JustificationProperty.h" compile="0"
  292. resource="0" file="Source/ComponentEditor/properties/jucer_JustificationProperty.h"/>
  293. <FILE id="qg4Jzu" name="jucer_PositionPropertyBase.h" compile="0" resource="0"
  294. file="Source/ComponentEditor/properties/jucer_PositionPropertyBase.h"/>
  295. </GROUP>
  296. <GROUP id="{2E376C88-458D-B030-6A17-32378D83EA2C}" name="ui">
  297. <FILE id="yUp6KD" name="jucer_ComponentLayoutEditor.cpp" compile="1"
  298. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentLayoutEditor.cpp"/>
  299. <FILE id="MSAX1Y" name="jucer_ComponentLayoutEditor.h" compile="0"
  300. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentLayoutEditor.h"/>
  301. <FILE id="iKlcXq" name="jucer_ComponentLayoutPanel.h" compile="0" resource="0"
  302. file="Source/ComponentEditor/ui/jucer_ComponentLayoutPanel.h"/>
  303. <FILE id="hJ1gT9" name="jucer_ComponentOverlayComponent.cpp" compile="1"
  304. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentOverlayComponent.cpp"/>
  305. <FILE id="BFfCA3" name="jucer_ComponentOverlayComponent.h" compile="0"
  306. resource="0" file="Source/ComponentEditor/ui/jucer_ComponentOverlayComponent.h"/>
  307. <FILE id="jbijT3" name="jucer_EditingPanelBase.cpp" compile="1" resource="0"
  308. file="Source/ComponentEditor/ui/jucer_EditingPanelBase.cpp"/>
  309. <FILE id="RNGdaa" name="jucer_EditingPanelBase.h" compile="0" resource="0"
  310. file="Source/ComponentEditor/ui/jucer_EditingPanelBase.h"/>
  311. <FILE id="D5pfJg" name="jucer_JucerCommandIDs.h" compile="0" resource="0"
  312. file="Source/ComponentEditor/ui/jucer_JucerCommandIDs.h"/>
  313. <FILE id="HsjExN" name="jucer_JucerDocumentEditor.cpp" compile="1"
  314. resource="0" file="Source/ComponentEditor/ui/jucer_JucerDocumentEditor.cpp"/>
  315. <FILE id="b2FF1t" name="jucer_JucerDocumentEditor.h" compile="0" resource="0"
  316. file="Source/ComponentEditor/ui/jucer_JucerDocumentEditor.h"/>
  317. <FILE id="Re59Al" name="jucer_PaintRoutineEditor.cpp" compile="1" resource="0"
  318. file="Source/ComponentEditor/ui/jucer_PaintRoutineEditor.cpp"/>
  319. <FILE id="mTow9T" name="jucer_PaintRoutineEditor.h" compile="0" resource="0"
  320. file="Source/ComponentEditor/ui/jucer_PaintRoutineEditor.h"/>
  321. <FILE id="g1E8EJ" name="jucer_PaintRoutinePanel.cpp" compile="1" resource="0"
  322. file="Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp"/>
  323. <FILE id="wzRGI9" name="jucer_PaintRoutinePanel.h" compile="0" resource="0"
  324. file="Source/ComponentEditor/ui/jucer_PaintRoutinePanel.h"/>
  325. <FILE id="ktQ4ng" name="jucer_RelativePositionedRectangle.h" compile="0"
  326. resource="0" file="Source/ComponentEditor/ui/jucer_RelativePositionedRectangle.h"/>
  327. <FILE id="CFe5dO" name="jucer_ResourceEditorPanel.cpp" compile="1"
  328. resource="0" file="Source/ComponentEditor/ui/jucer_ResourceEditorPanel.cpp"/>
  329. <FILE id="S8hsI2" name="jucer_ResourceEditorPanel.h" compile="0" resource="0"
  330. file="Source/ComponentEditor/ui/jucer_ResourceEditorPanel.h"/>
  331. <FILE id="jwLtCu" name="jucer_SnapGridPainter.h" compile="0" resource="0"
  332. file="Source/ComponentEditor/ui/jucer_SnapGridPainter.h"/>
  333. <FILE id="QqRZKi" name="jucer_TestComponent.cpp" compile="1" resource="0"
  334. file="Source/ComponentEditor/ui/jucer_TestComponent.cpp"/>
  335. <FILE id="mIEmG7" name="jucer_TestComponent.h" compile="0" resource="0"
  336. file="Source/ComponentEditor/ui/jucer_TestComponent.h"/>
  337. </GROUP>
  338. <FILE id="q9RAaZ" name="jucer_BinaryResources.cpp" compile="1" resource="0"
  339. file="Source/ComponentEditor/jucer_BinaryResources.cpp"/>
  340. <FILE id="sbNvpB" name="jucer_BinaryResources.h" compile="0" resource="0"
  341. file="Source/ComponentEditor/jucer_BinaryResources.h"/>
  342. <FILE id="smSHM5" name="jucer_ComponentLayout.cpp" compile="1" resource="0"
  343. file="Source/ComponentEditor/jucer_ComponentLayout.cpp"/>
  344. <FILE id="MNeOnz" name="jucer_ComponentLayout.h" compile="0" resource="0"
  345. file="Source/ComponentEditor/jucer_ComponentLayout.h"/>
  346. <FILE id="pxZtWJ" name="jucer_GeneratedCode.cpp" compile="1" resource="0"
  347. file="Source/ComponentEditor/jucer_GeneratedCode.cpp"/>
  348. <FILE id="uCwazM" name="jucer_GeneratedCode.h" compile="0" resource="0"
  349. file="Source/ComponentEditor/jucer_GeneratedCode.h"/>
  350. <FILE id="Ck53JI" name="jucer_JucerDocument.cpp" compile="1" resource="0"
  351. file="Source/ComponentEditor/jucer_JucerDocument.cpp"/>
  352. <FILE id="TMo2IM" name="jucer_JucerDocument.h" compile="0" resource="0"
  353. file="Source/ComponentEditor/jucer_JucerDocument.h"/>
  354. <FILE id="Cg97A0" name="jucer_ObjectTypes.cpp" compile="1" resource="0"
  355. file="Source/ComponentEditor/jucer_ObjectTypes.cpp"/>
  356. <FILE id="OXJG49" name="jucer_ObjectTypes.h" compile="0" resource="0"
  357. file="Source/ComponentEditor/jucer_ObjectTypes.h"/>
  358. <FILE id="sGXKcJ" name="jucer_PaintRoutine.cpp" compile="1" resource="0"
  359. file="Source/ComponentEditor/jucer_PaintRoutine.cpp"/>
  360. <FILE id="ctReDx" name="jucer_PaintRoutine.h" compile="0" resource="0"
  361. file="Source/ComponentEditor/jucer_PaintRoutine.h"/>
  362. <FILE id="DNlSpr" name="jucer_UtilityFunctions.h" compile="0" resource="0"
  363. file="Source/ComponentEditor/jucer_UtilityFunctions.h"/>
  364. </GROUP>
  365. <GROUP id="{579C9644-D5C2-8469-9439-F91C81337531}" name="Project Saving">
  366. <FILE id="TtXohM" name="jucer_ProjectExport_Android.h" compile="0"
  367. resource="0" file="Source/Project Saving/jucer_ProjectExport_Android.h"/>
  368. <FILE id="AhU3qX" name="jucer_ProjectExport_AndroidStudio.h" compile="0"
  369. resource="0" file="Source/Project Saving/jucer_ProjectExport_AndroidStudio.h"/>
  370. <FILE id="EkBkj1" name="jucer_ProjectExport_CodeBlocks.h" compile="0"
  371. resource="0" file="Source/Project Saving/jucer_ProjectExport_CodeBlocks.h"/>
  372. <FILE id="mVXrLi" name="jucer_ProjectExport_Make.h" compile="0" resource="0"
  373. file="Source/Project Saving/jucer_ProjectExport_Make.h"/>
  374. <FILE id="ILeTrs" name="jucer_ProjectExport_MSVC.h" compile="0" resource="0"
  375. file="Source/Project Saving/jucer_ProjectExport_MSVC.h"/>
  376. <FILE id="qGukX7" name="jucer_ProjectExport_XCode.h" compile="0" resource="0"
  377. file="Source/Project Saving/jucer_ProjectExport_XCode.h"/>
  378. <FILE id="IhUUL3" name="jucer_ProjectExporter.cpp" compile="1" resource="0"
  379. file="Source/Project Saving/jucer_ProjectExporter.cpp"/>
  380. <FILE id="DDuG44" name="jucer_ProjectExporter.h" compile="0" resource="0"
  381. file="Source/Project Saving/jucer_ProjectExporter.h"/>
  382. <FILE id="ASAH0z" name="jucer_ProjectSaver.h" compile="0" resource="0"
  383. file="Source/Project Saving/jucer_ProjectSaver.h"/>
  384. <FILE id="EEyV81" name="jucer_ResourceFile.cpp" compile="1" resource="0"
  385. file="Source/Project Saving/jucer_ResourceFile.cpp"/>
  386. <FILE id="dCnNH" name="jucer_ResourceFile.h" compile="0" resource="0"
  387. file="Source/Project Saving/jucer_ResourceFile.h"/>
  388. </GROUP>
  389. <GROUP id="vGFZIJg" name="Project">
  390. <FILE id="a9a1b" name="jucer_AudioPluginModule.h" compile="0" resource="0"
  391. file="Source/Project/jucer_AudioPluginModule.h"/>
  392. <FILE id="xYS0qQ" name="jucer_ConfigTree_Base.h" compile="0" resource="0"
  393. file="Source/Project/jucer_ConfigTree_Base.h"/>
  394. <FILE id="mLHZta" name="jucer_ConfigTree_Exporter.h" compile="0" resource="0"
  395. file="Source/Project/jucer_ConfigTree_Exporter.h"/>
  396. <FILE id="OO3lfM" name="jucer_ConfigTree_Modules.h" compile="0" resource="0"
  397. file="Source/Project/jucer_ConfigTree_Modules.h"/>
  398. <FILE id="S2W7Wj" name="jucer_DependencyPathPropertyComponent.cpp"
  399. compile="1" resource="0" file="Source/Project/jucer_DependencyPathPropertyComponent.cpp"/>
  400. <FILE id="hp5z1D" name="jucer_DependencyPathPropertyComponent.h" compile="0"
  401. resource="0" file="Source/Project/jucer_DependencyPathPropertyComponent.h"/>
  402. <FILE id="sQjHbVN" name="jucer_GroupInformationComponent.h" compile="0"
  403. resource="0" file="Source/Project/jucer_GroupInformationComponent.h"/>
  404. <FILE id="MJkOAX" name="jucer_Module.cpp" compile="1" resource="0"
  405. file="Source/Project/jucer_Module.cpp"/>
  406. <FILE id="VZmQQ6" name="jucer_Module.h" compile="0" resource="0" file="Source/Project/jucer_Module.h"/>
  407. <FILE id="AbVStQ" name="jucer_ModulesPanel.h" compile="0" resource="0"
  408. file="Source/Project/jucer_ModulesPanel.h"/>
  409. <FILE id="o4UdN4D" name="jucer_Project.cpp" compile="1" resource="0"
  410. file="Source/Project/jucer_Project.cpp"/>
  411. <FILE id="aFopF9G" name="jucer_Project.h" compile="0" resource="0"
  412. file="Source/Project/jucer_Project.h"/>
  413. <FILE id="KqyDGWJ" name="jucer_ProjectContentComponent.cpp" compile="1"
  414. resource="0" file="Source/Project/jucer_ProjectContentComponent.cpp"/>
  415. <FILE id="mIJMR08" name="jucer_ProjectContentComponent.h" compile="0"
  416. resource="0" file="Source/Project/jucer_ProjectContentComponent.h"/>
  417. <FILE id="UwhAsi1" name="jucer_ProjectTree_Base.h" compile="0" resource="0"
  418. file="Source/Project/jucer_ProjectTree_Base.h"/>
  419. <FILE id="wiMMXX" name="jucer_ProjectTree_File.h" compile="0" resource="0"
  420. file="Source/Project/jucer_ProjectTree_File.h"/>
  421. <FILE id="WaT0B16" name="jucer_ProjectTree_Group.h" compile="0" resource="0"
  422. file="Source/Project/jucer_ProjectTree_Group.h"/>
  423. <FILE id="WQ6fWQ" name="jucer_ProjectType.cpp" compile="1" resource="0"
  424. file="Source/Project/jucer_ProjectType.cpp"/>
  425. <FILE id="davId" name="jucer_ProjectType.h" compile="0" resource="0"
  426. file="Source/Project/jucer_ProjectType.h"/>
  427. <FILE id="n5C8LS" name="jucer_TreeItemTypes.h" compile="0" resource="0"
  428. file="Source/Project/jucer_TreeItemTypes.h"/>
  429. </GROUP>
  430. <GROUP id="Ga8fLmv" name="Utility">
  431. <FILE id="mceJWJc" name="jucer_CodeHelpers.cpp" compile="1" resource="0"
  432. file="Source/Utility/jucer_CodeHelpers.cpp"/>
  433. <FILE id="BBRteob" name="jucer_CodeHelpers.h" compile="0" resource="0"
  434. file="Source/Utility/jucer_CodeHelpers.h"/>
  435. <FILE id="wQtNWXb" name="jucer_Colours.h" compile="0" resource="0"
  436. file="Source/Utility/jucer_Colours.h"/>
  437. <FILE id="MQYSse6" name="jucer_FileHelpers.cpp" compile="1" resource="0"
  438. file="Source/Utility/jucer_FileHelpers.cpp"/>
  439. <FILE id="NeLXzRp" name="jucer_FileHelpers.h" compile="0" resource="0"
  440. file="Source/Utility/jucer_FileHelpers.h"/>
  441. <FILE id="f6iMAs" name="jucer_Icons.cpp" compile="1" resource="0" file="Source/Utility/jucer_Icons.cpp"/>
  442. <FILE id="EtL6vF" name="jucer_Icons.h" compile="0" resource="0" file="Source/Utility/jucer_Icons.h"/>
  443. <FILE id="4fxv0YC" name="jucer_JucerTreeViewBase.cpp" compile="1" resource="0"
  444. file="Source/Utility/jucer_JucerTreeViewBase.cpp"/>
  445. <FILE id="F0vVVSX" name="jucer_JucerTreeViewBase.h" compile="0" resource="0"
  446. file="Source/Utility/jucer_JucerTreeViewBase.h"/>
  447. <FILE id="P4hiiqU" name="jucer_MiscUtilities.cpp" compile="1" resource="0"
  448. file="Source/Utility/jucer_MiscUtilities.cpp"/>
  449. <FILE id="xyRXOU6" name="jucer_MiscUtilities.h" compile="0" resource="0"
  450. file="Source/Utility/jucer_MiscUtilities.h"/>
  451. <FILE id="i0HWAP4" name="jucer_PresetIDs.h" compile="0" resource="0"
  452. file="Source/Utility/jucer_PresetIDs.h"/>
  453. <FILE id="F3VxlRX" name="jucer_RelativePath.h" compile="0" resource="0"
  454. file="Source/Utility/jucer_RelativePath.h"/>
  455. <FILE id="w40H5T" name="jucer_SlidingPanelComponent.cpp" compile="1"
  456. resource="0" file="Source/Utility/jucer_SlidingPanelComponent.cpp"/>
  457. <FILE id="a5dZ4L" name="jucer_SlidingPanelComponent.h" compile="0"
  458. resource="0" file="Source/Utility/jucer_SlidingPanelComponent.h"/>
  459. <FILE id="5UDCwsI" name="jucer_StoredSettings.cpp" compile="1" resource="0"
  460. file="Source/Utility/jucer_StoredSettings.cpp"/>
  461. <FILE id="BkswLvF" name="jucer_StoredSettings.h" compile="0" resource="0"
  462. file="Source/Utility/jucer_StoredSettings.h"/>
  463. <FILE id="l75UWh" name="jucer_TranslationTool.h" compile="0" resource="0"
  464. file="Source/Utility/jucer_TranslationTool.h"/>
  465. <FILE id="lZ9s99o" name="jucer_ValueSourceHelpers.h" compile="0" resource="0"
  466. file="Source/Utility/jucer_ValueSourceHelpers.h"/>
  467. </GROUP>
  468. <GROUP id="{8B3486A1-A1FE-D1F3-DC93-A9648E7A0B81}" name="Wizards">
  469. <FILE id="jNmG53" name="jucer_NewFileWizard.cpp" compile="1" resource="0"
  470. file="Source/Wizards/jucer_NewFileWizard.cpp"/>
  471. <FILE id="hDWsJe" name="jucer_NewFileWizard.h" compile="0" resource="0"
  472. file="Source/Wizards/jucer_NewFileWizard.h"/>
  473. <FILE id="z1x9qC" name="jucer_NewProjectWizard.h" compile="0" resource="0"
  474. file="Source/Wizards/jucer_NewProjectWizard.h"/>
  475. <FILE id="Qj5Pic" name="jucer_NewProjectWizardClasses.cpp" compile="1"
  476. resource="0" file="Source/Wizards/jucer_NewProjectWizardClasses.cpp"/>
  477. <FILE id="EorFIT" name="jucer_NewProjectWizardClasses.h" compile="0"
  478. resource="0" file="Source/Wizards/jucer_NewProjectWizardClasses.h"/>
  479. <FILE id="gANG6q" name="jucer_NewProjectWizardComponent.h" compile="0"
  480. resource="0" file="Source/Wizards/jucer_NewProjectWizardComponent.h"/>
  481. <FILE id="XsYjVu" name="jucer_ProjectWizard_Animated.h" compile="0"
  482. resource="0" file="Source/Wizards/jucer_ProjectWizard_Animated.h"/>
  483. <FILE id="C3QHDx" name="jucer_ProjectWizard_AudioApp.h" compile="0"
  484. resource="0" file="Source/Wizards/jucer_ProjectWizard_AudioApp.h"/>
  485. <FILE id="VslsJm" name="jucer_ProjectWizard_AudioPlugin.h" compile="0"
  486. resource="0" file="Source/Wizards/jucer_ProjectWizard_AudioPlugin.h"/>
  487. <FILE id="YnNfnf" name="jucer_ProjectWizard_Blank.h" compile="0" resource="0"
  488. file="Source/Wizards/jucer_ProjectWizard_Blank.h"/>
  489. <FILE id="ZGv05z" name="jucer_ProjectWizard_Console.h" compile="0"
  490. resource="0" file="Source/Wizards/jucer_ProjectWizard_Console.h"/>
  491. <FILE id="MSY7Sv" name="jucer_ProjectWizard_DLL.h" compile="0" resource="0"
  492. file="Source/Wizards/jucer_ProjectWizard_DLL.h"/>
  493. <FILE id="DLKmUb" name="jucer_ProjectWizard_GUIApp.h" compile="0" resource="0"
  494. file="Source/Wizards/jucer_ProjectWizard_GUIApp.h"/>
  495. <FILE id="ok6sWB" name="jucer_ProjectWizard_openGL.h" compile="0" resource="0"
  496. file="Source/Wizards/jucer_ProjectWizard_openGL.h"/>
  497. <FILE id="NEahcu" name="jucer_ProjectWizard_StaticLibrary.h" compile="0"
  498. resource="0" file="Source/Wizards/jucer_ProjectWizard_StaticLibrary.h"/>
  499. <FILE id="mwwjfj" name="jucer_StartPageComponent.h" compile="0" resource="0"
  500. file="Source/Wizards/jucer_StartPageComponent.h"/>
  501. <FILE id="BlL6EA" name="jucer_TemplateThumbnailsComponent.h" compile="0"
  502. resource="0" file="Source/Wizards/jucer_TemplateThumbnailsComponent.h"/>
  503. </GROUP>
  504. <GROUP id="KPIRFfz" name="BinaryData">
  505. <GROUP id="{2EFFC5F3-CE4A-FCEB-391B-A644E7394EE3}" name="templates">
  506. <FILE id="Ksvdgw" name="jucer_AnimatedComponentTemplate.cpp" compile="0"
  507. resource="1" file="Source/BinaryData/jucer_AnimatedComponentTemplate.cpp"/>
  508. <FILE id="zI7KxE" name="jucer_AudioComponentTemplate.cpp" compile="0"
  509. resource="1" file="Source/BinaryData/jucer_AudioComponentTemplate.cpp"/>
  510. <FILE id="8H7vztx" name="jucer_AudioPluginEditorTemplate.cpp" compile="0"
  511. resource="1" file="Source/BinaryData/jucer_AudioPluginEditorTemplate.cpp"/>
  512. <FILE id="908LsXi" name="jucer_AudioPluginEditorTemplate.h" compile="0"
  513. resource="1" file="Source/BinaryData/jucer_AudioPluginEditorTemplate.h"/>
  514. <FILE id="AfHjhZ9" name="jucer_AudioPluginFilterTemplate.cpp" compile="0"
  515. resource="1" file="Source/BinaryData/jucer_AudioPluginFilterTemplate.cpp"/>
  516. <FILE id="pvgTmND" name="jucer_AudioPluginFilterTemplate.h" compile="0"
  517. resource="1" file="Source/BinaryData/jucer_AudioPluginFilterTemplate.h"/>
  518. <FILE id="gM9qyy" name="jucer_ComponentTemplate.cpp" compile="0" resource="1"
  519. file="Source/BinaryData/jucer_ComponentTemplate.cpp"/>
  520. <FILE id="TSDD99" name="jucer_ComponentTemplate.h" compile="0" resource="1"
  521. file="Source/BinaryData/jucer_ComponentTemplate.h"/>
  522. <FILE id="xl685P" name="jucer_ContentCompTemplate.cpp" compile="0"
  523. resource="1" file="Source/BinaryData/jucer_ContentCompTemplate.cpp"/>
  524. <FILE id="gFj8Jl" name="jucer_ContentCompTemplate.h" compile="0" resource="1"
  525. file="Source/BinaryData/jucer_ContentCompTemplate.h"/>
  526. <FILE id="BnCgp2" name="jucer_InlineComponentTemplate.h" compile="0"
  527. resource="1" file="Source/BinaryData/jucer_InlineComponentTemplate.h"/>
  528. <FILE id="pizYtv9" name="jucer_MainConsoleAppTemplate.cpp" compile="0"
  529. resource="1" file="Source/BinaryData/jucer_MainConsoleAppTemplate.cpp"/>
  530. <FILE id="tZCXSl" name="jucer_MainTemplate_NoWindow.cpp" compile="0"
  531. resource="1" file="Source/BinaryData/jucer_MainTemplate_NoWindow.cpp"/>
  532. <FILE id="R7OBsx" name="jucer_MainTemplate_SimpleWindow.cpp" compile="0"
  533. resource="1" file="Source/BinaryData/jucer_MainTemplate_SimpleWindow.cpp"/>
  534. <FILE id="W9iwHx" name="jucer_MainTemplate_Window.cpp" compile="0"
  535. resource="1" file="Source/BinaryData/jucer_MainTemplate_Window.cpp"/>
  536. <FILE id="fWEsCu" name="jucer_NewComponentTemplate.cpp" compile="0"
  537. resource="1" file="Source/BinaryData/jucer_NewComponentTemplate.cpp"/>
  538. <FILE id="ljPBjw" name="jucer_NewComponentTemplate.h" compile="0" resource="1"
  539. file="Source/BinaryData/jucer_NewComponentTemplate.h"/>
  540. <FILE id="cI2ImgX" name="jucer_NewCppFileTemplate.cpp" compile="0"
  541. resource="1" file="Source/BinaryData/jucer_NewCppFileTemplate.cpp"/>
  542. <FILE id="YDcz5P" name="jucer_NewCppFileTemplate.h" compile="0" resource="1"
  543. file="Source/BinaryData/jucer_NewCppFileTemplate.h"/>
  544. <FILE id="teqnin" name="jucer_NewInlineComponentTemplate.h" compile="0"
  545. resource="1" file="Source/BinaryData/jucer_NewInlineComponentTemplate.h"/>
  546. <FILE id="MMiar4" name="jucer_OpenGLComponentTemplate.cpp" compile="0"
  547. resource="1" file="Source/BinaryData/jucer_OpenGLComponentTemplate.cpp"/>
  548. </GROUP>
  549. <FILE id="RSJcrRl" name="AudioPluginXCodeScript.txt" compile="0" resource="1"
  550. file="Source/BinaryData/AudioPluginXCodeScript.txt"/>
  551. <FILE id="IW9hGs" name="background_logo.svg" compile="0" resource="1"
  552. file="Source/BinaryData/background_logo.svg"/>
  553. <FILE id="eYn4jB" name="background_tile.png" compile="0" resource="1"
  554. file="Source/BinaryData/background_tile.png"/>
  555. <FILE id="geMos6" name="colourscheme_dark.xml" compile="0" resource="1"
  556. file="Source/BinaryData/colourscheme_dark.xml"/>
  557. <FILE id="Rm5UQS" name="colourscheme_light.xml" compile="0" resource="1"
  558. file="Source/BinaryData/colourscheme_light.xml"/>
  559. <FILE id="rVgowdy" name="juce_icon.png" compile="0" resource="1" file="Source/BinaryData/juce_icon.png"/>
  560. <FILE id="b8Brir" name="projectIconAndroid.png" compile="0" resource="1"
  561. file="Source/BinaryData/projectIconAndroid.png"/>
  562. <FILE id="wdeicV" name="projectIconCodeblocks.png" compile="0" resource="1"
  563. file="Source/BinaryData/projectIconCodeblocks.png"/>
  564. <FILE id="xwPVtR" name="projectIconLinuxMakefile.png" compile="0" resource="1"
  565. file="Source/BinaryData/projectIconLinuxMakefile.png"/>
  566. <FILE id="TXWwpL" name="projectIconVisualStudio.png" compile="0" resource="1"
  567. file="Source/BinaryData/projectIconVisualStudio.png"/>
  568. <FILE id="WFftCh" name="projectIconXcode.png" compile="0" resource="1"
  569. file="Source/BinaryData/projectIconXcode.png"/>
  570. <FILE id="FZNKix" name="projectIconXcodeIOS.png" compile="0" resource="1"
  571. file="Source/BinaryData/projectIconXcodeIOS.png"/>
  572. <FILE id="TNXogM" name="RecentFilesMenuTemplate.nib" compile="0" resource="1"
  573. file="Source/BinaryData/RecentFilesMenuTemplate.nib"/>
  574. <FILE id="khQDTB" name="wizard_AnimatedApp.svg" compile="0" resource="1"
  575. file="Source/BinaryData/wizard_AnimatedApp.svg"/>
  576. <FILE id="b59ILn" name="wizard_AudioApp.svg" compile="0" resource="1"
  577. file="Source/BinaryData/wizard_AudioApp.svg"/>
  578. <FILE id="KRfxLR" name="wizard_AudioPlugin.svg" compile="0" resource="1"
  579. file="Source/BinaryData/wizard_AudioPlugin.svg"/>
  580. <FILE id="qDz5HP" name="wizard_ConsoleApp.svg" compile="0" resource="1"
  581. file="Source/BinaryData/wizard_ConsoleApp.svg"/>
  582. <FILE id="Oqscrn" name="wizard_DLL.svg" compile="0" resource="1" file="Source/BinaryData/wizard_DLL.svg"/>
  583. <FILE id="tTa6MB" name="wizard_GUI.svg" compile="0" resource="1" file="Source/BinaryData/wizard_GUI.svg"/>
  584. <FILE id="X6oRVj" name="wizard_Highlight.svg" compile="0" resource="1"
  585. file="Source/BinaryData/wizard_Highlight.svg"/>
  586. <FILE id="MvraQX" name="wizard_Openfile.svg" compile="0" resource="1"
  587. file="Source/BinaryData/wizard_Openfile.svg"/>
  588. <FILE id="SvQOsO" name="wizard_OpenGL.svg" compile="0" resource="1"
  589. file="Source/BinaryData/wizard_OpenGL.svg"/>
  590. <FILE id="l1q1aL" name="wizard_StaticLibrary.svg" compile="0" resource="1"
  591. file="Source/BinaryData/wizard_StaticLibrary.svg"/>
  592. </GROUP>
  593. </MAINGROUP>
  594. <JUCEOPTIONS JUCE_ASIO="disabled" JUCE_WASAPI="disabled" JUCE_DIRECTSOUND="disabled"
  595. JUCE_ALSA="disabled" JUCE_QUICKTIME="disabled" JUCE_OPENGL="disabled"
  596. JUCE_USE_FLAC="disabled" JUCE_USE_CDBURNER="disabled" JUCE_USE_CDREADER="disabled"
  597. JUCE_USE_CAMERA="disabled" JUCE_PLUGINHOST_VST="disabled" JUCE_PLUGINHOST_AU="disabled"
  598. JUCE_USE_OGGVORBIS="disabled" JUCE_USE_COREIMAGE_LOADER="disabled"
  599. JUCE_LOG_ASSERTIONS="enabled" JUCE_USE_CURL="enabled"/>
  600. <MODULES>
  601. <MODULE id="juce_core" showAllCode="1"/>
  602. <MODULE id="juce_cryptography" showAllCode="1"/>
  603. <MODULE id="juce_data_structures" showAllCode="1"/>
  604. <MODULE id="juce_events" showAllCode="1"/>
  605. <MODULE id="juce_graphics" showAllCode="1"/>
  606. <MODULE id="juce_gui_basics" showAllCode="1"/>
  607. <MODULE id="juce_gui_extra" showAllCode="1"/>
  608. </MODULES>
  609. <LIVE_SETTINGS>
  610. <OSX enableCxx11="1" systemHeaderPath="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/4.2/include"/>
  611. </LIVE_SETTINGS>
  612. </JUCERPROJECT>