2010-07-13 14:01:40 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2009-11-18 23:05:26 +00:00
|
|
|
<configuration>
|
2010-07-13 14:01:40 -07:00
|
|
|
<system.web>
|
|
|
|
<compilation debug="true" targetFramework="4.0">
|
|
|
|
<assemblies>
|
2010-08-17 22:28:51 -07:00
|
|
|
<add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
|
2010-07-13 14:01:40 -07:00
|
|
|
</assemblies>
|
|
|
|
</compilation>
|
2009-11-18 23:05:26 +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-08-17 22:28:51 -07:00
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
|
|
|
|
<bindingRedirect oldVersion="2.0.0.0" newVersion="3.0.0.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2010-05-06 10:28:29 -07:00
|
|
|
</configuration>
|