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.

724 lines
53KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="M70qfTRRk" name="Projucer" projectType="guiapp" juceFolder="../../juce"
  3. jucerVersion="6.0.0" version="6.0.0" bundleIdentifier="com.juce.theprojucer"
  4. splashScreenColour="Dark" displaySplashScreen="0" reportAppUsage="0"
  5. companyName="ROLI Ltd." companyCopyright="ROLI Ltd." cppLanguageStandard="11"
  6. useAppConfig="0" addUsingNamespaceToJuceHeader="1">
  7. <EXPORTFORMATS>
  8. <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  9. documentExtensions=".jucer" objCExtraSuffix="zkVtji" bigIcon="Zrx1Gl"
  10. extraFrameworks="AudioUnit; Accelerate; AVFoundation; CoreAudio; CoreAudioKit; CoreMIDI; DiscRecording; QuartzCore; AudioToolbox; OpenGL; QTKit; QuickTime"
  11. microphonePermissionNeeded="1" cameraPermissionNeeded="1" smallIcon="Zrx1Gl">
  12. <CONFIGURATIONS>
  13. <CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" cppLibType="libc++"
  14. recommendedWarnings="LLVM"/>
  15. <CONFIGURATION name="Release" isDebug="0" targetName="Projucer" cppLibType="libc++"
  16. linkTimeOptimisation="0" recommendedWarnings="LLVM"/>
  17. </CONFIGURATIONS>
  18. <MODULEPATHS>
  19. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  20. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  21. <MODULEPATH id="juce_graphics" path="../../modules"/>
  22. <MODULEPATH id="juce_events" path="../../modules"/>
  23. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  24. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  25. <MODULEPATH id="juce_core" path="../../modules"/>
  26. <MODULEPATH id="juce_build_tools" path="../Build"/>
  27. </MODULEPATHS>
  28. </XCODE_MAC>
  29. <VS2015 targetFolder="Builds/VisualStudio2015" bigIcon="Zrx1Gl" extraCompilerFlags="/bigobj"
  30. smallIcon="Zrx1Gl">
  31. <CONFIGURATIONS>
  32. <CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" debugInformationFormat="ProgramDatabase"
  33. useRuntimeLibDLL="1"/>
  34. <CONFIGURATION name="Release" isDebug="0" targetName="Projucer" useRuntimeLibDLL="0"
  35. debugInformationFormat="None" linkTimeOptimisation="0"/>
  36. </CONFIGURATIONS>
  37. <MODULEPATHS>
  38. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  39. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  40. <MODULEPATH id="juce_graphics" path="../../modules"/>
  41. <MODULEPATH id="juce_events" path="../../modules"/>
  42. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  43. <MODULEPATH id="juce_cryptography" path="../../modules"/>
  44. <MODULEPATH id="juce_core" path="../../modules"/>
  45. <MODULEPATH id="juce_build_tools" path="../Build"/>
  46. </MODULEPATHS>
  47. </VS2015>
  48. <VS2017 targetFolder="Builds/VisualStudio2017" bigIcon="Zrx1Gl" extraCompilerFlags="/w44265 /w45038 /w44062"
  49. smallIcon="Zrx1Gl">
  50. <CONFIGURATIONS>
  51. <CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" useRuntimeLibDLL="0"/>
  52. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer"
  53. debugInformationFormat="None" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
  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_cryptography" path="../../modules"/>
  62. <MODULEPATH id="juce_core" path="../../modules"/>
  63. <MODULEPATH id="juce_build_tools" path="../Build"/>
  64. </MODULEPATHS>
  65. </VS2017>
  66. <VS2019 targetFolder="Builds/VisualStudio2019" bigIcon="Zrx1Gl" extraCompilerFlags="/w44265 /w45038 /w44062"
  67. smallIcon="Zrx1Gl">
  68. <CONFIGURATIONS>
  69. <CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" useRuntimeLibDLL="0"/>
  70. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer"
  71. debugInformationFormat="None" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
  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_cryptography" path="../../modules"/>
  80. <MODULEPATH id="juce_core" path="../../modules"/>
  81. <MODULEPATH id="juce_build_tools" path="../Build"/>
  82. </MODULEPATHS>
  83. </VS2019>
  84. <LINUX_MAKE targetFolder="Builds/LinuxMakefile" bigIcon="Zrx1Gl" smallIcon="Zrx1Gl">
  85. <CONFIGURATIONS>
  86. <CONFIGURATION name="Debug" isDebug="1" targetName="Projucer"/>
  87. <CONFIGURATION name="Release" isDebug="0" targetName="Projucer"/>
  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_cryptography" path="../../modules"/>
  96. <MODULEPATH id="juce_core" path="../../modules"/>
  97. <MODULEPATH id="juce_build_tools" path="../Build"/>
  98. </MODULEPATHS>
  99. </LINUX_MAKE>
  100. </EXPORTFORMATS>
  101. <MAINGROUP name="Projucer" id="NhrJq66R">
  102. <GROUP id="{9E4C4E0D-7BAB-EB6F-87DA-FB264EC2AE68}" name="Application">
  103. <GROUP id="{2F08ABDF-C7BB-5F54-55F5-0C2E27983930}" name="Windows">
  104. <FILE id="w1XB4w" name="jucer_AboutWindowComponent.h" compile="0" resource="0"
  105. file="Source/Application/Windows/jucer_AboutWindowComponent.h"/>
  106. <FILE id="gAju2c" name="jucer_EditorColourSchemeWindowComponent.h"
  107. compile="0" resource="0" file="Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h"/>
  108. <FILE id="YO9U3v" name="jucer_FloatingToolWindow.h" compile="0" resource="0"
  109. file="Source/Application/Windows/jucer_FloatingToolWindow.h"/>
  110. <FILE id="dqgeFF" name="jucer_GlobalPathsWindowComponent.h" compile="0"
  111. resource="0" file="Source/Application/Windows/jucer_GlobalPathsWindowComponent.h"/>
  112. <FILE id="snVgLV" name="jucer_PIPCreatorWindowComponent.h" compile="0"
  113. resource="0" file="Source/Application/Windows/jucer_PIPCreatorWindowComponent.h"/>
  114. <FILE id="RyqPBc" name="jucer_SVGPathDataWindowComponent.h" compile="0"
  115. resource="0" file="Source/Application/Windows/jucer_SVGPathDataWindowComponent.h"/>
  116. <FILE id="ideTas" name="jucer_TranslationToolWindowComponent.h" compile="0"
  117. resource="0" file="Source/Application/Windows/jucer_TranslationToolWindowComponent.h"/>
  118. <FILE id="PQ1P6k" name="jucer_UTF8WindowComponent.h" compile="0" resource="0"
  119. file="Source/Application/Windows/jucer_UTF8WindowComponent.h"/>
  120. </GROUP>
  121. <FILE id="x5UJUE" name="jucer_Application.cpp" compile="0" resource="0"
  122. file="Source/Application/jucer_Application.cpp"/>
  123. <FILE id="PzHvpv" name="jucer_Application.h" compile="0" resource="0"
  124. file="Source/Application/jucer_Application.h"/>
  125. <FILE id="YJn4XV" name="jucer_AutoUpdater.cpp" compile="1" resource="0"
  126. file="Source/Application/jucer_AutoUpdater.cpp"/>
  127. <FILE id="SlBsVF" name="jucer_AutoUpdater.h" compile="0" resource="0"
  128. file="Source/Application/jucer_AutoUpdater.h"/>
  129. <FILE id="tbt5pt" name="jucer_CommandIDs.h" compile="0" resource="0"
  130. file="Source/Application/jucer_CommandIDs.h"/>
  131. <FILE id="A3x9a5" name="jucer_CommandLine.cpp" compile="1" resource="0"
  132. file="Source/Application/jucer_CommandLine.cpp"/>
  133. <FILE id="kofCAg" name="jucer_CommandLine.h" compile="0" resource="0"
  134. file="Source/Application/jucer_CommandLine.h"/>
  135. <FILE id="A0CFMd" name="jucer_CommonHeaders.h" compile="0" resource="0"
  136. file="Source/Application/jucer_CommonHeaders.h"/>
  137. <FILE id="XolGkQ" name="jucer_Headers.h" compile="0" resource="0" file="Source/Application/jucer_Headers.h"/>
  138. <FILE id="HEuFBb" name="jucer_Main.cpp" compile="1" resource="0" file="Source/Application/jucer_Main.cpp"/>
  139. <FILE id="DYThU0" name="jucer_MainWindow.cpp" compile="1" resource="0"
  140. file="Source/Application/jucer_MainWindow.cpp"/>
  141. <FILE id="HmkREh" name="jucer_MainWindow.h" compile="0" resource="0"
  142. file="Source/Application/jucer_MainWindow.h"/>
  143. </GROUP>
  144. <GROUP id="{BFDB3102-5EB6-41E0-043A-05C0DFF7A34D}" name="BinaryData">
  145. <FILE id="QRvesq" name="LaunchScreen.storyboard" compile="0" resource="1"
  146. file="../Build/CMake/LaunchScreen.storyboard"/>
  147. <FILE id="QCgjY8" name="PIPAudioProcessor.cpp.in" compile="0" resource="1"
  148. file="../Build/CMake/PIPAudioProcessor.cpp.in"/>
  149. <FILE id="AwIYFr" name="PIPComponent.cpp.in" compile="0" resource="1"
  150. file="../Build/CMake/PIPComponent.cpp.in"/>
  151. <FILE id="SncItz" name="PIPConsole.cpp.in" compile="0" resource="1"
  152. file="../Build/CMake/PIPConsole.cpp.in"/>
  153. <FILE id="xokhSP" name="RecentFilesMenuTemplate.nib" compile="0" resource="1"
  154. file="../Build/CMake/RecentFilesMenuTemplate.nib"/>
  155. <FILE id="H4EF8K" name="UnityPluginGUIScript.cs.in" compile="0" resource="1"
  156. file="../Build/CMake/UnityPluginGUIScript.cs.in"/>
  157. <GROUP id="{6528902B-862F-277C-31AA-6F6283E7D5C8}" name="gradle">
  158. <FILE id="HA0Kl7" name="gradle-wrapper.jar" compile="0" resource="1"
  159. file="Source/BinaryData/gradle/gradle-wrapper.jar"/>
  160. <FILE id="RmqRJ9" name="gradlew" compile="0" resource="1" file="Source/BinaryData/gradle/gradlew"/>
  161. <FILE id="gOeI5K" name="gradlew.bat" compile="0" resource="1" file="Source/BinaryData/gradle/gradlew.bat"/>
  162. <FILE id="xtpyoD" name="LICENSE" compile="0" resource="1" file="Source/BinaryData/gradle/LICENSE"/>
  163. </GROUP>
  164. <GROUP id="{85F5CA8E-1014-692B-2677-292237A41AF5}" name="Icons">
  165. <FILE id="HvDzzK" name="background_logo.svg" compile="0" resource="1"
  166. file="Source/BinaryData/Icons/background_logo.svg"/>
  167. <FILE id="qqeJmA" name="export_android.svg" compile="0" resource="1"
  168. file="Source/BinaryData/Icons/export_android.svg"/>
  169. <FILE id="WF3jeY" name="export_clion.svg" compile="0" resource="1"
  170. file="Source/BinaryData/Icons/export_clion.svg"/>
  171. <FILE id="FiwPHz" name="export_codeBlocks.svg" compile="0" resource="1"
  172. file="Source/BinaryData/Icons/export_codeBlocks.svg"/>
  173. <FILE id="WBmsi6" name="export_linux.svg" compile="0" resource="1"
  174. file="Source/BinaryData/Icons/export_linux.svg"/>
  175. <FILE id="fETsmT" name="export_visualStudio.svg" compile="0" resource="1"
  176. file="Source/BinaryData/Icons/export_visualStudio.svg"/>
  177. <FILE id="G0oYd6" name="export_xcode.svg" compile="0" resource="1"
  178. file="Source/BinaryData/Icons/export_xcode.svg"/>
  179. <FILE id="k4zzKu" name="huckleberry_icon.svg" compile="0" resource="1"
  180. file="Source/BinaryData/Icons/huckleberry_icon.svg"/>
  181. <FILE id="Pk2LIn" name="juce-logo-with-text.svg" compile="0" resource="1"
  182. file="Source/BinaryData/Icons/juce-logo-with-text.svg"/>
  183. <FILE id="Zrx1Gl" name="juce_icon.png" compile="0" resource="1" file="Source/BinaryData/Icons/juce_icon.png"/>
  184. <FILE id="iPYmG9" name="wizard_AnimatedApp.svg" compile="0" resource="1"
  185. file="Source/BinaryData/Icons/wizard_AnimatedApp.svg"/>
  186. <FILE id="nAIo3Q" name="wizard_AudioApp.svg" compile="0" resource="1"
  187. file="Source/BinaryData/Icons/wizard_AudioApp.svg"/>
  188. <FILE id="hwarU2" name="wizard_AudioPlugin.svg" compile="0" resource="1"
  189. file="Source/BinaryData/Icons/wizard_AudioPlugin.svg"/>
  190. <FILE id="SMzg53" name="wizard_ConsoleApp.svg" compile="0" resource="1"
  191. file="Source/BinaryData/Icons/wizard_ConsoleApp.svg"/>
  192. <FILE id="YG6Eva" name="wizard_DLL.svg" compile="0" resource="1" file="Source/BinaryData/Icons/wizard_DLL.svg"/>
  193. <FILE id="obZCkC" name="wizard_GUI.svg" compile="0" resource="1" file="Source/BinaryData/Icons/wizard_GUI.svg"/>
  194. <FILE id="U47vkJ" name="wizard_Highlight.svg" compile="0" resource="1"
  195. file="Source/BinaryData/Icons/wizard_Highlight.svg"/>
  196. <FILE id="k4YA4V" name="wizard_Openfile.svg" compile="0" resource="1"
  197. file="Source/BinaryData/Icons/wizard_Openfile.svg"/>
  198. <FILE id="jYodWX" name="wizard_OpenGL.svg" compile="0" resource="1"
  199. file="Source/BinaryData/Icons/wizard_OpenGL.svg"/>
  200. <FILE id="Rbi6lX" name="wizard_StaticLibrary.svg" compile="0" resource="1"
  201. file="Source/BinaryData/Icons/wizard_StaticLibrary.svg"/>
  202. </GROUP>
  203. <GROUP id="{A8B4BB53-2426-F6A0-9FB1-463BB9D64DB4}" name="Templates">
  204. <FILE id="Uadbrm" name="jucer_AnimatedComponentSimpleTemplate.h" compile="0"
  205. resource="1" file="Source/BinaryData/Templates/jucer_AnimatedComponentSimpleTemplate.h"/>
  206. <FILE id="fFFqLB" name="jucer_AnimatedComponentTemplate.cpp" compile="0"
  207. resource="1" file="Source/BinaryData/Templates/jucer_AnimatedComponentTemplate.cpp"/>
  208. <FILE id="Wh7G1x" name="jucer_AnimatedComponentTemplate.h" compile="0"
  209. resource="1" file="Source/BinaryData/Templates/jucer_AnimatedComponentTemplate.h"/>
  210. <FILE id="jzLsG8" name="jucer_AudioComponentSimpleTemplate.h" compile="0"
  211. resource="1" file="Source/BinaryData/Templates/jucer_AudioComponentSimpleTemplate.h"/>
  212. <FILE id="BzvUrn" name="jucer_AudioComponentTemplate.cpp" compile="0"
  213. resource="1" file="Source/BinaryData/Templates/jucer_AudioComponentTemplate.cpp"/>
  214. <FILE id="i9bm2b" name="jucer_AudioComponentTemplate.h" compile="0"
  215. resource="1" file="Source/BinaryData/Templates/jucer_AudioComponentTemplate.h"/>
  216. <FILE id="BYSiw7" name="jucer_AudioPluginEditorTemplate.cpp" compile="0"
  217. resource="1" file="Source/BinaryData/Templates/jucer_AudioPluginEditorTemplate.cpp"/>
  218. <FILE id="wcuIlm" name="jucer_AudioPluginEditorTemplate.h" compile="0"
  219. resource="1" file="Source/BinaryData/Templates/jucer_AudioPluginEditorTemplate.h"/>
  220. <FILE id="Ik2XYj" name="jucer_AudioPluginFilterTemplate.cpp" compile="0"
  221. resource="1" file="Source/BinaryData/Templates/jucer_AudioPluginFilterTemplate.cpp"/>
  222. <FILE id="ZuBmpP" name="jucer_AudioPluginFilterTemplate.h" compile="0"
  223. resource="1" file="Source/BinaryData/Templates/jucer_AudioPluginFilterTemplate.h"/>
  224. <FILE id="fnjYOi" name="jucer_ComponentTemplate.cpp" compile="0" resource="1"
  225. file="Source/BinaryData/Templates/jucer_ComponentTemplate.cpp"/>
  226. <FILE id="BlVkqH" name="jucer_ComponentTemplate.h" compile="0" resource="1"
  227. file="Source/BinaryData/Templates/jucer_ComponentTemplate.h"/>
  228. <FILE id="xfOeO3" name="jucer_ContentCompSimpleTemplate.h" compile="0"
  229. resource="1" file="Source/BinaryData/Templates/jucer_ContentCompSimpleTemplate.h"/>
  230. <FILE id="HX3JPg" name="jucer_ContentCompTemplate.cpp" compile="0"
  231. resource="1" file="Source/BinaryData/Templates/jucer_ContentCompTemplate.cpp"/>
  232. <FILE id="QTVhfj" name="jucer_ContentCompTemplate.h" compile="0" resource="1"
  233. file="Source/BinaryData/Templates/jucer_ContentCompTemplate.h"/>
  234. <FILE id="PuyOnZ" name="jucer_InlineComponentTemplate.h" compile="0"
  235. resource="1" file="Source/BinaryData/Templates/jucer_InlineComponentTemplate.h"/>
  236. <FILE id="FwmOVk" name="jucer_MainConsoleAppTemplate.cpp" compile="0"
  237. resource="1" file="Source/BinaryData/Templates/jucer_MainConsoleAppTemplate.cpp"/>
  238. <FILE id="IW9dIW" name="jucer_MainTemplate_NoWindow.cpp" compile="0"
  239. resource="1" file="Source/BinaryData/Templates/jucer_MainTemplate_NoWindow.cpp"/>
  240. <FILE id="SOsB1w" name="jucer_MainTemplate_SimpleWindow.cpp" compile="0"
  241. resource="1" file="Source/BinaryData/Templates/jucer_MainTemplate_SimpleWindow.cpp"/>
  242. <FILE id="Zx5T5B" name="jucer_MainTemplate_Window.cpp" compile="0"
  243. resource="1" file="Source/BinaryData/Templates/jucer_MainTemplate_Window.cpp"/>
  244. <FILE id="jCBXcQ" name="jucer_NewComponentTemplate.cpp" compile="0"
  245. resource="1" file="Source/BinaryData/Templates/jucer_NewComponentTemplate.cpp"/>
  246. <FILE id="Jmpp81" name="jucer_NewComponentTemplate.h" compile="0" resource="1"
  247. file="Source/BinaryData/Templates/jucer_NewComponentTemplate.h"/>
  248. <FILE id="mJuFw3" name="jucer_NewCppFileTemplate.cpp" compile="0" resource="1"
  249. file="Source/BinaryData/Templates/jucer_NewCppFileTemplate.cpp"/>
  250. <FILE id="AMybWD" name="jucer_NewCppFileTemplate.h" compile="0" resource="1"
  251. file="Source/BinaryData/Templates/jucer_NewCppFileTemplate.h"/>
  252. <FILE id="UfHALE" name="jucer_NewInlineComponentTemplate.h" compile="0"
  253. resource="1" file="Source/BinaryData/Templates/jucer_NewInlineComponentTemplate.h"/>
  254. <FILE id="l16bPj" name="jucer_OpenGLComponentSimpleTemplate.h" compile="0"
  255. resource="1" file="Source/BinaryData/Templates/jucer_OpenGLComponentSimpleTemplate.h"/>
  256. <FILE id="r1X5GG" name="jucer_OpenGLComponentTemplate.cpp" compile="0"
  257. resource="1" file="Source/BinaryData/Templates/jucer_OpenGLComponentTemplate.cpp"/>
  258. <FILE id="FBo5Mj" name="jucer_OpenGLComponentTemplate.h" compile="0"
  259. resource="1" file="Source/BinaryData/Templates/jucer_OpenGLComponentTemplate.h"/>
  260. <FILE id="e0zFrj" name="jucer_PIPAudioProcessorTemplate.h" compile="0"
  261. resource="1" file="Source/BinaryData/Templates/jucer_PIPAudioProcessorTemplate.h"/>
  262. <FILE id="iamwVV" name="jucer_PIPTemplate.h" compile="0" resource="1"
  263. file="Source/BinaryData/Templates/jucer_PIPTemplate.h"/>
  264. </GROUP>
  265. <FILE id="Dfk9dC" name="colourscheme_dark.xml" compile="0" resource="1"
  266. file="Source/BinaryData/colourscheme_dark.xml"/>
  267. <FILE id="bvFank" name="colourscheme_light.xml" compile="0" resource="1"
  268. file="Source/BinaryData/colourscheme_light.xml"/>
  269. <FILE id="lBlcfb" name="nothingtoseehere.txt" compile="0" resource="1"
  270. file="Source/BinaryData/nothingtoseehere.txt"/>
  271. <FILE id="tqxmy4" name="projucer_EULA.txt" compile="0" resource="1"
  272. file="Source/BinaryData/projucer_EULA.txt"/>
  273. </GROUP>
  274. <GROUP id="{A5AE7471-B900-FD9D-8DE7-2FB68D11AE30}" name="CodeEditor">
  275. <FILE id="w3ka6n" name="jucer_DocumentEditorComponent.cpp" compile="1"
  276. resource="0" file="Source/CodeEditor/jucer_DocumentEditorComponent.cpp"/>
  277. <FILE id="Gx36m4" name="jucer_DocumentEditorComponent.h" compile="0"
  278. resource="0" file="Source/CodeEditor/jucer_DocumentEditorComponent.h"/>
  279. <FILE id="uKOPR9" name="jucer_ItemPreviewComponent.h" compile="0" resource="0"
  280. file="Source/CodeEditor/jucer_ItemPreviewComponent.h"/>
  281. <FILE id="SHg96q" name="jucer_LiveBuildCodeEditor.h" compile="0" resource="0"
  282. file="Source/CodeEditor/jucer_LiveBuildCodeEditor.h"/>
  283. <FILE id="iHU8kh" name="jucer_OpenDocumentManager.cpp" compile="1"
  284. resource="0" file="Source/CodeEditor/jucer_OpenDocumentManager.cpp"/>
  285. <FILE id="Bz5yDH" name="jucer_OpenDocumentManager.h" compile="0" resource="0"
  286. file="Source/CodeEditor/jucer_OpenDocumentManager.h"/>
  287. <FILE id="S5gj8r" name="jucer_SourceCodeEditor.cpp" compile="1" resource="0"
  288. file="Source/CodeEditor/jucer_SourceCodeEditor.cpp"/>
  289. <FILE id="DWxv2K" name="jucer_SourceCodeEditor.h" compile="0" resource="0"
  290. file="Source/CodeEditor/jucer_SourceCodeEditor.h"/>
  291. </GROUP>
  292. <GROUP id="{72B0A547-254F-0B35-10C4-370B0DE37F87}" name="ComponentEditor">
  293. <GROUP id="{A5109718-A21E-5F8B-12CB-7F742647E7EF}" name="Components">
  294. <FILE id="VgJIdD" name="jucer_ButtonHandler.h" compile="0" resource="0"
  295. file="Source/ComponentEditor/Components/jucer_ButtonHandler.h"/>
  296. <FILE id="FQtiTX" name="jucer_ComboBoxHandler.h" compile="0" resource="0"
  297. file="Source/ComponentEditor/Components/jucer_ComboBoxHandler.h"/>
  298. <FILE id="dDt9ID" name="jucer_ComponentNameProperty.h" compile="0"
  299. resource="0" file="Source/ComponentEditor/Components/jucer_ComponentNameProperty.h"/>
  300. <FILE id="xcRqj5" name="jucer_ComponentTypeHandler.cpp" compile="1"
  301. resource="0" file="Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp"/>
  302. <FILE id="XcpoiJ" name="jucer_ComponentTypeHandler.h" compile="0" resource="0"
  303. file="Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h"/>
  304. <FILE id="QpvtcR" name="jucer_ComponentUndoableAction.h" compile="0"
  305. resource="0" file="Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h"/>
  306. <FILE id="vjUD9G" name="jucer_GenericComponentHandler.h" compile="0"
  307. resource="0" file="Source/ComponentEditor/Components/jucer_GenericComponentHandler.h"/>
  308. <FILE id="UHlZe2" name="jucer_GroupComponentHandler.h" compile="0"
  309. resource="0" file="Source/ComponentEditor/Components/jucer_GroupComponentHandler.h"/>
  310. <FILE id="vWW1AJ" name="jucer_HyperlinkButtonHandler.h" compile="0"
  311. resource="0" file="Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h"/>
  312. <FILE id="bwtEL9" name="jucer_ImageButtonHandler.h" compile="0" resource="0"
  313. file="Source/ComponentEditor/Components/jucer_ImageButtonHandler.h"/>
  314. <FILE id="VrPZpe" name="jucer_JucerComponentHandler.h" compile="0"
  315. resource="0" file="Source/ComponentEditor/Components/jucer_JucerComponentHandler.h"/>
  316. <FILE id="DSATgF" name="jucer_LabelHandler.h" compile="0" resource="0"
  317. file="Source/ComponentEditor/Components/jucer_LabelHandler.h"/>
  318. <FILE id="iMvLso" name="jucer_SliderHandler.h" compile="0" resource="0"
  319. file="Source/ComponentEditor/Components/jucer_SliderHandler.h"/>
  320. <FILE id="J8tXjq" name="jucer_TabbedComponentHandler.h" compile="0"
  321. resource="0" file="Source/ComponentEditor/Components/jucer_TabbedComponentHandler.h"/>
  322. <FILE id="Zp4zWE" name="jucer_TextButtonHandler.h" compile="0" resource="0"
  323. file="Source/ComponentEditor/Components/jucer_TextButtonHandler.h"/>
  324. <FILE id="avpiof" name="jucer_TextEditorHandler.h" compile="0" resource="0"
  325. file="Source/ComponentEditor/Components/jucer_TextEditorHandler.h"/>
  326. <FILE id="CQauU8" name="jucer_ToggleButtonHandler.h" compile="0" resource="0"
  327. file="Source/ComponentEditor/Components/jucer_ToggleButtonHandler.h"/>
  328. <FILE id="Vws9Pj" name="jucer_TreeViewHandler.h" compile="0" resource="0"
  329. file="Source/ComponentEditor/Components/jucer_TreeViewHandler.h"/>
  330. <FILE id="w4Fbfp" name="jucer_ViewportHandler.h" compile="0" resource="0"
  331. file="Source/ComponentEditor/Components/jucer_ViewportHandler.h"/>
  332. </GROUP>
  333. <GROUP id="{607DB225-57B9-3C1A-74B7-2C40A769250F}" name="Documents">
  334. <FILE id="acplfL" name="jucer_ButtonDocument.cpp" compile="1" resource="0"
  335. file="Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp"/>
  336. <FILE id="UWUphG" name="jucer_ButtonDocument.h" compile="0" resource="0"
  337. file="Source/ComponentEditor/Documents/jucer_ButtonDocument.h"/>
  338. <FILE id="K9VpFG" name="jucer_ComponentDocument.cpp" compile="1" resource="0"
  339. file="Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp"/>
  340. <FILE id="WmRfsl" name="jucer_ComponentDocument.h" compile="0" resource="0"
  341. file="Source/ComponentEditor/Documents/jucer_ComponentDocument.h"/>
  342. </GROUP>
  343. <GROUP id="{E7D2D3DF-1623-5F4A-25C7-A413E0E01CA0}" name="PaintElements">
  344. <FILE id="x4gzmh" name="jucer_ColouredElement.cpp" compile="1" resource="0"
  345. file="Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp"/>
  346. <FILE id="fbsXYA" name="jucer_ColouredElement.h" compile="0" resource="0"
  347. file="Source/ComponentEditor/PaintElements/jucer_ColouredElement.h"/>
  348. <FILE id="FEKebz" name="jucer_ElementSiblingComponent.h" compile="0"
  349. resource="0" file="Source/ComponentEditor/PaintElements/jucer_ElementSiblingComponent.h"/>
  350. <FILE id="OEAia2" name="jucer_FillType.h" compile="0" resource="0"
  351. file="Source/ComponentEditor/PaintElements/jucer_FillType.h"/>
  352. <FILE id="pLaNLC" name="jucer_GradientPointComponent.h" compile="0"
  353. resource="0" file="Source/ComponentEditor/PaintElements/jucer_GradientPointComponent.h"/>
  354. <FILE id="NSmo1t" name="jucer_ImageResourceProperty.h" compile="0"
  355. resource="0" file="Source/ComponentEditor/PaintElements/jucer_ImageResourceProperty.h"/>
  356. <FILE id="C4LD5Z" name="jucer_PaintElement.cpp" compile="1" resource="0"
  357. file="Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp"/>
  358. <FILE id="BurDuy" name="jucer_PaintElement.h" compile="0" resource="0"
  359. file="Source/ComponentEditor/PaintElements/jucer_PaintElement.h"/>
  360. <FILE id="XIdWSH" name="jucer_PaintElementEllipse.h" compile="0" resource="0"
  361. file="Source/ComponentEditor/PaintElements/jucer_PaintElementEllipse.h"/>
  362. <FILE id="wfQP9E" name="jucer_PaintElementGroup.cpp" compile="1" resource="0"
  363. file="Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.cpp"/>
  364. <FILE id="BvqsF8" name="jucer_PaintElementGroup.h" compile="0" resource="0"
  365. file="Source/ComponentEditor/PaintElements/jucer_PaintElementGroup.h"/>
  366. <FILE id="IwLSAV" name="jucer_PaintElementImage.cpp" compile="1" resource="0"
  367. file="Source/ComponentEditor/PaintElements/jucer_PaintElementImage.cpp"/>
  368. <FILE id="wYJFrA" name="jucer_PaintElementImage.h" compile="0" resource="0"
  369. file="Source/ComponentEditor/PaintElements/jucer_PaintElementImage.h"/>
  370. <FILE id="fVo9WQ" name="jucer_PaintElementPath.cpp" compile="1" resource="0"
  371. file="Source/ComponentEditor/PaintElements/jucer_PaintElementPath.cpp"/>
  372. <FILE id="L8g1jD" name="jucer_PaintElementPath.h" compile="0" resource="0"
  373. file="Source/ComponentEditor/PaintElements/jucer_PaintElementPath.h"/>
  374. <FILE id="VjQY17" name="jucer_PaintElementRectangle.h" compile="0"
  375. resource="0" file="Source/ComponentEditor/PaintElements/jucer_PaintElementRectangle.h"/>
  376. <FILE id="pzaoBv" name="jucer_PaintElementRoundedRectangle.h" compile="0"
  377. resource="0" file="Source/ComponentEditor/PaintElements/jucer_PaintElementRoundedRectangle.h"/>
  378. <FILE id="P4ivBB" name="jucer_PaintElementText.h" compile="0" resource="0"
  379. file="Source/ComponentEditor/PaintElements/jucer_PaintElementText.h"/>
  380. <FILE id="DqhQAy" name="jucer_PaintElementUndoableAction.h" compile="0"
  381. resource="0" file="Source/ComponentEditor/PaintElements/jucer_PaintElementUndoableAction.h"/>
  382. <FILE id="RgP2Cl" name="jucer_PointComponent.h" compile="0" resource="0"
  383. file="Source/ComponentEditor/PaintElements/jucer_PointComponent.h"/>
  384. <FILE id="fM1RFI" name="jucer_StrokeType.h" compile="0" resource="0"
  385. file="Source/ComponentEditor/PaintElements/jucer_StrokeType.h"/>
  386. </GROUP>
  387. <GROUP id="{92298E18-53B2-1971-64E3-2212358223B1}" name="Properties">
  388. <FILE id="fLr3TV" name="jucer_ColourPropertyComponent.h" compile="0"
  389. resource="0" file="Source/ComponentEditor/Properties/jucer_ColourPropertyComponent.h"/>
  390. <FILE id="TB8fD6" name="jucer_ComponentBooleanProperty.h" compile="0"
  391. resource="0" file="Source/ComponentEditor/Properties/jucer_ComponentBooleanProperty.h"/>
  392. <FILE id="NW5DER" name="jucer_ComponentChoiceProperty.h" compile="0"
  393. resource="0" file="Source/ComponentEditor/Properties/jucer_ComponentChoiceProperty.h"/>
  394. <FILE id="dsuebZ" name="jucer_ComponentColourProperty.h" compile="0"
  395. resource="0" file="Source/ComponentEditor/Properties/jucer_ComponentColourProperty.h"/>
  396. <FILE id="sSiXcs" name="jucer_ComponentTextProperty.h" compile="0"
  397. resource="0" file="Source/ComponentEditor/Properties/jucer_ComponentTextProperty.h"/>
  398. <FILE id="J1Oxkr" name="jucer_FilePropertyComponent.h" compile="0"
  399. resource="0" file="Source/ComponentEditor/Properties/jucer_FilePropertyComponent.h"/>
  400. <FILE id="tMwac1" name="jucer_FontPropertyComponent.h" compile="0"
  401. resource="0" file="Source/ComponentEditor/Properties/jucer_FontPropertyComponent.h"/>
  402. <FILE id="H0zjwj" name="jucer_JustificationProperty.h" compile="0"
  403. resource="0" file="Source/ComponentEditor/Properties/jucer_JustificationProperty.h"/>
  404. <FILE id="cUMZ2W" name="jucer_PositionPropertyBase.h" compile="0" resource="0"
  405. file="Source/ComponentEditor/Properties/jucer_PositionPropertyBase.h"/>
  406. </GROUP>
  407. <GROUP id="{F920ED75-DD04-4F09-4EFE-1B70F3CCA0B3}" name="UI">
  408. <FILE id="ynPWWT" name="jucer_ComponentLayoutEditor.cpp" compile="1"
  409. resource="0" file="Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.cpp"/>
  410. <FILE id="l5Fd2B" name="jucer_ComponentLayoutEditor.h" compile="0"
  411. resource="0" file="Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.h"/>
  412. <FILE id="mWewhM" name="jucer_ComponentLayoutPanel.h" compile="0" resource="0"
  413. file="Source/ComponentEditor/UI/jucer_ComponentLayoutPanel.h"/>
  414. <FILE id="RmkBim" name="jucer_ComponentOverlayComponent.cpp" compile="1"
  415. resource="0" file="Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.cpp"/>
  416. <FILE id="MSdWhc" name="jucer_ComponentOverlayComponent.h" compile="0"
  417. resource="0" file="Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.h"/>
  418. <FILE id="ujZbXW" name="jucer_EditingPanelBase.cpp" compile="1" resource="0"
  419. file="Source/ComponentEditor/UI/jucer_EditingPanelBase.cpp"/>
  420. <FILE id="MFosrf" name="jucer_EditingPanelBase.h" compile="0" resource="0"
  421. file="Source/ComponentEditor/UI/jucer_EditingPanelBase.h"/>
  422. <FILE id="zblH2R" name="jucer_JucerCommandIDs.h" compile="0" resource="0"
  423. file="Source/ComponentEditor/UI/jucer_JucerCommandIDs.h"/>
  424. <FILE id="BrtyNd" name="jucer_JucerDocumentEditor.cpp" compile="1"
  425. resource="0" file="Source/ComponentEditor/UI/jucer_JucerDocumentEditor.cpp"/>
  426. <FILE id="JHwgqa" name="jucer_JucerDocumentEditor.h" compile="0" resource="0"
  427. file="Source/ComponentEditor/UI/jucer_JucerDocumentEditor.h"/>
  428. <FILE id="VIzkky" name="jucer_PaintRoutineEditor.cpp" compile="1" resource="0"
  429. file="Source/ComponentEditor/UI/jucer_PaintRoutineEditor.cpp"/>
  430. <FILE id="Q8VnPm" name="jucer_PaintRoutineEditor.h" compile="0" resource="0"
  431. file="Source/ComponentEditor/UI/jucer_PaintRoutineEditor.h"/>
  432. <FILE id="acHHt4" name="jucer_PaintRoutinePanel.cpp" compile="1" resource="0"
  433. file="Source/ComponentEditor/UI/jucer_PaintRoutinePanel.cpp"/>
  434. <FILE id="Y8fhIP" name="jucer_PaintRoutinePanel.h" compile="0" resource="0"
  435. file="Source/ComponentEditor/UI/jucer_PaintRoutinePanel.h"/>
  436. <FILE id="nWP2Ed" name="jucer_RelativePositionedRectangle.h" compile="0"
  437. resource="0" file="Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h"/>
  438. <FILE id="Ki9FsA" name="jucer_ResourceEditorPanel.cpp" compile="1"
  439. resource="0" file="Source/ComponentEditor/UI/jucer_ResourceEditorPanel.cpp"/>
  440. <FILE id="sZfpi4" name="jucer_ResourceEditorPanel.h" compile="0" resource="0"
  441. file="Source/ComponentEditor/UI/jucer_ResourceEditorPanel.h"/>
  442. <FILE id="Ta2LeE" name="jucer_SnapGridPainter.h" compile="0" resource="0"
  443. file="Source/ComponentEditor/UI/jucer_SnapGridPainter.h"/>
  444. <FILE id="PB0oYI" name="jucer_TestComponent.cpp" compile="1" resource="0"
  445. file="Source/ComponentEditor/UI/jucer_TestComponent.cpp"/>
  446. <FILE id="Nuyt2T" name="jucer_TestComponent.h" compile="0" resource="0"
  447. file="Source/ComponentEditor/UI/jucer_TestComponent.h"/>
  448. </GROUP>
  449. <FILE id="kS8Bvy" name="jucer_BinaryResources.cpp" compile="1" resource="0"
  450. file="Source/ComponentEditor/jucer_BinaryResources.cpp"/>
  451. <FILE id="jNitFB" name="jucer_BinaryResources.h" compile="0" resource="0"
  452. file="Source/ComponentEditor/jucer_BinaryResources.h"/>
  453. <FILE id="J5MaLM" name="jucer_ComponentLayout.cpp" compile="1" resource="0"
  454. file="Source/ComponentEditor/jucer_ComponentLayout.cpp"/>
  455. <FILE id="pHbNm3" name="jucer_ComponentLayout.h" compile="0" resource="0"
  456. file="Source/ComponentEditor/jucer_ComponentLayout.h"/>
  457. <FILE id="JfEmBI" name="jucer_GeneratedCode.cpp" compile="1" resource="0"
  458. file="Source/ComponentEditor/jucer_GeneratedCode.cpp"/>
  459. <FILE id="Fw0OMd" name="jucer_GeneratedCode.h" compile="0" resource="0"
  460. file="Source/ComponentEditor/jucer_GeneratedCode.h"/>
  461. <FILE id="NTDHE7" name="jucer_JucerDocument.cpp" compile="1" resource="0"
  462. file="Source/ComponentEditor/jucer_JucerDocument.cpp"/>
  463. <FILE id="aeb3i1" name="jucer_JucerDocument.h" compile="0" resource="0"
  464. file="Source/ComponentEditor/jucer_JucerDocument.h"/>
  465. <FILE id="KsY0IB" name="jucer_ObjectTypes.cpp" compile="1" resource="0"
  466. file="Source/ComponentEditor/jucer_ObjectTypes.cpp"/>
  467. <FILE id="v0nivx" name="jucer_ObjectTypes.h" compile="0" resource="0"
  468. file="Source/ComponentEditor/jucer_ObjectTypes.h"/>
  469. <FILE id="msmD5y" name="jucer_PaintRoutine.cpp" compile="1" resource="0"
  470. file="Source/ComponentEditor/jucer_PaintRoutine.cpp"/>
  471. <FILE id="avEtPt" name="jucer_PaintRoutine.h" compile="0" resource="0"
  472. file="Source/ComponentEditor/jucer_PaintRoutine.h"/>
  473. <FILE id="pl4vjj" name="jucer_UtilityFunctions.h" compile="0" resource="0"
  474. file="Source/ComponentEditor/jucer_UtilityFunctions.h"/>
  475. </GROUP>
  476. <GROUP id="{1F4F21DC-6856-2C06-EEC5-39EE3B95C206}" name="LiveBuildEngine">
  477. <GROUP id="{A09CCB6F-E688-7D17-BF10-AE3C7916AACA}" name="UI">
  478. <FILE id="ESpwdA" name="jucer_ActivityListComponent.h" compile="0"
  479. resource="0" file="Source/LiveBuildEngine/UI/jucer_ActivityListComponent.h"/>
  480. <FILE id="uHJDl5" name="jucer_BuildTabStatusComponent.h" compile="0"
  481. resource="0" file="Source/LiveBuildEngine/UI/jucer_BuildTabStatusComponent.h"/>
  482. <FILE id="R6e43N" name="jucer_ComponentListComponent.h" compile="0"
  483. resource="0" file="Source/LiveBuildEngine/UI/jucer_ComponentListComponent.h"/>
  484. <FILE id="XQw8IS" name="jucer_ErrorListComponent.h" compile="0" resource="0"
  485. file="Source/LiveBuildEngine/UI/jucer_ErrorListComponent.h"/>
  486. </GROUP>
  487. <FILE id="Q5k906" name="jucer_ActivityList.h" compile="0" resource="0"
  488. file="Source/LiveBuildEngine/jucer_ActivityList.h"/>
  489. <FILE id="XWb7H2" name="jucer_ClassDatabase.h" compile="0" resource="0"
  490. file="Source/LiveBuildEngine/jucer_ClassDatabase.h"/>
  491. <FILE id="ze2gZc" name="jucer_ClientServerMessages.h" compile="0" resource="0"
  492. file="Source/LiveBuildEngine/jucer_ClientServerMessages.h"/>
  493. <FILE id="DbgXxU" name="jucer_CompileEngineClient.cpp" compile="1"
  494. resource="0" file="Source/LiveBuildEngine/jucer_CompileEngineClient.cpp"/>
  495. <FILE id="cIQAZS" name="jucer_CompileEngineClient.h" compile="0" resource="0"
  496. file="Source/LiveBuildEngine/jucer_CompileEngineClient.h"/>
  497. <FILE id="rPpmYH" name="jucer_CompileEngineDLL.h" compile="0" resource="0"
  498. file="Source/LiveBuildEngine/jucer_CompileEngineDLL.h"/>
  499. <FILE id="fAas0g" name="jucer_CompileEngineServer.cpp" compile="1"
  500. resource="0" file="Source/LiveBuildEngine/jucer_CompileEngineServer.cpp"/>
  501. <FILE id="RraER0" name="jucer_CompileEngineServer.h" compile="0" resource="0"
  502. file="Source/LiveBuildEngine/jucer_CompileEngineServer.h"/>
  503. <FILE id="hKqvP1" name="jucer_CompileEngineSettings.h" compile="0"
  504. resource="0" file="Source/LiveBuildEngine/jucer_CompileEngineSettings.h"/>
  505. <FILE id="YlfzAt" name="jucer_CppHelpers.h" compile="0" resource="0"
  506. file="Source/LiveBuildEngine/jucer_CppHelpers.h"/>
  507. <FILE id="yW3rHq" name="jucer_DiagnosticMessage.h" compile="0" resource="0"
  508. file="Source/LiveBuildEngine/jucer_DiagnosticMessage.h"/>
  509. <FILE id="v0coQ0" name="jucer_DownloadCompileEngineThread.cpp" compile="1"
  510. resource="0" file="Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.cpp"/>
  511. <FILE id="vs5P8J" name="jucer_DownloadCompileEngineThread.h" compile="0"
  512. resource="0" file="Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.h"/>
  513. <FILE id="rhXBjT" name="jucer_ErrorList.h" compile="0" resource="0"
  514. file="Source/LiveBuildEngine/jucer_ErrorList.h"/>
  515. <FILE id="w6cwIQ" name="jucer_LiveCodeBuilderDLL.h" compile="0" resource="0"
  516. file="Source/LiveBuildEngine/jucer_LiveCodeBuilderDLL.h"/>
  517. <FILE id="Cm6ctH" name="jucer_MessageIDs.h" compile="0" resource="0"
  518. file="Source/LiveBuildEngine/jucer_MessageIDs.h"/>
  519. <FILE id="TwC93V" name="jucer_ProjectBuildInfo.h" compile="0" resource="0"
  520. file="Source/LiveBuildEngine/jucer_ProjectBuildInfo.h"/>
  521. <FILE id="d0I7nM" name="jucer_SourceCodeRange.h" compile="0" resource="0"
  522. file="Source/LiveBuildEngine/jucer_SourceCodeRange.h"/>
  523. </GROUP>
  524. <GROUP id="{6653587F-C475-46AA-E7CF-1D0DFA0FEAA9}" name="Project">
  525. <GROUP id="{C37B7D1A-F059-9C82-9436-A2A94552BF90}" name="UI">
  526. <GROUP id="{19B83596-13BE-A80E-2722-BB5CCDA111FA}" name="Sidebar">
  527. <FILE id="bItg9o" name="jucer_ExporterTreeItems.h" compile="0" resource="0"
  528. file="Source/Project/UI/Sidebar/jucer_ExporterTreeItems.h"/>
  529. <FILE id="zrho6r" name="jucer_FileTreeItems.h" compile="0" resource="0"
  530. file="Source/Project/UI/Sidebar/jucer_FileTreeItems.h"/>
  531. <FILE id="g0b0eE" name="jucer_LiveBuildTab.h" compile="0" resource="0"
  532. file="Source/Project/UI/Sidebar/jucer_LiveBuildTab.h"/>
  533. <FILE id="HAByBK" name="jucer_ModuleTreeItems.h" compile="0" resource="0"
  534. file="Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h"/>
  535. <FILE id="rmISUI" name="jucer_ProjectTab.h" compile="0" resource="0"
  536. file="Source/Project/UI/Sidebar/jucer_ProjectTab.h"/>
  537. <FILE id="Htgucp" name="jucer_ProjectTreeItemBase.h" compile="0" resource="0"
  538. file="Source/Project/UI/Sidebar/jucer_ProjectTreeItemBase.h"/>
  539. <FILE id="kIPfPL" name="jucer_TabComponents.h" compile="0" resource="0"
  540. file="Source/Project/UI/Sidebar/jucer_TabComponents.h"/>
  541. <FILE id="jr8KTF" name="jucer_TreeItemTypes.h" compile="0" resource="0"
  542. file="Source/Project/UI/Sidebar/jucer_TreeItemTypes.h"/>
  543. </GROUP>
  544. <FILE id="ZEngbS" name="jucer_ContentViewComponents.h" compile="0"
  545. resource="0" file="Source/Project/UI/jucer_ContentViewComponents.h"/>
  546. <FILE id="wFypDd" name="jucer_FileGroupInformationComponent.h" compile="0"
  547. resource="0" file="Source/Project/UI/jucer_FileGroupInformationComponent.h"/>
  548. <FILE id="CSQKUL" name="jucer_HeaderComponent.cpp" compile="1" resource="0"
  549. file="Source/Project/UI/jucer_HeaderComponent.cpp"/>
  550. <FILE id="QVjJdU" name="jucer_HeaderComponent.h" compile="0" resource="0"
  551. file="Source/Project/UI/jucer_HeaderComponent.h"/>
  552. <FILE id="dN0Xzo" name="jucer_ModulesInformationComponent.h" compile="0"
  553. resource="0" file="Source/Project/UI/jucer_ModulesInformationComponent.h"/>
  554. <FILE id="PNCb48" name="jucer_ProjectContentComponent.cpp" compile="0"
  555. resource="0" file="Source/Project/UI/jucer_ProjectContentComponent.cpp"/>
  556. <FILE id="z576fZ" name="jucer_ProjectContentComponent.h" compile="0"
  557. resource="0" file="Source/Project/UI/jucer_ProjectContentComponent.h"/>
  558. </GROUP>
  559. <FILE id="kPwhZB" name="jucer_Module.cpp" compile="1" resource="0"
  560. file="Source/Project/jucer_Module.cpp"/>
  561. <FILE id="YlGT8P" name="jucer_Module.h" compile="0" resource="0" file="Source/Project/jucer_Module.h"/>
  562. <FILE id="JT1rMJ" name="jucer_Project.cpp" compile="1" resource="0"
  563. file="Source/Project/jucer_Project.cpp"/>
  564. <FILE id="bUjtVS" name="jucer_Project.h" compile="0" resource="0" file="Source/Project/jucer_Project.h"/>
  565. </GROUP>
  566. <GROUP id="{00CEE998-91CD-5001-DE85-4F4895E99A32}" name="ProjectSaving">
  567. <FILE id="JBLk8Y" name="jucer_ProjectExport_Android.h" compile="0"
  568. resource="0" file="Source/ProjectSaving/jucer_ProjectExport_Android.h"/>
  569. <FILE id="l1SmNV" name="jucer_ProjectExport_CLion.h" compile="0" resource="0"
  570. file="Source/ProjectSaving/jucer_ProjectExport_CLion.h"/>
  571. <FILE id="Kxo6ef" name="jucer_ProjectExport_CodeBlocks.h" compile="0"
  572. resource="0" file="Source/ProjectSaving/jucer_ProjectExport_CodeBlocks.h"/>
  573. <FILE id="wLX3RL" name="jucer_ProjectExport_Make.h" compile="0" resource="0"
  574. file="Source/ProjectSaving/jucer_ProjectExport_Make.h"/>
  575. <FILE id="rMbSVA" name="jucer_ProjectExport_MSVC.h" compile="0" resource="0"
  576. file="Source/ProjectSaving/jucer_ProjectExport_MSVC.h"/>
  577. <FILE id="aKKWtG" name="jucer_ProjectExport_Xcode.h" compile="0" resource="0"
  578. file="Source/ProjectSaving/jucer_ProjectExport_Xcode.h"/>
  579. <FILE id="EqKGRV" name="jucer_ProjectExporter.cpp" compile="1" resource="0"
  580. file="Source/ProjectSaving/jucer_ProjectExporter.cpp"/>
  581. <FILE id="FEsoP1" name="jucer_ProjectExporter.h" compile="0" resource="0"
  582. file="Source/ProjectSaving/jucer_ProjectExporter.h"/>
  583. <FILE id="dTbi7B" name="jucer_ProjectSaver.cpp" compile="1" resource="0"
  584. file="Source/ProjectSaving/jucer_ProjectSaver.cpp"/>
  585. <FILE id="HjoAOD" name="jucer_ProjectSaver.h" compile="0" resource="0"
  586. file="Source/ProjectSaving/jucer_ProjectSaver.h"/>
  587. <FILE id="YcgwX0" name="jucer_ResourceFile.cpp" compile="1" resource="0"
  588. file="Source/ProjectSaving/jucer_ResourceFile.cpp"/>
  589. <FILE id="d4INvx" name="jucer_ResourceFile.h" compile="0" resource="0"
  590. file="Source/ProjectSaving/jucer_ResourceFile.h"/>
  591. <FILE id="kw0nyx" name="jucer_XcodeProjectParser.h" compile="0" resource="0"
  592. file="Source/ProjectSaving/jucer_XcodeProjectParser.h"/>
  593. </GROUP>
  594. <GROUP id="{DC7C1395-DD88-0C6C-2D8A-EC48A63D31E8}" name="Settings">
  595. <FILE id="DsopUB" name="jucer_AppearanceSettings.cpp" compile="1" resource="0"
  596. file="Source/Settings/jucer_AppearanceSettings.cpp"/>
  597. <FILE id="GToVJg" name="jucer_AppearanceSettings.h" compile="0" resource="0"
  598. file="Source/Settings/jucer_AppearanceSettings.h"/>
  599. <FILE id="TvEsmH" name="jucer_StoredSettings.cpp" compile="1" resource="0"
  600. file="Source/Settings/jucer_StoredSettings.cpp"/>
  601. <FILE id="NM0cs9" name="jucer_StoredSettings.h" compile="0" resource="0"
  602. file="Source/Settings/jucer_StoredSettings.h"/>
  603. </GROUP>
  604. <GROUP id="{95DBFE17-0A31-0729-A633-C52B640801E5}" name="Utility">
  605. <GROUP id="{B7989E96-4C08-4D17-CBEA-4F3985A734D5}" name="Helpers">
  606. <FILE id="ChGAda" name="jucer_CodeHelpers.cpp" compile="1" resource="0"
  607. file="Source/Utility/Helpers/jucer_CodeHelpers.cpp"/>
  608. <FILE id="BAetgk" name="jucer_CodeHelpers.h" compile="0" resource="0"
  609. file="Source/Utility/Helpers/jucer_CodeHelpers.h"/>
  610. <FILE id="T0VJHN" name="jucer_Colours.h" compile="0" resource="0" file="Source/Utility/Helpers/jucer_Colours.h"/>
  611. <FILE id="uU5v1P" name="jucer_FileHelpers.cpp" compile="1" resource="0"
  612. file="Source/Utility/Helpers/jucer_FileHelpers.cpp"/>
  613. <FILE id="AmiISQ" name="jucer_FileHelpers.h" compile="0" resource="0"
  614. file="Source/Utility/Helpers/jucer_FileHelpers.h"/>
  615. <FILE id="qmqkqc" name="jucer_MiscUtilities.cpp" compile="1" resource="0"
  616. file="Source/Utility/Helpers/jucer_MiscUtilities.cpp"/>
  617. <FILE id="ilDiWE" name="jucer_MiscUtilities.h" compile="0" resource="0"
  618. file="Source/Utility/Helpers/jucer_MiscUtilities.h"/>
  619. <FILE id="rCaPHQ" name="jucer_PresetIDs.h" compile="0" resource="0"
  620. file="Source/Utility/Helpers/jucer_PresetIDs.h"/>
  621. <FILE id="I1mt4g" name="jucer_RelativePath.h" compile="0" resource="0"
  622. file="Source/Utility/Helpers/jucer_RelativePath.h"/>
  623. <FILE id="gOrmP5" name="jucer_TranslationHelpers.h" compile="0" resource="0"
  624. file="Source/Utility/Helpers/jucer_TranslationHelpers.h"/>
  625. <FILE id="EuC4K4" name="jucer_ValueSourceHelpers.h" compile="0" resource="0"
  626. file="Source/Utility/Helpers/jucer_ValueSourceHelpers.h"/>
  627. <FILE id="BPCoKV" name="jucer_VersionInfo.cpp" compile="1" resource="0"
  628. file="Source/Utility/Helpers/jucer_VersionInfo.cpp"/>
  629. <FILE id="TnBQtv" name="jucer_VersionInfo.h" compile="0" resource="0"
  630. file="Source/Utility/Helpers/jucer_VersionInfo.h"/>
  631. </GROUP>
  632. <GROUP id="{A07C4A97-0855-5346-CAF2-A005580B6773}" name="PIPs">
  633. <FILE id="joAnDa" name="jucer_PIPGenerator.cpp" compile="1" resource="0"
  634. file="Source/Utility/PIPs/jucer_PIPGenerator.cpp"/>
  635. <FILE id="GnbSDi" name="jucer_PIPGenerator.h" compile="0" resource="0"
  636. file="Source/Utility/PIPs/jucer_PIPGenerator.h"/>
  637. </GROUP>
  638. <GROUP id="{35F9B4BB-E683-1394-4BF2-C8F0C772168F}" name="UI">
  639. <GROUP id="{FE8C76CF-7C05-EC86-8997-C9941B88670B}" name="PropertyComponents">
  640. <FILE id="eleFsw" name="jucer_ColourPropertyComponent.h" compile="0"
  641. resource="0" file="Source/Utility/UI/PropertyComponents/jucer_ColourPropertyComponent.h"/>
  642. <FILE id="sfUzaf" name="jucer_FilePathPropertyComponent.h" compile="0"
  643. resource="0" file="Source/Utility/UI/PropertyComponents/jucer_FilePathPropertyComponent.h"/>
  644. <FILE id="c5PWPd" name="jucer_LabelPropertyComponent.h" compile="0"
  645. resource="0" file="Source/Utility/UI/PropertyComponents/jucer_LabelPropertyComponent.h"/>
  646. <FILE id="DkLOIQ" name="jucer_PropertyComponentsWithEnablement.h" compile="0"
  647. resource="0" file="Source/Utility/UI/PropertyComponents/jucer_PropertyComponentsWithEnablement.h"/>
  648. </GROUP>
  649. <FILE id="VQCK4C" name="jucer_IconButton.h" compile="0" resource="0"
  650. file="Source/Utility/UI/jucer_IconButton.h"/>
  651. <FILE id="JH1ze6" name="jucer_Icons.cpp" compile="1" resource="0" file="Source/Utility/UI/jucer_Icons.cpp"/>
  652. <FILE id="op3Mkj" name="jucer_Icons.h" compile="0" resource="0" file="Source/Utility/UI/jucer_Icons.h"/>
  653. <FILE id="A3YDvg" name="jucer_JucerTreeViewBase.cpp" compile="1" resource="0"
  654. file="Source/Utility/UI/jucer_JucerTreeViewBase.cpp"/>
  655. <FILE id="bPFTPx" name="jucer_JucerTreeViewBase.h" compile="0" resource="0"
  656. file="Source/Utility/UI/jucer_JucerTreeViewBase.h"/>
  657. <FILE id="D583iw" name="jucer_ProjucerLookAndFeel.cpp" compile="1"
  658. resource="0" file="Source/Utility/UI/jucer_ProjucerLookAndFeel.cpp"/>
  659. <FILE id="QcQx1o" name="jucer_ProjucerLookAndFeel.h" compile="0" resource="0"
  660. file="Source/Utility/UI/jucer_ProjucerLookAndFeel.h"/>
  661. <FILE id="wxiDqe" name="jucer_SlidingPanelComponent.cpp" compile="1"
  662. resource="0" file="Source/Utility/UI/jucer_SlidingPanelComponent.cpp"/>
  663. <FILE id="cbUrIP" name="jucer_SlidingPanelComponent.h" compile="0"
  664. resource="0" file="Source/Utility/UI/jucer_SlidingPanelComponent.h"/>
  665. </GROUP>
  666. </GROUP>
  667. <GROUP id="{ECF14F8E-E605-CFBF-7BAD-2CE0A360EDAA}" name="Wizards">
  668. <FILE id="ICGT7i" name="jucer_NewFileWizard.cpp" compile="1" resource="0"
  669. file="Source/Wizards/jucer_NewFileWizard.cpp"/>
  670. <FILE id="fg6m0u" name="jucer_NewFileWizard.h" compile="0" resource="0"
  671. file="Source/Wizards/jucer_NewFileWizard.h"/>
  672. <FILE id="OA9jot" name="jucer_NewProjectWizard.h" compile="0" resource="0"
  673. file="Source/Wizards/jucer_NewProjectWizard.h"/>
  674. <FILE id="fIFyt2" name="jucer_NewProjectWizardClasses.cpp" compile="1"
  675. resource="0" file="Source/Wizards/jucer_NewProjectWizardClasses.cpp"/>
  676. <FILE id="xSc6Lz" name="jucer_NewProjectWizardClasses.h" compile="0"
  677. resource="0" file="Source/Wizards/jucer_NewProjectWizardClasses.h"/>
  678. <FILE id="k0Y8ph" name="jucer_NewProjectWizardComponent.h" compile="0"
  679. resource="0" file="Source/Wizards/jucer_NewProjectWizardComponent.h"/>
  680. <FILE id="YnByBt" name="jucer_ProjectWizard_Animated.h" compile="0"
  681. resource="0" file="Source/Wizards/jucer_ProjectWizard_Animated.h"/>
  682. <FILE id="n4Mwbm" name="jucer_ProjectWizard_AudioApp.h" compile="0"
  683. resource="0" file="Source/Wizards/jucer_ProjectWizard_AudioApp.h"/>
  684. <FILE id="ItaszP" name="jucer_ProjectWizard_AudioPlugin.h" compile="0"
  685. resource="0" file="Source/Wizards/jucer_ProjectWizard_AudioPlugin.h"/>
  686. <FILE id="t0ntRv" name="jucer_ProjectWizard_Blank.h" compile="0" resource="0"
  687. file="Source/Wizards/jucer_ProjectWizard_Blank.h"/>
  688. <FILE id="dm6mDO" name="jucer_ProjectWizard_Console.h" compile="0"
  689. resource="0" file="Source/Wizards/jucer_ProjectWizard_Console.h"/>
  690. <FILE id="FlLyrJ" name="jucer_ProjectWizard_DLL.h" compile="0" resource="0"
  691. file="Source/Wizards/jucer_ProjectWizard_DLL.h"/>
  692. <FILE id="mzzOny" name="jucer_ProjectWizard_GUIApp.h" compile="0" resource="0"
  693. file="Source/Wizards/jucer_ProjectWizard_GUIApp.h"/>
  694. <FILE id="l7EQOJ" name="jucer_ProjectWizard_openGL.h" compile="0" resource="0"
  695. file="Source/Wizards/jucer_ProjectWizard_openGL.h"/>
  696. <FILE id="qik3Jx" name="jucer_ProjectWizard_StaticLibrary.h" compile="0"
  697. resource="0" file="Source/Wizards/jucer_ProjectWizard_StaticLibrary.h"/>
  698. <FILE id="bMgfxz" name="jucer_StartPageComponent.h" compile="0" resource="0"
  699. file="Source/Wizards/jucer_StartPageComponent.h"/>
  700. <FILE id="aX8eVH" name="jucer_TemplateThumbnailsComponent.h" compile="0"
  701. resource="0" file="Source/Wizards/jucer_TemplateThumbnailsComponent.h"/>
  702. </GROUP>
  703. </MAINGROUP>
  704. <JUCEOPTIONS JUCE_LOG_ASSERTIONS="1" JUCE_USE_CURL="1" JUCE_ALLOW_STATIC_NULL_VARIABLES="0"
  705. JUCE_STRICT_REFCOUNTEDPOINTER="1" JUCE_LOAD_CURL_SYMBOLS_LAZILY="1"
  706. JUCE_WEB_BROWSER="0"/>
  707. <MODULES>
  708. <MODULE id="juce_build_tools" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
  709. <MODULE id="juce_core" showAllCode="1"/>
  710. <MODULE id="juce_cryptography" showAllCode="1"/>
  711. <MODULE id="juce_data_structures" showAllCode="1"/>
  712. <MODULE id="juce_events" showAllCode="1"/>
  713. <MODULE id="juce_graphics" showAllCode="1"/>
  714. <MODULE id="juce_gui_basics" showAllCode="1"/>
  715. <MODULE id="juce_gui_extra" showAllCode="1"/>
  716. </MODULES>
  717. <LIVE_SETTINGS>
  718. <OSX enableCxx11="1"/>
  719. <WINDOWS enableCxx11="1"/>
  720. <LINUX/>
  721. </LIVE_SETTINGS>
  722. </JUCERPROJECT>