Skip to content

Commit

Permalink
added web helpers reference
Browse files Browse the repository at this point in the history
  • Loading branch information
perfp committed Oct 23, 2011
1 parent 7b5afb7 commit 0057cc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MobileWebDemo/MobileWebDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,15 @@
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\aspnetmvc4\System.Web.Helpers.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\aspnetmvc4\System.Web.Mvc.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Routing" />
</ItemGroup>
Expand Down

0 comments on commit 0057cc3

Please sign in to comment.