- Adding a resultfilter for widgets and some placeholders to fill when it all comes together.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-09-29 15:29:33 -07:00
parent e9208542ed
commit 43889c8c10
6 changed files with 79 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
</Reference>
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -67,6 +67,9 @@
<Compile Include="Models\WidgetPartRecord.cs" />
<Compile Include="Permissions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Filters\WidgetFilter.cs" />
<Compile Include="Services\IWidgetService.cs" />
<Compile Include="Services\WidgetService.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />