WorkContext.Page -> WorkContext.Layout to be consistent with the shape's template and type names

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-07 12:11:49 -07:00
parent 34bbd4a062
commit 1e22892c71
18 changed files with 70 additions and 69 deletions

View File

@@ -49,7 +49,9 @@
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web.Mvc">
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>