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.

112 lines
6.1KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="Z3D0EG" name="AnalyticsCollection" displaySplashScreen="0"
  3. reportAppUsage="0" splashScreenColour="Dark" projectType="guiapp"
  4. version="1.0.0" bundleIdentifier="com.yourcompany.AnalyticsCollection"
  5. includeBinaryInAppConfig="1" cppLanguageStandard="14" companyCopyright=""
  6. jucerVersion="5.2.0">
  7. <MAINGROUP id="aOi9Tf" name="AnalyticsCollection">
  8. <GROUP id="{527B2E17-B1B1-B919-CBEA-231058E23D74}" name="Source">
  9. <FILE id="kkmpUZ" name="DemoAnalyticsEventTypes.h" compile="0" resource="0"
  10. file="Source/DemoAnalyticsEventTypes.h"/>
  11. <FILE id="qTLkDX" name="GoogleAnalyticsDestination.h" compile="0" resource="0"
  12. file="Source/GoogleAnalyticsDestination.h"/>
  13. <FILE id="DHs1bY" name="MainComponent.h" compile="0" resource="0" file="Source/MainComponent.h"/>
  14. <FILE id="dsUiEq" 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" isDebug="1" optimisation="1" targetName="AnalyticsCollection"
  21. enablePluginBinaryCopyStep="1"/>
  22. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="AnalyticsCollection"
  23. enablePluginBinaryCopyStep="1"/>
  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_analytics" path="../../modules"/>
  32. </MODULEPATHS>
  33. </XCODE_MAC>
  34. <XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="portraitlandscape"
  35. iosDeviceFamily="1,2" iPadScreenOrientation="portraitlandscape">
  36. <CONFIGURATIONS>
  37. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="AnalyticsCollection"
  38. enablePluginBinaryCopyStep="1"/>
  39. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="AnalyticsCollection"
  40. enablePluginBinaryCopyStep="1"/>
  41. </CONFIGURATIONS>
  42. <MODULEPATHS>
  43. <MODULEPATH id="juce_core" path="../../modules"/>
  44. <MODULEPATH id="juce_events" path="../../modules"/>
  45. <MODULEPATH id="juce_graphics" path="../../modules"/>
  46. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  47. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  48. <MODULEPATH id="juce_analytics" path="../../modules"/>
  49. </MODULEPATHS>
  50. </XCODE_IPHONE>
  51. <VS2017 targetFolder="Builds/VisualStudio2017">
  52. <CONFIGURATIONS>
  53. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
  54. isDebug="1" optimisation="1" targetName="AnalyticsCollection"
  55. debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="0"/>
  56. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
  57. isDebug="0" optimisation="3" targetName="AnalyticsCollection"
  58. debugInformationFormat="None" enablePluginBinaryCopyStep="0"
  59. linkTimeOptimisation="1"/>
  60. </CONFIGURATIONS>
  61. <MODULEPATHS>
  62. <MODULEPATH id="juce_core" path="../../modules"/>
  63. <MODULEPATH id="juce_events" path="../../modules"/>
  64. <MODULEPATH id="juce_graphics" path="../../modules"/>
  65. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  66. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  67. <MODULEPATH id="juce_analytics" path="../../modules"/>
  68. </MODULEPATHS>
  69. </VS2017>
  70. <LINUX_MAKE targetFolder="Builds/LinuxMakefile" extraDefs="JUCE_USE_CURL=1">
  71. <CONFIGURATIONS>
  72. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="AnalyticsCollection"/>
  73. <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="AnalyticsCollection"/>
  74. </CONFIGURATIONS>
  75. <MODULEPATHS>
  76. <MODULEPATH id="juce_core" path="../../modules"/>
  77. <MODULEPATH id="juce_events" path="../../modules"/>
  78. <MODULEPATH id="juce_graphics" path="../../modules"/>
  79. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  80. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  81. <MODULEPATH id="juce_analytics" path="../../modules"/>
  82. </MODULEPATHS>
  83. </LINUX_MAKE>
  84. <ANDROIDSTUDIO targetFolder="Builds/Android">
  85. <CONFIGURATIONS>
  86. <CONFIGURATION name="Debug" androidArchitectures="armeabi x86" isDebug="1" optimisation="1"
  87. targetName="AnalyticsCollection"/>
  88. <CONFIGURATION name="Release" androidArchitectures="" isDebug="0" optimisation="3"
  89. targetName="AnalyticsCollection"/>
  90. </CONFIGURATIONS>
  91. <MODULEPATHS>
  92. <MODULEPATH id="juce_core" path="../../modules"/>
  93. <MODULEPATH id="juce_events" path="../../modules"/>
  94. <MODULEPATH id="juce_graphics" path="../../modules"/>
  95. <MODULEPATH id="juce_data_structures" path="../../modules"/>
  96. <MODULEPATH id="juce_gui_basics" path="../../modules"/>
  97. <MODULEPATH id="juce_analytics" path="../../modules"/>
  98. </MODULEPATHS>
  99. </ANDROIDSTUDIO>
  100. </EXPORTFORMATS>
  101. <MODULES>
  102. <MODULE id="juce_analytics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
  103. <MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
  104. <MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
  105. <MODULE id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
  106. <MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
  107. <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
  108. </MODULES>
  109. <JUCEOPTIONS/>
  110. </JUCERPROJECT>