Imported Upstream version 4.2.0.179

Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
Xamarin Public Jenkins
2015-08-26 07:17:56 -04:00
committed by Jo Shields
parent 183bba2c9a
commit 6992685b86
7507 changed files with 90259 additions and 657307 deletions

View File

@@ -7,27 +7,12 @@ LIBRARY_NAME = System.Web.Mvc.dll
RESX_DIST = Mvc/Resources/MvcResources.resx
LIB_REFS = Microsoft.Web.Infrastructure System System.Core System.Configuration System.Data System.Xml System.Web System.Web.Abstractions System.Web.Routing System.Web.Extensions System.ComponentModel.DataAnnotations System.Data.Linq System.Runtime.Caching System.Web.Razor System.Web.WebPages.Razor System.Web.WebPages
LIB_MCS_FLAGS = \
/warn:1 \
/keyfile:../winfx.pub \
/d:MONO \
/delaysign \
/r:Microsoft.Web.Infrastructure.dll \
/r:System.dll \
/r:System.Core.dll \
/r:System.Configuration.dll \
/r:System.Data.dll \
/r:System.Xml.dll \
/r:System.Web.dll \
/r:System.Web.Abstractions.dll \
/r:System.Web.Routing.dll \
/r:System.Web.Extensions.dll \
/r:System.ComponentModel.DataAnnotations.dll \
/r:System.Data.Linq.dll \
/r:System.Runtime.Caching.dll \
/r:System.Web.Razor.dll \
/r:System.Web.WebPages.Razor.dll \
/r:System.Web.WebPages.dll \
$(foreach r, $(RESOURCES), /resource:$(r),System.Web.Mvc.Resources.$(notdir $(r)))
EXTRA_DISTFILES = $(RESX_DIST)