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

Projucer: Remove GUI Editor

This commit is contained in:
reuk 2024-06-26 12:40:05 +01:00
parent 813b01e3d8
commit 8a4ec206f2
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
103 changed files with 21 additions and 27945 deletions

View file

@ -208,28 +208,6 @@
<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_PaintElementGroup.cpp"/>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementImage.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\Modules\jucer_Modules.cpp"/>
<ClCompile Include="..\..\Source\Project\UI\jucer_HeaderComponent.cpp"/>
<ClCompile Include="..\..\Source\Project\UI\jucer_ProjectContentComponent.cpp">
@ -1956,70 +1934,6 @@
<ClInclude Include="..\..\Source\CodeEditor\jucer_ItemPreviewComponent.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"/>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_JucerDocument.h"/>
<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\Modules\jucer_AvailableModulesList.h"/>
<ClInclude Include="..\..\Source\Project\Modules\jucer_ModuleDescription.h"/>
<ClInclude Include="..\..\Source\Project\Modules\jucer_Modules.h"/>

View file

@ -26,24 +26,6 @@
<Filter Include="Projucer\CodeEditor">
<UniqueIdentifier>{DE3E40F0-B495-2AC0-52AF-AA073FFE8E4C}</UniqueIdentifier>
</Filter>
<Filter Include="Projucer\ComponentEditor\Components">
<UniqueIdentifier>{A61A4546-CC78-CCFD-CC99-D5CD03650B08}</UniqueIdentifier>
</Filter>
<Filter Include="Projucer\ComponentEditor\Documents">
<UniqueIdentifier>{485EE240-BE7D-E5FD-07C2-760B7401D5F3}</UniqueIdentifier>
</Filter>
<Filter Include="Projucer\ComponentEditor\PaintElements">
<UniqueIdentifier>{35957741-E3A5-47F8-86DC-FDE691866C74}</UniqueIdentifier>
</Filter>
<Filter Include="Projucer\ComponentEditor\Properties">
<UniqueIdentifier>{16DF510D-120E-D924-C478-E1E82643ED83}</UniqueIdentifier>
</Filter>
<Filter Include="Projucer\ComponentEditor\UI">
<UniqueIdentifier>{3207865A-047C-278E-870A-BC204B74ECB3}</UniqueIdentifier>
</Filter>
<Filter Include="Projucer\ComponentEditor">
<UniqueIdentifier>{5F21E507-E5E8-0A74-F1AE-874BB67C26CC}</UniqueIdentifier>
</Filter>
<Filter Include="Projucer\Project\Modules">
<UniqueIdentifier>{F5C79836-30DE-9DC7-9392-DAAB3F04C18E}</UniqueIdentifier>
</Filter>
@ -481,72 +463,6 @@
<ClCompile Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.cpp">
<Filter>Projucer\CodeEditor</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.cpp">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.cpp">
<Filter>Projucer\ComponentEditor\Documents</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.cpp">
<Filter>Projucer\ComponentEditor\Documents</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.cpp">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.cpp">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementGroup.cpp">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementImage.cpp">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.cpp">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.cpp">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_BinaryResources.cpp">
<Filter>Projucer\ComponentEditor</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.cpp">
<Filter>Projucer\ComponentEditor</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.cpp">
<Filter>Projucer\ComponentEditor</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_JucerDocument.cpp">
<Filter>Projucer\ComponentEditor</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.cpp">
<Filter>Projucer\ComponentEditor</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.cpp">
<Filter>Projucer\ComponentEditor</Filter>
</ClCompile>
<ClCompile Include="..\..\Source\Project\Modules\jucer_Modules.cpp">
<Filter>Projucer\Project\Modules</Filter>
</ClCompile>
@ -2526,198 +2442,6 @@
<ClInclude Include="..\..\Source\CodeEditor\jucer_SourceCodeEditor.h">
<Filter>Projucer\CodeEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ButtonHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComboBoxHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentNameProperty.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentTypeHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ComponentUndoableAction.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GenericComponentHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_GroupComponentHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_HyperlinkButtonHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ImageButtonHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_JucerComponentHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_LabelHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_SliderHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TabbedComponentHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextButtonHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TextEditorHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ToggleButtonHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_TreeViewHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Components\jucer_ViewportHandler.h">
<Filter>Projucer\ComponentEditor\Components</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ButtonDocument.h">
<Filter>Projucer\ComponentEditor\Documents</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Documents\jucer_ComponentDocument.h">
<Filter>Projucer\ComponentEditor\Documents</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ColouredElement.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ElementSiblingComponent.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_FillType.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_GradientPointComponent.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_ImageResourceProperty.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElement.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementEllipse.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementGroup.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementImage.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementPath.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRectangle.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementRoundedRectangle.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementText.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PaintElementUndoableAction.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_PointComponent.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\PaintElements\jucer_StrokeType.h">
<Filter>Projucer\ComponentEditor\PaintElements</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ColourPropertyComponent.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentBooleanProperty.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentChoiceProperty.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentColourProperty.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_ComponentTextProperty.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FilePropertyComponent.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_FontPropertyComponent.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_JustificationProperty.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\Properties\jucer_PositionPropertyBase.h">
<Filter>Projucer\ComponentEditor\Properties</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutEditor.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentLayoutPanel.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ComponentOverlayComponent.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_EditingPanelBase.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerCommandIDs.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_JucerDocumentEditor.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutineEditor.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_PaintRoutinePanel.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_RelativePositionedRectangle.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_ResourceEditorPanel.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_SnapGridPainter.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\UI\jucer_TestComponent.h">
<Filter>Projucer\ComponentEditor\UI</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_BinaryResources.h">
<Filter>Projucer\ComponentEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_ComponentLayout.h">
<Filter>Projucer\ComponentEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_GeneratedCode.h">
<Filter>Projucer\ComponentEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_JucerDocument.h">
<Filter>Projucer\ComponentEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_ObjectTypes.h">
<Filter>Projucer\ComponentEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_PaintRoutine.h">
<Filter>Projucer\ComponentEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\ComponentEditor\jucer_UtilityFunctions.h">
<Filter>Projucer\ComponentEditor</Filter>
</ClInclude>
<ClInclude Include="..\..\Source\Project\Modules\jucer_AvailableModulesList.h">
<Filter>Projucer\Project\Modules</Filter>
</ClInclude>