2009-11-10 19:26:37 +00:00
|
|
|
<?xml version="1.0"?>
|
2010-07-13 14:01:40 -07:00
|
|
|
|
2009-11-10 19:26:37 +00:00
|
|
|
<configuration>
|
2010-07-13 14:01:40 -07:00
|
|
|
<system.web>
|
|
|
|
<compilation debug="true" targetFramework="4.0">
|
|
|
|
<assemblies>
|
|
|
|
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
|
|
</assemblies>
|
|
|
|
</compilation>
|
2009-11-10 19:26:37 +00:00
|
|
|
|
2010-07-13 14:01:40 -07:00
|
|
|
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
|
|
|
<namespaces>
|
|
|
|
<add namespace="System.Web.Mvc"/>
|
|
|
|
<add namespace="System.Web.Mvc.Ajax"/>
|
|
|
|
<add namespace="System.Web.Mvc.Html"/>
|
|
|
|
<add namespace="System.Web.Routing"/>
|
|
|
|
<add namespace="System.Linq"/>
|
|
|
|
<add namespace="System.Collections.Generic"/>
|
|
|
|
<add namespace="Orchard.Mvc.Html"/>
|
|
|
|
</namespaces>
|
|
|
|
</pages>
|
|
|
|
</system.web>
|
|
|
|
<system.web.extensions/>
|
2010-05-06 10:28:29 -07:00
|
|
|
</configuration>
|