Changing Orchard.Themes' System.Web.Mvc reference to what's in the lib

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-04-22 15:20:01 -07:00
parent 515d687342
commit 3e46d5f0b0

View File

@@ -44,7 +44,7 @@
</Reference>
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 2\\Assemblies\System.Web.Mvc.dll</HintPath>
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>