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.

78 lines
4.3KB

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