forked from Torbilicious/white-noise-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
white-noice-generator.jucer
109 lines (108 loc) · 7.64 KB
/
white-noice-generator.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="gsK9cU" name="white-noice-generator" displaySplashScreen="1"
reportAppUsage="1" splashScreenColour="Dark" projectType="guiapp"
version="1.0.0" bundleIdentifier="com.yourcompany.whitenoicegenerator"
includeBinaryInAppConfig="1" cppLanguageStandard="11" companyCopyright=""
jucerVersion="5.2.0">
<MAINGROUP id="lru1rF" name="white-noice-generator">
<GROUP id="{811A00C0-DC0A-7A7B-7B3A-37C61D844D53}" name="Source">
<GROUP id="{13C42A89-F11E-ED75-F9C5-C0A219A1CEEF}" name="PlaybackType">
<FILE id="uLsxDr" name="PlaybackType.h" compile="1" resource="0" file="Source/PlaybackType.h"/>
<FILE id="MnD0eU" name="PlaybackTypeChoice.cpp" compile="1" resource="0"
file="Source/PlaybackTypeChoice.cpp"/>
<FILE id="l3B1om" name="PlaybackTypeChoice.h" compile="0" resource="0"
file="Source/PlaybackTypeChoice.h"/>
</GROUP>
<FILE id="WfGqDQ" name="MainComponent.cpp" compile="1" resource="0"
file="Source/MainComponent.cpp"/>
<FILE id="ir8KYm" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
</GROUP>
</MAINGROUP>
<EXPORTFORMATS>
<XCODE_MAC targetFolder="Builds/MacOSX">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" enablePluginBinaryCopyStep="1" isDebug="1" optimisation="1"
linkTimeOptimisation="0" targetName="white-noice-generator"/>
<CONFIGURATION name="Release" enablePluginBinaryCopyStep="1" isDebug="0" optimisation="3"
linkTimeOptimisation="1" targetName="white-noice-generator"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_core" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_events" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_cryptography" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_video" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_opengl" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_basics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="../../../../../Users/tbinder/JUCE/modules"/>
</MODULEPATHS>
</XCODE_MAC>
<CLION targetFolder="Builds/CLion">
<MODULEPATHS>
<MODULEPATH id="juce_core" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_events" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_cryptography" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_video" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_opengl" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_basics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="../../../../../Users/tbinder/JUCE/modules"/>
</MODULEPATHS>
</CLION>
<VS2017 targetFolder="Builds/VisualStudio2017" windowsTargetPlatformVersion="10.0.16299.0">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="0"
linkTimeOptimisation="0" isDebug="1" optimisation="1" targetName="white-noice-generator"/>
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="0"
linkTimeOptimisation="1" isDebug="0" optimisation="3" targetName="white-noice-generator"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_video" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_opengl" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_events" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_data_structures" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_cryptography" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_core" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_utils" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_processors" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_formats" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_devices" path="../../../../../Users/tbinder/JUCE/modules"/>
<MODULEPATH id="juce_audio_basics" path="../../../../../Users/tbinder/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>
<JUCEOPTIONS/>
</JUCERPROJECT>