--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-10-07 16:56:29 -07:00
2 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
namespace Orchard.DisplayManagement {
/// <summary>
/// Base interface for module components which define new shape types and
/// optionally provide default implementation method
/// </summary>
public interface IShapeProvider : IDependency{}
}

View File

@@ -434,7 +434,6 @@
<Compile Include="DisplayManagement\Implementation\DisplayHelperFactory.cs" />
<Compile Include="DisplayManagement\Implementation\IDisplayManager.cs" />
<Compile Include="DisplayManagement\IShapeFactory.cs" />
<Compile Include="DisplayManagement\IShapeProvider.cs" />
<Compile Include="DisplayManagement\Descriptors\Interfaces.cs" />
<Compile Include="DisplayManagement\Implementation\ShapeHelper.cs" />
<Compile Include="DisplayManagement\Implementation\ShapeHelperFactory.cs" />