Browse Source

Merge remote-tracking branch 'j/develop'

pull/8/head
falkTX 6 years ago
parent
commit
06623fc99c
100 changed files with 6502 additions and 6508 deletions
  1. +6
    -4
      .github/ISSUE_TEMPLATE.txt
  2. +1
    -1
      examples/DSP module plugin demo/Source/PluginProcessor.cpp
  3. +1
    -1
      examples/Demo/Source/Demos/AudioSettingsDemo.cpp
  4. +1
    -1
      examples/audio plugin host/Source/FilterIOConfiguration.cpp
  5. +97
    -97
      extras/Projucer/Builds/LinuxMakefile/Makefile
  6. +1
    -1
      extras/Projucer/Builds/MacOSX/Info-App.plist
  7. +549
    -533
      extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj
  8. +226
    -224
      extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj
  9. +528
    -501
      extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj.filters
  10. +0
    -3
      extras/Projucer/Builds/VisualStudio2013/resources.rc
  11. +226
    -224
      extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj
  12. +528
    -501
      extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters
  13. +0
    -3
      extras/Projucer/Builds/VisualStudio2015/resources.rc
  14. +226
    -224
      extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj
  15. +528
    -501
      extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters
  16. +0
    -3
      extras/Projucer/Builds/VisualStudio2017/resources.rc
  17. +2896
    -2974
      extras/Projucer/JuceLibraryCode/BinaryData.cpp
  18. +58
    -64
      extras/Projucer/JuceLibraryCode/BinaryData.h
  19. +509
    -489
      extras/Projucer/Projucer.jucer
  20. +2
    -0
      extras/Projucer/Source/Application/Windows/jucer_AboutWindowComponent.h
  21. +2
    -0
      extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
  22. +2
    -1
      extras/Projucer/Source/Application/Windows/jucer_EditorColourSchemeWindowComponent.h
  23. +0
    -0
      extras/Projucer/Source/Application/Windows/jucer_FloatingToolWindow.h
  24. +3
    -1
      extras/Projucer/Source/Application/Windows/jucer_GlobalSearchPathsWindowComponent.h
  25. +4
    -0
      extras/Projucer/Source/Application/Windows/jucer_SVGPathDataWindowComponent.h
  26. +2
    -6
      extras/Projucer/Source/Application/Windows/jucer_TranslationToolWindowComponent.h
  27. +4
    -0
      extras/Projucer/Source/Application/Windows/jucer_UTF8WindowComponent.h
  28. +2
    -2
      extras/Projucer/Source/Application/jucer_Application.h
  29. +1
    -1
      extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
  30. +2
    -0
      extras/Projucer/Source/Application/jucer_CommandIDs.h
  31. +2
    -3
      extras/Projucer/Source/Application/jucer_CommandLine.cpp
  32. +0
    -1
      extras/Projucer/Source/Application/jucer_CommandLine.h
  33. +9
    -8
      extras/Projucer/Source/Application/jucer_CommonHeaders.h
  34. +1
    -1
      extras/Projucer/Source/Application/jucer_Headers.h
  35. +28
    -28
      extras/Projucer/Source/Application/jucer_Main.cpp
  36. +2
    -4
      extras/Projucer/Source/Application/jucer_MainWindow.cpp
  37. +1
    -2
      extras/Projucer/Source/Application/jucer_MainWindow.h
  38. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/background_logo.svg
  39. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/export_android.svg
  40. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/export_codeBlocks.svg
  41. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/export_linux.svg
  42. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/export_visualStudio.svg
  43. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/export_xcode.svg
  44. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/huckleberry_icon.svg
  45. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/juce-logo-with-text.svg
  46. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/juce_icon.png
  47. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_AnimatedApp.svg
  48. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_AudioApp.svg
  49. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_AudioPlugin.svg
  50. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_ConsoleApp.svg
  51. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_DLL.svg
  52. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_GUI.svg
  53. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_Highlight.svg
  54. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_OpenGL.svg
  55. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_Openfile.svg
  56. +0
    -0
      extras/Projucer/Source/BinaryData/Icons/wizard_StaticLibrary.svg
  57. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_AnimatedComponentTemplate.cpp
  58. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_AudioComponentTemplate.cpp
  59. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_AudioPluginEditorTemplate.cpp
  60. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_AudioPluginEditorTemplate.h
  61. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_AudioPluginFilterTemplate.cpp
  62. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_AudioPluginFilterTemplate.h
  63. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.cpp
  64. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_ComponentTemplate.h
  65. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_ContentCompTemplate.cpp
  66. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_ContentCompTemplate.h
  67. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_InlineComponentTemplate.h
  68. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_MainConsoleAppTemplate.cpp
  69. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_MainTemplate_NoWindow.cpp
  70. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_MainTemplate_SimpleWindow.cpp
  71. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_MainTemplate_Window.cpp
  72. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_NewComponentTemplate.cpp
  73. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_NewComponentTemplate.h
  74. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_NewCppFileTemplate.cpp
  75. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_NewCppFileTemplate.h
  76. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_NewInlineComponentTemplate.h
  77. +0
    -0
      extras/Projucer/Source/BinaryData/Templates/jucer_OpenGLComponentTemplate.cpp
  78. BIN
      extras/Projucer/Source/BinaryData/background_tile.png
  79. +0
    -62
      extras/Projucer/Source/BinaryData/projucer_login_bg.svg
  80. +1
    -2
      extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.cpp
  81. +0
    -3
      extras/Projucer/Source/CodeEditor/jucer_DocumentEditorComponent.h
  82. +0
    -4
      extras/Projucer/Source/CodeEditor/jucer_ItemPreviewComponent.h
  83. +3
    -1
      extras/Projucer/Source/CodeEditor/jucer_LiveBuildCodeEditor.h
  84. +3
    -4
      extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.cpp
  85. +0
    -2
      extras/Projucer/Source/CodeEditor/jucer_OpenDocumentManager.h
  86. +1
    -3
      extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp
  87. +1
    -3
      extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.h
  88. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_ButtonHandler.h
  89. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComboBoxHandler.h
  90. +1
    -2
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentNameProperty.h
  91. +6
    -6
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp
  92. +1
    -2
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentTypeHandler.h
  93. +1
    -2
      extras/Projucer/Source/ComponentEditor/Components/jucer_ComponentUndoableAction.h
  94. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_GenericComponentHandler.h
  95. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_GroupComponentHandler.h
  96. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_HyperlinkButtonHandler.h
  97. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_ImageButtonHandler.h
  98. +4
    -5
      extras/Projucer/Source/ComponentEditor/Components/jucer_JucerComponentHandler.h
  99. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_LabelHandler.h
  100. +4
    -0
      extras/Projucer/Source/ComponentEditor/Components/jucer_SliderHandler.h

+ 6
- 4
.github/ISSUE_TEMPLATE.txt View File

@@ -9,7 +9,9 @@ Please include:
6) the plugin format (VST2, VST3, AU, AAX, RTAS) - if applicable
7) which DAW you observed the bug in - if applicable

Make sure you have pulled the latest commits from the JUCE repo and re-compiled
the Projucer before you submit your bug. If it's a major bug, which must be
hot-fixed immediately, then we will also accept bug reports for tagged release
versions.
Make sure you have pulled the latest commits from the `develop` branch of the
JUCE repo and have re-compiled the Projucer before you submit your bug. Often
we have already fixed the issue but it hasn't yet been released on the `master`
branch. If it's a major bug, which must be hot-fixed immediately, then we will
also accept bug reports for tagged release versions.


+ 1
- 1
examples/DSP module plugin demo/Source/PluginProcessor.cpp View File

@@ -137,7 +137,7 @@ void DspModulePluginDemoAudioProcessor::process (dsp::ProcessContextReplacing<fl
// The fast tanh can be used instead of std::tanh to reduce the CPU load
auto waveshaperIndex = waveshaperParam->getIndex();
if (isPositiveAndBelow (waveshaperIndex, (int) numWaveShapers) )
if (isPositiveAndBelow (waveshaperIndex, numWaveShapers) )
{
waveShapers[waveshaperIndex].process (waveshaperContext);


+ 1
- 1
examples/Demo/Source/Demos/AudioSettingsDemo.cpp View File

@@ -118,7 +118,7 @@ private:
diagnosticsBox.applyFontToAllText (diagnosticsBox.getFont());
}
static String getListOfActiveBits (const BitArray& b)
static String getListOfActiveBits (const BigInteger& b)
{
StringArray bits;


+ 1
- 1
examples/audio plugin host/Source/FilterIOConfiguration.cpp View File

@@ -312,7 +312,7 @@ private:
if (selectedNumChannels != bus->getLastEnabledLayout().size())
{
if (isPositiveAndBelow (selectedNumChannels, (int) AudioChannelSet::maxChannelsOfNamedLayout)
if (isPositiveAndBelow (selectedNumChannels, AudioChannelSet::maxChannelsOfNamedLayout)
&& bus->setCurrentLayoutWithoutEnabling (bus->supportedLayoutWithChannels (selectedNumChannels)))
{
if (auto* config = owner.getConfig (! isInput))


+ 97
- 97
extras/Projucer/Builds/LinuxMakefile/Makefile View File

@@ -66,52 +66,52 @@ ifeq ($(CONFIG),Release)
endif
OBJECTS_APP := \
$(JUCE_OBJDIR)/jucer_AppearanceSettings_788d9889.o \
$(JUCE_OBJDIR)/jucer_AutoUpdater_ca658dc2.o \
$(JUCE_OBJDIR)/jucer_CommandLine_f35de107.o \
$(JUCE_OBJDIR)/jucer_DocumentEditorComponent_695dff1d.o \
$(JUCE_OBJDIR)/jucer_DownloadCompileEngineThread_8a38703f.o \
$(JUCE_OBJDIR)/jucer_Main_f8488f5b.o \
$(JUCE_OBJDIR)/jucer_MainWindow_1e163aeb.o \
$(JUCE_OBJDIR)/jucer_OpenDocumentManager_4c72d210.o \
$(JUCE_OBJDIR)/jucer_LicenseController_9abff0cf.o \
$(JUCE_OBJDIR)/projucer_CompileEngineClient_542e6b2d.o \
$(JUCE_OBJDIR)/projucer_CompileEngineServer_a5a32aa5.o \
$(JUCE_OBJDIR)/jucer_SourceCodeEditor_461f5487.o \
$(JUCE_OBJDIR)/jucer_ComponentTypeHandler_6bec6262.o \
$(JUCE_OBJDIR)/jucer_ButtonDocument_56c341cc.o \
$(JUCE_OBJDIR)/jucer_ComponentDocument_92868083.o \
$(JUCE_OBJDIR)/jucer_ColouredElement_70cbc839.o \
$(JUCE_OBJDIR)/jucer_PaintElement_653460.o \
$(JUCE_OBJDIR)/jucer_PaintElementPath_908894a5.o \
$(JUCE_OBJDIR)/jucer_ComponentLayoutEditor_aeb44f8d.o \
$(JUCE_OBJDIR)/jucer_ComponentOverlayComponent_fd508d63.o \
$(JUCE_OBJDIR)/jucer_EditingPanelBase_6c2ed9ee.o \
$(JUCE_OBJDIR)/jucer_JucerDocumentEditor_2c581e26.o \
$(JUCE_OBJDIR)/jucer_PaintRoutineEditor_f6ac0344.o \
$(JUCE_OBJDIR)/jucer_PaintRoutinePanel_c309a0d7.o \
$(JUCE_OBJDIR)/jucer_ResourceEditorPanel_a558f2e2.o \
$(JUCE_OBJDIR)/jucer_TestComponent_db757dc4.o \
$(JUCE_OBJDIR)/jucer_DocumentEditorComponent_bc853a2f.o \
$(JUCE_OBJDIR)/jucer_OpenDocumentManager_ba866622.o \
$(JUCE_OBJDIR)/jucer_SourceCodeEditor_55965985.o \
$(JUCE_OBJDIR)/jucer_ComponentTypeHandler_d7e70242.o \
$(JUCE_OBJDIR)/jucer_ButtonDocument_b2cabdec.o \
$(JUCE_OBJDIR)/jucer_ComponentDocument_1d8c1063.o \
$(JUCE_OBJDIR)/jucer_ColouredElement_acb45c39.o \
$(JUCE_OBJDIR)/jucer_PaintElement_db652060.o \
$(JUCE_OBJDIR)/jucer_PaintElementPath_d1b280a5.o \
$(JUCE_OBJDIR)/jucer_ComponentLayoutEditor_4fc44b8d.o \
$(JUCE_OBJDIR)/jucer_ComponentOverlayComponent_5e028963.o \
$(JUCE_OBJDIR)/jucer_EditingPanelBase_28115dee.o \
$(JUCE_OBJDIR)/jucer_JucerDocumentEditor_89371a26.o \
$(JUCE_OBJDIR)/jucer_PaintRoutineEditor_43fd8744.o \
$(JUCE_OBJDIR)/jucer_PaintRoutinePanel_83779cd7.o \
$(JUCE_OBJDIR)/jucer_ResourceEditorPanel_237eee2.o \
$(JUCE_OBJDIR)/jucer_TestComponent_1a4179c4.o \
$(JUCE_OBJDIR)/jucer_BinaryResources_e0f99b46.o \
$(JUCE_OBJDIR)/jucer_ComponentLayout_6ea00129.o \
$(JUCE_OBJDIR)/jucer_GeneratedCode_9ca4ef7e.o \
$(JUCE_OBJDIR)/jucer_JucerDocument_ff8afcc2.o \
$(JUCE_OBJDIR)/jucer_ObjectTypes_4406f01c.o \
$(JUCE_OBJDIR)/jucer_PaintRoutine_e1e891ee.o \
$(JUCE_OBJDIR)/jucer_DependencyPathPropertyComponent_4d137229.o \
$(JUCE_OBJDIR)/jucer_LicenseController_9abff0cf.o \
$(JUCE_OBJDIR)/jucer_CompileEngineClient_aee8c99c.o \
$(JUCE_OBJDIR)/jucer_CompileEngineServer_5d8914.o \
$(JUCE_OBJDIR)/jucer_DownloadCompileEngineThread_19bb4bb3.o \
$(JUCE_OBJDIR)/jucer_Module_3f7666a5.o \
$(JUCE_OBJDIR)/jucer_Project_c131864a.o \
$(JUCE_OBJDIR)/jucer_ProjectExporter_eefe2e5b.o \
$(JUCE_OBJDIR)/jucer_ProjectSaver_38b16c25.o \
$(JUCE_OBJDIR)/jucer_ResourceFile_6af120d3.o \
$(JUCE_OBJDIR)/jucer_CodeHelpers_c317179c.o \
$(JUCE_OBJDIR)/jucer_FileHelpers_f98ed0ad.o \
$(JUCE_OBJDIR)/jucer_Icons_9db2f51e.o \
$(JUCE_OBJDIR)/jucer_JucerTreeViewBase_d043309d.o \
$(JUCE_OBJDIR)/jucer_MiscUtilities_25b68c82.o \
$(JUCE_OBJDIR)/jucer_ProjucerLookAndFeel_d6c6b28a.o \
$(JUCE_OBJDIR)/jucer_SlidingPanelComponent_9aa7a2ab.o \
$(JUCE_OBJDIR)/jucer_StoredSettings_26078d2c.o \
$(JUCE_OBJDIR)/jucer_ProjectExporter_cf377b25.o \
$(JUCE_OBJDIR)/jucer_ProjectSaver_4276639b.o \
$(JUCE_OBJDIR)/jucer_ResourceFile_74b61849.o \
$(JUCE_OBJDIR)/jucer_AppearanceSettings_fa5d736e.o \
$(JUCE_OBJDIR)/jucer_StoredSettings_c7168d2d.o \
$(JUCE_OBJDIR)/jucer_CodeHelpers_1e797672.o \
$(JUCE_OBJDIR)/jucer_FileHelpers_54f12f83.o \
$(JUCE_OBJDIR)/jucer_MiscUtilities_31fc8dd8.o \
$(JUCE_OBJDIR)/jucer_DependencyPathPropertyComponent_5d68c773.o \
$(JUCE_OBJDIR)/jucer_Icons_d02d18f1.o \
$(JUCE_OBJDIR)/jucer_JucerTreeViewBase_9b9f2ff0.o \
$(JUCE_OBJDIR)/jucer_ProjucerLookAndFeel_3b20291d.o \
$(JUCE_OBJDIR)/jucer_SlidingPanelComponent_4e7dc07e.o \
$(JUCE_OBJDIR)/jucer_NewFileWizard_fac97f47.o \
$(JUCE_OBJDIR)/jucer_NewProjectWizardClasses_891f6fa2.o \
$(JUCE_OBJDIR)/BinaryData_ce4232d4.o \
@@ -134,11 +134,6 @@ $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) : check-pkg-config $(OBJECTS_APP) $(RESOURCES)
-$(V_AT)mkdir -p $(JUCE_OUTDIR)
$(V_AT)$(CXX) -o $(JUCE_OUTDIR)/$(JUCE_TARGET_APP) $(OBJECTS_APP) $(JUCE_LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
$(JUCE_OBJDIR)/jucer_AppearanceSettings_788d9889.o: ../../Source/Application/jucer_AppearanceSettings.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_AppearanceSettings.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_AutoUpdater_ca658dc2.o: ../../Source/Application/jucer_AutoUpdater.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_AutoUpdater.cpp"
@@ -149,16 +144,6 @@ $(JUCE_OBJDIR)/jucer_CommandLine_f35de107.o: ../../Source/Application/jucer_Comm
@echo "Compiling jucer_CommandLine.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_DocumentEditorComponent_695dff1d.o: ../../Source/Application/jucer_DocumentEditorComponent.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_DocumentEditorComponent.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_DownloadCompileEngineThread_8a38703f.o: ../../Source/Application/jucer_DownloadCompileEngineThread.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_DownloadCompileEngineThread.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_Main_f8488f5b.o: ../../Source/Application/jucer_Main.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_Main.cpp"
@@ -169,97 +154,87 @@ $(JUCE_OBJDIR)/jucer_MainWindow_1e163aeb.o: ../../Source/Application/jucer_MainW
@echo "Compiling jucer_MainWindow.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_OpenDocumentManager_4c72d210.o: ../../Source/Application/jucer_OpenDocumentManager.cpp
$(JUCE_OBJDIR)/jucer_DocumentEditorComponent_bc853a2f.o: ../../Source/CodeEditor/jucer_DocumentEditorComponent.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_OpenDocumentManager.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_LicenseController_9abff0cf.o: ../../Source/Licenses/jucer_LicenseController.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_LicenseController.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/projucer_CompileEngineClient_542e6b2d.o: ../../Source/LiveBuildEngine/projucer_CompileEngineClient.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling projucer_CompileEngineClient.cpp"
@echo "Compiling jucer_DocumentEditorComponent.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/projucer_CompileEngineServer_a5a32aa5.o: ../../Source/LiveBuildEngine/projucer_CompileEngineServer.cpp
$(JUCE_OBJDIR)/jucer_OpenDocumentManager_ba866622.o: ../../Source/CodeEditor/jucer_OpenDocumentManager.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling projucer_CompileEngineServer.cpp"
@echo "Compiling jucer_OpenDocumentManager.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_SourceCodeEditor_461f5487.o: ../../Source/Code\ Editor/jucer_SourceCodeEditor.cpp
$(JUCE_OBJDIR)/jucer_SourceCodeEditor_55965985.o: ../../Source/CodeEditor/jucer_SourceCodeEditor.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_SourceCodeEditor.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ComponentTypeHandler_6bec6262.o: ../../Source/ComponentEditor/components/jucer_ComponentTypeHandler.cpp
$(JUCE_OBJDIR)/jucer_ComponentTypeHandler_d7e70242.o: ../../Source/ComponentEditor/Components/jucer_ComponentTypeHandler.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ComponentTypeHandler.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ButtonDocument_56c341cc.o: ../../Source/ComponentEditor/documents/jucer_ButtonDocument.cpp
$(JUCE_OBJDIR)/jucer_ButtonDocument_b2cabdec.o: ../../Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ButtonDocument.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ComponentDocument_92868083.o: ../../Source/ComponentEditor/documents/jucer_ComponentDocument.cpp
$(JUCE_OBJDIR)/jucer_ComponentDocument_1d8c1063.o: ../../Source/ComponentEditor/Documents/jucer_ComponentDocument.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ComponentDocument.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ColouredElement_70cbc839.o: ../../Source/ComponentEditor/paintelements/jucer_ColouredElement.cpp
$(JUCE_OBJDIR)/jucer_ColouredElement_acb45c39.o: ../../Source/ComponentEditor/PaintElements/jucer_ColouredElement.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ColouredElement.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_PaintElement_653460.o: ../../Source/ComponentEditor/paintelements/jucer_PaintElement.cpp
$(JUCE_OBJDIR)/jucer_PaintElement_db652060.o: ../../Source/ComponentEditor/PaintElements/jucer_PaintElement.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_PaintElement.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_PaintElementPath_908894a5.o: ../../Source/ComponentEditor/paintelements/jucer_PaintElementPath.cpp
$(JUCE_OBJDIR)/jucer_PaintElementPath_d1b280a5.o: ../../Source/ComponentEditor/PaintElements/jucer_PaintElementPath.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_PaintElementPath.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ComponentLayoutEditor_aeb44f8d.o: ../../Source/ComponentEditor/ui/jucer_ComponentLayoutEditor.cpp
$(JUCE_OBJDIR)/jucer_ComponentLayoutEditor_4fc44b8d.o: ../../Source/ComponentEditor/UI/jucer_ComponentLayoutEditor.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ComponentLayoutEditor.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ComponentOverlayComponent_fd508d63.o: ../../Source/ComponentEditor/ui/jucer_ComponentOverlayComponent.cpp
$(JUCE_OBJDIR)/jucer_ComponentOverlayComponent_5e028963.o: ../../Source/ComponentEditor/UI/jucer_ComponentOverlayComponent.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ComponentOverlayComponent.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_EditingPanelBase_6c2ed9ee.o: ../../Source/ComponentEditor/ui/jucer_EditingPanelBase.cpp
$(JUCE_OBJDIR)/jucer_EditingPanelBase_28115dee.o: ../../Source/ComponentEditor/UI/jucer_EditingPanelBase.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_EditingPanelBase.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_JucerDocumentEditor_2c581e26.o: ../../Source/ComponentEditor/ui/jucer_JucerDocumentEditor.cpp
$(JUCE_OBJDIR)/jucer_JucerDocumentEditor_89371a26.o: ../../Source/ComponentEditor/UI/jucer_JucerDocumentEditor.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_JucerDocumentEditor.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_PaintRoutineEditor_f6ac0344.o: ../../Source/ComponentEditor/ui/jucer_PaintRoutineEditor.cpp
$(JUCE_OBJDIR)/jucer_PaintRoutineEditor_43fd8744.o: ../../Source/ComponentEditor/UI/jucer_PaintRoutineEditor.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_PaintRoutineEditor.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_PaintRoutinePanel_c309a0d7.o: ../../Source/ComponentEditor/ui/jucer_PaintRoutinePanel.cpp
$(JUCE_OBJDIR)/jucer_PaintRoutinePanel_83779cd7.o: ../../Source/ComponentEditor/UI/jucer_PaintRoutinePanel.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_PaintRoutinePanel.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ResourceEditorPanel_a558f2e2.o: ../../Source/ComponentEditor/ui/jucer_ResourceEditorPanel.cpp
$(JUCE_OBJDIR)/jucer_ResourceEditorPanel_237eee2.o: ../../Source/ComponentEditor/UI/jucer_ResourceEditorPanel.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ResourceEditorPanel.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_TestComponent_db757dc4.o: ../../Source/ComponentEditor/ui/jucer_TestComponent.cpp
$(JUCE_OBJDIR)/jucer_TestComponent_1a4179c4.o: ../../Source/ComponentEditor/UI/jucer_TestComponent.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_TestComponent.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
@@ -294,9 +269,24 @@ $(JUCE_OBJDIR)/jucer_PaintRoutine_e1e891ee.o: ../../Source/ComponentEditor/jucer
@echo "Compiling jucer_PaintRoutine.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_DependencyPathPropertyComponent_4d137229.o: ../../Source/Project/jucer_DependencyPathPropertyComponent.cpp
$(JUCE_OBJDIR)/jucer_LicenseController_9abff0cf.o: ../../Source/Licenses/jucer_LicenseController.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_DependencyPathPropertyComponent.cpp"
@echo "Compiling jucer_LicenseController.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_CompileEngineClient_aee8c99c.o: ../../Source/LiveBuildEngine/jucer_CompileEngineClient.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_CompileEngineClient.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_CompileEngineServer_5d8914.o: ../../Source/LiveBuildEngine/jucer_CompileEngineServer.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_CompileEngineServer.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_DownloadCompileEngineThread_19bb4bb3.o: ../../Source/LiveBuildEngine/jucer_DownloadCompileEngineThread.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_DownloadCompileEngineThread.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_Module_3f7666a5.o: ../../Source/Project/jucer_Module.cpp
@@ -309,59 +299,69 @@ $(JUCE_OBJDIR)/jucer_Project_c131864a.o: ../../Source/Project/jucer_Project.cpp
@echo "Compiling jucer_Project.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ProjectExporter_eefe2e5b.o: ../../Source/Project\ Saving/jucer_ProjectExporter.cpp
$(JUCE_OBJDIR)/jucer_ProjectExporter_cf377b25.o: ../../Source/ProjectSaving/jucer_ProjectExporter.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ProjectExporter.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ProjectSaver_38b16c25.o: ../../Source/Project\ Saving/jucer_ProjectSaver.cpp
$(JUCE_OBJDIR)/jucer_ProjectSaver_4276639b.o: ../../Source/ProjectSaving/jucer_ProjectSaver.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ProjectSaver.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ResourceFile_6af120d3.o: ../../Source/Project\ Saving/jucer_ResourceFile.cpp
$(JUCE_OBJDIR)/jucer_ResourceFile_74b61849.o: ../../Source/ProjectSaving/jucer_ResourceFile.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ResourceFile.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_CodeHelpers_c317179c.o: ../../Source/Utility/jucer_CodeHelpers.cpp
$(JUCE_OBJDIR)/jucer_AppearanceSettings_fa5d736e.o: ../../Source/Settings/jucer_AppearanceSettings.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_AppearanceSettings.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_StoredSettings_c7168d2d.o: ../../Source/Settings/jucer_StoredSettings.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_StoredSettings.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_CodeHelpers_1e797672.o: ../../Source/Utility/Helpers/jucer_CodeHelpers.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_CodeHelpers.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_FileHelpers_f98ed0ad.o: ../../Source/Utility/jucer_FileHelpers.cpp
$(JUCE_OBJDIR)/jucer_FileHelpers_54f12f83.o: ../../Source/Utility/Helpers/jucer_FileHelpers.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_FileHelpers.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_Icons_9db2f51e.o: ../../Source/Utility/jucer_Icons.cpp
$(JUCE_OBJDIR)/jucer_MiscUtilities_31fc8dd8.o: ../../Source/Utility/Helpers/jucer_MiscUtilities.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_Icons.cpp"
@echo "Compiling jucer_MiscUtilities.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_JucerTreeViewBase_d043309d.o: ../../Source/Utility/jucer_JucerTreeViewBase.cpp
$(JUCE_OBJDIR)/jucer_DependencyPathPropertyComponent_5d68c773.o: ../../Source/Utility/UI/PropertyComponents/jucer_DependencyPathPropertyComponent.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_JucerTreeViewBase.cpp"
@echo "Compiling jucer_DependencyPathPropertyComponent.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_MiscUtilities_25b68c82.o: ../../Source/Utility/jucer_MiscUtilities.cpp
$(JUCE_OBJDIR)/jucer_Icons_d02d18f1.o: ../../Source/Utility/UI/jucer_Icons.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_MiscUtilities.cpp"
@echo "Compiling jucer_Icons.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_ProjucerLookAndFeel_d6c6b28a.o: ../../Source/Utility/jucer_ProjucerLookAndFeel.cpp
$(JUCE_OBJDIR)/jucer_JucerTreeViewBase_9b9f2ff0.o: ../../Source/Utility/UI/jucer_JucerTreeViewBase.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_ProjucerLookAndFeel.cpp"
@echo "Compiling jucer_JucerTreeViewBase.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_SlidingPanelComponent_9aa7a2ab.o: ../../Source/Utility/jucer_SlidingPanelComponent.cpp
$(JUCE_OBJDIR)/jucer_ProjucerLookAndFeel_3b20291d.o: ../../Source/Utility/UI/jucer_ProjucerLookAndFeel.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_SlidingPanelComponent.cpp"
@echo "Compiling jucer_ProjucerLookAndFeel.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_StoredSettings_26078d2c.o: ../../Source/Utility/jucer_StoredSettings.cpp
$(JUCE_OBJDIR)/jucer_SlidingPanelComponent_4e7dc07e.o: ../../Source/Utility/UI/jucer_SlidingPanelComponent.cpp
-$(V_AT)mkdir -p $(JUCE_OBJDIR)
@echo "Compiling jucer_StoredSettings.cpp"
@echo "Compiling jucer_SlidingPanelComponent.cpp"
$(V_AT)$(CXX) $(JUCE_CXXFLAGS) $(JUCE_CPPFLAGS_APP) $(JUCE_CFLAGS_APP) -o "$@" -c "$<"
$(JUCE_OBJDIR)/jucer_NewFileWizard_fac97f47.o: ../../Source/Wizards/jucer_NewFileWizard.cpp


+ 1
- 1
extras/Projucer/Builds/MacOSX/Info-App.plist View File

@@ -21,7 +21,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>Icon.icns</string>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleName</key>


+ 549
- 533
extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj
File diff suppressed because it is too large
View File


+ 226
- 224
extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj View File

@@ -101,6 +101,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
</Bscmake>
<Lib/>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
@@ -143,101 +144,102 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
</Bscmake>
<Lib/>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\Source\Application\jucer_AppearanceSettings.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_Application.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Application\jucer_AutoUpdater.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_CommandLine.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_DocumentEditorComponent.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_DownloadCompileEngineThread.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_Main.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_MainWindow.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_OpenDocumentManager.cpp"/>
<ClCompile Include="..\..\Source\Licenses\jucer_LicenseController.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineClient.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineServer.cpp"/>
<ClCompile Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentOverlayComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_EditingPanelBase.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_JucerDocumentEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutineEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutinePanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ResourceEditorPanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_TestComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_DependencyPathPropertyComponent.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_ProjectContentComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Project Saving\jucer_ProjectExporter.cpp"/>
<ClCompile Include="..\..\Source\Project Saving\jucer_ProjectSaver.cpp"/>
<ClCompile Include="..\..\Source\Project Saving\jucer_ResourceFile.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_CodeHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_FileHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_Icons.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_JucerTreeViewBase.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_MiscUtilities.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_ProjucerLookAndFeel.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_SlidingPanelComponent.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_StoredSettings.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
<ClCompile Include="..\..\Source\BinaryData\jucer_AnimatedComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AnimatedComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainConsoleAppTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainConsoleAppTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_NoWindow.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_NoWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_SimpleWindow.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_SimpleWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_Window.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_Window.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_OpenGLComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_OpenGLComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\CodeEditor\jucer_DocumentEditorComponent.cpp"/>
<ClCompile Include="..\..\Source\CodeEditor\jucer_OpenDocumentManager.cpp"/>
<ClCompile Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
<ClCompile Include="..\..\Source\Licenses\jucer_LicenseController.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineClient.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineServer.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_DownloadCompileEngineThread.cpp"/>
<ClCompile Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectExporter.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectSaver.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ResourceFile.cpp"/>
<ClCompile Include="..\..\Source\Settings\jucer_AppearanceSettings.cpp"/>
<ClCompile Include="..\..\Source\Settings\jucer_StoredSettings.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_CodeHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\PropertyComponents\jucer_DependencyPathPropertyComponent.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_Icons.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_SlidingPanelComponent.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@@ -1385,97 +1387,91 @@
<ClCompile Include="..\..\JuceLibraryCode\include_juce_gui_extra.cpp"/>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Source\Application\jucer_AppearanceSettings.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_AboutWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_ApplicationUsageDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_EditorColourSchemeWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_FloatingToolWindow.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_GlobalSearchPathsWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_SVGPathDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_TranslationToolWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_UTF8WindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\jucer_Application.h"/>
<ClInclude Include="..\..\Source\Application\jucer_AutoUpdater.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommandIDs.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommandLine.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommonHeaders.h"/>
<ClInclude Include="..\..\Source\Application\jucer_DocumentEditorComponent.h"/>
<ClInclude Include="..\..\Source\Application\jucer_DownloadCompileEngineThread.h"/>
<ClInclude Include="..\..\Source\Application\jucer_FilePreviewComponent.h"/>
<ClInclude Include="..\..\Source\jucer_Headers.h"/>
<ClInclude Include="..\..\Source\Application\jucer_Headers.h"/>
<ClInclude Include="..\..\Source\Application\jucer_MainWindow.h"/>
<ClInclude Include="..\..\Source\Application\jucer_OpenDocumentManager.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseController.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseThread.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseWebview.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ActivityList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ActivityListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_BuildTabStatusComp.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ClassDatabase.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ClientServerMessages.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineClient.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineServer.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ComponentListComp.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CppHelpers.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_DiagnosticMessage.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ErrorList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ErrorListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_LiveCodeBuilderDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_MessageIDs.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ProjectBuildInfo.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_SourceCodeRange.h"/>
<ClInclude Include="..\..\Source\Code Editor\jucer_LiveBuildCodeEditor.h"/>
<ClInclude Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComboBoxHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentNameProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GenericComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GroupComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_HyperlinkButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ImageButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_JucerComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_LabelHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_SliderHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TabbedComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextEditorHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ToggleButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TreeViewHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ViewportHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ElementSiblingComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_FillType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_GradientPointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ImageResourceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementEllipse.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementGroup.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementImage.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRoundedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementText.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_StrokeType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentBooleanProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentChoiceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentColourProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentTextProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FilePropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FontPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_JustificationProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_PositionPropertyBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentOverlayComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_EditingPanelBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_JucerCommandIDs.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_JucerDocumentEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutineEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutinePanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_RelativePositionedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ResourceEditorPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_SnapGridPainter.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_TestComponent.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_InlineComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewInlineComponentTemplate.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_DocumentEditorComponent.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_ItemPreviewComponent.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_LiveBuildCodeEditor.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_OpenDocumentManager.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComboBoxHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentNameProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GenericComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GroupComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_HyperlinkButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ImageButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_JucerComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_LabelHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_SliderHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TabbedComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextEditorHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ToggleButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TreeViewHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ViewportHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ElementSiblingComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_FillType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_GradientPointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ImageResourceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementEllipse.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementGroup.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementImage.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRoundedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementText.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_StrokeType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentBooleanProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentChoiceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentColourProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentTextProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FilePropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FontPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_JustificationProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_PositionPropertyBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerCommandIDs.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_RelativePositionedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_SnapGridPainter.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_BinaryResources.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.h"/>
@@ -1483,54 +1479,71 @@
<ClInclude Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_UtilityFunctions.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Base.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Exporter.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Modules.h"/>
<ClInclude Include="..\..\Source\Project\jucer_DependencyPathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_GroupInformationComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_HeaderComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_LiveBuildTab.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseController.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseThread.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseWebview.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ActivityListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_BuildTabStatusComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ComponentListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ErrorListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ActivityList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ClassDatabase.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ClientServerMessages.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineClient.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineServer.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CppHelpers.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_DiagnosticMessage.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_DownloadCompileEngineThread.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ErrorList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_LiveCodeBuilderDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_MessageIDs.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ProjectBuildInfo.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_SourceCodeRange.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ExporterTreeItems.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_FileTreeItems.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_LiveBuildTab.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ModuleTreeItems.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ProjectTab.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ProjectTreeItemBase.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_TabComponents.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_TreeItemTypes.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_ContentViewComponents.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_FileGroupInformationComponent.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_HeaderComponent.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_ModulesInformationComponent.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_Module.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ModulesPanel.h"/>
<ClInclude Include="..\..\Source\Project\jucer_Project.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectContentComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTab.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTree_Base.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTree_File.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTree_Group.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectType.h"/>
<ClInclude Include="..\..\Source\Project\jucer_TreeItemTypes.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_Android.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_CodeBlocks.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_Make.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_MSVC.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_XCode.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExporter.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectSaver.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ResourceFile.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_AboutWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ApplicationUsageDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_CodeHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_Colours.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_EditorColourSchemeWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_FileHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_FilePathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_FloatingToolWindow.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_GlobalSearchPathsWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_Icons.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_JucerTreeViewBase.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_MiscUtilities.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_PresetIDs.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ProjucerLookAndFeel.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_RelativePath.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_SlidingPanelComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_StoredSettings.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_SVGPathDataComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_TranslationHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_TranslationToolComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_UTF8Component.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ValueSourceHelpers.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_Android.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_CodeBlocks.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_Make.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_MSVC.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_XCode.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExporter.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectSaver.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ResourceFile.h"/>
<ClInclude Include="..\..\Source\Settings\jucer_AppearanceSettings.h"/>
<ClInclude Include="..\..\Source\Settings\jucer_StoredSettings.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_CodeHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_Colours.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_PresetIDs.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_RelativePath.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_TranslationHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_ValueSourceHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_DependencyPathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_FilePathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_TextWithDefaultPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_IconButton.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_Icons.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_SlidingPanelComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_UserSettingsPopup.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_NewFileWizard.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizard.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.h"/>
@@ -1546,14 +1559,6 @@
<ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_StaticLibrary.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_StartPageComponent.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_TemplateThumbnailsComponent.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_ComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_InlineComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_NewInlineComponentTemplate.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Array.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayAllocationBase.h"/>
@@ -1947,39 +1952,36 @@
<ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\Source\BinaryData\gradle\gradle-wrapper.jar"/>
<None Include="..\..\Source\BinaryData\gradle\gradlew"/>
<None Include="..\..\Source\BinaryData\gradle\gradlew.bat"/>
<None Include="..\..\Source\BinaryData\gradle\LICENSE"/>
<None Include="..\..\Source\BinaryData\background_logo.svg"/>
<None Include="..\..\Source\BinaryData\background_tile.png"/>
<None Include="..\..\Source\BinaryData\Gradle\gradle-wrapper.jar"/>
<None Include="..\..\Source\BinaryData\Gradle\gradlew"/>
<None Include="..\..\Source\BinaryData\Gradle\gradlew.bat"/>
<None Include="..\..\Source\BinaryData\Gradle\LICENSE"/>
<None Include="..\..\Source\BinaryData\Icons\background_logo.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_android.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_codeBlocks.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_linux.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_visualStudio.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_xcode.svg"/>
<None Include="..\..\Source\BinaryData\Icons\huckleberry_icon.svg"/>
<None Include="..\..\Source\BinaryData\Icons\juce-logo-with-text.svg"/>
<None Include="..\..\Source\BinaryData\Icons\juce_icon.png"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_AnimatedApp.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_AudioApp.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_AudioPlugin.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_ConsoleApp.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_DLL.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_GUI.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_Highlight.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_Openfile.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_OpenGL.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_StaticLibrary.svg"/>
<None Include="..\..\Source\BinaryData\colourscheme_dark.xml"/>
<None Include="..\..\Source\BinaryData\colourscheme_light.xml"/>
<None Include="..\..\Source\BinaryData\export_android.svg"/>
<None Include="..\..\Source\BinaryData\export_codeBlocks.svg"/>
<None Include="..\..\Source\BinaryData\export_linux.svg"/>
<None Include="..\..\Source\BinaryData\export_visualStudio.svg"/>
<None Include="..\..\Source\BinaryData\export_xcode.svg"/>
<None Include="..\..\Source\BinaryData\huckleberry_icon.svg"/>
<None Include="..\..\Source\BinaryData\juce-logo-with-text.svg"/>
<None Include="..\..\Source\BinaryData\juce_icon.png"/>
<None Include="..\..\Source\BinaryData\offlinepage.html"/>
<None Include="..\..\Source\BinaryData\projucer_EULA.txt"/>
<None Include="..\..\Source\BinaryData\projucer_login_bg.svg"/>
<None Include="..\..\Source\BinaryData\RecentFilesMenuTemplate.nib"/>
<None Include="..\..\Source\BinaryData\wizard_AnimatedApp.svg"/>
<None Include="..\..\Source\BinaryData\wizard_AudioApp.svg"/>
<None Include="..\..\Source\BinaryData\wizard_AudioPlugin.svg"/>
<None Include="..\..\Source\BinaryData\wizard_ConsoleApp.svg"/>
<None Include="..\..\Source\BinaryData\wizard_DLL.svg"/>
<None Include="..\..\Source\BinaryData\wizard_GUI.svg"/>
<None Include="..\..\Source\BinaryData\wizard_Highlight.svg"/>
<None Include="..\..\Source\BinaryData\wizard_Openfile.svg"/>
<None Include="..\..\Source\BinaryData\wizard_OpenGL.svg"/>
<None Include="..\..\Source\BinaryData\wizard_StaticLibrary.svg"/>
<None Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\changes to libjpeg for JUCE.txt"/>
<None Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\libpng_readme.txt"/>
<None Include=".\icon.ico"/>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include=".\resources.rc"/>


+ 528
- 501
extras/Projucer/Builds/VisualStudio2013/Projucer_App.vcxproj.filters
File diff suppressed because it is too large
View File


+ 0
- 3
extras/Projucer/Builds/VisualStudio2013/resources.rc View File

@@ -28,6 +28,3 @@ BEGIN
END
#endif
IDI_ICON1 ICON DISCARDABLE "icon.ico"
IDI_ICON2 ICON DISCARDABLE "icon.ico"

+ 226
- 224
extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj View File

@@ -101,6 +101,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
</Bscmake>
<Lib/>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
@@ -143,101 +144,102 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
</Bscmake>
<Lib/>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\Source\Application\jucer_AppearanceSettings.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_Application.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Application\jucer_AutoUpdater.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_CommandLine.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_DocumentEditorComponent.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_DownloadCompileEngineThread.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_Main.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_MainWindow.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_OpenDocumentManager.cpp"/>
<ClCompile Include="..\..\Source\Licenses\jucer_LicenseController.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineClient.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineServer.cpp"/>
<ClCompile Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentOverlayComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_EditingPanelBase.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_JucerDocumentEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutineEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutinePanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ResourceEditorPanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_TestComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_DependencyPathPropertyComponent.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_ProjectContentComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Project Saving\jucer_ProjectExporter.cpp"/>
<ClCompile Include="..\..\Source\Project Saving\jucer_ProjectSaver.cpp"/>
<ClCompile Include="..\..\Source\Project Saving\jucer_ResourceFile.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_CodeHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_FileHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_Icons.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_JucerTreeViewBase.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_MiscUtilities.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_ProjucerLookAndFeel.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_SlidingPanelComponent.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_StoredSettings.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
<ClCompile Include="..\..\Source\BinaryData\jucer_AnimatedComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AnimatedComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainConsoleAppTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainConsoleAppTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_NoWindow.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_NoWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_SimpleWindow.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_SimpleWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_Window.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_Window.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_OpenGLComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_OpenGLComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\CodeEditor\jucer_DocumentEditorComponent.cpp"/>
<ClCompile Include="..\..\Source\CodeEditor\jucer_OpenDocumentManager.cpp"/>
<ClCompile Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
<ClCompile Include="..\..\Source\Licenses\jucer_LicenseController.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineClient.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineServer.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_DownloadCompileEngineThread.cpp"/>
<ClCompile Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectExporter.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectSaver.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ResourceFile.cpp"/>
<ClCompile Include="..\..\Source\Settings\jucer_AppearanceSettings.cpp"/>
<ClCompile Include="..\..\Source\Settings\jucer_StoredSettings.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_CodeHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\PropertyComponents\jucer_DependencyPathPropertyComponent.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_Icons.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_SlidingPanelComponent.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@@ -1385,97 +1387,91 @@
<ClCompile Include="..\..\JuceLibraryCode\include_juce_gui_extra.cpp"/>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Source\Application\jucer_AppearanceSettings.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_AboutWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_ApplicationUsageDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_EditorColourSchemeWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_FloatingToolWindow.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_GlobalSearchPathsWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_SVGPathDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_TranslationToolWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_UTF8WindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\jucer_Application.h"/>
<ClInclude Include="..\..\Source\Application\jucer_AutoUpdater.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommandIDs.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommandLine.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommonHeaders.h"/>
<ClInclude Include="..\..\Source\Application\jucer_DocumentEditorComponent.h"/>
<ClInclude Include="..\..\Source\Application\jucer_DownloadCompileEngineThread.h"/>
<ClInclude Include="..\..\Source\Application\jucer_FilePreviewComponent.h"/>
<ClInclude Include="..\..\Source\jucer_Headers.h"/>
<ClInclude Include="..\..\Source\Application\jucer_Headers.h"/>
<ClInclude Include="..\..\Source\Application\jucer_MainWindow.h"/>
<ClInclude Include="..\..\Source\Application\jucer_OpenDocumentManager.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseController.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseThread.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseWebview.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ActivityList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ActivityListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_BuildTabStatusComp.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ClassDatabase.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ClientServerMessages.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineClient.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineServer.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ComponentListComp.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CppHelpers.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_DiagnosticMessage.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ErrorList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ErrorListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_LiveCodeBuilderDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_MessageIDs.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ProjectBuildInfo.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_SourceCodeRange.h"/>
<ClInclude Include="..\..\Source\Code Editor\jucer_LiveBuildCodeEditor.h"/>
<ClInclude Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComboBoxHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentNameProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GenericComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GroupComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_HyperlinkButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ImageButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_JucerComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_LabelHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_SliderHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TabbedComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextEditorHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ToggleButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TreeViewHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ViewportHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ElementSiblingComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_FillType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_GradientPointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ImageResourceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementEllipse.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementGroup.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementImage.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRoundedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementText.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_StrokeType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentBooleanProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentChoiceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentColourProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentTextProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FilePropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FontPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_JustificationProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_PositionPropertyBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ComponentOverlayComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_EditingPanelBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_JucerCommandIDs.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_JucerDocumentEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutineEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutinePanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_RelativePositionedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_ResourceEditorPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_SnapGridPainter.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\ui\jucer_TestComponent.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_InlineComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\Templates\jucer_NewInlineComponentTemplate.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_DocumentEditorComponent.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_ItemPreviewComponent.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_LiveBuildCodeEditor.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_OpenDocumentManager.h"/>
<ClInclude Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComboBoxHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentNameProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GenericComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GroupComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_HyperlinkButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ImageButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_JucerComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_LabelHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_SliderHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TabbedComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextEditorHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ToggleButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TreeViewHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ViewportHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ElementSiblingComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_FillType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_GradientPointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ImageResourceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementEllipse.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementGroup.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementImage.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRoundedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementText.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_StrokeType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentBooleanProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentChoiceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentColourProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentTextProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FilePropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FontPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_JustificationProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_PositionPropertyBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerCommandIDs.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_RelativePositionedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_SnapGridPainter.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_BinaryResources.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.h"/>
@@ -1483,54 +1479,71 @@
<ClInclude Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_UtilityFunctions.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Base.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Exporter.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ConfigTree_Modules.h"/>
<ClInclude Include="..\..\Source\Project\jucer_DependencyPathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_GroupInformationComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_HeaderComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_LiveBuildTab.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseController.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseThread.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseWebview.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ActivityListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_BuildTabStatusComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ComponentListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\UI\jucer_ErrorListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ActivityList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ClassDatabase.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ClientServerMessages.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineClient.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineServer.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_CppHelpers.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_DiagnosticMessage.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_DownloadCompileEngineThread.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ErrorList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_LiveCodeBuilderDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_MessageIDs.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_ProjectBuildInfo.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\jucer_SourceCodeRange.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ExporterTreeItems.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_FileTreeItems.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_LiveBuildTab.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ModuleTreeItems.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ProjectTab.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_ProjectTreeItemBase.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_TabComponents.h"/>
<ClInclude Include="..\..\Source\Project\UI\Sidebar\jucer_TreeItemTypes.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_ContentViewComponents.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_FileGroupInformationComponent.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_HeaderComponent.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_ModulesInformationComponent.h"/>
<ClInclude Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_Module.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ModulesPanel.h"/>
<ClInclude Include="..\..\Source\Project\jucer_Project.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectContentComponent.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTab.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTree_Base.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTree_File.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectTree_Group.h"/>
<ClInclude Include="..\..\Source\Project\jucer_ProjectType.h"/>
<ClInclude Include="..\..\Source\Project\jucer_TreeItemTypes.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_Android.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_CodeBlocks.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_Make.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_MSVC.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExport_XCode.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectExporter.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ProjectSaver.h"/>
<ClInclude Include="..\..\Source\Project Saving\jucer_ResourceFile.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_AboutWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ApplicationUsageDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_CodeHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_Colours.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_EditorColourSchemeWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_FileHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_FilePathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_FloatingToolWindow.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_GlobalSearchPathsWindowComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_Icons.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_JucerTreeViewBase.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_MiscUtilities.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_PresetIDs.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ProjucerLookAndFeel.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_RelativePath.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_SlidingPanelComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_StoredSettings.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_SVGPathDataComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_TranslationHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_TranslationToolComponent.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_UTF8Component.h"/>
<ClInclude Include="..\..\Source\Utility\jucer_ValueSourceHelpers.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_Android.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_CodeBlocks.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_Make.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_MSVC.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExport_XCode.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectExporter.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ProjectSaver.h"/>
<ClInclude Include="..\..\Source\ProjectSaving\jucer_ResourceFile.h"/>
<ClInclude Include="..\..\Source\Settings\jucer_AppearanceSettings.h"/>
<ClInclude Include="..\..\Source\Settings\jucer_StoredSettings.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_CodeHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_Colours.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_PresetIDs.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_RelativePath.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_TranslationHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_ValueSourceHelpers.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_DependencyPathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_FilePathPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_TextWithDefaultPropertyComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_IconButton.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_Icons.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_SlidingPanelComponent.h"/>
<ClInclude Include="..\..\Source\Utility\UI\jucer_UserSettingsPopup.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_NewFileWizard.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizard.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.h"/>
@@ -1546,14 +1559,6 @@
<ClInclude Include="..\..\Source\Wizards\jucer_ProjectWizard_StaticLibrary.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_StartPageComponent.h"/>
<ClInclude Include="..\..\Source\Wizards\jucer_TemplateThumbnailsComponent.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_ComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_InlineComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.h"/>
<ClInclude Include="..\..\Source\BinaryData\jucer_NewInlineComponentTemplate.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_Array.h"/>
<ClInclude Include="..\..\..\..\modules\juce_core\containers\juce_ArrayAllocationBase.h"/>
@@ -1947,39 +1952,36 @@
<ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\Source\BinaryData\gradle\gradle-wrapper.jar"/>
<None Include="..\..\Source\BinaryData\gradle\gradlew"/>
<None Include="..\..\Source\BinaryData\gradle\gradlew.bat"/>
<None Include="..\..\Source\BinaryData\gradle\LICENSE"/>
<None Include="..\..\Source\BinaryData\background_logo.svg"/>
<None Include="..\..\Source\BinaryData\background_tile.png"/>
<None Include="..\..\Source\BinaryData\Gradle\gradle-wrapper.jar"/>
<None Include="..\..\Source\BinaryData\Gradle\gradlew"/>
<None Include="..\..\Source\BinaryData\Gradle\gradlew.bat"/>
<None Include="..\..\Source\BinaryData\Gradle\LICENSE"/>
<None Include="..\..\Source\BinaryData\Icons\background_logo.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_android.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_codeBlocks.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_linux.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_visualStudio.svg"/>
<None Include="..\..\Source\BinaryData\Icons\export_xcode.svg"/>
<None Include="..\..\Source\BinaryData\Icons\huckleberry_icon.svg"/>
<None Include="..\..\Source\BinaryData\Icons\juce-logo-with-text.svg"/>
<None Include="..\..\Source\BinaryData\Icons\juce_icon.png"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_AnimatedApp.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_AudioApp.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_AudioPlugin.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_ConsoleApp.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_DLL.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_GUI.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_Highlight.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_Openfile.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_OpenGL.svg"/>
<None Include="..\..\Source\BinaryData\Icons\wizard_StaticLibrary.svg"/>
<None Include="..\..\Source\BinaryData\colourscheme_dark.xml"/>
<None Include="..\..\Source\BinaryData\colourscheme_light.xml"/>
<None Include="..\..\Source\BinaryData\export_android.svg"/>
<None Include="..\..\Source\BinaryData\export_codeBlocks.svg"/>
<None Include="..\..\Source\BinaryData\export_linux.svg"/>
<None Include="..\..\Source\BinaryData\export_visualStudio.svg"/>
<None Include="..\..\Source\BinaryData\export_xcode.svg"/>
<None Include="..\..\Source\BinaryData\huckleberry_icon.svg"/>
<None Include="..\..\Source\BinaryData\juce-logo-with-text.svg"/>
<None Include="..\..\Source\BinaryData\juce_icon.png"/>
<None Include="..\..\Source\BinaryData\offlinepage.html"/>
<None Include="..\..\Source\BinaryData\projucer_EULA.txt"/>
<None Include="..\..\Source\BinaryData\projucer_login_bg.svg"/>
<None Include="..\..\Source\BinaryData\RecentFilesMenuTemplate.nib"/>
<None Include="..\..\Source\BinaryData\wizard_AnimatedApp.svg"/>
<None Include="..\..\Source\BinaryData\wizard_AudioApp.svg"/>
<None Include="..\..\Source\BinaryData\wizard_AudioPlugin.svg"/>
<None Include="..\..\Source\BinaryData\wizard_ConsoleApp.svg"/>
<None Include="..\..\Source\BinaryData\wizard_DLL.svg"/>
<None Include="..\..\Source\BinaryData\wizard_GUI.svg"/>
<None Include="..\..\Source\BinaryData\wizard_Highlight.svg"/>
<None Include="..\..\Source\BinaryData\wizard_Openfile.svg"/>
<None Include="..\..\Source\BinaryData\wizard_OpenGL.svg"/>
<None Include="..\..\Source\BinaryData\wizard_StaticLibrary.svg"/>
<None Include="..\..\..\..\modules\juce_graphics\image_formats\jpglib\changes to libjpeg for JUCE.txt"/>
<None Include="..\..\..\..\modules\juce_graphics\image_formats\pnglib\libpng_readme.txt"/>
<None Include=".\icon.ico"/>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include=".\resources.rc"/>


+ 528
- 501
extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters
File diff suppressed because it is too large
View File


+ 0
- 3
extras/Projucer/Builds/VisualStudio2015/resources.rc View File

@@ -28,6 +28,3 @@ BEGIN
END
#endif
IDI_ICON1 ICON DISCARDABLE "icon.ico"
IDI_ICON2 ICON DISCARDABLE "icon.ico"

+ 226
- 224
extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj View File

@@ -101,6 +101,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
</Bscmake>
<Lib/>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
@@ -143,101 +144,102 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<OutputFile>$(IntDir)\Projucer.bsc</OutputFile>
</Bscmake>
<Lib/>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\Source\Application\jucer_AppearanceSettings.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_Application.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Application\jucer_AutoUpdater.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_CommandLine.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_DocumentEditorComponent.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_DownloadCompileEngineThread.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_Main.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_MainWindow.cpp"/>
<ClCompile Include="..\..\Source\Application\jucer_OpenDocumentManager.cpp"/>
<ClCompile Include="..\..\Source\Licenses\jucer_LicenseController.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineClient.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineServer.cpp"/>
<ClCompile Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentLayoutEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ComponentOverlayComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_EditingPanelBase.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_JucerDocumentEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutineEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_PaintRoutinePanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_ResourceEditorPanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\ui\jucer_TestComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_DependencyPathPropertyComponent.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_ProjectContentComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Project Saving\jucer_ProjectExporter.cpp"/>
<ClCompile Include="..\..\Source\Project Saving\jucer_ProjectSaver.cpp"/>
<ClCompile Include="..\..\Source\Project Saving\jucer_ResourceFile.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_CodeHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_FileHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_Icons.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_JucerTreeViewBase.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_MiscUtilities.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_ProjucerLookAndFeel.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_SlidingPanelComponent.cpp"/>
<ClCompile Include="..\..\Source\Utility\jucer_StoredSettings.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
<ClCompile Include="..\..\Source\BinaryData\jucer_AnimatedComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AnimatedComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainConsoleAppTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainConsoleAppTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_NoWindow.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_NoWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_SimpleWindow.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_SimpleWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_Window.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_Window.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_OpenGLComponentTemplate.cpp">
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_OpenGLComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\CodeEditor\jucer_DocumentEditorComponent.cpp"/>
<ClCompile Include="..\..\Source\CodeEditor\jucer_OpenDocumentManager.cpp"/>
<ClCompile Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp"/>
<ClCompile Include="..\..\Source\Licenses\jucer_LicenseController.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineClient.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_CompileEngineServer.cpp"/>
<ClCompile Include="..\..\Source\LiveBuildEngine\jucer_DownloadCompileEngineThread.cpp"/>
<ClCompile Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\Project\jucer_Module.cpp"/>
<ClCompile Include="..\..\Source\Project\jucer_Project.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectExporter.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ProjectSaver.cpp"/>
<ClCompile Include="..\..\Source\ProjectSaving\jucer_ResourceFile.cpp"/>
<ClCompile Include="..\..\Source\Settings\jucer_AppearanceSettings.cpp"/>
<ClCompile Include="..\..\Source\Settings\jucer_StoredSettings.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_CodeHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.cpp"/>
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\PropertyComponents\jucer_DependencyPathPropertyComponent.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_Icons.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.cpp"/>
<ClCompile Include="..\..\Source\Utility\UI\jucer_SlidingPanelComponent.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewFileWizard.cpp"/>
<ClCompile Include="..\..\Source\Wizards\jucer_NewProjectWizardClasses.cpp"/>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_AbstractFifo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
@@ -1385,97 +1387,91 @@
<ClCompile Include="..\..\JuceLibraryCode\include_juce_gui_extra.cpp"/>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Source\Application\jucer_AppearanceSettings.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_AboutWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_ApplicationUsageDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_EditorColourSchemeWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_FloatingToolWindow.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_GlobalSearchPathsWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_SVGPathDataWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_TranslationToolWindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\Windows\jucer_UTF8WindowComponent.h"/>
<ClInclude Include="..\..\Source\Application\jucer_Application.h"/>
<ClInclude Include="..\..\Source\Application\jucer_AutoUpdater.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommandIDs.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommandLine.h"/>
<ClInclude Include="..\..\Source\Application\jucer_CommonHeaders.h"/>
<ClInclude Include="..\..\Source\Application\jucer_DocumentEditorComponent.h"/>
<ClInclude Include="..\..\Source\Application\jucer_DownloadCompileEngineThread.h"/>
<ClInclude Include="..\..\Source\Application\jucer_FilePreviewComponent.h"/>
<ClInclude Include="..\..\Source\jucer_Headers.h"/>
<ClInclude Include="..\..\Source\Application\jucer_Headers.h"/>
<ClInclude Include="..\..\Source\Application\jucer_MainWindow.h"/>
<ClInclude Include="..\..\Source\Application\jucer_OpenDocumentManager.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseController.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseThread.h"/>
<ClInclude Include="..\..\Source\Licenses\jucer_LicenseWebview.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ActivityList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ActivityListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_BuildTabStatusComp.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ClassDatabase.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ClientServerMessages.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineClient.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CompileEngineServer.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ComponentListComp.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_CppHelpers.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_DiagnosticMessage.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ErrorList.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ErrorListComponent.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_LiveCodeBuilderDLL.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_MessageIDs.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_ProjectBuildInfo.h"/>
<ClInclude Include="..\..\Source\LiveBuildEngine\projucer_SourceCodeRange.h"/>
<ClInclude Include="..\..\Source\Code Editor\jucer_LiveBuildCodeEditor.h"/>
<ClInclude Include="..\..\Source\Code Editor\jucer_SourceCodeEditor.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComboBoxHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentNameProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentTypeHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ComponentUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GenericComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_GroupComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_HyperlinkButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ImageButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_JucerComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_LabelHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_SliderHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TabbedComponentHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TextEditorHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ToggleButtonHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_TreeViewHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\components\jucer_ViewportHandler.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ButtonDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\documents\jucer_ComponentDocument.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ColouredElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ElementSiblingComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_FillType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_GradientPointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_ImageResourceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElement.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementEllipse.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementGroup.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementImage.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementPath.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementRoundedRectangle.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementText.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PaintElementUndoableAction.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_PointComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\paintelements\jucer_StrokeType.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ColourPropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentBooleanProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentChoiceProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentColourProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_ComponentTextProperty.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FilePropertyComponent.h"/>
<ClInclude Include="..\..\Source\ComponentEditor\properties\jucer_FontPropertyComponent.h"/>