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.IdentityModel/System.IdentityModel-net_4_x.csproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'mcs/class/System.IdentityModel') diff --git a/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj b/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj index 5a0a057bb66..a358306af6b 100644 --- a/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj +++ b/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -203,10 +204,6 @@ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7} corlib-net_4_x - - {928432BE-3518-4103-97F6-48B9658588A6} - System.Web.ApplicationServices-net_4_x - {2762E921-91A8-4C87-91E9-BA628013F753} System-net_4_x @@ -235,6 +232,10 @@ {9DB806CB-B828-49B7-BAE2-2E52402CB4DC} System.Web-net_4_x + + {928432BE-3518-4103-97F6-48B9658588A6} + System.Web.ApplicationServices-net_4_x + -- cgit v1.2.3