Browse Source

Re-saved all projects

tags/2021-05-28
ed 7 years ago
parent
commit
bfd3afa6cf
36 changed files with 720 additions and 568 deletions
  1. +4
    -0
      examples/DemoRunner/Builds/Android/app/CMakeLists.txt
  2. +268
    -268
      examples/DemoRunner/Builds/MacOSX/DemoRunner.xcodeproj/project.pbxproj
  3. +5
    -5
      examples/DemoRunner/Builds/VisualStudio2013/DemoRunner.sln
  4. +5
    -1
      examples/DemoRunner/Builds/VisualStudio2013/DemoRunner_App.vcxproj
  5. +6
    -0
      examples/DemoRunner/Builds/VisualStudio2013/DemoRunner_App.vcxproj.filters
  6. +5
    -5
      examples/DemoRunner/Builds/VisualStudio2015/DemoRunner.sln
  7. +5
    -1
      examples/DemoRunner/Builds/VisualStudio2015/DemoRunner_App.vcxproj
  8. +6
    -0
      examples/DemoRunner/Builds/VisualStudio2015/DemoRunner_App.vcxproj.filters
  9. +5
    -5
      examples/DemoRunner/Builds/VisualStudio2017/DemoRunner.sln
  10. +5
    -1
      examples/DemoRunner/Builds/VisualStudio2017/DemoRunner_App.vcxproj
  11. +6
    -0
      examples/DemoRunner/Builds/VisualStudio2017/DemoRunner_App.vcxproj.filters
  12. +282
    -282
      examples/DemoRunner/Builds/iOS/DemoRunner.xcodeproj/project.pbxproj
  13. +4
    -0
      extras/AudioPerformanceTest/Builds/Android/app/CMakeLists.txt
  14. +4
    -0
      extras/AudioPerformanceTest/Builds/VisualStudio2015/AudioPerformanceTest_App.vcxproj
  15. +6
    -0
      extras/AudioPerformanceTest/Builds/VisualStudio2015/AudioPerformanceTest_App.vcxproj.filters
  16. +4
    -0
      extras/AudioPluginHost/Builds/VisualStudio2013/AudioPluginHost_App.vcxproj
  17. +6
    -0
      extras/AudioPluginHost/Builds/VisualStudio2013/AudioPluginHost_App.vcxproj.filters
  18. +4
    -0
      extras/AudioPluginHost/Builds/VisualStudio2015/AudioPluginHost_App.vcxproj
  19. +6
    -0
      extras/AudioPluginHost/Builds/VisualStudio2015/AudioPluginHost_App.vcxproj.filters
  20. +4
    -0
      extras/AudioPluginHost/Builds/VisualStudio2017/AudioPluginHost_App.vcxproj
  21. +6
    -0
      extras/AudioPluginHost/Builds/VisualStudio2017/AudioPluginHost_App.vcxproj.filters
  22. +4
    -0
      extras/NetworkGraphicsDemo/Builds/Android/app/CMakeLists.txt
  23. +4
    -0
      extras/NetworkGraphicsDemo/Builds/VisualStudio2013/NetworkGraphicsDemo_App.vcxproj
  24. +6
    -0
      extras/NetworkGraphicsDemo/Builds/VisualStudio2013/NetworkGraphicsDemo_App.vcxproj.filters
  25. +4
    -0
      extras/NetworkGraphicsDemo/Builds/VisualStudio2017/NetworkGraphicsDemo_App.vcxproj
  26. +6
    -0
      extras/NetworkGraphicsDemo/Builds/VisualStudio2017/NetworkGraphicsDemo_App.vcxproj.filters
  27. +4
    -0
      extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj
  28. +6
    -0
      extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj.filters
  29. +4
    -0
      extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj
  30. +6
    -0
      extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters
  31. +4
    -0
      extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj
  32. +6
    -0
      extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters
  33. +4
    -0
      extras/UnitTestRunner/Builds/VisualStudio2017/UnitTestRunner_ConsoleApp.vcxproj
  34. +6
    -0
      extras/UnitTestRunner/Builds/VisualStudio2017/UnitTestRunner_ConsoleApp.vcxproj.filters
  35. +4
    -0
      extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj
  36. +6
    -0
      extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj.filters

+ 4
- 0
examples/DemoRunner/Builds/Android/app/CMakeLists.txt View File

@@ -1276,6 +1276,8 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" "../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" "../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" "../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp"
@@ -2735,6 +2737,8 @@ set_source_files_properties("../../../../../modules/juce_gui_basics/properties/j
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)


+ 268
- 268
examples/DemoRunner/Builds/MacOSX/DemoRunner.xcodeproj/project.pbxproj View File

@@ -6,213 +6,213 @@
objectVersion = 46; objectVersion = 46;
objects = { objects = {


370A881F775EE38323AD8733 = {isa = PBXBuildFile; fileRef = 693BA5DAEF7AA6C3B50EC2DC; };
197D0B3FD671BC46039BD402 = {isa = PBXBuildFile; fileRef = 9AC8E349B1BD37605DC265C9; };
871B7D71F45111D6231C98CD = {isa = PBXBuildFile; fileRef = A4EB3AA3553D1EFB81C034F4; };
018E4EFD4483646DE809CA40 = {isa = PBXBuildFile; fileRef = 9C1B19271E82B0BBC2D0521B; };
93FFF73C992956C16C73BEC6 = {isa = PBXBuildFile; fileRef = 97C9FC454090A3EE72104A52; };
730D38AB5ACE19F811F369F3 = {isa = PBXBuildFile; fileRef = 04A984B6638EC19632343F1F; };
607457FCE8BBD75E083EB29F = {isa = PBXBuildFile; fileRef = 62D16FCDF6017C2AA87D3DB9; };
19E0A51BFBBFC63B67E5DD20 = {isa = PBXBuildFile; fileRef = 0BDBEC6C75F0632BB58288A4; };
CF4621CBA7F3712DF1996692 = {isa = PBXBuildFile; fileRef = 55E8A1F8B2A41D4E308AD1C9; };
1C77CC06DC171D28C7252DB8 = {isa = PBXBuildFile; fileRef = F83E6789FB27A3C1C12C02D5; };
BC1A5005C5218466ED1B3E61 = {isa = PBXBuildFile; fileRef = C4DD77ED6C9BD2F53913868B; };
84C1762DB832A133F971BEA8 = {isa = PBXBuildFile; fileRef = 6CDA5087162A1E3BF173027A; };
EEB75869A94DC3D2A3F693C6 = {isa = PBXBuildFile; fileRef = 0DBD4A6D26A09AF057D961D0; };
E909302866F0E5C7FB832E6A = {isa = PBXBuildFile; fileRef = A0B3E7166B131F52E6A09F5A; };
42175F5C87AE216B53B59212 = {isa = PBXBuildFile; fileRef = 2E27B43C3A5FA2FBA6A7B212; };
F83FCC081FF0E65E8B6A75CB = {isa = PBXBuildFile; fileRef = B32F55290ABFA576C751FCFF; };
DB9785D076F0D4ADB9344AD3 = {isa = PBXBuildFile; fileRef = 044A3A834AEE5348AA4847B8; };
33FBE11B4954DB3FDCAD2E87 = {isa = PBXBuildFile; fileRef = E55A35A167A81F229B923A2B; };
0A7A1DAD54F7AAB62F67F0BB = {isa = PBXBuildFile; fileRef = A68AC0303BCAFE78819B8D6E; };
736C58CD86CF45A27DDD0762 = {isa = PBXBuildFile; fileRef = 240B01E373DAF925F631EB62; };
6180ACAFFA778372B73C2A70 = {isa = PBXBuildFile; fileRef = 4DFDDDACCC8280AD40CC8316; };
E473A6985F44C9A100A2C5AB = {isa = PBXBuildFile; fileRef = E41B668B39AC000C3EC470D2; };
EF08686DE5821C29BF8205B9 = {isa = PBXBuildFile; fileRef = 97B10BAA3A428CA0AD47251B; };
3F6CF8BA53264A34A1B1AEC7 = {isa = PBXBuildFile; fileRef = E547C993098EAF93D1EEC1EE; };
1EDD4177CD1BF717402DABA8 = {isa = PBXBuildFile; fileRef = 864B7A1180BE09DE3FB776CA; };
76AC642FC18267CF760470FC = {isa = PBXBuildFile; fileRef = B15548C089D4D2D2DD4BC67E; };
B7A4221E071CE65766871207 = {isa = PBXBuildFile; fileRef = 92ED3CEA2279A0F358367B6F; };
AF3CE4879A8A9D9E10BB4E8A = {isa = PBXBuildFile; fileRef = ADDD3C48F4BF2B0C3BCA0CAB; };
D0F48862EB161E1DF4BAE84F = {isa = PBXBuildFile; fileRef = F30BDB48C22556B8DFBCFE7B; };
AF48C600831E2CB3D51A95D9 = {isa = PBXBuildFile; fileRef = 04FB51D07389B3B191556190; };
324BCCB313C06D3035A71DE1 = {isa = PBXBuildFile; fileRef = 9DFF10CF4FF55BEA5A9FFEE4; };
2F797975A4008403BCDCBBCE = {isa = PBXBuildFile; fileRef = 44BD328C6ACDA0D6445BBF98; };
5A4F59B3CBA9E3C14A681325 = {isa = PBXBuildFile; fileRef = 9E9EEB1AB3EF88606B21E07E; };
666502A42875C2FFD0B618E1 = {isa = PBXBuildFile; fileRef = 03E76E0554F3D6A287F63243; };
9AE62C0E7EC304E8FC694F4F = {isa = PBXBuildFile; fileRef = 0D300BA57C26D80FF24FA201; };
8E37C0CB1BC8B89284ABB4C8 = {isa = PBXBuildFile; fileRef = 06BCDD88D7A2755077721AFB; };
F0152AA5425EB23987022328 = {isa = PBXBuildFile; fileRef = F367751DFF54F7F51B9F9421; };
86248180F6FF2906004EFA58 = {isa = PBXBuildFile; fileRef = 8ADC9E8190B6643DBA9FBCFB; };
BDE519A88E0423E156E275BA = {isa = PBXBuildFile; fileRef = 5BAF2138D89CDCA3799DF305; };
27A395E1683C96D3AC290077 = {isa = PBXBuildFile; fileRef = 3A77C902FC51FD23FBE37CDA; };
98F9D42038E40DE163A5C485 = {isa = PBXBuildFile; fileRef = EDE24F831EFE7F40C29A0083; };
BEEA876228671C6DFA3E3519 = {isa = PBXBuildFile; fileRef = 6EC31F31D786E943144430AB; };
0033480CB2D1A33127E76716 = {isa = PBXBuildFile; fileRef = 0D0A58C5E734DE6832B35C4B; };
03E76E0554F3D6A287F63243 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_data_structures.mm"; path = "../../JuceLibraryCode/include_juce_data_structures.mm"; sourceTree = "SOURCE_ROOT"; };
044A3A834AEE5348AA4847B8 = {isa = PBXFileReference; lastKnownFileType = file.icns; name = Icon.icns; path = Icon.icns; sourceTree = "SOURCE_ROOT"; };
04A984B6638EC19632343F1F = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
04FB51D07389B3B191556190 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_blocks_basics.cpp"; path = "../../JuceLibraryCode/include_juce_blocks_basics.cpp"; sourceTree = "SOURCE_ROOT"; };
06BCDD88D7A2755077721AFB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_events.mm"; path = "../../JuceLibraryCode/include_juce_events.mm"; sourceTree = "SOURCE_ROOT"; };
074C1D10318858719E02D765 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_utils"; path = "../../../../modules/juce_audio_utils"; sourceTree = "SOURCE_ROOT"; };
0BDBEC6C75F0632BB58288A4 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
0D0A58C5E734DE6832B35C4B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_video.mm"; path = "../../JuceLibraryCode/include_juce_video.mm"; sourceTree = "SOURCE_ROOT"; };
0D300BA57C26D80FF24FA201 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_dsp.mm"; path = "../../JuceLibraryCode/include_juce_dsp.mm"; sourceTree = "SOURCE_ROOT"; };
0DBD4A6D26A09AF057D961D0 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
11471AFA214A02FDB4859881 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_extra"; path = "../../../../modules/juce_gui_extra"; sourceTree = "SOURCE_ROOT"; };
142020FF74687054182134FD = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_video"; path = "../../../../modules/juce_video"; sourceTree = "SOURCE_ROOT"; };
1D0EAFA3B38123DCFA72AEB8 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_blocks_basics"; path = "../../../../modules/juce_blocks_basics"; sourceTree = "SOURCE_ROOT"; };
1D98D39BB4BC3F70611DA38D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_cryptography"; path = "../../../../modules/juce_cryptography"; sourceTree = "SOURCE_ROOT"; };
211028CEB26EF4CC89D78682 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_basics"; path = "../../../../modules/juce_audio_basics"; sourceTree = "SOURCE_ROOT"; };
23DD52801CF4D8C06686C697 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JUCEDemos.h; path = ../../Source/Demos/JUCEDemos.h; sourceTree = "SOURCE_ROOT"; };
240B01E373DAF925F631EB62 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = JUCEDemos.cpp; path = ../../Source/Demos/JUCEDemos.cpp; sourceTree = "SOURCE_ROOT"; };
2C5016DC2B2D095C79A81258 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_graphics"; path = "../../../../modules/juce_graphics"; sourceTree = "SOURCE_ROOT"; };
2E27B43C3A5FA2FBA6A7B212 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
3A77C902FC51FD23FBE37CDA = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_opengl.mm"; path = "../../JuceLibraryCode/include_juce_opengl.mm"; sourceTree = "SOURCE_ROOT"; };
3FFB08F02348B308E973548A = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_devices"; path = "../../../../modules/juce_audio_devices"; sourceTree = "SOURCE_ROOT"; };
44BD328C6ACDA0D6445BBF98 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_core.mm"; path = "../../JuceLibraryCode/include_juce_core.mm"; sourceTree = "SOURCE_ROOT"; };
4DFDDDACCC8280AD40CC8316 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoContentComponent.cpp; path = ../../Source/UI/DemoContentComponent.cpp; sourceTree = "SOURCE_ROOT"; };
55E8A1F8B2A41D4E308AD1C9 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
56520984A0785A11F5A1EF84 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = "SOURCE_ROOT"; };
596D3E558592871ACC4D8240 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = "SOURCE_ROOT"; };
5A5A1E5A42A7C7F9A815CA54 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_analytics"; path = "../../../../modules/juce_analytics"; sourceTree = "SOURCE_ROOT"; };
5B73C07CABA421AEBE37866D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_data_structures"; path = "../../../../modules/juce_data_structures"; sourceTree = "SOURCE_ROOT"; };
5BAF2138D89CDCA3799DF305 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_extra.mm"; path = "../../JuceLibraryCode/include_juce_gui_extra.mm"; sourceTree = "SOURCE_ROOT"; };
5E4AC1C3FAE1468C2A2AFF78 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_events"; path = "../../../../modules/juce_events"; sourceTree = "SOURCE_ROOT"; };
619C1371FC6E3D04AD32EE40 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_processors"; path = "../../../../modules/juce_audio_processors"; sourceTree = "SOURCE_ROOT"; };
62D16FCDF6017C2AA87D3DB9 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
693BA5DAEF7AA6C3B50EC2DC = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoRunner.app; sourceTree = "BUILT_PRODUCTS_DIR"; };
6CDA5087162A1E3BF173027A = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
6EC31F31D786E943144430AB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_product_unlocking.mm"; path = "../../JuceLibraryCode/include_juce_product_unlocking.mm"; sourceTree = "SOURCE_ROOT"; };
799B80408977AB6FA3512E9D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_basics"; path = "../../../../modules/juce_gui_basics"; sourceTree = "SOURCE_ROOT"; };
7E55E0CE0451D701D2DEE212 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SettingsContent.h; path = ../../Source/UI/SettingsContent.h; sourceTree = "SOURCE_ROOT"; };
864B7A1180BE09DE3FB776CA = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_basics.mm"; path = "../../JuceLibraryCode/include_juce_audio_basics.mm"; sourceTree = "SOURCE_ROOT"; };
8ADC9E8190B6643DBA9FBCFB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_basics.mm"; path = "../../JuceLibraryCode/include_juce_gui_basics.mm"; sourceTree = "SOURCE_ROOT"; };
8CF50424C085FF20707934E9 = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info-App.plist"; path = "Info-App.plist"; sourceTree = "SOURCE_ROOT"; };
92ED3CEA2279A0F358367B6F = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_formats.mm"; path = "../../JuceLibraryCode/include_juce_audio_formats.mm"; sourceTree = "SOURCE_ROOT"; };
97B10BAA3A428CA0AD47251B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = "SOURCE_ROOT"; };
97C9FC454090A3EE72104A52 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = System/Library/Frameworks/AVKit.framework; sourceTree = SDKROOT; };
97FFFBA2C75D558AF0B711AA = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_product_unlocking"; path = "../../../../modules/juce_product_unlocking"; sourceTree = "SOURCE_ROOT"; };
9AC8E349B1BD37605DC265C9 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
9C1B19271E82B0BBC2D0521B = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
9DFF10CF4FF55BEA5A9FFEE4 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_box2d.cpp"; path = "../../JuceLibraryCode/include_juce_box2d.cpp"; sourceTree = "SOURCE_ROOT"; };
9E9EEB1AB3EF88606B21E07E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_cryptography.mm"; path = "../../JuceLibraryCode/include_juce_cryptography.mm"; sourceTree = "SOURCE_ROOT"; };
A0B3E7166B131F52E6A09F5A = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
A4EB3AA3553D1EFB81C034F4 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
A61187BCFCE9C5438823C778 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_osc"; path = "../../../../modules/juce_osc"; sourceTree = "SOURCE_ROOT"; };
A68AC0303BCAFE78819B8D6E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs2.cpp; path = ../../Source/Demos/DemoPIPs2.cpp; sourceTree = "SOURCE_ROOT"; };
ADDD3C48F4BF2B0C3BCA0CAB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_processors.mm"; path = "../../JuceLibraryCode/include_juce_audio_processors.mm"; sourceTree = "SOURCE_ROOT"; };
B15548C089D4D2D2DD4BC67E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_devices.mm"; path = "../../JuceLibraryCode/include_juce_audio_devices.mm"; sourceTree = "SOURCE_ROOT"; };
B32F55290ABFA576C751FCFF = {isa = PBXFileReference; lastKnownFileType = file.nib; name = RecentFilesMenuTemplate.nib; path = RecentFilesMenuTemplate.nib; sourceTree = "SOURCE_ROOT"; };
C32FF4237402199F1F0F7500 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_box2d"; path = "../../../../modules/juce_box2d"; sourceTree = "SOURCE_ROOT"; };
C4DD77ED6C9BD2F53913868B = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; };
CA19CE7F3E51C2F6F4DDB2AE = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_core"; path = "../../../../modules/juce_core"; sourceTree = "SOURCE_ROOT"; };
CF85276B282B107D0FB2D1E5 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DemoContentComponent.h; path = ../../Source/UI/DemoContentComponent.h; sourceTree = "SOURCE_ROOT"; };
D09B545DFAC1692CEA6DABE8 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_formats"; path = "../../../../modules/juce_audio_formats"; sourceTree = "SOURCE_ROOT"; };
D2CB6599F5515CFE13AEDF03 = {isa = PBXFileReference; lastKnownFileType = image.png; name = JUCEAppIcon.png; path = ../../Source/JUCEAppIcon.png; sourceTree = "SOURCE_ROOT"; };
DECB99ECDAA3EF7ECC1D4129 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_dsp"; path = "../../../../modules/juce_dsp"; sourceTree = "SOURCE_ROOT"; };
E1C0C04835976C043D67E62E = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/UI/MainComponent.h; sourceTree = "SOURCE_ROOT"; };
E41B668B39AC000C3EC470D2 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/UI/MainComponent.cpp; sourceTree = "SOURCE_ROOT"; };
E547C993098EAF93D1EEC1EE = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_analytics.cpp"; path = "../../JuceLibraryCode/include_juce_analytics.cpp"; sourceTree = "SOURCE_ROOT"; };
E55A35A167A81F229B923A2B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs1.cpp; path = ../../Source/Demos/DemoPIPs1.cpp; sourceTree = "SOURCE_ROOT"; };
E5B1F28EC559FA7B057D56ED = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IntroScreen.h; path = ../../Source/Demos/IntroScreen.h; sourceTree = "SOURCE_ROOT"; };
EDE24F831EFE7F40C29A0083 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_osc.cpp"; path = "../../JuceLibraryCode/include_juce_osc.cpp"; sourceTree = "SOURCE_ROOT"; };
F30BDB48C22556B8DFBCFE7B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_utils.mm"; path = "../../JuceLibraryCode/include_juce_audio_utils.mm"; sourceTree = "SOURCE_ROOT"; };
F367751DFF54F7F51B9F9421 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_graphics.mm"; path = "../../JuceLibraryCode/include_juce_graphics.mm"; sourceTree = "SOURCE_ROOT"; };
F6756A331E3B96FA82E689DF = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_opengl"; path = "../../../../modules/juce_opengl"; sourceTree = "SOURCE_ROOT"; };
F83E6789FB27A3C1C12C02D5 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
35E0BF35A92CBD2BAC0C1FDD = {isa = PBXGroup; children = (
E55A35A167A81F229B923A2B,
A68AC0303BCAFE78819B8D6E,
E5B1F28EC559FA7B057D56ED,
240B01E373DAF925F631EB62,
23DD52801CF4D8C06686C697, ); name = Demos; sourceTree = "<group>"; };
97D4AFB378C20B7D95650A43 = {isa = PBXGroup; children = (
4DFDDDACCC8280AD40CC8316,
CF85276B282B107D0FB2D1E5,
E41B668B39AC000C3EC470D2,
E1C0C04835976C043D67E62E,
7E55E0CE0451D701D2DEE212, ); name = UI; sourceTree = "<group>"; };
49551EF8E4689F9369A080A1 = {isa = PBXGroup; children = (
35E0BF35A92CBD2BAC0C1FDD,
97D4AFB378C20B7D95650A43,
97B10BAA3A428CA0AD47251B,
D2CB6599F5515CFE13AEDF03, ); name = Source; sourceTree = "<group>"; };
040E415602FEA20B94721098 = {isa = PBXGroup; children = (
49551EF8E4689F9369A080A1, ); name = DemoRunner; sourceTree = "<group>"; };
6AD84DBD9726518913EBFFBF = {isa = PBXGroup; children = (
5A5A1E5A42A7C7F9A815CA54,
211028CEB26EF4CC89D78682,
3FFB08F02348B308E973548A,
D09B545DFAC1692CEA6DABE8,
619C1371FC6E3D04AD32EE40,
074C1D10318858719E02D765,
1D0EAFA3B38123DCFA72AEB8,
C32FF4237402199F1F0F7500,
CA19CE7F3E51C2F6F4DDB2AE,
1D98D39BB4BC3F70611DA38D,
5B73C07CABA421AEBE37866D,
DECB99ECDAA3EF7ECC1D4129,
5E4AC1C3FAE1468C2A2AFF78,
2C5016DC2B2D095C79A81258,
799B80408977AB6FA3512E9D,
11471AFA214A02FDB4859881,
F6756A331E3B96FA82E689DF,
A61187BCFCE9C5438823C778,
97FFFBA2C75D558AF0B711AA,
142020FF74687054182134FD, ); name = "JUCE Modules"; sourceTree = "<group>"; };
60908C46E0C221900D0A0FC9 = {isa = PBXGroup; children = (
56520984A0785A11F5A1EF84,
E547C993098EAF93D1EEC1EE,
864B7A1180BE09DE3FB776CA,
B15548C089D4D2D2DD4BC67E,
92ED3CEA2279A0F358367B6F,
ADDD3C48F4BF2B0C3BCA0CAB,
F30BDB48C22556B8DFBCFE7B,
04FB51D07389B3B191556190,
9DFF10CF4FF55BEA5A9FFEE4,
44BD328C6ACDA0D6445BBF98,
9E9EEB1AB3EF88606B21E07E,
03E76E0554F3D6A287F63243,
0D300BA57C26D80FF24FA201,
06BCDD88D7A2755077721AFB,
F367751DFF54F7F51B9F9421,
8ADC9E8190B6643DBA9FBCFB,
5BAF2138D89CDCA3799DF305,
3A77C902FC51FD23FBE37CDA,
EDE24F831EFE7F40C29A0083,
6EC31F31D786E943144430AB,
0D0A58C5E734DE6832B35C4B,
596D3E558592871ACC4D8240, ); name = "JUCE Library Code"; sourceTree = "<group>"; };
2323D92B0158D4DAFD090335 = {isa = PBXGroup; children = (
8CF50424C085FF20707934E9,
B32F55290ABFA576C751FCFF,
044A3A834AEE5348AA4847B8, ); name = Resources; sourceTree = "<group>"; };
ADFBDAC47CC6847EDABA121B = {isa = PBXGroup; children = (
9AC8E349B1BD37605DC265C9,
A4EB3AA3553D1EFB81C034F4,
9C1B19271E82B0BBC2D0521B,
97C9FC454090A3EE72104A52,
04A984B6638EC19632343F1F,
62D16FCDF6017C2AA87D3DB9,
0BDBEC6C75F0632BB58288A4,
55E8A1F8B2A41D4E308AD1C9,
F83E6789FB27A3C1C12C02D5,
C4DD77ED6C9BD2F53913868B,
6CDA5087162A1E3BF173027A,
0DBD4A6D26A09AF057D961D0,
A0B3E7166B131F52E6A09F5A,
2E27B43C3A5FA2FBA6A7B212, ); name = Frameworks; sourceTree = "<group>"; };
978579EAB35218E61A667222 = {isa = PBXGroup; children = (
693BA5DAEF7AA6C3B50EC2DC, ); name = Products; sourceTree = "<group>"; };
4CEA2DABAC1C8FA81FEFA645 = {isa = PBXGroup; children = (
040E415602FEA20B94721098,
6AD84DBD9726518913EBFFBF,
60908C46E0C221900D0A0FC9,
2323D92B0158D4DAFD090335,
ADFBDAC47CC6847EDABA121B,
978579EAB35218E61A667222, ); name = Source; sourceTree = "<group>"; };
730283B212E54D874407832B = {isa = XCBuildConfiguration; buildSettings = {
9EB836C2E9AE9D376042E759 = {isa = PBXBuildFile; fileRef = 7F2A09363136D45E1E3B67BD; };
17C9A4C5F66376EA9D59CB91 = {isa = PBXBuildFile; fileRef = 689C2B38727A134CFCB5115C; };
768AF4081E074D882CB24CC4 = {isa = PBXBuildFile; fileRef = 582DA948B95328207A9CAA44; };
6F4A7E84FC57859F79A48C89 = {isa = PBXBuildFile; fileRef = 4001F361699B39E9A1FC05A4; };
5016FC0FD9F210592BB8EBFB = {isa = PBXBuildFile; fileRef = 2D42858DAF226D2F9938D4E3; };
666A1CF69938F6071AE39372 = {isa = PBXBuildFile; fileRef = 4069735359EEC7265C303E11; };
9732802CB135EEAC628EDD4E = {isa = PBXBuildFile; fileRef = 0B4EF94EEB2B7B8B7898C78B; };
A943413895F30417051F27B5 = {isa = PBXBuildFile; fileRef = C11CF13D4CD7F3C9F1915581; };
0EE03C35597F993D30EB341C = {isa = PBXBuildFile; fileRef = 9CF2F74AAF28606716C722EF; };
2D387B7DD2D4391E2379991F = {isa = PBXBuildFile; fileRef = 04953B2EC8B59CBA4A330F7D; };
2CA7273E68C9B30E6BF7A4DD = {isa = PBXBuildFile; fileRef = 9D9923391E5EB554880EC2BE; };
9F4AB663338343DD2ABE873A = {isa = PBXBuildFile; fileRef = 0DFDF51A5DD4860008AFF7BF; };
666E8675F2F035563EFE6FB0 = {isa = PBXBuildFile; fileRef = CC65B74C2DB85889C307F1BA; };
54CA14B8C272CBF563900B0F = {isa = PBXBuildFile; fileRef = 7A822945B1DD4C3046B5DC79; };
9339E90F6F673D43957096E8 = {isa = PBXBuildFile; fileRef = 38E1937D67E9A9FD9F56F33D; };
D422B5BFDF19E85856A7377E = {isa = PBXBuildFile; fileRef = 37DF44A193E36BFDF309F2FF; };
721807D85468A456F1584EB8 = {isa = PBXBuildFile; fileRef = CD404C60CB039214F0037E50; };
EC009E48BC1B558A5A1A5108 = {isa = PBXBuildFile; fileRef = A97A06859C04F35205C9E4AC; };
1C0B534ED3C8FEF9CCE1DCDD = {isa = PBXBuildFile; fileRef = B852F19B00CA181CEB74BB95; };
8B19A7233D4F0E5C26A222EA = {isa = PBXBuildFile; fileRef = 6CA60A38162F3558ECE6AFE1; };
59EA6880FC4753541699CA01 = {isa = PBXBuildFile; fileRef = 6EB2B3DF140803D852F16A0C; };
2E01E5AEB80A30B4D42D1136 = {isa = PBXBuildFile; fileRef = B213C85BF7ABA906C71ED9A5; };
81CA45AF0BE68552C615A238 = {isa = PBXBuildFile; fileRef = 63AF53659E21286C93DC608E; };
76FBA5E1663D0C73B054D799 = {isa = PBXBuildFile; fileRef = 0CD145E0E41CB69FAD50A0D4; };
99628A8C67DA98B21F560780 = {isa = PBXBuildFile; fileRef = A175F74997E8E71946713C06; };
BE926705E132811502ACE39D = {isa = PBXBuildFile; fileRef = 2F0D3E59E0565E7FC6852519; };
AB4E1D4F86E300BB2D270E32 = {isa = PBXBuildFile; fileRef = 134D846C5D6F6C8C74367C76; };
ED7B9B97D831B74B1889B907 = {isa = PBXBuildFile; fileRef = EEC9918E9E94AC66EA7E2398; };
31090C302B4949175BDE7655 = {isa = PBXBuildFile; fileRef = 84AC290F4E3E9D9C15887B2C; };
C803FCCAFE970C48A4A781A1 = {isa = PBXBuildFile; fileRef = 1031A7BC452BFE836D7EE1FE; };
CEB22B54C80356D7EF68BFD9 = {isa = PBXBuildFile; fileRef = 32782A55FC4B06909F7EFDA7; };
D58A38AAC2475C023573168E = {isa = PBXBuildFile; fileRef = 511CEB03449C05990AC8E3C6; };
8B148F98391CCFD4C30F0409 = {isa = PBXBuildFile; fileRef = 167A7C47D32CC9C54FA0A979; };
F6DC21F225BD32650A91958A = {isa = PBXBuildFile; fileRef = DFBB32AC8BB5E28D37DA9176; };
E10F97FED01A3FD35B80CD51 = {isa = PBXBuildFile; fileRef = 18A1E82B08D712F0F6D62B60; };
50263B0BBFD86F6A400EB263 = {isa = PBXBuildFile; fileRef = 306341405C688533C34D9629; };
1688AFE19369CE3E00941A93 = {isa = PBXBuildFile; fileRef = 7928E9C75C9C2C6821508E98; };
D14B9FDD73E004E89036F4EC = {isa = PBXBuildFile; fileRef = CEE1FEBB204498D3BDC57A37; };
67D0745ECC183EDCD142DAB9 = {isa = PBXBuildFile; fileRef = DF5A47C121C7DD005B79B181; };
3A3A899B7BD2413E01EAA722 = {isa = PBXBuildFile; fileRef = 9E951BC33277E54FA6275D65; };
796EFD12273AAC9202587DC7 = {isa = PBXBuildFile; fileRef = DFC67FA58EB1F34DBFF0DA27; };
45A57B252008828DE76069D8 = {isa = PBXBuildFile; fileRef = 06135E98AC63BF0B56030B24; };
810791396D2A18A52ABA9ACB = {isa = PBXBuildFile; fileRef = FC74ABA3FB27CBE0847D6F4F; };
04953B2EC8B59CBA4A330F7D = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
06135E98AC63BF0B56030B24 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_product_unlocking.mm"; path = "../../JuceLibraryCode/include_juce_product_unlocking.mm"; sourceTree = "SOURCE_ROOT"; };
0ACD5D3471C858425C4412C0 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SettingsContent.h; path = ../../Source/UI/SettingsContent.h; sourceTree = "SOURCE_ROOT"; };
0B4EF94EEB2B7B8B7898C78B = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
0BBF42CB4D6EB1D8BC605740 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_analytics"; path = "../../../../modules/juce_analytics"; sourceTree = "SOURCE_ROOT"; };
0CD145E0E41CB69FAD50A0D4 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_analytics.cpp"; path = "../../JuceLibraryCode/include_juce_analytics.cpp"; sourceTree = "SOURCE_ROOT"; };
0DFDF51A5DD4860008AFF7BF = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
1031A7BC452BFE836D7EE1FE = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_blocks_basics.cpp"; path = "../../JuceLibraryCode/include_juce_blocks_basics.cpp"; sourceTree = "SOURCE_ROOT"; };
134D846C5D6F6C8C74367C76 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_formats.mm"; path = "../../JuceLibraryCode/include_juce_audio_formats.mm"; sourceTree = "SOURCE_ROOT"; };
167A7C47D32CC9C54FA0A979 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_cryptography.mm"; path = "../../JuceLibraryCode/include_juce_cryptography.mm"; sourceTree = "SOURCE_ROOT"; };
18A1E82B08D712F0F6D62B60 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_dsp.mm"; path = "../../JuceLibraryCode/include_juce_dsp.mm"; sourceTree = "SOURCE_ROOT"; };
1E04A89FF7BA5D5513227F97 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_dsp"; path = "../../../../modules/juce_dsp"; sourceTree = "SOURCE_ROOT"; };
2D42858DAF226D2F9938D4E3 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = System/Library/Frameworks/AVKit.framework; sourceTree = SDKROOT; };
2EB84A043565AA4EC8D268EA = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IntroScreen.h; path = ../../Source/Demos/IntroScreen.h; sourceTree = "SOURCE_ROOT"; };
2F0D3E59E0565E7FC6852519 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_devices.mm"; path = "../../JuceLibraryCode/include_juce_audio_devices.mm"; sourceTree = "SOURCE_ROOT"; };
306341405C688533C34D9629 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_events.mm"; path = "../../JuceLibraryCode/include_juce_events.mm"; sourceTree = "SOURCE_ROOT"; };
325C6AA03EBD2A8B57323077 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_basics"; path = "../../../../modules/juce_audio_basics"; sourceTree = "SOURCE_ROOT"; };
32782A55FC4B06909F7EFDA7 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_box2d.cpp"; path = "../../JuceLibraryCode/include_juce_box2d.cpp"; sourceTree = "SOURCE_ROOT"; };
37DF44A193E36BFDF309F2FF = {isa = PBXFileReference; lastKnownFileType = file.nib; name = RecentFilesMenuTemplate.nib; path = RecentFilesMenuTemplate.nib; sourceTree = "SOURCE_ROOT"; };
38E1937D67E9A9FD9F56F33D = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
38F50CFB183760D58544A27D = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = "SOURCE_ROOT"; };
39D1B05BCEB11DE79B5F23F0 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_events"; path = "../../../../modules/juce_events"; sourceTree = "SOURCE_ROOT"; };
4001F361699B39E9A1FC05A4 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
4069735359EEC7265C303E11 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
4454191C8F56BB5AA4E6569F = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_data_structures"; path = "../../../../modules/juce_data_structures"; sourceTree = "SOURCE_ROOT"; };
4571374931547A5B90A6351E = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_core"; path = "../../../../modules/juce_core"; sourceTree = "SOURCE_ROOT"; };
511CEB03449C05990AC8E3C6 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_core.mm"; path = "../../JuceLibraryCode/include_juce_core.mm"; sourceTree = "SOURCE_ROOT"; };
57CEF095BF1673D7D33D85C9 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_product_unlocking"; path = "../../../../modules/juce_product_unlocking"; sourceTree = "SOURCE_ROOT"; };
582DA948B95328207A9CAA44 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
606057EF1333FE7BF9E44843 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JUCEDemos.h; path = ../../Source/Demos/JUCEDemos.h; sourceTree = "SOURCE_ROOT"; };
63AF53659E21286C93DC608E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = "SOURCE_ROOT"; };
681828CB0D81947CC71A736C = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_box2d"; path = "../../../../modules/juce_box2d"; sourceTree = "SOURCE_ROOT"; };
689C2B38727A134CFCB5115C = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
6BA56AD9C1915DB08BC59C63 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_cryptography"; path = "../../../../modules/juce_cryptography"; sourceTree = "SOURCE_ROOT"; };
6CA60A38162F3558ECE6AFE1 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = JUCEDemos.cpp; path = ../../Source/Demos/JUCEDemos.cpp; sourceTree = "SOURCE_ROOT"; };
6EB2B3DF140803D852F16A0C = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoContentComponent.cpp; path = ../../Source/UI/DemoContentComponent.cpp; sourceTree = "SOURCE_ROOT"; };
6FC335B7D47965C0E2DCE731 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_processors"; path = "../../../../modules/juce_audio_processors"; sourceTree = "SOURCE_ROOT"; };
7928E9C75C9C2C6821508E98 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_graphics.mm"; path = "../../JuceLibraryCode/include_juce_graphics.mm"; sourceTree = "SOURCE_ROOT"; };
7A822945B1DD4C3046B5DC79 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
7F2A09363136D45E1E3B67BD = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoRunner.app; sourceTree = "BUILT_PRODUCTS_DIR"; };
84AC290F4E3E9D9C15887B2C = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_utils.mm"; path = "../../JuceLibraryCode/include_juce_audio_utils.mm"; sourceTree = "SOURCE_ROOT"; };
951CD28207D864412BC4953D = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = "SOURCE_ROOT"; };
995A54594608CE7BEE41F1FA = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_extra"; path = "../../../../modules/juce_gui_extra"; sourceTree = "SOURCE_ROOT"; };
9CF2F74AAF28606716C722EF = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
9D9923391E5EB554880EC2BE = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiscRecording.framework; path = System/Library/Frameworks/DiscRecording.framework; sourceTree = SDKROOT; };
9E951BC33277E54FA6275D65 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_opengl.mm"; path = "../../JuceLibraryCode/include_juce_opengl.mm"; sourceTree = "SOURCE_ROOT"; };
9F0C7D2DFA76058BD201C82D = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/UI/MainComponent.h; sourceTree = "SOURCE_ROOT"; };
A175F74997E8E71946713C06 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_basics.mm"; path = "../../JuceLibraryCode/include_juce_audio_basics.mm"; sourceTree = "SOURCE_ROOT"; };
A4AD07B75D5675A95DE3BA9D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_formats"; path = "../../../../modules/juce_audio_formats"; sourceTree = "SOURCE_ROOT"; };
A97A06859C04F35205C9E4AC = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs1.cpp; path = ../../Source/Demos/DemoPIPs1.cpp; sourceTree = "SOURCE_ROOT"; };
A9A05A9EAD1ACE2B3D707F22 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_opengl"; path = "../../../../modules/juce_opengl"; sourceTree = "SOURCE_ROOT"; };
AFDCFE95C60AB420E7DF7601 = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info-App.plist"; path = "Info-App.plist"; sourceTree = "SOURCE_ROOT"; };
B213C85BF7ABA906C71ED9A5 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/UI/MainComponent.cpp; sourceTree = "SOURCE_ROOT"; };
B44D8EA96A78D657C96BE6D0 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_graphics"; path = "../../../../modules/juce_graphics"; sourceTree = "SOURCE_ROOT"; };
B84A25E8D8747C6D759AE353 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_osc"; path = "../../../../modules/juce_osc"; sourceTree = "SOURCE_ROOT"; };
B852F19B00CA181CEB74BB95 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs2.cpp; path = ../../Source/Demos/DemoPIPs2.cpp; sourceTree = "SOURCE_ROOT"; };
C11CF13D4CD7F3C9F1915581 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
C6DA5E594D4B1E350BA957C5 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_utils"; path = "../../../../modules/juce_audio_utils"; sourceTree = "SOURCE_ROOT"; };
C806AC1FAB4F10D6E76C320F = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DemoContentComponent.h; path = ../../Source/UI/DemoContentComponent.h; sourceTree = "SOURCE_ROOT"; };
CA8C66CC32B1A936875CD289 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_devices"; path = "../../../../modules/juce_audio_devices"; sourceTree = "SOURCE_ROOT"; };
CC65B74C2DB85889C307F1BA = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
CD404C60CB039214F0037E50 = {isa = PBXFileReference; lastKnownFileType = file.icns; name = Icon.icns; path = Icon.icns; sourceTree = "SOURCE_ROOT"; };
CDB69F1D8BFE63419EBD3EAC = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_blocks_basics"; path = "../../../../modules/juce_blocks_basics"; sourceTree = "SOURCE_ROOT"; };
CEE1FEBB204498D3BDC57A37 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_basics.mm"; path = "../../JuceLibraryCode/include_juce_gui_basics.mm"; sourceTree = "SOURCE_ROOT"; };
D6B1D281E661459797070CB4 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_video"; path = "../../../../modules/juce_video"; sourceTree = "SOURCE_ROOT"; };
DF5A47C121C7DD005B79B181 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_extra.mm"; path = "../../JuceLibraryCode/include_juce_gui_extra.mm"; sourceTree = "SOURCE_ROOT"; };
DFBB32AC8BB5E28D37DA9176 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_data_structures.mm"; path = "../../JuceLibraryCode/include_juce_data_structures.mm"; sourceTree = "SOURCE_ROOT"; };
DFC67FA58EB1F34DBFF0DA27 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_osc.cpp"; path = "../../JuceLibraryCode/include_juce_osc.cpp"; sourceTree = "SOURCE_ROOT"; };
EE025DF1CDB5D1A500A42B66 = {isa = PBXFileReference; lastKnownFileType = image.png; name = JUCEAppIcon.png; path = ../../Source/JUCEAppIcon.png; sourceTree = "SOURCE_ROOT"; };
EEC9918E9E94AC66EA7E2398 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_processors.mm"; path = "../../JuceLibraryCode/include_juce_audio_processors.mm"; sourceTree = "SOURCE_ROOT"; };
FC74ABA3FB27CBE0847D6F4F = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_video.mm"; path = "../../JuceLibraryCode/include_juce_video.mm"; sourceTree = "SOURCE_ROOT"; };
FE30BE1A17EAA252F2075B37 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_basics"; path = "../../../../modules/juce_gui_basics"; sourceTree = "SOURCE_ROOT"; };
9598E2CD183E5246C01C19A0 = {isa = PBXGroup; children = (
A97A06859C04F35205C9E4AC,
B852F19B00CA181CEB74BB95,
2EB84A043565AA4EC8D268EA,
6CA60A38162F3558ECE6AFE1,
606057EF1333FE7BF9E44843, ); name = Demos; sourceTree = "<group>"; };
98550022F57D6F57E8587C3A = {isa = PBXGroup; children = (
6EB2B3DF140803D852F16A0C,
C806AC1FAB4F10D6E76C320F,
B213C85BF7ABA906C71ED9A5,
9F0C7D2DFA76058BD201C82D,
0ACD5D3471C858425C4412C0, ); name = UI; sourceTree = "<group>"; };
6DE98CF7661BF9A63F47BA40 = {isa = PBXGroup; children = (
9598E2CD183E5246C01C19A0,
98550022F57D6F57E8587C3A,
63AF53659E21286C93DC608E,
EE025DF1CDB5D1A500A42B66, ); name = Source; sourceTree = "<group>"; };
77515E9684E8DB7C3D389803 = {isa = PBXGroup; children = (
6DE98CF7661BF9A63F47BA40, ); name = DemoRunner; sourceTree = "<group>"; };
39BE10D886C6F28859815690 = {isa = PBXGroup; children = (
0BBF42CB4D6EB1D8BC605740,
325C6AA03EBD2A8B57323077,
CA8C66CC32B1A936875CD289,
A4AD07B75D5675A95DE3BA9D,
6FC335B7D47965C0E2DCE731,
C6DA5E594D4B1E350BA957C5,
CDB69F1D8BFE63419EBD3EAC,
681828CB0D81947CC71A736C,
4571374931547A5B90A6351E,
6BA56AD9C1915DB08BC59C63,
4454191C8F56BB5AA4E6569F,
1E04A89FF7BA5D5513227F97,
39D1B05BCEB11DE79B5F23F0,
B44D8EA96A78D657C96BE6D0,
FE30BE1A17EAA252F2075B37,
995A54594608CE7BEE41F1FA,
A9A05A9EAD1ACE2B3D707F22,
B84A25E8D8747C6D759AE353,
57CEF095BF1673D7D33D85C9,
D6B1D281E661459797070CB4, ); name = "JUCE Modules"; sourceTree = "<group>"; };
0BB08C6A17FF8B7EE53E7EAC = {isa = PBXGroup; children = (
951CD28207D864412BC4953D,
0CD145E0E41CB69FAD50A0D4,
A175F74997E8E71946713C06,
2F0D3E59E0565E7FC6852519,
134D846C5D6F6C8C74367C76,
EEC9918E9E94AC66EA7E2398,
84AC290F4E3E9D9C15887B2C,
1031A7BC452BFE836D7EE1FE,
32782A55FC4B06909F7EFDA7,
511CEB03449C05990AC8E3C6,
167A7C47D32CC9C54FA0A979,
DFBB32AC8BB5E28D37DA9176,
18A1E82B08D712F0F6D62B60,
306341405C688533C34D9629,
7928E9C75C9C2C6821508E98,
CEE1FEBB204498D3BDC57A37,
DF5A47C121C7DD005B79B181,
9E951BC33277E54FA6275D65,
DFC67FA58EB1F34DBFF0DA27,
06135E98AC63BF0B56030B24,
FC74ABA3FB27CBE0847D6F4F,
38F50CFB183760D58544A27D, ); name = "JUCE Library Code"; sourceTree = "<group>"; };
AD3315665C24652748E1EFC4 = {isa = PBXGroup; children = (
AFDCFE95C60AB420E7DF7601,
37DF44A193E36BFDF309F2FF,
CD404C60CB039214F0037E50, ); name = Resources; sourceTree = "<group>"; };
728F153E1C940815AC7E9D60 = {isa = PBXGroup; children = (
689C2B38727A134CFCB5115C,
582DA948B95328207A9CAA44,
4001F361699B39E9A1FC05A4,
2D42858DAF226D2F9938D4E3,
4069735359EEC7265C303E11,
0B4EF94EEB2B7B8B7898C78B,
C11CF13D4CD7F3C9F1915581,
9CF2F74AAF28606716C722EF,
04953B2EC8B59CBA4A330F7D,
9D9923391E5EB554880EC2BE,
0DFDF51A5DD4860008AFF7BF,
CC65B74C2DB85889C307F1BA,
7A822945B1DD4C3046B5DC79,
38E1937D67E9A9FD9F56F33D, ); name = Frameworks; sourceTree = "<group>"; };
A78741864AA628C276EA54D3 = {isa = PBXGroup; children = (
7F2A09363136D45E1E3B67BD, ); name = Products; sourceTree = "<group>"; };
027E6B37E44BF7DAD52E538E = {isa = PBXGroup; children = (
77515E9684E8DB7C3D389803,
39BE10D886C6F28859815690,
0BB08C6A17FF8B7EE53E7EAC,
AD3315665C24652748E1EFC4,
728F153E1C940815AC7E9D60,
A78741864AA628C276EA54D3, ); name = Source; sourceTree = "<group>"; };
E1809F3608ACAE50A381AE7C = {isa = XCBuildConfiguration; buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_LINK_OBJC_RUNTIME = NO; CLANG_LINK_OBJC_RUNTIME = NO;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
@@ -245,7 +245,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner; PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner;
SDKROOT_ppc = macosx10.5; SDKROOT_ppc = macosx10.5;
USE_HEADERMAP = NO; }; name = Debug; }; USE_HEADERMAP = NO; }; name = Debug; };
61ADCD1959F07442F3FE3CD8 = {isa = XCBuildConfiguration; buildSettings = {
BDC15A4936356C1C03B5BF89 = {isa = XCBuildConfiguration; buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_LINK_OBJC_RUNTIME = NO; CLANG_LINK_OBJC_RUNTIME = NO;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
@@ -280,7 +280,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner; PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner;
SDKROOT_ppc = macosx10.5; SDKROOT_ppc = macosx10.5;
USE_HEADERMAP = NO; }; name = Release; }; USE_HEADERMAP = NO; }; name = Release; };
FC10CF36E35BBA56D1B22356 = {isa = XCBuildConfiguration; buildSettings = {
081C90DF2CB1FDA6ADA4C5A4 = {isa = XCBuildConfiguration; buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_BOOL_CONVERSION = YES;
@@ -318,7 +318,7 @@
PRODUCT_NAME = "DemoRunner"; PRODUCT_NAME = "DemoRunner";
WARNING_CFLAGS = -Wreorder; WARNING_CFLAGS = -Wreorder;
ZERO_LINK = NO; }; name = Debug; }; ZERO_LINK = NO; }; name = Debug; };
31BECEAABC42677EC1A66006 = {isa = XCBuildConfiguration; buildSettings = {
BD90D11EB453FEC2AECBCF17 = {isa = XCBuildConfiguration; buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_BOOL_CONVERSION = YES;
@@ -354,63 +354,63 @@
PRODUCT_NAME = "DemoRunner"; PRODUCT_NAME = "DemoRunner";
WARNING_CFLAGS = -Wreorder; WARNING_CFLAGS = -Wreorder;
ZERO_LINK = NO; }; name = Release; }; ZERO_LINK = NO; }; name = Release; };
18DCB390D7AEACB381D8B822 = {isa = PBXTargetDependency; target = 27C0EE5614E1AA03684666EA; };
7E725D983D028F7A1D768499 = {isa = XCConfigurationList; buildConfigurations = (
FC10CF36E35BBA56D1B22356,
31BECEAABC42677EC1A66006, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
19CFEB7E4F9B4350E3342B6E = {isa = XCConfigurationList; buildConfigurations = (
730283B212E54D874407832B,
61ADCD1959F07442F3FE3CD8, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
DE0B3C6F885D1550C4E796FE = {isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = (
F83FCC081FF0E65E8B6A75CB,
DB9785D076F0D4ADB9344AD3, ); runOnlyForDeploymentPostprocessing = 0; };
D7ABCF5440B0D437174EBE80 = {isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = (
33FBE11B4954DB3FDCAD2E87,
0A7A1DAD54F7AAB62F67F0BB,
736C58CD86CF45A27DDD0762,
6180ACAFFA778372B73C2A70,
E473A6985F44C9A100A2C5AB,
EF08686DE5821C29BF8205B9,
3F6CF8BA53264A34A1B1AEC7,
1EDD4177CD1BF717402DABA8,
76AC642FC18267CF760470FC,
B7A4221E071CE65766871207,
AF3CE4879A8A9D9E10BB4E8A,
D0F48862EB161E1DF4BAE84F,
AF48C600831E2CB3D51A95D9,
324BCCB313C06D3035A71DE1,
2F797975A4008403BCDCBBCE,
5A4F59B3CBA9E3C14A681325,
666502A42875C2FFD0B618E1,
9AE62C0E7EC304E8FC694F4F,
8E37C0CB1BC8B89284ABB4C8,
F0152AA5425EB23987022328,
86248180F6FF2906004EFA58,
BDE519A88E0423E156E275BA,
27A395E1683C96D3AC290077,
98F9D42038E40DE163A5C485,
BEEA876228671C6DFA3E3519,
0033480CB2D1A33127E76716, ); runOnlyForDeploymentPostprocessing = 0; };
A75F580DB1C23C2B3B5671FD = {isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = (
197D0B3FD671BC46039BD402,
871B7D71F45111D6231C98CD,
018E4EFD4483646DE809CA40,
93FFF73C992956C16C73BEC6,
730D38AB5ACE19F811F369F3,
607457FCE8BBD75E083EB29F,
19E0A51BFBBFC63B67E5DD20,
CF4621CBA7F3712DF1996692,
1C77CC06DC171D28C7252DB8,
BC1A5005C5218466ED1B3E61,
84C1762DB832A133F971BEA8,
EEB75869A94DC3D2A3F693C6,
E909302866F0E5C7FB832E6A,
42175F5C87AE216B53B59212, ); runOnlyForDeploymentPostprocessing = 0; };
27C0EE5614E1AA03684666EA = {isa = PBXNativeTarget; buildConfigurationList = 19CFEB7E4F9B4350E3342B6E; buildPhases = (
DE0B3C6F885D1550C4E796FE,
D7ABCF5440B0D437174EBE80,
A75F580DB1C23C2B3B5671FD, ); buildRules = ( ); dependencies = ( ); name = "DemoRunner - App"; productName = DemoRunner; productReference = 693BA5DAEF7AA6C3B50EC2DC; productType = "com.apple.product-type.application"; };
A5680D9BA788178D98811B18 = {isa = PBXProject; buildConfigurationList = 7E725D983D028F7A1D768499; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { 27C0EE5614E1AA03684666EA = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = 4CEA2DABAC1C8FA81FEFA645; projectDirPath = ""; projectRoot = ""; targets = (27C0EE5614E1AA03684666EA); };
C4C30E0650E155EB2B1A3D1E = {isa = PBXTargetDependency; target = B1DCD9336A0679853A7BAA5B; };
31034F174B42AEF5DFB9E7FC = {isa = XCConfigurationList; buildConfigurations = (
081C90DF2CB1FDA6ADA4C5A4,
BD90D11EB453FEC2AECBCF17, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
AC89C26EF8348F9CA8EB88AB = {isa = XCConfigurationList; buildConfigurations = (
E1809F3608ACAE50A381AE7C,
BDC15A4936356C1C03B5BF89, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
323B0C6B7D3422EA39DFEFEC = {isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = (
D422B5BFDF19E85856A7377E,
721807D85468A456F1584EB8, ); runOnlyForDeploymentPostprocessing = 0; };
6C79D186E00F558C3356E81A = {isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = (
EC009E48BC1B558A5A1A5108,
1C0B534ED3C8FEF9CCE1DCDD,
8B19A7233D4F0E5C26A222EA,
59EA6880FC4753541699CA01,
2E01E5AEB80A30B4D42D1136,
81CA45AF0BE68552C615A238,
76FBA5E1663D0C73B054D799,
99628A8C67DA98B21F560780,
BE926705E132811502ACE39D,
AB4E1D4F86E300BB2D270E32,
ED7B9B97D831B74B1889B907,
31090C302B4949175BDE7655,
C803FCCAFE970C48A4A781A1,
CEB22B54C80356D7EF68BFD9,
D58A38AAC2475C023573168E,
8B148F98391CCFD4C30F0409,
F6DC21F225BD32650A91958A,
E10F97FED01A3FD35B80CD51,
50263B0BBFD86F6A400EB263,
1688AFE19369CE3E00941A93,
D14B9FDD73E004E89036F4EC,
67D0745ECC183EDCD142DAB9,
3A3A899B7BD2413E01EAA722,
796EFD12273AAC9202587DC7,
45A57B252008828DE76069D8,
810791396D2A18A52ABA9ACB, ); runOnlyForDeploymentPostprocessing = 0; };
4E337874EC530E27CA1A3A28 = {isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = (
17C9A4C5F66376EA9D59CB91,
768AF4081E074D882CB24CC4,
6F4A7E84FC57859F79A48C89,
5016FC0FD9F210592BB8EBFB,
666A1CF69938F6071AE39372,
9732802CB135EEAC628EDD4E,
A943413895F30417051F27B5,
0EE03C35597F993D30EB341C,
2D387B7DD2D4391E2379991F,
2CA7273E68C9B30E6BF7A4DD,
9F4AB663338343DD2ABE873A,
666E8675F2F035563EFE6FB0,
54CA14B8C272CBF563900B0F,
9339E90F6F673D43957096E8, ); runOnlyForDeploymentPostprocessing = 0; };
B1DCD9336A0679853A7BAA5B = {isa = PBXNativeTarget; buildConfigurationList = AC89C26EF8348F9CA8EB88AB; buildPhases = (
323B0C6B7D3422EA39DFEFEC,
6C79D186E00F558C3356E81A,
4E337874EC530E27CA1A3A28, ); buildRules = ( ); dependencies = ( ); name = "DemoRunner - App"; productName = DemoRunner; productReference = 7F2A09363136D45E1E3B67BD; productType = "com.apple.product-type.application"; };
087563A6DDCC0D25D976BAD3 = {isa = PBXProject; buildConfigurationList = 31034F174B42AEF5DFB9E7FC; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { B1DCD9336A0679853A7BAA5B = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = 027E6B37E44BF7DAD52E538E; projectDirPath = ""; projectRoot = ""; targets = (B1DCD9336A0679853A7BAA5B); };
}; };
rootObject = A5680D9BA788178D98811B18;
rootObject = 087563A6DDCC0D25D976BAD3;
} }

+ 5
- 5
examples/DemoRunner/Builds/VisualStudio2013/DemoRunner.sln View File

@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 11.00 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2013 # Visual Studio 2013
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoRunner - App", "DemoRunner_App.vcxproj", "{597340E4-C2D7-6620-4A07-C0DA5802B6CC}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoRunner - App", "DemoRunner_App.vcxproj", "{228C1EAD-1E49-9874-FCE5-E737366C9B49}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -9,10 +9,10 @@ Global
Release|x64 = Release|x64 Release|x64 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Debug|x64.ActiveCfg = Debug|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Debug|x64.Build.0 = Debug|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Release|x64.ActiveCfg = Release|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Release|x64.Build.0 = Release|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Debug|x64.ActiveCfg = Debug|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Debug|x64.Build.0 = Debug|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Release|x64.ActiveCfg = Release|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Release|x64.Build.0 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE


+ 5
- 1
examples/DemoRunner/Builds/VisualStudio2013/DemoRunner_App.vcxproj View File

@@ -14,7 +14,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{597340E4-C2D7-6620-4A07-C0DA5802B6CC}</ProjectGuid>
<ProjectGuid>{228C1EAD-1E49-9874-FCE5-E737366C9B49}</ProjectGuid>
<PlatformToolset>v120</PlatformToolset> <PlatformToolset>v120</PlatformToolset>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup> </PropertyGroup>
@@ -1813,6 +1813,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2734,6 +2737,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
examples/DemoRunner/Builds/VisualStudio2013/DemoRunner_App.vcxproj.filters View File

@@ -2251,6 +2251,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -4527,6 +4530,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 5
- 5
examples/DemoRunner/Builds/VisualStudio2015/DemoRunner.sln View File

@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 11.00 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2015 # Visual Studio 2015
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoRunner - App", "DemoRunner_App.vcxproj", "{597340E4-C2D7-6620-4A07-C0DA5802B6CC}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoRunner - App", "DemoRunner_App.vcxproj", "{228C1EAD-1E49-9874-FCE5-E737366C9B49}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -9,10 +9,10 @@ Global
Release|x64 = Release|x64 Release|x64 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Debug|x64.ActiveCfg = Debug|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Debug|x64.Build.0 = Debug|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Release|x64.ActiveCfg = Release|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Release|x64.Build.0 = Release|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Debug|x64.ActiveCfg = Debug|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Debug|x64.Build.0 = Debug|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Release|x64.ActiveCfg = Release|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Release|x64.Build.0 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE


+ 5
- 1
examples/DemoRunner/Builds/VisualStudio2015/DemoRunner_App.vcxproj View File

@@ -14,7 +14,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{597340E4-C2D7-6620-4A07-C0DA5802B6CC}</ProjectGuid>
<ProjectGuid>{228C1EAD-1E49-9874-FCE5-E737366C9B49}</ProjectGuid>
<PlatformToolset>v140</PlatformToolset> <PlatformToolset>v140</PlatformToolset>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup> </PropertyGroup>
@@ -1813,6 +1813,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2734,6 +2737,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
examples/DemoRunner/Builds/VisualStudio2015/DemoRunner_App.vcxproj.filters View File

@@ -2251,6 +2251,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -4527,6 +4530,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 5
- 5
examples/DemoRunner/Builds/VisualStudio2017/DemoRunner.sln View File

@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 11.00 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2017 # Visual Studio 2017
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoRunner - App", "DemoRunner_App.vcxproj", "{597340E4-C2D7-6620-4A07-C0DA5802B6CC}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DemoRunner - App", "DemoRunner_App.vcxproj", "{228C1EAD-1E49-9874-FCE5-E737366C9B49}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -9,10 +9,10 @@ Global
Release|x64 = Release|x64 Release|x64 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Debug|x64.ActiveCfg = Debug|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Debug|x64.Build.0 = Debug|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Release|x64.ActiveCfg = Release|x64
{597340E4-C2D7-6620-4A07-C0DA5802B6CC}.Release|x64.Build.0 = Release|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Debug|x64.ActiveCfg = Debug|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Debug|x64.Build.0 = Debug|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Release|x64.ActiveCfg = Release|x64
{228C1EAD-1E49-9874-FCE5-E737366C9B49}.Release|x64.Build.0 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE


+ 5
- 1
examples/DemoRunner/Builds/VisualStudio2017/DemoRunner_App.vcxproj View File

@@ -14,7 +14,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{597340E4-C2D7-6620-4A07-C0DA5802B6CC}</ProjectGuid>
<ProjectGuid>{228C1EAD-1E49-9874-FCE5-E737366C9B49}</ProjectGuid>
<PlatformToolset>v141</PlatformToolset> <PlatformToolset>v141</PlatformToolset>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup> </PropertyGroup>
@@ -1813,6 +1813,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2734,6 +2737,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
examples/DemoRunner/Builds/VisualStudio2017/DemoRunner_App.vcxproj.filters View File

@@ -2251,6 +2251,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -4527,6 +4530,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 282
- 282
examples/DemoRunner/Builds/iOS/DemoRunner.xcodeproj/project.pbxproj View File

@@ -6,224 +6,224 @@
objectVersion = 46; objectVersion = 46;
objects = { objects = {


370A881F775EE38323AD8733 = {isa = PBXBuildFile; fileRef = 693BA5DAEF7AA6C3B50EC2DC; };
197D0B3FD671BC46039BD402 = {isa = PBXBuildFile; fileRef = 9AC8E349B1BD37605DC265C9; };
871B7D71F45111D6231C98CD = {isa = PBXBuildFile; fileRef = A4EB3AA3553D1EFB81C034F4; };
018E4EFD4483646DE809CA40 = {isa = PBXBuildFile; fileRef = 9C1B19271E82B0BBC2D0521B; };
93FFF73C992956C16C73BEC6 = {isa = PBXBuildFile; fileRef = 97C9FC454090A3EE72104A52; };
19E0A51BFBBFC63B67E5DD20 = {isa = PBXBuildFile; fileRef = 0BDBEC6C75F0632BB58288A4; };
0774A48EDE8B3D12E37773F0 = {isa = PBXBuildFile; fileRef = 8D5A4F15B299E8753F8CF8FC; };
D20D38740883CBDC295BC43D = {isa = PBXBuildFile; fileRef = 82BA5ED7A0EFE2849ADF3A4E; };
652D19488680BF230F043102 = {isa = PBXBuildFile; fileRef = D32D25F81FF5F2030295A6A7; };
CF4621CBA7F3712DF1996692 = {isa = PBXBuildFile; fileRef = 55E8A1F8B2A41D4E308AD1C9; };
1C77CC06DC171D28C7252DB8 = {isa = PBXBuildFile; fileRef = F83E6789FB27A3C1C12C02D5; };
0913600A57382E24830127C2 = {isa = PBXBuildFile; fileRef = B873E7C7FD2C205E41149EAC; };
2C551B48A1B62FFF13419D95 = {isa = PBXBuildFile; fileRef = 09AB805E03DB9502268EAC9C; };
17BF5CFC680BDD7C640BADD2 = {isa = PBXBuildFile; fileRef = 4A990349D3F7793E963AA660; };
8C7198A8E7F93EE7848F6C4D = {isa = PBXBuildFile; fileRef = C556F5D756471D3D6370C8CC; };
E909302866F0E5C7FB832E6A = {isa = PBXBuildFile; fileRef = A0B3E7166B131F52E6A09F5A; };
399789802BE22A74D24789FB = {isa = PBXBuildFile; fileRef = 5225D71A7211661BF914CF0D; };
7539A521A19BDB82040E3916 = {isa = PBXBuildFile; fileRef = 05DB6FA166DD3DA3112CECEA; };
19BE68769A8BC718F88F6A94 = {isa = PBXBuildFile; fileRef = 556C497329BA7A9D64FC6AE6; };
DB9785D076F0D4ADB9344AD3 = {isa = PBXBuildFile; fileRef = 044A3A834AEE5348AA4847B8; };
33FBE11B4954DB3FDCAD2E87 = {isa = PBXBuildFile; fileRef = E55A35A167A81F229B923A2B; };
0A7A1DAD54F7AAB62F67F0BB = {isa = PBXBuildFile; fileRef = A68AC0303BCAFE78819B8D6E; };
736C58CD86CF45A27DDD0762 = {isa = PBXBuildFile; fileRef = 240B01E373DAF925F631EB62; };
6180ACAFFA778372B73C2A70 = {isa = PBXBuildFile; fileRef = 4DFDDDACCC8280AD40CC8316; };
E473A6985F44C9A100A2C5AB = {isa = PBXBuildFile; fileRef = E41B668B39AC000C3EC470D2; };
EF08686DE5821C29BF8205B9 = {isa = PBXBuildFile; fileRef = 97B10BAA3A428CA0AD47251B; };
3F6CF8BA53264A34A1B1AEC7 = {isa = PBXBuildFile; fileRef = E547C993098EAF93D1EEC1EE; };
1EDD4177CD1BF717402DABA8 = {isa = PBXBuildFile; fileRef = 864B7A1180BE09DE3FB776CA; };
76AC642FC18267CF760470FC = {isa = PBXBuildFile; fileRef = B15548C089D4D2D2DD4BC67E; };
B7A4221E071CE65766871207 = {isa = PBXBuildFile; fileRef = 92ED3CEA2279A0F358367B6F; };
AF3CE4879A8A9D9E10BB4E8A = {isa = PBXBuildFile; fileRef = ADDD3C48F4BF2B0C3BCA0CAB; };
D0F48862EB161E1DF4BAE84F = {isa = PBXBuildFile; fileRef = F30BDB48C22556B8DFBCFE7B; };
AF48C600831E2CB3D51A95D9 = {isa = PBXBuildFile; fileRef = 04FB51D07389B3B191556190; };
324BCCB313C06D3035A71DE1 = {isa = PBXBuildFile; fileRef = 9DFF10CF4FF55BEA5A9FFEE4; };
2F797975A4008403BCDCBBCE = {isa = PBXBuildFile; fileRef = 44BD328C6ACDA0D6445BBF98; };
5A4F59B3CBA9E3C14A681325 = {isa = PBXBuildFile; fileRef = 9E9EEB1AB3EF88606B21E07E; };
666502A42875C2FFD0B618E1 = {isa = PBXBuildFile; fileRef = 03E76E0554F3D6A287F63243; };
9AE62C0E7EC304E8FC694F4F = {isa = PBXBuildFile; fileRef = 0D300BA57C26D80FF24FA201; };
8E37C0CB1BC8B89284ABB4C8 = {isa = PBXBuildFile; fileRef = 06BCDD88D7A2755077721AFB; };
F0152AA5425EB23987022328 = {isa = PBXBuildFile; fileRef = F367751DFF54F7F51B9F9421; };
86248180F6FF2906004EFA58 = {isa = PBXBuildFile; fileRef = 8ADC9E8190B6643DBA9FBCFB; };
BDE519A88E0423E156E275BA = {isa = PBXBuildFile; fileRef = 5BAF2138D89CDCA3799DF305; };
27A395E1683C96D3AC290077 = {isa = PBXBuildFile; fileRef = 3A77C902FC51FD23FBE37CDA; };
98F9D42038E40DE163A5C485 = {isa = PBXBuildFile; fileRef = EDE24F831EFE7F40C29A0083; };
BEEA876228671C6DFA3E3519 = {isa = PBXBuildFile; fileRef = 6EC31F31D786E943144430AB; };
0033480CB2D1A33127E76716 = {isa = PBXBuildFile; fileRef = 0D0A58C5E734DE6832B35C4B; };
03E76E0554F3D6A287F63243 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_data_structures.mm"; path = "../../JuceLibraryCode/include_juce_data_structures.mm"; sourceTree = "SOURCE_ROOT"; };
044A3A834AEE5348AA4847B8 = {isa = PBXFileReference; lastKnownFileType = file.icns; name = Icon.icns; path = Icon.icns; sourceTree = "SOURCE_ROOT"; };
04FB51D07389B3B191556190 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_blocks_basics.cpp"; path = "../../JuceLibraryCode/include_juce_blocks_basics.cpp"; sourceTree = "SOURCE_ROOT"; };
05DB6FA166DD3DA3112CECEA = {isa = PBXFileReference; lastKnownFileType = folder; name = Assets; path = ../../../Assets; sourceTree = "<group>"; };
06BCDD88D7A2755077721AFB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_events.mm"; path = "../../JuceLibraryCode/include_juce_events.mm"; sourceTree = "SOURCE_ROOT"; };
074C1D10318858719E02D765 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_utils"; path = "../../../../modules/juce_audio_utils"; sourceTree = "SOURCE_ROOT"; };
09AB805E03DB9502268EAC9C = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
0BDBEC6C75F0632BB58288A4 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
0D0A58C5E734DE6832B35C4B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_video.mm"; path = "../../JuceLibraryCode/include_juce_video.mm"; sourceTree = "SOURCE_ROOT"; };
0D300BA57C26D80FF24FA201 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_dsp.mm"; path = "../../JuceLibraryCode/include_juce_dsp.mm"; sourceTree = "SOURCE_ROOT"; };
11471AFA214A02FDB4859881 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_extra"; path = "../../../../modules/juce_gui_extra"; sourceTree = "SOURCE_ROOT"; };
142020FF74687054182134FD = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_video"; path = "../../../../modules/juce_video"; sourceTree = "SOURCE_ROOT"; };
1D0EAFA3B38123DCFA72AEB8 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_blocks_basics"; path = "../../../../modules/juce_blocks_basics"; sourceTree = "SOURCE_ROOT"; };
1D98D39BB4BC3F70611DA38D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_cryptography"; path = "../../../../modules/juce_cryptography"; sourceTree = "SOURCE_ROOT"; };
211028CEB26EF4CC89D78682 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_basics"; path = "../../../../modules/juce_audio_basics"; sourceTree = "SOURCE_ROOT"; };
23DD52801CF4D8C06686C697 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JUCEDemos.h; path = ../../Source/Demos/JUCEDemos.h; sourceTree = "SOURCE_ROOT"; };
240B01E373DAF925F631EB62 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = JUCEDemos.cpp; path = ../../Source/Demos/JUCEDemos.cpp; sourceTree = "SOURCE_ROOT"; };
2C5016DC2B2D095C79A81258 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_graphics"; path = "../../../../modules/juce_graphics"; sourceTree = "SOURCE_ROOT"; };
3A77C902FC51FD23FBE37CDA = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_opengl.mm"; path = "../../JuceLibraryCode/include_juce_opengl.mm"; sourceTree = "SOURCE_ROOT"; };
3FFB08F02348B308E973548A = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_devices"; path = "../../../../modules/juce_audio_devices"; sourceTree = "SOURCE_ROOT"; };
43A9F781AC056A084F249F7B = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = DemoRunner.entitlements; path = DemoRunner.entitlements; sourceTree = "SOURCE_ROOT"; };
44BD328C6ACDA0D6445BBF98 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_core.mm"; path = "../../JuceLibraryCode/include_juce_core.mm"; sourceTree = "SOURCE_ROOT"; };
4A990349D3F7793E963AA660 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
4DFDDDACCC8280AD40CC8316 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoContentComponent.cpp; path = ../../Source/UI/DemoContentComponent.cpp; sourceTree = "SOURCE_ROOT"; };
5225D71A7211661BF914CF0D = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
556C497329BA7A9D64FC6AE6 = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = DemoRunner/Images.xcassets; sourceTree = "SOURCE_ROOT"; };
55E8A1F8B2A41D4E308AD1C9 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
56520984A0785A11F5A1EF84 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = "SOURCE_ROOT"; };
596D3E558592871ACC4D8240 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = "SOURCE_ROOT"; };
5A5A1E5A42A7C7F9A815CA54 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_analytics"; path = "../../../../modules/juce_analytics"; sourceTree = "SOURCE_ROOT"; };
5B73C07CABA421AEBE37866D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_data_structures"; path = "../../../../modules/juce_data_structures"; sourceTree = "SOURCE_ROOT"; };
5BAF2138D89CDCA3799DF305 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_extra.mm"; path = "../../JuceLibraryCode/include_juce_gui_extra.mm"; sourceTree = "SOURCE_ROOT"; };
5E4AC1C3FAE1468C2A2AFF78 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_events"; path = "../../../../modules/juce_events"; sourceTree = "SOURCE_ROOT"; };
619C1371FC6E3D04AD32EE40 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_processors"; path = "../../../../modules/juce_audio_processors"; sourceTree = "SOURCE_ROOT"; };
693BA5DAEF7AA6C3B50EC2DC = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoRunner.app; sourceTree = "BUILT_PRODUCTS_DIR"; };
6EC31F31D786E943144430AB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_product_unlocking.mm"; path = "../../JuceLibraryCode/include_juce_product_unlocking.mm"; sourceTree = "SOURCE_ROOT"; };
799B80408977AB6FA3512E9D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_basics"; path = "../../../../modules/juce_gui_basics"; sourceTree = "SOURCE_ROOT"; };
7E55E0CE0451D701D2DEE212 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SettingsContent.h; path = ../../Source/UI/SettingsContent.h; sourceTree = "SOURCE_ROOT"; };
82BA5ED7A0EFE2849ADF3A4E = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
864B7A1180BE09DE3FB776CA = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_basics.mm"; path = "../../JuceLibraryCode/include_juce_audio_basics.mm"; sourceTree = "SOURCE_ROOT"; };
8ADC9E8190B6643DBA9FBCFB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_basics.mm"; path = "../../JuceLibraryCode/include_juce_gui_basics.mm"; sourceTree = "SOURCE_ROOT"; };
8CF50424C085FF20707934E9 = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info-App.plist"; path = "Info-App.plist"; sourceTree = "SOURCE_ROOT"; };
8D5A4F15B299E8753F8CF8FC = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; };
92ED3CEA2279A0F358367B6F = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_formats.mm"; path = "../../JuceLibraryCode/include_juce_audio_formats.mm"; sourceTree = "SOURCE_ROOT"; };
97B10BAA3A428CA0AD47251B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = "SOURCE_ROOT"; };
97C9FC454090A3EE72104A52 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = System/Library/Frameworks/AVKit.framework; sourceTree = SDKROOT; };
97FFFBA2C75D558AF0B711AA = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_product_unlocking"; path = "../../../../modules/juce_product_unlocking"; sourceTree = "SOURCE_ROOT"; };
9AC8E349B1BD37605DC265C9 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
9C1B19271E82B0BBC2D0521B = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
9DFF10CF4FF55BEA5A9FFEE4 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_box2d.cpp"; path = "../../JuceLibraryCode/include_juce_box2d.cpp"; sourceTree = "SOURCE_ROOT"; };
9E9EEB1AB3EF88606B21E07E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_cryptography.mm"; path = "../../JuceLibraryCode/include_juce_cryptography.mm"; sourceTree = "SOURCE_ROOT"; };
A0B3E7166B131F52E6A09F5A = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
A4EB3AA3553D1EFB81C034F4 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
A61187BCFCE9C5438823C778 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_osc"; path = "../../../../modules/juce_osc"; sourceTree = "SOURCE_ROOT"; };
A68AC0303BCAFE78819B8D6E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs2.cpp; path = ../../Source/Demos/DemoPIPs2.cpp; sourceTree = "SOURCE_ROOT"; };
ADDD3C48F4BF2B0C3BCA0CAB = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_processors.mm"; path = "../../JuceLibraryCode/include_juce_audio_processors.mm"; sourceTree = "SOURCE_ROOT"; };
B15548C089D4D2D2DD4BC67E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_devices.mm"; path = "../../JuceLibraryCode/include_juce_audio_devices.mm"; sourceTree = "SOURCE_ROOT"; };
B873E7C7FD2C205E41149EAC = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
C32FF4237402199F1F0F7500 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_box2d"; path = "../../../../modules/juce_box2d"; sourceTree = "SOURCE_ROOT"; };
C556F5D756471D3D6370C8CC = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
CA19CE7F3E51C2F6F4DDB2AE = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_core"; path = "../../../../modules/juce_core"; sourceTree = "SOURCE_ROOT"; };
CF85276B282B107D0FB2D1E5 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DemoContentComponent.h; path = ../../Source/UI/DemoContentComponent.h; sourceTree = "SOURCE_ROOT"; };
D09B545DFAC1692CEA6DABE8 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_formats"; path = "../../../../modules/juce_audio_formats"; sourceTree = "SOURCE_ROOT"; };
D2CB6599F5515CFE13AEDF03 = {isa = PBXFileReference; lastKnownFileType = image.png; name = JUCEAppIcon.png; path = ../../Source/JUCEAppIcon.png; sourceTree = "SOURCE_ROOT"; };
D32D25F81FF5F2030295A6A7 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
DECB99ECDAA3EF7ECC1D4129 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_dsp"; path = "../../../../modules/juce_dsp"; sourceTree = "SOURCE_ROOT"; };
E1C0C04835976C043D67E62E = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/UI/MainComponent.h; sourceTree = "SOURCE_ROOT"; };
E41B668B39AC000C3EC470D2 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/UI/MainComponent.cpp; sourceTree = "SOURCE_ROOT"; };
E547C993098EAF93D1EEC1EE = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_analytics.cpp"; path = "../../JuceLibraryCode/include_juce_analytics.cpp"; sourceTree = "SOURCE_ROOT"; };
E55A35A167A81F229B923A2B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs1.cpp; path = ../../Source/Demos/DemoPIPs1.cpp; sourceTree = "SOURCE_ROOT"; };
E5B1F28EC559FA7B057D56ED = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IntroScreen.h; path = ../../Source/Demos/IntroScreen.h; sourceTree = "SOURCE_ROOT"; };
EDE24F831EFE7F40C29A0083 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_osc.cpp"; path = "../../JuceLibraryCode/include_juce_osc.cpp"; sourceTree = "SOURCE_ROOT"; };
F30BDB48C22556B8DFBCFE7B = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_utils.mm"; path = "../../JuceLibraryCode/include_juce_audio_utils.mm"; sourceTree = "SOURCE_ROOT"; };
F367751DFF54F7F51B9F9421 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_graphics.mm"; path = "../../JuceLibraryCode/include_juce_graphics.mm"; sourceTree = "SOURCE_ROOT"; };
F6756A331E3B96FA82E689DF = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_opengl"; path = "../../../../modules/juce_opengl"; sourceTree = "SOURCE_ROOT"; };
F83E6789FB27A3C1C12C02D5 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
35E0BF35A92CBD2BAC0C1FDD = {isa = PBXGroup; children = (
E55A35A167A81F229B923A2B,
A68AC0303BCAFE78819B8D6E,
E5B1F28EC559FA7B057D56ED,
240B01E373DAF925F631EB62,
23DD52801CF4D8C06686C697, ); name = Demos; sourceTree = "<group>"; };
97D4AFB378C20B7D95650A43 = {isa = PBXGroup; children = (
4DFDDDACCC8280AD40CC8316,
CF85276B282B107D0FB2D1E5,
E41B668B39AC000C3EC470D2,
E1C0C04835976C043D67E62E,
7E55E0CE0451D701D2DEE212, ); name = UI; sourceTree = "<group>"; };
49551EF8E4689F9369A080A1 = {isa = PBXGroup; children = (
35E0BF35A92CBD2BAC0C1FDD,
97D4AFB378C20B7D95650A43,
97B10BAA3A428CA0AD47251B,
D2CB6599F5515CFE13AEDF03, ); name = Source; sourceTree = "<group>"; };
040E415602FEA20B94721098 = {isa = PBXGroup; children = (
49551EF8E4689F9369A080A1, ); name = DemoRunner; sourceTree = "<group>"; };
6AD84DBD9726518913EBFFBF = {isa = PBXGroup; children = (
5A5A1E5A42A7C7F9A815CA54,
211028CEB26EF4CC89D78682,
3FFB08F02348B308E973548A,
D09B545DFAC1692CEA6DABE8,
619C1371FC6E3D04AD32EE40,
074C1D10318858719E02D765,
1D0EAFA3B38123DCFA72AEB8,
C32FF4237402199F1F0F7500,
CA19CE7F3E51C2F6F4DDB2AE,
1D98D39BB4BC3F70611DA38D,
5B73C07CABA421AEBE37866D,
DECB99ECDAA3EF7ECC1D4129,
5E4AC1C3FAE1468C2A2AFF78,
2C5016DC2B2D095C79A81258,
799B80408977AB6FA3512E9D,
11471AFA214A02FDB4859881,
F6756A331E3B96FA82E689DF,
A61187BCFCE9C5438823C778,
97FFFBA2C75D558AF0B711AA,
142020FF74687054182134FD, ); name = "JUCE Modules"; sourceTree = "<group>"; };
60908C46E0C221900D0A0FC9 = {isa = PBXGroup; children = (
56520984A0785A11F5A1EF84,
E547C993098EAF93D1EEC1EE,
864B7A1180BE09DE3FB776CA,
B15548C089D4D2D2DD4BC67E,
92ED3CEA2279A0F358367B6F,
ADDD3C48F4BF2B0C3BCA0CAB,
F30BDB48C22556B8DFBCFE7B,
04FB51D07389B3B191556190,
9DFF10CF4FF55BEA5A9FFEE4,
44BD328C6ACDA0D6445BBF98,
9E9EEB1AB3EF88606B21E07E,
03E76E0554F3D6A287F63243,
0D300BA57C26D80FF24FA201,
06BCDD88D7A2755077721AFB,
F367751DFF54F7F51B9F9421,
8ADC9E8190B6643DBA9FBCFB,
5BAF2138D89CDCA3799DF305,
3A77C902FC51FD23FBE37CDA,
EDE24F831EFE7F40C29A0083,
6EC31F31D786E943144430AB,
0D0A58C5E734DE6832B35C4B,
596D3E558592871ACC4D8240, ); name = "JUCE Library Code"; sourceTree = "<group>"; };
2323D92B0158D4DAFD090335 = {isa = PBXGroup; children = (
05DB6FA166DD3DA3112CECEA,
8CF50424C085FF20707934E9,
556C497329BA7A9D64FC6AE6,
044A3A834AEE5348AA4847B8, ); name = Resources; sourceTree = "<group>"; };
ADFBDAC47CC6847EDABA121B = {isa = PBXGroup; children = (
9AC8E349B1BD37605DC265C9,
A4EB3AA3553D1EFB81C034F4,
9C1B19271E82B0BBC2D0521B,
97C9FC454090A3EE72104A52,
0BDBEC6C75F0632BB58288A4,
8D5A4F15B299E8753F8CF8FC,
82BA5ED7A0EFE2849ADF3A4E,
D32D25F81FF5F2030295A6A7,
55E8A1F8B2A41D4E308AD1C9,
F83E6789FB27A3C1C12C02D5,
B873E7C7FD2C205E41149EAC,
09AB805E03DB9502268EAC9C,
4A990349D3F7793E963AA660,
C556F5D756471D3D6370C8CC,
A0B3E7166B131F52E6A09F5A,
5225D71A7211661BF914CF0D, ); name = Frameworks; sourceTree = "<group>"; };
978579EAB35218E61A667222 = {isa = PBXGroup; children = (
693BA5DAEF7AA6C3B50EC2DC, ); name = Products; sourceTree = "<group>"; };
4CEA2DABAC1C8FA81FEFA645 = {isa = PBXGroup; children = (
43A9F781AC056A084F249F7B,
040E415602FEA20B94721098,
6AD84DBD9726518913EBFFBF,
60908C46E0C221900D0A0FC9,
2323D92B0158D4DAFD090335,
ADFBDAC47CC6847EDABA121B,
978579EAB35218E61A667222, ); name = Source; sourceTree = "<group>"; };
730283B212E54D874407832B = {isa = XCBuildConfiguration; buildSettings = {
9EB836C2E9AE9D376042E759 = {isa = PBXBuildFile; fileRef = 7F2A09363136D45E1E3B67BD; };
17C9A4C5F66376EA9D59CB91 = {isa = PBXBuildFile; fileRef = 689C2B38727A134CFCB5115C; };
768AF4081E074D882CB24CC4 = {isa = PBXBuildFile; fileRef = 582DA948B95328207A9CAA44; };
6F4A7E84FC57859F79A48C89 = {isa = PBXBuildFile; fileRef = 4001F361699B39E9A1FC05A4; };
5016FC0FD9F210592BB8EBFB = {isa = PBXBuildFile; fileRef = 2D42858DAF226D2F9938D4E3; };
A943413895F30417051F27B5 = {isa = PBXBuildFile; fileRef = C11CF13D4CD7F3C9F1915581; };
6115A00A1CD22334C78F5561 = {isa = PBXBuildFile; fileRef = 560D4D68F07163F71DDADB4E; };
A8C593AA29E6EEFAD3582CB3 = {isa = PBXBuildFile; fileRef = A9DBF5EDF5804BD986C70794; };
1CFBBCBB89A51D9E0D3CD24C = {isa = PBXBuildFile; fileRef = 6BE9DF8BC1186E685544761D; };
0EE03C35597F993D30EB341C = {isa = PBXBuildFile; fileRef = 9CF2F74AAF28606716C722EF; };
2D387B7DD2D4391E2379991F = {isa = PBXBuildFile; fileRef = 04953B2EC8B59CBA4A330F7D; };
DA84ADC7C766330F4BC43AC5 = {isa = PBXBuildFile; fileRef = 58D9EA36D4AD533D91446D85; };
CA35C222FF50149996BE743C = {isa = PBXBuildFile; fileRef = C18C1AC6FF710E65F859C1A3; };
4E883BED68657B1FBE1C9B5F = {isa = PBXBuildFile; fileRef = 8DA5F98C4F6CD4E7F57618F0; };
72C22D4232BDC7085CED62C1 = {isa = PBXBuildFile; fileRef = 790AF8EC2DAC0BA8F15FCF70; };
54CA14B8C272CBF563900B0F = {isa = PBXBuildFile; fileRef = 7A822945B1DD4C3046B5DC79; };
16F6A30DFA23FD72067047A7 = {isa = PBXBuildFile; fileRef = 34BDA6F6B625361AD4AF3096; };
99C6890011BED3EA04C1393B = {isa = PBXBuildFile; fileRef = 706876BDC3B391729CEECB68; };
75D9BE12481A3227962A25EE = {isa = PBXBuildFile; fileRef = CF84174767AA2E0F8308152B; };
721807D85468A456F1584EB8 = {isa = PBXBuildFile; fileRef = CD404C60CB039214F0037E50; };
EC009E48BC1B558A5A1A5108 = {isa = PBXBuildFile; fileRef = A97A06859C04F35205C9E4AC; };
1C0B534ED3C8FEF9CCE1DCDD = {isa = PBXBuildFile; fileRef = B852F19B00CA181CEB74BB95; };
8B19A7233D4F0E5C26A222EA = {isa = PBXBuildFile; fileRef = 6CA60A38162F3558ECE6AFE1; };
59EA6880FC4753541699CA01 = {isa = PBXBuildFile; fileRef = 6EB2B3DF140803D852F16A0C; };
2E01E5AEB80A30B4D42D1136 = {isa = PBXBuildFile; fileRef = B213C85BF7ABA906C71ED9A5; };
81CA45AF0BE68552C615A238 = {isa = PBXBuildFile; fileRef = 63AF53659E21286C93DC608E; };
76FBA5E1663D0C73B054D799 = {isa = PBXBuildFile; fileRef = 0CD145E0E41CB69FAD50A0D4; };
99628A8C67DA98B21F560780 = {isa = PBXBuildFile; fileRef = A175F74997E8E71946713C06; };
BE926705E132811502ACE39D = {isa = PBXBuildFile; fileRef = 2F0D3E59E0565E7FC6852519; };
AB4E1D4F86E300BB2D270E32 = {isa = PBXBuildFile; fileRef = 134D846C5D6F6C8C74367C76; };
ED7B9B97D831B74B1889B907 = {isa = PBXBuildFile; fileRef = EEC9918E9E94AC66EA7E2398; };
31090C302B4949175BDE7655 = {isa = PBXBuildFile; fileRef = 84AC290F4E3E9D9C15887B2C; };
C803FCCAFE970C48A4A781A1 = {isa = PBXBuildFile; fileRef = 1031A7BC452BFE836D7EE1FE; };
CEB22B54C80356D7EF68BFD9 = {isa = PBXBuildFile; fileRef = 32782A55FC4B06909F7EFDA7; };
D58A38AAC2475C023573168E = {isa = PBXBuildFile; fileRef = 511CEB03449C05990AC8E3C6; };
8B148F98391CCFD4C30F0409 = {isa = PBXBuildFile; fileRef = 167A7C47D32CC9C54FA0A979; };
F6DC21F225BD32650A91958A = {isa = PBXBuildFile; fileRef = DFBB32AC8BB5E28D37DA9176; };
E10F97FED01A3FD35B80CD51 = {isa = PBXBuildFile; fileRef = 18A1E82B08D712F0F6D62B60; };
50263B0BBFD86F6A400EB263 = {isa = PBXBuildFile; fileRef = 306341405C688533C34D9629; };
1688AFE19369CE3E00941A93 = {isa = PBXBuildFile; fileRef = 7928E9C75C9C2C6821508E98; };
D14B9FDD73E004E89036F4EC = {isa = PBXBuildFile; fileRef = CEE1FEBB204498D3BDC57A37; };
67D0745ECC183EDCD142DAB9 = {isa = PBXBuildFile; fileRef = DF5A47C121C7DD005B79B181; };
3A3A899B7BD2413E01EAA722 = {isa = PBXBuildFile; fileRef = 9E951BC33277E54FA6275D65; };
796EFD12273AAC9202587DC7 = {isa = PBXBuildFile; fileRef = DFC67FA58EB1F34DBFF0DA27; };
45A57B252008828DE76069D8 = {isa = PBXBuildFile; fileRef = 06135E98AC63BF0B56030B24; };
810791396D2A18A52ABA9ACB = {isa = PBXBuildFile; fileRef = FC74ABA3FB27CBE0847D6F4F; };
04953B2EC8B59CBA4A330F7D = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
06135E98AC63BF0B56030B24 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_product_unlocking.mm"; path = "../../JuceLibraryCode/include_juce_product_unlocking.mm"; sourceTree = "SOURCE_ROOT"; };
0ACD5D3471C858425C4412C0 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SettingsContent.h; path = ../../Source/UI/SettingsContent.h; sourceTree = "SOURCE_ROOT"; };
0BBF42CB4D6EB1D8BC605740 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_analytics"; path = "../../../../modules/juce_analytics"; sourceTree = "SOURCE_ROOT"; };
0CD145E0E41CB69FAD50A0D4 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_analytics.cpp"; path = "../../JuceLibraryCode/include_juce_analytics.cpp"; sourceTree = "SOURCE_ROOT"; };
1031A7BC452BFE836D7EE1FE = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_blocks_basics.cpp"; path = "../../JuceLibraryCode/include_juce_blocks_basics.cpp"; sourceTree = "SOURCE_ROOT"; };
134D846C5D6F6C8C74367C76 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_formats.mm"; path = "../../JuceLibraryCode/include_juce_audio_formats.mm"; sourceTree = "SOURCE_ROOT"; };
167A7C47D32CC9C54FA0A979 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_cryptography.mm"; path = "../../JuceLibraryCode/include_juce_cryptography.mm"; sourceTree = "SOURCE_ROOT"; };
18A1E82B08D712F0F6D62B60 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_dsp.mm"; path = "../../JuceLibraryCode/include_juce_dsp.mm"; sourceTree = "SOURCE_ROOT"; };
1E04A89FF7BA5D5513227F97 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_dsp"; path = "../../../../modules/juce_dsp"; sourceTree = "SOURCE_ROOT"; };
2D42858DAF226D2F9938D4E3 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = System/Library/Frameworks/AVKit.framework; sourceTree = SDKROOT; };
2EB84A043565AA4EC8D268EA = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IntroScreen.h; path = ../../Source/Demos/IntroScreen.h; sourceTree = "SOURCE_ROOT"; };
2F0D3E59E0565E7FC6852519 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_devices.mm"; path = "../../JuceLibraryCode/include_juce_audio_devices.mm"; sourceTree = "SOURCE_ROOT"; };
306341405C688533C34D9629 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_events.mm"; path = "../../JuceLibraryCode/include_juce_events.mm"; sourceTree = "SOURCE_ROOT"; };
325C6AA03EBD2A8B57323077 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_basics"; path = "../../../../modules/juce_audio_basics"; sourceTree = "SOURCE_ROOT"; };
32782A55FC4B06909F7EFDA7 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_box2d.cpp"; path = "../../JuceLibraryCode/include_juce_box2d.cpp"; sourceTree = "SOURCE_ROOT"; };
34BDA6F6B625361AD4AF3096 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
38F50CFB183760D58544A27D = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JuceHeader.h; path = ../../JuceLibraryCode/JuceHeader.h; sourceTree = "SOURCE_ROOT"; };
39D1B05BCEB11DE79B5F23F0 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_events"; path = "../../../../modules/juce_events"; sourceTree = "SOURCE_ROOT"; };
4001F361699B39E9A1FC05A4 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
4454191C8F56BB5AA4E6569F = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_data_structures"; path = "../../../../modules/juce_data_structures"; sourceTree = "SOURCE_ROOT"; };
4571374931547A5B90A6351E = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_core"; path = "../../../../modules/juce_core"; sourceTree = "SOURCE_ROOT"; };
511CEB03449C05990AC8E3C6 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_core.mm"; path = "../../JuceLibraryCode/include_juce_core.mm"; sourceTree = "SOURCE_ROOT"; };
560D4D68F07163F71DDADB4E = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; };
57CEF095BF1673D7D33D85C9 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_product_unlocking"; path = "../../../../modules/juce_product_unlocking"; sourceTree = "SOURCE_ROOT"; };
582DA948B95328207A9CAA44 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
58D9EA36D4AD533D91446D85 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
606057EF1333FE7BF9E44843 = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JUCEDemos.h; path = ../../Source/Demos/JUCEDemos.h; sourceTree = "SOURCE_ROOT"; };
63AF53659E21286C93DC608E = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../Source/Main.cpp; sourceTree = "SOURCE_ROOT"; };
681828CB0D81947CC71A736C = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_box2d"; path = "../../../../modules/juce_box2d"; sourceTree = "SOURCE_ROOT"; };
689C2B38727A134CFCB5115C = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
6BA56AD9C1915DB08BC59C63 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_cryptography"; path = "../../../../modules/juce_cryptography"; sourceTree = "SOURCE_ROOT"; };
6BE9DF8BC1186E685544761D = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
6CA60A38162F3558ECE6AFE1 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = JUCEDemos.cpp; path = ../../Source/Demos/JUCEDemos.cpp; sourceTree = "SOURCE_ROOT"; };
6E8855BB041753AD4D906FC3 = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = DemoRunner.entitlements; path = DemoRunner.entitlements; sourceTree = "SOURCE_ROOT"; };
6EB2B3DF140803D852F16A0C = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoContentComponent.cpp; path = ../../Source/UI/DemoContentComponent.cpp; sourceTree = "SOURCE_ROOT"; };
6FC335B7D47965C0E2DCE731 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_processors"; path = "../../../../modules/juce_audio_processors"; sourceTree = "SOURCE_ROOT"; };
706876BDC3B391729CEECB68 = {isa = PBXFileReference; lastKnownFileType = folder; name = Assets; path = ../../../Assets; sourceTree = "<group>"; };
790AF8EC2DAC0BA8F15FCF70 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
7928E9C75C9C2C6821508E98 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_graphics.mm"; path = "../../JuceLibraryCode/include_juce_graphics.mm"; sourceTree = "SOURCE_ROOT"; };
7A822945B1DD4C3046B5DC79 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
7F2A09363136D45E1E3B67BD = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoRunner.app; sourceTree = "BUILT_PRODUCTS_DIR"; };
84AC290F4E3E9D9C15887B2C = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_utils.mm"; path = "../../JuceLibraryCode/include_juce_audio_utils.mm"; sourceTree = "SOURCE_ROOT"; };
8DA5F98C4F6CD4E7F57618F0 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
951CD28207D864412BC4953D = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppConfig.h; path = ../../JuceLibraryCode/AppConfig.h; sourceTree = "SOURCE_ROOT"; };
995A54594608CE7BEE41F1FA = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_extra"; path = "../../../../modules/juce_gui_extra"; sourceTree = "SOURCE_ROOT"; };
9CF2F74AAF28606716C722EF = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
9E951BC33277E54FA6275D65 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_opengl.mm"; path = "../../JuceLibraryCode/include_juce_opengl.mm"; sourceTree = "SOURCE_ROOT"; };
9F0C7D2DFA76058BD201C82D = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainComponent.h; path = ../../Source/UI/MainComponent.h; sourceTree = "SOURCE_ROOT"; };
A175F74997E8E71946713C06 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_basics.mm"; path = "../../JuceLibraryCode/include_juce_audio_basics.mm"; sourceTree = "SOURCE_ROOT"; };
A4AD07B75D5675A95DE3BA9D = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_formats"; path = "../../../../modules/juce_audio_formats"; sourceTree = "SOURCE_ROOT"; };
A97A06859C04F35205C9E4AC = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs1.cpp; path = ../../Source/Demos/DemoPIPs1.cpp; sourceTree = "SOURCE_ROOT"; };
A9A05A9EAD1ACE2B3D707F22 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_opengl"; path = "../../../../modules/juce_opengl"; sourceTree = "SOURCE_ROOT"; };
A9DBF5EDF5804BD986C70794 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
AFDCFE95C60AB420E7DF7601 = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info-App.plist"; path = "Info-App.plist"; sourceTree = "SOURCE_ROOT"; };
B213C85BF7ABA906C71ED9A5 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MainComponent.cpp; path = ../../Source/UI/MainComponent.cpp; sourceTree = "SOURCE_ROOT"; };
B44D8EA96A78D657C96BE6D0 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_graphics"; path = "../../../../modules/juce_graphics"; sourceTree = "SOURCE_ROOT"; };
B84A25E8D8747C6D759AE353 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_osc"; path = "../../../../modules/juce_osc"; sourceTree = "SOURCE_ROOT"; };
B852F19B00CA181CEB74BB95 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = DemoPIPs2.cpp; path = ../../Source/Demos/DemoPIPs2.cpp; sourceTree = "SOURCE_ROOT"; };
C11CF13D4CD7F3C9F1915581 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
C18C1AC6FF710E65F859C1A3 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
C6DA5E594D4B1E350BA957C5 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_utils"; path = "../../../../modules/juce_audio_utils"; sourceTree = "SOURCE_ROOT"; };
C806AC1FAB4F10D6E76C320F = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DemoContentComponent.h; path = ../../Source/UI/DemoContentComponent.h; sourceTree = "SOURCE_ROOT"; };
CA8C66CC32B1A936875CD289 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_devices"; path = "../../../../modules/juce_audio_devices"; sourceTree = "SOURCE_ROOT"; };
CD404C60CB039214F0037E50 = {isa = PBXFileReference; lastKnownFileType = file.icns; name = Icon.icns; path = Icon.icns; sourceTree = "SOURCE_ROOT"; };
CDB69F1D8BFE63419EBD3EAC = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_blocks_basics"; path = "../../../../modules/juce_blocks_basics"; sourceTree = "SOURCE_ROOT"; };
CEE1FEBB204498D3BDC57A37 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_basics.mm"; path = "../../JuceLibraryCode/include_juce_gui_basics.mm"; sourceTree = "SOURCE_ROOT"; };
CF84174767AA2E0F8308152B = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = DemoRunner/Images.xcassets; sourceTree = "SOURCE_ROOT"; };
D6B1D281E661459797070CB4 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_video"; path = "../../../../modules/juce_video"; sourceTree = "SOURCE_ROOT"; };
DF5A47C121C7DD005B79B181 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_extra.mm"; path = "../../JuceLibraryCode/include_juce_gui_extra.mm"; sourceTree = "SOURCE_ROOT"; };
DFBB32AC8BB5E28D37DA9176 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_data_structures.mm"; path = "../../JuceLibraryCode/include_juce_data_structures.mm"; sourceTree = "SOURCE_ROOT"; };
DFC67FA58EB1F34DBFF0DA27 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "include_juce_osc.cpp"; path = "../../JuceLibraryCode/include_juce_osc.cpp"; sourceTree = "SOURCE_ROOT"; };
EE025DF1CDB5D1A500A42B66 = {isa = PBXFileReference; lastKnownFileType = image.png; name = JUCEAppIcon.png; path = ../../Source/JUCEAppIcon.png; sourceTree = "SOURCE_ROOT"; };
EEC9918E9E94AC66EA7E2398 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_processors.mm"; path = "../../JuceLibraryCode/include_juce_audio_processors.mm"; sourceTree = "SOURCE_ROOT"; };
FC74ABA3FB27CBE0847D6F4F = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_video.mm"; path = "../../JuceLibraryCode/include_juce_video.mm"; sourceTree = "SOURCE_ROOT"; };
FE30BE1A17EAA252F2075B37 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_basics"; path = "../../../../modules/juce_gui_basics"; sourceTree = "SOURCE_ROOT"; };
9598E2CD183E5246C01C19A0 = {isa = PBXGroup; children = (
A97A06859C04F35205C9E4AC,
B852F19B00CA181CEB74BB95,
2EB84A043565AA4EC8D268EA,
6CA60A38162F3558ECE6AFE1,
606057EF1333FE7BF9E44843, ); name = Demos; sourceTree = "<group>"; };
98550022F57D6F57E8587C3A = {isa = PBXGroup; children = (
6EB2B3DF140803D852F16A0C,
C806AC1FAB4F10D6E76C320F,
B213C85BF7ABA906C71ED9A5,
9F0C7D2DFA76058BD201C82D,
0ACD5D3471C858425C4412C0, ); name = UI; sourceTree = "<group>"; };
6DE98CF7661BF9A63F47BA40 = {isa = PBXGroup; children = (
9598E2CD183E5246C01C19A0,
98550022F57D6F57E8587C3A,
63AF53659E21286C93DC608E,
EE025DF1CDB5D1A500A42B66, ); name = Source; sourceTree = "<group>"; };
77515E9684E8DB7C3D389803 = {isa = PBXGroup; children = (
6DE98CF7661BF9A63F47BA40, ); name = DemoRunner; sourceTree = "<group>"; };
39BE10D886C6F28859815690 = {isa = PBXGroup; children = (
0BBF42CB4D6EB1D8BC605740,
325C6AA03EBD2A8B57323077,
CA8C66CC32B1A936875CD289,
A4AD07B75D5675A95DE3BA9D,
6FC335B7D47965C0E2DCE731,
C6DA5E594D4B1E350BA957C5,
CDB69F1D8BFE63419EBD3EAC,
681828CB0D81947CC71A736C,
4571374931547A5B90A6351E,
6BA56AD9C1915DB08BC59C63,
4454191C8F56BB5AA4E6569F,
1E04A89FF7BA5D5513227F97,
39D1B05BCEB11DE79B5F23F0,
B44D8EA96A78D657C96BE6D0,
FE30BE1A17EAA252F2075B37,
995A54594608CE7BEE41F1FA,
A9A05A9EAD1ACE2B3D707F22,
B84A25E8D8747C6D759AE353,
57CEF095BF1673D7D33D85C9,
D6B1D281E661459797070CB4, ); name = "JUCE Modules"; sourceTree = "<group>"; };
0BB08C6A17FF8B7EE53E7EAC = {isa = PBXGroup; children = (
951CD28207D864412BC4953D,
0CD145E0E41CB69FAD50A0D4,
A175F74997E8E71946713C06,
2F0D3E59E0565E7FC6852519,
134D846C5D6F6C8C74367C76,
EEC9918E9E94AC66EA7E2398,
84AC290F4E3E9D9C15887B2C,
1031A7BC452BFE836D7EE1FE,
32782A55FC4B06909F7EFDA7,
511CEB03449C05990AC8E3C6,
167A7C47D32CC9C54FA0A979,
DFBB32AC8BB5E28D37DA9176,
18A1E82B08D712F0F6D62B60,
306341405C688533C34D9629,
7928E9C75C9C2C6821508E98,
CEE1FEBB204498D3BDC57A37,
DF5A47C121C7DD005B79B181,
9E951BC33277E54FA6275D65,
DFC67FA58EB1F34DBFF0DA27,
06135E98AC63BF0B56030B24,
FC74ABA3FB27CBE0847D6F4F,
38F50CFB183760D58544A27D, ); name = "JUCE Library Code"; sourceTree = "<group>"; };
AD3315665C24652748E1EFC4 = {isa = PBXGroup; children = (
706876BDC3B391729CEECB68,
AFDCFE95C60AB420E7DF7601,
CF84174767AA2E0F8308152B,
CD404C60CB039214F0037E50, ); name = Resources; sourceTree = "<group>"; };
728F153E1C940815AC7E9D60 = {isa = PBXGroup; children = (
689C2B38727A134CFCB5115C,
582DA948B95328207A9CAA44,
4001F361699B39E9A1FC05A4,
2D42858DAF226D2F9938D4E3,
C11CF13D4CD7F3C9F1915581,
560D4D68F07163F71DDADB4E,
A9DBF5EDF5804BD986C70794,
6BE9DF8BC1186E685544761D,
9CF2F74AAF28606716C722EF,
04953B2EC8B59CBA4A330F7D,
58D9EA36D4AD533D91446D85,
C18C1AC6FF710E65F859C1A3,
8DA5F98C4F6CD4E7F57618F0,
790AF8EC2DAC0BA8F15FCF70,
7A822945B1DD4C3046B5DC79,
34BDA6F6B625361AD4AF3096, ); name = Frameworks; sourceTree = "<group>"; };
A78741864AA628C276EA54D3 = {isa = PBXGroup; children = (
7F2A09363136D45E1E3B67BD, ); name = Products; sourceTree = "<group>"; };
027E6B37E44BF7DAD52E538E = {isa = PBXGroup; children = (
6E8855BB041753AD4D906FC3,
77515E9684E8DB7C3D389803,
39BE10D886C6F28859815690,
0BB08C6A17FF8B7EE53E7EAC,
AD3315665C24652748E1EFC4,
728F153E1C940815AC7E9D60,
A78741864AA628C276EA54D3, ); name = Source; sourceTree = "<group>"; };
E1809F3608ACAE50A381AE7C = {isa = XCBuildConfiguration; buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; CLANG_CXX_LANGUAGE_STANDARD = "c++14";
@@ -256,7 +256,7 @@
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner; PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner;
USE_HEADERMAP = NO; }; name = Debug; }; USE_HEADERMAP = NO; }; name = Debug; };
61ADCD1959F07442F3FE3CD8 = {isa = XCBuildConfiguration; buildSettings = {
BDC15A4936356C1C03B5BF89 = {isa = XCBuildConfiguration; buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_CXX_LANGUAGE_STANDARD = "c++14"; CLANG_CXX_LANGUAGE_STANDARD = "c++14";
@@ -291,7 +291,7 @@
LLVM_LTO = YES; LLVM_LTO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner; PRODUCT_BUNDLE_IDENTIFIER = com.roli.juce.demorunner;
USE_HEADERMAP = NO; }; name = Release; }; USE_HEADERMAP = NO; }; name = Release; };
FC10CF36E35BBA56D1B22356 = {isa = XCBuildConfiguration; buildSettings = {
081C90DF2CB1FDA6ADA4C5A4 = {isa = XCBuildConfiguration; buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
@@ -333,7 +333,7 @@
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = -Wreorder; WARNING_CFLAGS = -Wreorder;
ZERO_LINK = NO; }; name = Debug; }; ZERO_LINK = NO; }; name = Debug; };
31BECEAABC42677EC1A66006 = {isa = XCBuildConfiguration; buildSettings = {
BD90D11EB453FEC2AECBCF17 = {isa = XCBuildConfiguration; buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
@@ -373,66 +373,66 @@
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = -Wreorder; WARNING_CFLAGS = -Wreorder;
ZERO_LINK = NO; }; name = Release; }; ZERO_LINK = NO; }; name = Release; };
18DCB390D7AEACB381D8B822 = {isa = PBXTargetDependency; target = 27C0EE5614E1AA03684666EA; };
7E725D983D028F7A1D768499 = {isa = XCConfigurationList; buildConfigurations = (
FC10CF36E35BBA56D1B22356,
31BECEAABC42677EC1A66006, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
19CFEB7E4F9B4350E3342B6E = {isa = XCConfigurationList; buildConfigurations = (
730283B212E54D874407832B,
61ADCD1959F07442F3FE3CD8, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
DE0B3C6F885D1550C4E796FE = {isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = (
7539A521A19BDB82040E3916,
19BE68769A8BC718F88F6A94,
DB9785D076F0D4ADB9344AD3, ); runOnlyForDeploymentPostprocessing = 0; };
D7ABCF5440B0D437174EBE80 = {isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = (
33FBE11B4954DB3FDCAD2E87,
0A7A1DAD54F7AAB62F67F0BB,
736C58CD86CF45A27DDD0762,
6180ACAFFA778372B73C2A70,
E473A6985F44C9A100A2C5AB,
EF08686DE5821C29BF8205B9,
3F6CF8BA53264A34A1B1AEC7,
1EDD4177CD1BF717402DABA8,
76AC642FC18267CF760470FC,
B7A4221E071CE65766871207,
AF3CE4879A8A9D9E10BB4E8A,
D0F48862EB161E1DF4BAE84F,
AF48C600831E2CB3D51A95D9,
324BCCB313C06D3035A71DE1,
2F797975A4008403BCDCBBCE,
5A4F59B3CBA9E3C14A681325,
666502A42875C2FFD0B618E1,
9AE62C0E7EC304E8FC694F4F,
8E37C0CB1BC8B89284ABB4C8,
F0152AA5425EB23987022328,
86248180F6FF2906004EFA58,
BDE519A88E0423E156E275BA,
27A395E1683C96D3AC290077,
98F9D42038E40DE163A5C485,
BEEA876228671C6DFA3E3519,
0033480CB2D1A33127E76716, ); runOnlyForDeploymentPostprocessing = 0; };
A75F580DB1C23C2B3B5671FD = {isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = (
197D0B3FD671BC46039BD402,
871B7D71F45111D6231C98CD,
018E4EFD4483646DE809CA40,
93FFF73C992956C16C73BEC6,
19E0A51BFBBFC63B67E5DD20,
0774A48EDE8B3D12E37773F0,
D20D38740883CBDC295BC43D,
652D19488680BF230F043102,
CF4621CBA7F3712DF1996692,
1C77CC06DC171D28C7252DB8,
0913600A57382E24830127C2,
2C551B48A1B62FFF13419D95,
17BF5CFC680BDD7C640BADD2,
8C7198A8E7F93EE7848F6C4D,
E909302866F0E5C7FB832E6A,
399789802BE22A74D24789FB, ); runOnlyForDeploymentPostprocessing = 0; };
27C0EE5614E1AA03684666EA = {isa = PBXNativeTarget; buildConfigurationList = 19CFEB7E4F9B4350E3342B6E; buildPhases = (
DE0B3C6F885D1550C4E796FE,
D7ABCF5440B0D437174EBE80,
A75F580DB1C23C2B3B5671FD, ); buildRules = ( ); dependencies = ( ); name = "DemoRunner - App"; productName = DemoRunner; productReference = 693BA5DAEF7AA6C3B50EC2DC; productType = "com.apple.product-type.application"; };
A5680D9BA788178D98811B18 = {isa = PBXProject; buildConfigurationList = 7E725D983D028F7A1D768499; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { 27C0EE5614E1AA03684666EA = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; com.apple.iCloud = { enabled = 1; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = 4CEA2DABAC1C8FA81FEFA645; projectDirPath = ""; projectRoot = ""; targets = (27C0EE5614E1AA03684666EA); };
C4C30E0650E155EB2B1A3D1E = {isa = PBXTargetDependency; target = B1DCD9336A0679853A7BAA5B; };
31034F174B42AEF5DFB9E7FC = {isa = XCConfigurationList; buildConfigurations = (
081C90DF2CB1FDA6ADA4C5A4,
BD90D11EB453FEC2AECBCF17, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
AC89C26EF8348F9CA8EB88AB = {isa = XCConfigurationList; buildConfigurations = (
E1809F3608ACAE50A381AE7C,
BDC15A4936356C1C03B5BF89, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
323B0C6B7D3422EA39DFEFEC = {isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = (
99C6890011BED3EA04C1393B,
75D9BE12481A3227962A25EE,
721807D85468A456F1584EB8, ); runOnlyForDeploymentPostprocessing = 0; };
6C79D186E00F558C3356E81A = {isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = (
EC009E48BC1B558A5A1A5108,
1C0B534ED3C8FEF9CCE1DCDD,
8B19A7233D4F0E5C26A222EA,
59EA6880FC4753541699CA01,
2E01E5AEB80A30B4D42D1136,
81CA45AF0BE68552C615A238,
76FBA5E1663D0C73B054D799,
99628A8C67DA98B21F560780,
BE926705E132811502ACE39D,
AB4E1D4F86E300BB2D270E32,
ED7B9B97D831B74B1889B907,
31090C302B4949175BDE7655,
C803FCCAFE970C48A4A781A1,
CEB22B54C80356D7EF68BFD9,
D58A38AAC2475C023573168E,
8B148F98391CCFD4C30F0409,
F6DC21F225BD32650A91958A,
E10F97FED01A3FD35B80CD51,
50263B0BBFD86F6A400EB263,
1688AFE19369CE3E00941A93,
D14B9FDD73E004E89036F4EC,
67D0745ECC183EDCD142DAB9,
3A3A899B7BD2413E01EAA722,
796EFD12273AAC9202587DC7,
45A57B252008828DE76069D8,
810791396D2A18A52ABA9ACB, ); runOnlyForDeploymentPostprocessing = 0; };
4E337874EC530E27CA1A3A28 = {isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = (
17C9A4C5F66376EA9D59CB91,
768AF4081E074D882CB24CC4,
6F4A7E84FC57859F79A48C89,
5016FC0FD9F210592BB8EBFB,
A943413895F30417051F27B5,
6115A00A1CD22334C78F5561,
A8C593AA29E6EEFAD3582CB3,
1CFBBCBB89A51D9E0D3CD24C,
0EE03C35597F993D30EB341C,
2D387B7DD2D4391E2379991F,
DA84ADC7C766330F4BC43AC5,
CA35C222FF50149996BE743C,
4E883BED68657B1FBE1C9B5F,
72C22D4232BDC7085CED62C1,
54CA14B8C272CBF563900B0F,
16F6A30DFA23FD72067047A7, ); runOnlyForDeploymentPostprocessing = 0; };
B1DCD9336A0679853A7BAA5B = {isa = PBXNativeTarget; buildConfigurationList = AC89C26EF8348F9CA8EB88AB; buildPhases = (
323B0C6B7D3422EA39DFEFEC,
6C79D186E00F558C3356E81A,
4E337874EC530E27CA1A3A28, ); buildRules = ( ); dependencies = ( ); name = "DemoRunner - App"; productName = DemoRunner; productReference = 7F2A09363136D45E1E3B67BD; productType = "com.apple.product-type.application"; };
087563A6DDCC0D25D976BAD3 = {isa = PBXProject; buildConfigurationList = 31034F174B42AEF5DFB9E7FC; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { B1DCD9336A0679853A7BAA5B = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; com.apple.iCloud = { enabled = 1; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = 027E6B37E44BF7DAD52E538E; projectDirPath = ""; projectRoot = ""; targets = (B1DCD9336A0679853A7BAA5B); };
}; };
rootObject = A5680D9BA788178D98811B18;
rootObject = 087563A6DDCC0D25D976BAD3;
} }

+ 4
- 0
extras/AudioPerformanceTest/Builds/Android/app/CMakeLists.txt View File

@@ -1062,6 +1062,8 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" "../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" "../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" "../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp"
@@ -2226,6 +2228,8 @@ set_source_files_properties("../../../../../modules/juce_gui_basics/properties/j
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)


+ 4
- 0
extras/AudioPerformanceTest/Builds/VisualStudio2015/AudioPerformanceTest_App.vcxproj View File

@@ -1559,6 +1559,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2265,6 +2268,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/AudioPerformanceTest/Builds/VisualStudio2015/AudioPerformanceTest_App.vcxproj.filters View File

@@ -1843,6 +1843,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3639,6 +3642,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/AudioPluginHost/Builds/VisualStudio2013/AudioPluginHost_App.vcxproj View File

@@ -1585,6 +1585,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2345,6 +2348,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/AudioPluginHost/Builds/VisualStudio2013/AudioPluginHost_App.vcxproj.filters View File

@@ -1915,6 +1915,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3801,6 +3804,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/AudioPluginHost/Builds/VisualStudio2015/AudioPluginHost_App.vcxproj View File

@@ -1585,6 +1585,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2345,6 +2348,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/AudioPluginHost/Builds/VisualStudio2015/AudioPluginHost_App.vcxproj.filters View File

@@ -1915,6 +1915,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3801,6 +3804,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/AudioPluginHost/Builds/VisualStudio2017/AudioPluginHost_App.vcxproj View File

@@ -1585,6 +1585,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2345,6 +2348,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/AudioPluginHost/Builds/VisualStudio2017/AudioPluginHost_App.vcxproj.filters View File

@@ -1915,6 +1915,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3801,6 +3804,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/NetworkGraphicsDemo/Builds/Android/app/CMakeLists.txt View File

@@ -1081,6 +1081,8 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" "../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" "../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" "../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h"
"../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" "../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp"
@@ -2320,6 +2322,8 @@ set_source_files_properties("../../../../../modules/juce_gui_basics/properties/j
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ButtonPropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_ChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyComponent.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" PROPERTIES HEADER_FILE_ONLY TRUE) set_source_files_properties("../../../../../modules/juce_gui_basics/properties/juce_PropertyPanel.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)


+ 4
- 0
extras/NetworkGraphicsDemo/Builds/VisualStudio2013/NetworkGraphicsDemo_App.vcxproj View File

@@ -1580,6 +1580,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2357,6 +2360,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/NetworkGraphicsDemo/Builds/VisualStudio2013/NetworkGraphicsDemo_App.vcxproj.filters View File

@@ -1897,6 +1897,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3795,6 +3798,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/NetworkGraphicsDemo/Builds/VisualStudio2017/NetworkGraphicsDemo_App.vcxproj View File

@@ -1580,6 +1580,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2357,6 +2360,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/NetworkGraphicsDemo/Builds/VisualStudio2017/NetworkGraphicsDemo_App.vcxproj.filters View File

@@ -1897,6 +1897,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3795,6 +3798,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj View File

@@ -1263,6 +1263,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -1969,6 +1972,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj.filters View File

@@ -1594,6 +1594,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3390,6 +3393,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj View File

@@ -1263,6 +1263,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -1969,6 +1972,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters View File

@@ -1594,6 +1594,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3390,6 +3393,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj View File

@@ -1263,6 +1263,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -1969,6 +1972,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters View File

@@ -1594,6 +1594,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3390,6 +3393,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/UnitTestRunner/Builds/VisualStudio2017/UnitTestRunner_ConsoleApp.vcxproj View File

@@ -1669,6 +1669,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2536,6 +2539,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/UnitTestRunner/Builds/VisualStudio2017/UnitTestRunner_ConsoleApp.vcxproj.filters View File

@@ -2059,6 +2059,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -4173,6 +4176,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


+ 4
- 0
extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj View File

@@ -1579,6 +1579,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild> <ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile> </ClCompile>
@@ -2333,6 +2336,7 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_BooleanPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ButtonPropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyPanel.h"/>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_SliderPropertyComponent.h"/>


+ 6
- 0
extras/WindowsDLL/Builds/VisualStudio2017/WindowsDLL_StaticLibrary.vcxproj.filters View File

@@ -1894,6 +1894,9 @@
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp"> <ClCompile Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.cpp">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClCompile> </ClCompile>
@@ -3762,6 +3765,9 @@
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_ChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_MultiChoicePropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h"> <ClInclude Include="..\..\..\..\modules\juce_gui_basics\properties\juce_PropertyComponent.h">
<Filter>JUCE Modules\juce_gui_basics\properties</Filter> <Filter>JUCE Modules\juce_gui_basics\properties</Filter>
</ClInclude> </ClInclude>


Loading…
Cancel
Save