-
Notifications
You must be signed in to change notification settings - Fork 0
/
midi_zonifier.jucer
73 lines (72 loc) · 4.55 KB
/
midi_zonifier.jucer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="HQ0GgE" name="midi_zonifier" projectType="guiapp" jucerVersion="5.4.1"
companyName="Giorgio Fabbro" version="1.0">
<MAINGROUP id="KyAjDv" name="midi_zonifier">
<GROUP id="{3EE0888F-68C8-36BA-DC52-696DB1901DC3}" name="Assets">
<GROUP id="{6638880A-D4EF-5AA5-90F4-3E77740A8EC5}" name="img">
<FILE id="FWaUFi" name="logo.pptx" compile="0" resource="1" file="Assets/img/logo.pptx"/>
<FILE id="Ie9BTB" name="logo_big.png" compile="0" resource="1" file="Assets/img/logo_big.png"/>
<FILE id="SD67MG" name="logo_small.png" compile="0" resource="1" file="Assets/img/logo_small.png"/>
</GROUP>
</GROUP>
<GROUP id="{4E4C3CA0-612D-A98F-2164-C371CAEBDFB1}" name="Source">
<FILE id="EIml2Z" name="FilesComponent.cpp" compile="1" resource="0"
file="Source/FilesComponent.cpp"/>
<FILE id="HCzjmC" name="FilesComponent.h" compile="0" resource="0"
file="Source/FilesComponent.h"/>
<FILE id="HVdb8I" name="IOComponent.cpp" compile="1" resource="0" file="Source/IOComponent.cpp"/>
<FILE id="qhju0G" name="IOComponent.h" compile="0" resource="0" file="Source/IOComponent.h"/>
<FILE id="neLtt9" name="MonitorComponent.cpp" compile="1" resource="0"
file="Source/MonitorComponent.cpp"/>
<FILE id="at19Bw" name="MonitorComponent.h" compile="0" resource="0"
file="Source/MonitorComponent.h"/>
<FILE id="r8NbXl" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
<FILE id="kM52Dh" name="MainContentComponent.h" compile="0" resource="0"
file="Source/MainContentComponent.h"/>
</GROUP>
</MAINGROUP>
<EXPORTFORMATS>
<VS2017 targetFolder="Builds/VisualStudio2017" smallIcon="SD67MG" bigIcon="Ie9BTB">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug"/>
<CONFIGURATION isDebug="0" name="Release"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_core" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_cryptography" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_events" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_opengl" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
<MODULEPATH id="juce_video" path="C:/Users/Giorgio/Documents/JUCE/modules"/>
</MODULEPATHS>
</VS2017>
</EXPORTFORMATS>
<MODULES>
<MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_cryptography" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_opengl" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
<MODULE id="juce_video" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
</MODULES>
<LIVE_SETTINGS>
<WINDOWS/>
</LIVE_SETTINGS>
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1"/>
</JUCERPROJECT>