mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
54 lines
3 KiB
XML
54 lines
3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<JUCERPROJECT id="IvabE4" name="juce_dll" projectType="library" version="1.0.0"
|
|
juceLinkage="none" bundleIdentifier="com.roli.jucedll" jucerVersion="5.1.2"
|
|
defines="JUCE_DLL_BUILD=1" includeBinaryInAppConfig="1" displaySplashScreen="0"
|
|
reportAppUsage="0" splashScreenColour="Dark" companyName="ROLI Ltd."
|
|
cppLanguageStandard="11" companyCopyright="ROLI Ltd.">
|
|
<EXPORTFORMATS>
|
|
<VS2017 targetFolder="Builds/VisualStudio2017">
|
|
<CONFIGURATIONS>
|
|
<CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
|
|
isDebug="1" optimisation="1" targetName="juce_dll"/>
|
|
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
|
|
isDebug="0" optimisation="3" targetName="juce_dll"/>
|
|
</CONFIGURATIONS>
|
|
<MODULEPATHS>
|
|
<MODULEPATH id="juce_video" path="../../modules"/>
|
|
<MODULEPATH id="juce_opengl" 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"/>
|
|
<MODULEPATH id="juce_audio_utils" path="../../modules"/>
|
|
<MODULEPATH id="juce_audio_processors" path="../../modules"/>
|
|
<MODULEPATH id="juce_audio_formats" path="../../modules"/>
|
|
<MODULEPATH id="juce_audio_devices" path="../../modules"/>
|
|
<MODULEPATH id="juce_audio_basics" path="../../modules"/>
|
|
</MODULEPATHS>
|
|
</VS2017>
|
|
</EXPORTFORMATS>
|
|
<MAINGROUP id="tNa6Wh" name="juce_dll">
|
|
<GROUP id="N2ZGxS" name="Source"/>
|
|
</MAINGROUP>
|
|
<MODULES>
|
|
<MODULES id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULES id="juce_audio_devices" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULES id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULES id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULES id="juce_audio_utils" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULES id="juce_core" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULES id="juce_cryptography" 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 id="juce_opengl" showAllCode="1" useLocalCopy="0"/>
|
|
<MODULES id="juce_video" showAllCode="1" useLocalCopy="0"/>
|
|
</MODULES>
|
|
<JUCEOPTIONS/>
|
|
</JUCERPROJECT>
|