1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Re-factored source code groups and general code clean-up

This commit is contained in:
hogliux 2017-09-29 14:55:01 +01:00
parent 980361e54b
commit 54029e776d
268 changed files with 8838 additions and 8682 deletions

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\BinaryData\Templates\jucer_AnimatedComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginEditorTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_AudioPluginFilterTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_ContentCompTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainConsoleAppTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_NoWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_SimpleWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_MainTemplate_Window.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\Templates\jucer_NewCppFileTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<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\Project\jucer_DependencyPathPropertyComponent.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\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\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="..\..\Source\BinaryData\jucer_AnimatedComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginEditorTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_AudioPluginFilterTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_ContentCompTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainConsoleAppTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_NoWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_SimpleWindow.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_MainTemplate_Window.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_NewCppFileTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\Source\BinaryData\jucer_OpenGLComponentTemplate.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<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"/>