|
- <?xml version="1.0" encoding="UTF-8"?>
-
- <JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceLinkage="amalg_multi"
- juceFolder="../../../juce" jucerVersion="3.0.0" version="1.0.0"
- buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4"
- vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK"
- rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="HelloWorld" pluginDesc="HelloWorld"
- pluginManufacturer="yourcompany" pluginManufacturerCode="abcd"
- pluginCode="Abcd" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0"
- pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0"
- pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="HelloWorldAU"
- pluginAUViewClass="HelloWorldAU_V1" pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.jucehelloworld"
- companyName="Raw Material Software Ltd.">
- <EXPORTFORMATS>
- <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
- juceFolder="../.." objCExtraSuffix="JtTAKTK1s">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
- osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
- <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
- osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
- </CONFIGURATIONS>
- </XCODE_MAC>
- <XCODE_IPHONE targetFolder="Builds/iOS" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
- juceFolder="../.." objCExtraSuffix="JtTAKTK1s">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
- osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
- <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
- osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
- </CONFIGURATIONS>
- </XCODE_IPHONE>
- <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4"
- rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../.." libraryType="1">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
- winWarningLevel="4" generateManifest="1"/>
- <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
- winWarningLevel="4" generateManifest="1"/>
- </CONFIGURATIONS>
- </VS2005>
- <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4"
- rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../.." libraryType="1">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
- winWarningLevel="4" generateManifest="1"/>
- <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
- winWarningLevel="4" generateManifest="1"/>
- </CONFIGURATIONS>
- </VS2008>
- <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../..">
- <CONFIGURATIONS>
- <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
- libraryPath="/usr/X11R6/lib/"/>
- <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
- libraryPath="/usr/X11R6/lib/"/>
- </CONFIGURATIONS>
- </LINUX_MAKE>
- </EXPORTFORMATS>
- <MAINGROUP id="a0m6ZvX1F" name="HelloWorld">
- <GROUP id="GVpTv8yA5" name="Source">
- <FILE id="wm1yCLKYK" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
- <FILE id="Ir0rGDFpT" name="MainComponent.cpp" compile="1" resource="0"
- file="Source/MainComponent.cpp"/>
- <FILE id="Plz1QicEA" name="MainComponent.h" compile="0" resource="0"
- file="Source/MainComponent.h"/>
- </GROUP>
- </MAINGROUP>
- <JUCEOPTIONS/>
- <MODULES>
- <MODULE id="juce_core" showAllCode="1"/>
- <MODULE id="juce_events" showAllCode="1"/>
- <MODULE id="juce_graphics" showAllCode="1"/>
- <MODULE id="juce_data_structures" showAllCode="1"/>
- <MODULE id="juce_gui_extra" showAllCode="1"/>
- <MODULE id="juce_gui_basics" showAllCode="1"/>
- </MODULES>
- </JUCERPROJECT>
|