Fix reference to specify full assembly name

This is so that Orchard.Users is compatible with dynamic compilation, since
System.Web.ApplicationServices has been removed from Web.Config references.

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-11-21 15:47:33 -08:00
parent a43b9be6e7
commit 2d4ef6417c

View File

@@ -44,8 +44,8 @@
<Reference Include="System.ComponentModel.DataAnnotations">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web" />
<Reference Include="System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>