From: Mikhail Filippov Date: Fri, 26 Feb 2016 00:18:08 +0000 (+0300) Subject: Add generation WepApplication.targets for v12.0 and v14.0 xbuild. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=6b257ea7539ecda6afae4d1dc588d596626a9673;p=mono.git Add generation WepApplication.targets for v12.0 and v14.0 xbuild. --- diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile index 383d2f53057..11d44a3f031 100644 --- a/mcs/tools/xbuild/Makefile +++ b/mcs/tools/xbuild/Makefile @@ -83,6 +83,11 @@ install-web-targets: $(INSTALL_DATA) targets/Microsoft.WebApplication.targets $(DESTDIR)$(VS_TARGETS_DIR)/v10.0/WebApplications $(MKINSTALLDIRS) $(DESTDIR)$(VS_TARGETS_DIR)/v11.0/WebApplications $(INSTALL_DATA) targets/Microsoft.WebApplication.targets $(DESTDIR)$(VS_TARGETS_DIR)/v11.0/WebApplications + $(MKINSTALLDIRS) $(DESTDIR)$(VS_TARGETS_DIR)/v12.0/WebApplications + $(INSTALL_DATA) targets/Microsoft.WebApplication.targets $(DESTDIR)$(VS_TARGETS_DIR)/v12.0/WebApplications + $(MKINSTALLDIRS) $(DESTDIR)$(VS_TARGETS_DIR)/v14.0/WebApplications + $(INSTALL_DATA) targets/Microsoft.WebApplication.targets $(DESTDIR)$(VS_TARGETS_DIR)/v14.0/WebApplications + EXTRA_DISTFILES = \ data/xbuild.rsp \