From d57d91565b68717d80a60234fcefe558a02d8886 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 17 May 2016 20:40:47 -0400 Subject: [genproj] Updates to project generator and csproj files. * Adds support for a handful of new command line arguments that we now use in the build. * Always attempts to match to a project name, to get the proper project dependency. * Update to support .exe and .dll in the generation. * Remove warnings and some dead code * Update the resulting csproj files based on running: make update-csproj make package-inputs mono genproj.exe --- .../System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_x.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mcs/class/System.Web.Http.WebHost') diff --git a/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_x.csproj b/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_x.csproj index 3faffa8b1b5..8226a18720b 100644 --- a/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_x.csproj +++ b/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -155,9 +156,9 @@ {9DB806CB-B828-49B7-BAE2-2E52402CB4DC} System.Web-net_4_x - + False - Microsoft.Web.Infrastructure + ./../../class/lib/net_4_x/Microsoft.Web.Infrastructure.dll False -- cgit v1.2.3