add missing ref + paths to Microsoft.Web.Infrastructure assembly

This commit is contained in:
Steve Bohlen
2015-04-13 13:25:12 -04:00
parent e102d73382
commit 7aaa5708fc

View File

@@ -55,6 +55,7 @@
<include name="${spring.basedir}/packages/Microsoft.AspNet.WebApi.Client.5.0.0/lib/net45" />
<include name="${spring.basedir}/packages/Microsoft.AspNet.WebApi.Core.5.0.0/lib/net45" />
<include name="${spring.basedir}/packages/Microsoft.AspNet.WebApi.WebHost.5.0.0/lib/net45" />
<include name="${spring.basedir}/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40" />
</lib>
<include name="mscorlib.dll"/>
<include name="Microsoft.CSharp.dll"/>
@@ -79,6 +80,8 @@
<include name="System.Web.Routing.dll"/>
<include name="System.Web.Services.dll" />
<include name="Microsoft.Web.Infrastructure.dll" />
<include name="${common.logging.lib.dir}/Common.Logging.dll"/>
<include name="${common.logging.core.lib.dir}/Common.Logging.Core.dll"/>