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.

73 lines
3.7KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="oNvA5C" name="ComponentTutorialExample" projectType="guiapp"
  3. bundleIdentifier="com.roli.ComponentTutorialExample" jucerVersion="5.2.1"
  4. displaySplashScreen="0" reportAppUsage="0" companyName="ROLI Ltd."
  5. companyCopyright="ROLI Ltd.">
  6. <MAINGROUP id="WydTVz" name="ComponentTutorialExample">
  7. <GROUP id="{F2C8112A-EE4B-7AF1-A0A9-16152D1EF1A7}" name="Source">
  8. <FILE id="t4ngZQ" name="ToggleLightGridComponent.h" compile="0" resource="0"
  9. file="Source/ToggleLightGridComponent.h"/>
  10. <FILE id="xA0WBT" name="ToggleLightComponent.h" compile="0" resource="0"
  11. file="Source/ToggleLightComponent.h"/>
  12. <FILE id="N8PnZF" name="MainComponent.cpp" compile="1" resource="0"
  13. file="Source/MainComponent.cpp"/>
  14. <FILE id="IoEaT6" name="MainComponent.h" compile="0" resource="0" file="Source/MainComponent.h"/>
  15. <FILE id="F8kkAH" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
  16. </GROUP>
  17. </MAINGROUP>
  18. <EXPORTFORMATS>
  19. <XCODE_MAC targetFolder="Builds/MacOSX">
  20. <CONFIGURATIONS>
  21. <CONFIGURATION name="Debug" isDebug="1" targetName="ComponentTutorialExample"/>
  22. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="ComponentTutorialExample"/>
  23. </CONFIGURATIONS>
  24. <MODULEPATHS>
  25. <MODULEPATH id="juce_core" path="../../modules"/>
  26. <MODULEPATH id="juce_events" path="../../modules"/>
  27. <MODULEPATH id="juce_graphics" path="../../modules"/>
  28. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  29. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  30. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  31. </MODULEPATHS>
  32. </XCODE_MAC>
  33. <VS2015 targetFolder="Builds/VisualStudio2015">
  34. <CONFIGURATIONS>
  35. <CONFIGURATION name="Debug" isDebug="1" targetName="ComponentTutorialExample"/>
  36. <CONFIGURATION name="Release" isDebug="0" targetName="ComponentTutorialExample"/>
  37. </CONFIGURATIONS>
  38. <MODULEPATHS>
  39. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  40. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  41. <MODULEPATH id="juce_graphics" path="../../modules"/>
  42. <MODULEPATH id="juce_events" path="../../modules"/>
  43. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  44. <MODULEPATH id="juce_core" path="../../modules"/>
  45. </MODULEPATHS>
  46. </VS2015>
  47. <VS2017 targetFolder="Builds/VisualStudio2017">
  48. <CONFIGURATIONS>
  49. <CONFIGURATION name="Debug" isDebug="1" targetName="ComponentTutorialExample"/>
  50. <CONFIGURATION name="Release" isDebug="0" targetName="ComponentTutorialExample"/>
  51. </CONFIGURATIONS>
  52. <MODULEPATHS>
  53. <MODULEPATH id="juce_gui_extra" path="../../modules"/>
  54. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  55. <MODULEPATH id="juce_graphics" path="../../modules"/>
  56. <MODULEPATH id="juce_events" path="../../modules"/>
  57. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  58. <MODULEPATH id="juce_core" path="../../modules"/>
  59. </MODULEPATHS>
  60. </VS2017>
  61. </EXPORTFORMATS>
  62. <MODULES>
  63. <MODULES id="juce_core" showAllCode="1" useLocalCopy="0"/>
  64. <MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
  65. <MODULES id="juce_events" showAllCode="1" useLocalCopy="0"/>
  66. <MODULES id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
  67. <MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
  68. <MODULES id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
  69. </MODULES>
  70. <JUCEOPTIONS/>
  71. </JUCERPROJECT>