From f5d42d2d5529e01ede57489e93b2b627033e65a4 Mon Sep 17 00:00:00 2001 From: Katelyn Gadd Date: Tue, 22 May 2018 03:22:53 -0700 Subject: [bcl] Start replacing gensources.sh with gensources.cs (#8619) This PR introduces a new tool, gensources.cs, which replaces gensources.sh. It is able to parse the whole set of .sources files for a library in one go so that genproj can use that information to encode all our platform and profile specific files into one csproj file. For now this PR just introduces it and switches libraries to using it instead of gensources.sh. --- mcs/class/System.Data.Services/System.Data.Services.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/System.Data.Services') diff --git a/mcs/class/System.Data.Services/System.Data.Services.csproj b/mcs/class/System.Data.Services/System.Data.Services.csproj index 8f9aae53283..da6918f8a2f 100644 --- a/mcs/class/System.Data.Services/System.Data.Services.csproj +++ b/mcs/class/System.Data.Services/System.Data.Services.csproj @@ -48,7 +48,7 @@ - + -- cgit v1.2.3