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.

682 lines
50KB

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