From e271c293ee7a364a853a30f8574830ea84e0481a Mon Sep 17 00:00:00 2001 From: Katelyn Gadd Date: Thu, 28 Jun 2018 23:01:31 -0700 Subject: Rework genproj to use gensources to build sources list for each profile and host platform (#8985) * Update genproj makefile to include gensources Update genproj argument parser to be more generous about displaying help * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Fix rebase issue * Checkpoint * Checkpoint * Fix built sources only being added to one profile * Fix typo * Checkpoint * Fix indentation * Use csc instead of mcs * Checkpoint * Fix BUILT_SOURCES only being handled for the first profile processed * Checkpoint * Checkpoint * Strip double slashes from paths to fix spurious csproj change * Checkpoint * Checkpoint * Checkpoint * Checkpoint: Fix genproj compilation * Checkpoint * Checkpoint * Checkpoint * Fix crash when no targets were loaded (due to an error) * Checkpoint * Checkpoint * Checkpoint * Fix TryParseTargetInto bug * Checkpoint * Shuffle exclude logic around so that it works correctly during genproj diffing * Remove gensources tracing * Checkpoint * Fix handling of oddball sources paths from executable.make * Fix jay not being set to build * Fix wrong slashes being used for embedded resource paths * [csproj] Update project files --- .../System.Web.WebPages.Deployment.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mcs/class/System.Web.WebPages.Deployment') diff --git a/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment.csproj b/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment.csproj index 034f704e98f..3ab2b026f13 100644 --- a/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment.csproj +++ b/mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment.csproj @@ -44,8 +44,8 @@ true - - + + @@ -65,6 +65,7 @@ + -- cgit v1.2.3