fixing broken build by reverting the last commit; the VS2010/.NET 4.0 version of the SpringAir example project is going to need it own folder, copy of the projects, etc. in order to avoid polluting the VS2005/VS2008 edition of the example

This commit is contained in:
sbohlen
2010-08-23 20:58:20 +00:00
parent 8d171f95fb
commit 2ec59054fe

View File

@@ -32,7 +32,7 @@
<resource uri="~/Config/Aspects.xml"/>
<resource uri="~/Config/Web.xml"/>
<resource uri="~/Config/Services.xml"/>
<resource uri="~/Config/Validation.xml"/>
<resource uri="~/Config/Validation.xml"/>
<!-- TEST CONFIGURATION -->
<resource uri="~/Config/Test/Services.xml"/>
<resource uri="~/Config/Test/Dao.xml"/>
@@ -44,7 +44,7 @@
</context>
</spring>
<system.web>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<pages>
<controls>
<add tagPrefix="spring" namespace="Spring.Web.UI.Controls" assembly="Spring.Web"/>
</controls>
@@ -54,14 +54,15 @@
</httpModules>
<httpHandlers>
<add verb="*" path="*.aspx" type="Spring.Web.Support.PageHandlerFactory, Spring.Web"/>
<add verb="*" path="*.asmx" type="Spring.Web.Services.WebServiceHandlerFactory, Spring.Web"/>
<add verb="*" path="ContextMonitor.ashx" type="Spring.Web.Support.ContextMonitor, Spring.Web"/>
</httpHandlers>
<trace enabled="true" requestLimit="20" pageOutput="true" traceMode="SortByTime" localOnly="true" writeToDiagnosticsTrace="true"/>
<compilation debug="true" targetFramework="4.0">
<compilation debug="true">
<assemblies>
<add assembly="System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
<add assembly="System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
</compilation>
</system.web>
<databaseSettings>