reorganize
This commit is contained in:
parent
abd4992fbe
commit
404fb23110
@ -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
|
||||
{
|
||||
@ -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
|
||||
{
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user