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 --- mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mcs/class/System.Reactive.Core') diff --git a/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj b/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj index 0667fe1e877..948732e3a4a 100644 --- a/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj +++ b/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -157,10 +158,6 @@ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7} corlib-net_4_x - - {0DA7868F-C598-4E45-B33C-86FBB482DB76} - System.Reactive.Interfaces-net_4_x - {2762E921-91A8-4C87-91E9-BA628013F753} System-net_4_x -- cgit v1.2.3