From: Miguel de Icaza Date: Wed, 18 May 2016 00:40:47 +0000 (-0400) Subject: [genproj] Updates to project generator and csproj files. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=d57d91565b68717d80a60234fcefe558a02d8886;p=mono.git [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 --- diff --git a/mcs/class/Accessibility/Accessibility-net_4_x.csproj b/mcs/class/Accessibility/Accessibility-net_4_x.csproj index a46a581c8d8..2a92a90bc48 100644 --- a/mcs/class/Accessibility/Accessibility-net_4_x.csproj +++ b/mcs/class/Accessibility/Accessibility-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj index d2101be8f53..9600e77ef9b 100644 --- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj +++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj b/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj index 049aece64a9..f2c67d5eda0 100644 --- a/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj +++ b/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj b/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj index 3e68f2387ae..d92553a98cb 100644 --- a/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj +++ b/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj b/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj index 15b009c9590..70fe86c0527 100644 --- a/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj +++ b/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/I18N/Common/I18N-net_4_x.csproj b/mcs/class/I18N/Common/I18N-net_4_x.csproj index 8bbb45cf7f9..6cba556fb91 100644 --- a/mcs/class/I18N/Common/I18N-net_4_x.csproj +++ b/mcs/class/I18N/Common/I18N-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj b/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj index 21884dd3fbf..aba3990c1bf 100644 --- a/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj +++ b/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj b/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj index 896c1475e7d..361ec445371 100644 --- a/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj +++ b/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj b/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj index 124e9588822..28c701f39e0 100644 --- a/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj +++ b/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/I18N/West/I18N.West-net_4_x.csproj b/mcs/class/I18N/West/I18N.West-net_4_x.csproj index 60341bd6478..c27db0459c9 100644 --- a/mcs/class/I18N/West/I18N.West-net_4_x.csproj +++ b/mcs/class/I18N/West/I18N.West-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj b/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj index e141796aea1..88ed4c50412 100644 --- a/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj +++ b/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj b/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj index 7fdb5a0385f..555c6f02eba 100644 --- a/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj +++ b/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj index b7afd2cd670..ca888d4fe19 100644 --- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -169,18 +170,6 @@ {8E5728E0-CEAF-431F-963E-EB1DEE15C506} Microsoft.Build.Utilities-net_4_x - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - - - {359142A1-D80F-401E-AA64-7167C9317649} - System.Core-net_4_x - - - {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} - System.Xml-net_4_x - diff --git a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj index d2a2cd77392..4a69cac94b0 100644 --- a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -138,10 +139,6 @@ {2762E921-91A8-4C87-91E9-BA628013F753} System-net_4_x - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj index 9bd62c80a9d..e0bd50ee720 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -226,22 +227,6 @@ {3FA2C1F8-62D9-421D-8EEE-B4E651B8588C} Mono.XBuild.Tasks-net_4_x - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - - - {359142A1-D80F-401E-AA64-7167C9317649} - System.Core-net_4_x - - - {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} - System.Xml-net_4_x - - - {108227C7-8ED9-4483-949D-07BF0DA1A201} - System.Windows.Forms-net_4_x - diff --git a/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj b/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj index 87290f52837..f8170c22430 100644 --- a/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -110,18 +111,6 @@ {5E39A911-F4E6-4B4B-B8AC-111BB1DD80C6} Microsoft.Build.Framework-net_4_x - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - - - {359142A1-D80F-401E-AA64-7167C9317649} - System.Core-net_4_x - - - {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} - System.Xml-net_4_x - diff --git a/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj b/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj index 7b8f9830f2b..01f83d52f85 100644 --- a/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj +++ b/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -202,26 +203,6 @@ {5E39A911-F4E6-4B4B-B8AC-111BB1DD80C6} Microsoft.Build.Framework-net_4_x - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - - - {359142A1-D80F-401E-AA64-7167C9317649} - System.Core-net_4_x - - - {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} - System.Xml-net_4_x - - - {75DFF196-FA56-48CD-9A1A-CEA3BEC618AB} - Microsoft.Build.Engine-net_4_x - - - {5E39A911-F4E6-4B4B-B8AC-111BB1DD80C6} - Microsoft.Build.Framework-net_4_x - diff --git a/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj b/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj index 84ec489f37a..f0d56ab1611 100644 --- a/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj +++ b/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj b/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj index 9bd3a2ab82c..a6f635f835b 100644 --- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj +++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj b/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj index 7db3bcbeead..a3325e86469 100644 --- a/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj +++ b/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,169,219,414,1030,3001,3005,3006 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj b/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj index b36796d2439..75baaf39eb2 100644 --- a/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj +++ b/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj b/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj index 424e9aa068b..bab85916341 100644 --- a/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj +++ b/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj b/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj index 1eb2e95230a..c481071409f 100644 --- a/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj +++ b/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj b/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj index 874426343ba..09f053e5b8a 100644 --- a/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj +++ b/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj index bf01a814a9e..e4d431569c4 100644 --- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj +++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj index c39e13e6255..da543624f54 100644 --- a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj +++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj index a6f0c58e77d..14ee0752db8 100644 --- a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj +++ b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj b/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj index 1e85a5b2f67..3022e4f5548 100644 --- a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj +++ b/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj index 9af797177d0..5ce23000b9e 100644 --- a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj +++ b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj b/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj index 510ad8aa6d6..d48666c81ab 100644 --- a/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj +++ b/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,618 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj b/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj index 7da8011cea1..5ae6f6551a7 100644 --- a/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj +++ b/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj index f778bc30496..7099e043f8c 100644 --- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj +++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,618 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj b/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj index 1a269cc8a2a..d7c47325293 100644 --- a/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj +++ b/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj b/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj index 3fbd425d132..3f826fa4f54 100644 --- a/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj +++ b/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj index c3e431f2985..339bf060f99 100644 --- a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj +++ b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj b/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj index 899695ca396..aff07b653b5 100644 --- a/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj +++ b/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,618,612 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj b/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj index 5199a373e5b..d6a9cc4f654 100644 --- a/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,1030 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj b/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj index 9df975f3276..b330469ba25 100644 --- a/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,1030 ./../../class/lib/net_4_x True + True true Properties @@ -31,7 +32,7 @@ full 1699,1030 false - TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;SECURITY_DEP;MONO_SECURITY_ALIAS;MONO;FEATURE_PAL;MONO_FEATURE_NEW_TLS;MONO_FEATURE_NEW_SYSTEM_SOURCE;DISABLE_CAS_USE + TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;SECURITY_DEP;MONO;FEATURE_PAL;MONO_FEATURE_NEW_TLS;MONO_FEATURE_NEW_SYSTEM_SOURCE;DISABLE_CAS_USE;MONO_SECURITY_ALIAS prompt 4 @@ -39,7 +40,7 @@ pdbonly 1699,1030 true - NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;SECURITY_DEP;MONO_SECURITY_ALIAS;MONO;FEATURE_PAL;MONO_FEATURE_NEW_TLS;MONO_FEATURE_NEW_SYSTEM_SOURCE;DISABLE_CAS_USE + NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;SECURITY_DEP;MONO;FEATURE_PAL;MONO_FEATURE_NEW_TLS;MONO_FEATURE_NEW_SYSTEM_SOURCE;DISABLE_CAS_USE;MONO_SECURITY_ALIAS prompt 4 @@ -51,21 +52,21 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj b/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj index 211791b19e4..6f86c3d1ce3 100644 --- a/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,1030 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj b/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj index 7439af9be77..dd8ec385e3e 100644 --- a/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,1030 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj b/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj index 2be8ede9fc3..b3434443d87 100644 --- a/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj +++ b/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj b/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj index a4e12fac117..0a6b9cfd857 100644 --- a/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj +++ b/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,1030,3009 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj b/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj index 423ccd6f4d9..96f76c05392 100644 --- a/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj +++ b/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True true Properties diff --git a/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj b/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj index 0f63283f6db..dc69a9014db 100644 --- a/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj +++ b/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj b/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj index 9e3b282835f..a0eb76bae7a 100644 --- a/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj +++ b/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj b/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj index fa323d910b1..241072e34e3 100644 --- a/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj +++ b/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -87,14 +88,6 @@ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} System.Xml-net_4_x - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - - - {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} - System.Xml-net_4_x - diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj index 094bcd9c155..ea846d97384 100644 --- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj +++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,612 ./../../class/lib/net_4_x True + True Properties @@ -296,14 +297,6 @@ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF} Mono.Security-net_4_x - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - - - {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF} - Mono.Security-net_4_x - diff --git a/mcs/class/PEAPI/PEAPI-net_4_x.csproj b/mcs/class/PEAPI/PEAPI-net_4_x.csproj index a97f3a0f3a2..0311a6342d8 100644 --- a/mcs/class/PEAPI/PEAPI-net_4_x.csproj +++ b/mcs/class/PEAPI/PEAPI-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,414,618 ./../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj index 64bca8b3766..8f0fd6a705e 100644 --- a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj +++ b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj @@ -6,10 +6,11 @@ 9.0.30729 2.0 {D2A49790-9CFD-492B-9CFA-58B9AEDA1B75} - Library + Exe 1699 ./../../../../class/lib/net_4_x True + RabbitMQ.Client.Apigen.Apigen True Properties @@ -88,18 +89,20 @@ - - {2762E921-91A8-4C87-91E9-BA628013F753} - System-net_4_x - - - {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} - System.Xml-net_4_x - {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7} corlib-net_4_x + + False + System + False + + + False + System.Xml + False + diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj index c1c44bec512..2f28b94dca0 100644 --- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj +++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj @@ -10,6 +10,7 @@ 1699,618 ./../../../../class/lib/net_4_x True + True Properties diff --git a/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj b/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj index 90b90edf717..d7743530227 100644 --- a/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj +++ b/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj @@ -10,6 +10,7 @@ 1699 ./../../class/lib/net_4_x True + True Properties @@ -45,27 +46,27 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +