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="rysVAr" name="OSCSender" projectType="guiapp" version="1.0.0"
- bundleIdentifier="com.yourcompany.OSCSender" includeBinaryInAppConfig="1"
- jucerVersion="4.0.1">
- <MAINGROUP id="knnZZJ" name="OSCSender">
- <GROUP id="{F2A0007A-4D24-4DD6-DEC8-6428F36CE45D}" name="Source">
- <FILE id="ORaBHU" name="MainComponent.h" compile="0" resource="0" file="Source/MainComponent.h"/>
- <FILE id="FqekDD" 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="OSCSender"/>
- <CONFIGURATION name="Release" osxSDK="default" osxCompatibility="default" osxArchitecture="default"
- isDebug="0" optimisation="3" targetName="OSCSender"/>
- </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_osc" path="../../modules"/>
- </MODULEPATHS>
- </XCODE_MAC>
- <LINUX_MAKE targetFolder="Builds/LinuxMakefile">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" libraryPath="/usr/X11R6/lib/" isDebug="1" optimisation="1"
- targetName="OSCSender"/>
- <CONFIGURATION name="Release" libraryPath="/usr/X11R6/lib/" isDebug="0" optimisation="3"
- targetName="OSCSender"/>
- </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_osc" 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="OSCSender"/>
- <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
- isDebug="0" optimisation="3" targetName="OSCSender"/>
- </CONFIGURATIONS>
- <MODULEPATHS>
- <MODULEPATH id="juce_osc" 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_core" path="../../modules"/>
- </MODULEPATHS>
- </VS2015>
- </EXPORTFORMATS>
- <MODULES>
- <MODULES id="juce_core" showAllCode="1" useLocalCopy="0"/>
- <MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
- <MODULES id="juce_events" showAllCode="1" useLocalCopy="0"/>
- <MODULES id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
- <MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
- <MODULES id="juce_osc" showAllCode="1" useLocalCopy="0"/>
- </MODULES>
- <JUCEOPTIONS/>
- </JUCERPROJECT>
|