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.

80 lines
4.4KB

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