git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@235 b431acfa-c32f-4a4a-93f1-934dc6c82436
53 lines
3.2 KiB
XML
53 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<JUCERPROJECT id="fGWbAq" name="JaySynth" projectType="audioplug" version="1.0.0"
|
|
bundleIdentifier="com.yourcompany.JaySynth" includeBinaryInAppConfig="1"
|
|
buildVST="1" buildVST3="0" buildAU="0" buildRTAS="0" buildAAX="0"
|
|
pluginName="JaySynth" pluginDesc="JaySynth" pluginManufacturer="Jay Digital Illusions"
|
|
pluginManufacturerCode="Manu" pluginCode="Plug" pluginChannelConfigs="{1, 1}, {2, 2}"
|
|
pluginIsSynth="1" pluginWantsMidiIn="1" pluginProducesMidiOut="0"
|
|
pluginSilenceInIsSilenceOut="0" pluginEditorRequiresKeys="0"
|
|
pluginAUExportPrefix="JaySynthAU" pluginRTASCategory="" aaxIdentifier="com.yourcompany.JaySynth"
|
|
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="3.1.0">
|
|
<MAINGROUP id="JZYYhB" name="JaySynth">
|
|
<GROUP id="{0DB5BC0B-0430-BEF4-A718-904ED25AF98F}" name="Source"/>
|
|
</MAINGROUP>
|
|
<EXPORTFORMATS>
|
|
<LINUX_MAKE targetFolder="Builds/Linux">
|
|
<CONFIGURATIONS>
|
|
<CONFIGURATION name="Debug" libraryPath="/usr/X11R6/lib/" isDebug="1" optimisation="1"
|
|
targetName="JaySynth"/>
|
|
<CONFIGURATION name="Release" libraryPath="/usr/X11R6/lib/" isDebug="0" optimisation="2"
|
|
targetName="JaySynth"/>
|
|
</CONFIGURATIONS>
|
|
<MODULEPATHS>
|
|
<MODULEPATH id="juce_gui_extra" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_gui_basics" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_graphics" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_events" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_data_structures" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_core" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_audio_processors" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_audio_plugin_client" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_audio_formats" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_audio_devices" path="../../../extLib/JUCE/modules"/>
|
|
<MODULEPATH id="juce_audio_basics" path="../../../extLib/JUCE/modules"/>
|
|
</MODULEPATHS>
|
|
</LINUX_MAKE>
|
|
</EXPORTFORMATS>
|
|
<MODULES>
|
|
<MODULES id="juce_audio_basics" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_audio_devices" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_audio_formats" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_audio_processors" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_core" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_data_structures" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_events" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_graphics" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_gui_basics" showAllCode="1" useLocalCopy="1"/>
|
|
<MODULES id="juce_gui_extra" showAllCode="1" useLocalCopy="1"/>
|
|
</MODULES>
|
|
<JUCEOPTIONS JUCE_QUICKTIME="disabled" JUCE_PLUGINHOST_VST="enabled"/>
|
|
</JUCERPROJECT>
|