Add reference to MVC to avoid spurious errors from Resharper

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-10-14 17:47:25 -07:00
parent 6388ceb5ef
commit bfbe249271

View File

@@ -40,6 +40,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<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>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />