mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
72 lines
3.7 KiB
XML
72 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<JUCERPROJECT id="oNvA5C" name="ComponentTutorialExample" projectType="guiapp"
|
|
bundleIdentifier="com.roli.ComponentTutorialExample" jucerVersion="5.2.1"
|
|
displaySplashScreen="0" reportAppUsage="0" companyName="ROLI Ltd."
|
|
companyCopyright="ROLI Ltd.">
|
|
<MAINGROUP id="WydTVz" name="ComponentTutorialExample">
|
|
<GROUP id="{F2C8112A-EE4B-7AF1-A0A9-16152D1EF1A7}" name="Source">
|
|
<FILE id="t4ngZQ" name="ToggleLightGridComponent.h" compile="0" resource="0"
|
|
file="Source/ToggleLightGridComponent.h"/>
|
|
<FILE id="xA0WBT" name="ToggleLightComponent.h" compile="0" resource="0"
|
|
file="Source/ToggleLightComponent.h"/>
|
|
<FILE id="N8PnZF" name="MainComponent.cpp" compile="1" resource="0"
|
|
file="Source/MainComponent.cpp"/>
|
|
<FILE id="IoEaT6" name="MainComponent.h" compile="0" resource="0" file="Source/MainComponent.h"/>
|
|
<FILE id="F8kkAH" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
|
|
</GROUP>
|
|
</MAINGROUP>
|
|
<EXPORTFORMATS>
|
|
<XCODE_MAC targetFolder="Builds/MacOSX">
|
|
<CONFIGURATIONS>
|
|
<CONFIGURATION name="Debug" isDebug="1" targetName="ComponentTutorialExample"/>
|
|
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="ComponentTutorialExample"/>
|
|
</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"/>
|
|
</MODULEPATHS>
|
|
</XCODE_MAC>
|
|
<VS2015 targetFolder="Builds/VisualStudio2015">
|
|
<CONFIGURATIONS>
|
|
<CONFIGURATION name="Debug" isDebug="1" targetName="ComponentTutorialExample"/>
|
|
<CONFIGURATION name="Release" isDebug="0" targetName="ComponentTutorialExample"/>
|
|
</CONFIGURATIONS>
|
|
<MODULEPATHS>
|
|
<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_core" path="../../modules"/>
|
|
</MODULEPATHS>
|
|
</VS2015>
|
|
<VS2017 targetFolder="Builds/VisualStudio2017">
|
|
<CONFIGURATIONS>
|
|
<CONFIGURATION name="Debug" isDebug="1" targetName="ComponentTutorialExample"/>
|
|
<CONFIGURATION name="Release" isDebug="0" targetName="ComponentTutorialExample"/>
|
|
</CONFIGURATIONS>
|
|
<MODULEPATHS>
|
|
<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_core" path="../../modules"/>
|
|
</MODULEPATHS>
|
|
</VS2017>
|
|
</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_gui_extra" showAllCode="1" useLocalCopy="0"/>
|
|
</MODULES>
|
|
<JUCEOPTIONS/>
|
|
</JUCERPROJECT>
|