reorganize

This commit is contained in:
Michael Becker 2020-08-16 10:14:39 -04:00
parent abd4992fbe
commit 404fb23110
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7
3 changed files with 7 additions and 6 deletions

View File

@ -25,7 +25,7 @@ using MBS.Framework.UserInterface.Drawing;
using MBS.Framework.UserInterface.Input.Mouse;
using UniversalEditor.Plugins.Designer.UserInterface.Editors.Designer.Controls;
namespace UniversalEditor.Plugins.Office.UserInterface.Controls
namespace UniversalEditor.Plugins.Office.UserInterface.Editors.Presentation.Controls
{
public class PresentationSlideControl : DesignerControl
{

View File

@ -23,10 +23,10 @@ using System;
using MBS.Framework.UserInterface;
using MBS.Framework.UserInterface.Layouts;
using UniversalEditor.Plugins.Office.ObjectModels.Presentation;
using UniversalEditor.Plugins.Office.UserInterface.Controls;
using UniversalEditor.Plugins.Office.UserInterface.Editors.Presentation.Controls;
using UniversalEditor.UserInterface;
namespace UniversalEditor.Plugins.Office.UserInterface.Editors
namespace UniversalEditor.Plugins.Office.UserInterface.Editors.Presentation
{
public class PresentationEditor : Editor
{

View File

@ -32,12 +32,13 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Editors\PresentationEditor.cs" />
<Compile Include="Controls\PresentationSlideControl.cs" />
<Compile Include="Editors\Presentation\PresentationEditor.cs" />
<Compile Include="Editors\Presentation\Controls\PresentationSlideControl.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Editors\" />
<Folder Include="Controls\" />
<Folder Include="Editors\Presentation\" />
<Folder Include="Editors\Presentation\Controls\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\UniversalEditor.UserInterface\UniversalEditor.UserInterface.csproj">