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.

72 lines
3.6KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="rysVAr" name="OSCSender" projectType="guiapp" version="1.0.0"
  3. bundleIdentifier="com.yourcompany.OSCSender" includeBinaryInAppConfig="1"
  4. jucerVersion="4.0.1">
  5. <MAINGROUP id="knnZZJ" name="OSCSender">
  6. <GROUP id="{F2A0007A-4D24-4DD6-DEC8-6428F36CE45D}" name="Source">
  7. <FILE id="ORaBHU" name="MainComponent.h" compile="0" resource="0" file="Source/MainComponent.h"/>
  8. <FILE id="FqekDD" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
  9. </GROUP>
  10. </MAINGROUP>
  11. <EXPORTFORMATS>
  12. <XCODE_MAC targetFolder="Builds/MacOSX">
  13. <CONFIGURATIONS>
  14. <CONFIGURATION name="Debug" osxSDK="default" osxCompatibility="default" osxArchitecture="default"
  15. isDebug="1" optimisation="1" targetName="OSCSender"/>
  16. <CONFIGURATION name="Release" osxSDK="default" osxCompatibility="default" osxArchitecture="default"
  17. isDebug="0" optimisation="3" targetName="OSCSender"/>
  18. </CONFIGURATIONS>
  19. <MODULEPATHS>
  20. <MODULEPATH id="juce_core" path="../../modules"/>
  21. <MODULEPATH id="juce_events" path="../../modules"/>
  22. <MODULEPATH id="juce_graphics" path="../../modules"/>
  23. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  24. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  25. <MODULEPATH id="juce_osc" path="../../modules"/>
  26. </MODULEPATHS>
  27. </XCODE_MAC>
  28. <LINUX_MAKE targetFolder="Builds/LinuxMakefile">
  29. <CONFIGURATIONS>
  30. <CONFIGURATION name="Debug" libraryPath="/usr/X11R6/lib/" isDebug="1" optimisation="1"
  31. targetName="OSCSender"/>
  32. <CONFIGURATION name="Release" libraryPath="/usr/X11R6/lib/" isDebug="0" optimisation="3"
  33. targetName="OSCSender"/>
  34. </CONFIGURATIONS>
  35. <MODULEPATHS>
  36. <MODULEPATH id="juce_core" path="../../modules"/>
  37. <MODULEPATH id="juce_events" path="../../modules"/>
  38. <MODULEPATH id="juce_graphics" path="../../modules"/>
  39. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  40. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  41. <MODULEPATH id="juce_osc" path="../../modules"/>
  42. </MODULEPATHS>
  43. </LINUX_MAKE>
  44. <VS2015 targetFolder="Builds/VisualStudio2015">
  45. <CONFIGURATIONS>
  46. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  47. isDebug="1" optimisation="1" targetName="OSCSender"/>
  48. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
  49. isDebug="0" optimisation="3" targetName="OSCSender"/>
  50. </CONFIGURATIONS>
  51. <MODULEPATHS>
  52. <MODULEPATH id="juce_osc" path="../../modules"/>
  53. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  54. <MODULEPATH id="juce_graphics" path="../../modules"/>
  55. <MODULEPATH id="juce_events" path="../../modules"/>
  56. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  57. <MODULEPATH id="juce_core" path="../../modules"/>
  58. </MODULEPATHS>
  59. </VS2015>
  60. </EXPORTFORMATS>
  61. <MODULES>
  62. <MODULES id="juce_core" showAllCode="1" useLocalCopy="0"/>
  63. <MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
  64. <MODULES id="juce_events" showAllCode="1" useLocalCopy="0"/>
  65. <MODULES id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
  66. <MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
  67. <MODULES id="juce_osc" showAllCode="1" useLocalCopy="0"/>
  68. </MODULES>
  69. <JUCEOPTIONS/>
  70. </JUCERPROJECT>