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.
|
- <?xml version="1.0" encoding="UTF-8"?>
-
- <JUCERPROJECT id="pdocPt" name="OSCReceiver" projectType="guiapp" version="1.0.0"
- bundleIdentifier="com.yourcompany.OSCReceiver" includeBinaryInAppConfig="1"
- jucerVersion="3.2.0">
- <MAINGROUP id="Y6Q0O9" name="OSCReceiver">
- <GROUP id="{9F303ECD-83DE-CA91-97B4-C083DA897F49}" name="Source">
- <FILE id="HHuoMc" name="MainComponent.h" compile="0" resource="0" file="Source/MainComponent.h"/>
- <FILE id="xL2IzY" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
- </GROUP>
- </MAINGROUP>
- <EXPORTFORMATS>
- <XCODE_MAC targetFolder="Builds/MacOSX">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" osxSDK="default" osxCompatibility="default" osxArchitecture="default"
- isDebug="1" optimisation="1" targetName="OSCReceiver"/>
- <CONFIGURATION name="Release" osxSDK="default" osxCompatibility="default" osxArchitecture="default"
- isDebug="0" optimisation="3" targetName="OSCReceiver"/>
- </CONFIGURATIONS>
- <MODULEPATHS>
- <MODULEPATH id="juce_core" path="../../modules"/>
- <MODULEPATH id="juce_events" path="../../modules"/>
- <MODULEPATH id="juce_graphics" path="../../modules"/>
- <MODULEPATH id="juce_data_structures" path="../../modules"/>
- <MODULEPATH id="juce_gui_basics" path="../../modules"/>
- <MODULEPATH id="juce_gui_extra" path="../../modules"/>
- <MODULEPATH id="juce_cryptography" path="../../modules"/>
- <MODULEPATH id="juce_osc" path="../../modules"/>
- </MODULEPATHS>
- </XCODE_MAC>
- <LINUX_MAKE targetFolder="Builds/LinuxMakefile">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" libraryPath="/usr/X11R6/lib/" isDebug="1" optimisation="1"
- targetName="OSCReceiver"/>
- <CONFIGURATION name="Release" libraryPath="/usr/X11R6/lib/" isDebug="0" optimisation="3"
- targetName="OSCReceiver"/>
- </CONFIGURATIONS>
- <MODULEPATHS>
- <MODULEPATH id="juce_osc" path="../../modules"/>
- <MODULEPATH id="juce_gui_extra" path="../../modules"/>
- <MODULEPATH id="juce_gui_basics" path="../../modules"/>
- <MODULEPATH id="juce_graphics" path="../../modules"/>
- <MODULEPATH id="juce_events" path="../../modules"/>
- <MODULEPATH id="juce_data_structures" path="../../modules"/>
- <MODULEPATH id="juce_cryptography" path="../../modules"/>
- <MODULEPATH id="juce_core" path="../../modules"/>
- </MODULEPATHS>
- </LINUX_MAKE>
- <VS2015 targetFolder="Builds/VisualStudio2015">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
- isDebug="1" optimisation="1" targetName="OSCReceiver"/>
- <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
- isDebug="0" optimisation="3" targetName="OSCReceiver"/>
- </CONFIGURATIONS>
- <MODULEPATHS>
- <MODULEPATH id="juce_osc" path="../../modules"/>
- <MODULEPATH id="juce_gui_extra" path="../../modules"/>
- <MODULEPATH id="juce_gui_basics" path="../../modules"/>
- <MODULEPATH id="juce_graphics" path="../../modules"/>
- <MODULEPATH id="juce_events" path="../../modules"/>
- <MODULEPATH id="juce_data_structures" path="../../modules"/>
- <MODULEPATH id="juce_cryptography" path="../../modules"/>
- <MODULEPATH id="juce_core" path="../../modules"/>
- </MODULEPATHS>
- </VS2015>
- </EXPORTFORMATS>
- <MODULES>
- <MODULE id="juce_core" showAllCode="1" useLocalCopy="0"/>
- <MODULE id="juce_cryptography" showAllCode="1" useLocalCopy="0"/>
- <MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
- <MODULE id="juce_events" showAllCode="1" useLocalCopy="0"/>
- <MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
- <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
- <MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
- <MODULE id="juce_osc" showAllCode="1" useLocalCopy="0"/>
- </MODULES>
- <JUCEOPTIONS/>
- </JUCERPROJECT>
|