From 14d20074ffb298cc396916328897eac7f5f8c077 Mon Sep 17 00:00:00 2001 From: Katelyn Gadd Date: Wed, 8 Aug 2018 17:52:37 -0700 Subject: Move to generating msbuild choose elements to get if-else selection behavior for sources in projects so that we don't get erroneous duplicate files in cases where there are both profile and host platform criteria (#9952) A recent commit revealed that in cases where we select based on a mix of host platform and profile, genproj csproj files can end up with duplicate sources because the existing elements, which give if-else selection to ensure that we only ever build a single set of files. --- mcs/class/Accessibility/Accessibility.csproj | 6 +- .../Commons.Xml.Relaxng/Commons.Xml.Relaxng.csproj | 6 +- mcs/class/Cscompmgd/Cscompmgd.csproj | 6 +- mcs/class/CustomMarshalers/CustomMarshalers.csproj | 6 +- .../Facades_Microsoft.Win32.Primitives.csproj | 3 +- ...s_Microsoft.Win32.Registry.AccessControl.csproj | 3 +- .../Facades_Microsoft.Win32.Registry.csproj | 3 +- .../Facades_System.AppContext.csproj | 3 +- .../Facades_System.Collections.Concurrent.csproj | 3 +- .../Facades_System.Collections.NonGeneric.csproj | 3 +- .../Facades_System.Collections.Specialized.csproj | 3 +- .../Facades_System.Collections.csproj | 3 +- ...acades_System.ComponentModel.Annotations.csproj | 3 +- ...es_System.ComponentModel.EventBasedAsync.csproj | 3 +- ...Facades_System.ComponentModel.Primitives.csproj | 3 +- ...ades_System.ComponentModel.TypeConverter.csproj | 3 +- .../Facades_System.ComponentModel.csproj | 3 +- .../System.Console/Facades_System.Console.csproj | 3 +- .../Facades_System.Data.Common.csproj | 3 +- .../Facades_System.Data.SqlClient.csproj | 3 +- .../Facades_System.Diagnostics.Contracts.csproj | 3 +- .../Facades_System.Diagnostics.Debug.csproj | 3 +- ...cades_System.Diagnostics.FileVersionInfo.csproj | 3 +- .../Facades_System.Diagnostics.Process.csproj | 3 +- .../Facades_System.Diagnostics.StackTrace.csproj | 3 +- ...stem.Diagnostics.TextWriterTraceListener.csproj | 3 +- .../Facades_System.Diagnostics.Tools.csproj | 3 +- .../Facades_System.Diagnostics.TraceEvent.csproj | 3 +- .../Facades_System.Diagnostics.TraceSource.csproj | 3 +- .../Facades_System.Diagnostics.Tracing.csproj | 3 +- .../Facades_System.Drawing.Common.csproj | 3 +- .../Facades_System.Drawing.Primitives.csproj | 46 +- .../Facades_System.Dynamic.Runtime.csproj | 3 +- .../Facades_System.Globalization.Calendars.csproj | 3 +- .../Facades_System.Globalization.Extensions.csproj | 3 +- .../Facades_System.Globalization.csproj | 3 +- .../Facades_System.IO.Compression.ZipFile.csproj | 3 +- ...cades_System.IO.FileSystem.AccessControl.csproj | 3 +- .../Facades_System.IO.FileSystem.DriveInfo.csproj | 3 +- .../Facades_System.IO.FileSystem.Primitives.csproj | 3 +- .../Facades_System.IO.FileSystem.Watcher.csproj | 3 +- .../Facades_System.IO.FileSystem.csproj | 3 +- .../Facades_System.IO.IsolatedStorage.csproj | 3 +- .../Facades_System.IO.MemoryMappedFiles.csproj | 3 +- .../System.IO.Pipes/Facades_System.IO.Pipes.csproj | 3 +- .../Facades_System.IO.UnmanagedMemoryStream.csproj | 3 +- .../Facades/System.IO/Facades_System.IO.csproj | 3 +- .../Facades_System.Linq.Expressions.csproj | 3 +- .../Facades_System.Linq.Parallel.csproj | 3 +- .../Facades_System.Linq.Queryable.csproj | 3 +- .../Facades/System.Linq/Facades_System.Linq.csproj | 3 +- .../System.Memory/Facades_System.Memory.csproj | 3 +- ...Facades_System.Net.AuthenticationManager.csproj | 3 +- .../Facades_System.Net.Cache.csproj | 3 +- .../Facades_System.Net.Http.Rtc.csproj | 3 +- .../Facades_System.Net.HttpListener.csproj | 3 +- .../System.Net.Mail/Facades_System.Net.Mail.csproj | 3 +- .../Facades_System.Net.NameResolution.csproj | 3 +- .../Facades_System.Net.NetworkInformation.csproj | 3 +- .../System.Net.Ping/Facades_System.Net.Ping.csproj | 3 +- .../Facades_System.Net.Primitives.csproj | 3 +- .../Facades_System.Net.Requests.csproj | 3 +- .../Facades_System.Net.Security.csproj | 3 +- .../Facades_System.Net.ServicePoint.csproj | 3 +- .../Facades_System.Net.Sockets.csproj | 3 +- .../Facades_System.Net.Utilities.csproj | 3 +- .../Facades_System.Net.WebHeaderCollection.csproj | 3 +- .../Facades_System.Net.WebSockets.Client.csproj | 3 +- .../Facades_System.Net.WebSockets.csproj | 3 +- .../Facades_System.ObjectModel.csproj | 3 +- .../Facades_System.Reflection.DispatchProxy.csproj | 3 +- ...ades_System.Reflection.Emit.ILGeneration.csproj | 3 +- ...cades_System.Reflection.Emit.Lightweight.csproj | 3 +- .../Facades_System.Reflection.Emit.csproj | 3 +- .../Facades_System.Reflection.Extensions.csproj | 3 +- .../Facades_System.Reflection.Primitives.csproj | 3 +- ...Facades_System.Reflection.TypeExtensions.csproj | 3 +- .../Facades_System.Reflection.csproj | 3 +- .../Facades_System.Resources.Reader.csproj | 3 +- .../Facades_System.Resources.ReaderWriter.csproj | 3 +- ...Facades_System.Resources.ResourceManager.csproj | 3 +- .../Facades_System.Resources.Writer.csproj | 3 +- ..._System.Runtime.CompilerServices.VisualC.csproj | 3 +- .../Facades_System.Runtime.Extensions.csproj | 50 +- .../Facades_System.Runtime.Handles.csproj | 3 +- ...ntime.InteropServices.RuntimeInformation.csproj | 3 +- ...m.Runtime.InteropServices.WindowsRuntime.csproj | 3 +- .../Facades_System.Runtime.InteropServices.csproj | 3 +- .../Facades_System.Runtime.Loader.csproj | 3 +- .../Facades_System.Runtime.Numerics.csproj | 3 +- ..._System.Runtime.Serialization.Formatters.csproj | 3 +- ...acades_System.Runtime.Serialization.Json.csproj | 3 +- ..._System.Runtime.Serialization.Primitives.csproj | 3 +- ...Facades_System.Runtime.Serialization.Xml.csproj | 3 +- .../System.Runtime/Facades_System.Runtime.csproj | 50 +- .../Facades_System.Security.AccessControl.csproj | 3 +- .../Facades_System.Security.Claims.csproj | 3 +- ..._System.Security.Cryptography.Algorithms.csproj | 3 +- ...Facades_System.Security.Cryptography.Cng.csproj | 3 +- ...Facades_System.Security.Cryptography.Csp.csproj | 3 +- ...System.Security.Cryptography.DeriveBytes.csproj | 3 +- ...es_System.Security.Cryptography.Encoding.csproj | 3 +- ...tem.Security.Cryptography.Encryption.Aes.csproj | 3 +- ....Cryptography.Encryption.ECDiffieHellman.csproj | 3 +- ...m.Security.Cryptography.Encryption.ECDsa.csproj | 3 +- ..._System.Security.Cryptography.Encryption.csproj | 3 +- ...Security.Cryptography.Hashing.Algorithms.csproj | 3 +- ...des_System.Security.Cryptography.Hashing.csproj | 3 +- ...des_System.Security.Cryptography.OpenSsl.csproj | 3 +- ...acades_System.Security.Cryptography.Pkcs.csproj | 3 +- ..._System.Security.Cryptography.Primitives.csproj | 3 +- ...stem.Security.Cryptography.ProtectedData.csproj | 3 +- ...Facades_System.Security.Cryptography.RSA.csproj | 3 +- ...urity.Cryptography.RandomNumberGenerator.csproj | 3 +- ...m.Security.Cryptography.X509Certificates.csproj | 3 +- ...acades_System.Security.Principal.Windows.csproj | 3 +- .../Facades_System.Security.Principal.csproj | 3 +- .../Facades_System.Security.SecureString.csproj | 3 +- .../Facades_System.ServiceModel.Duplex.csproj | 3 +- .../Facades_System.ServiceModel.Http.csproj | 3 +- .../Facades_System.ServiceModel.NetTcp.csproj | 3 +- .../Facades_System.ServiceModel.Primitives.csproj | 3 +- .../Facades_System.ServiceModel.Security.csproj | 3 +- ..._System.ServiceProcess.ServiceController.csproj | 3 +- .../Facades_System.Text.Encoding.CodePages.csproj | 3 +- .../Facades_System.Text.Encoding.Extensions.csproj | 3 +- .../Facades_System.Text.Encoding.csproj | 3 +- .../Facades_System.Text.RegularExpressions.csproj | 3 +- .../Facades_System.Threading.AccessControl.csproj | 3 +- .../Facades_System.Threading.Overlapped.csproj | 3 +- .../Facades_System.Threading.Tasks.Parallel.csproj | 3 +- .../Facades_System.Threading.Tasks.csproj | 3 +- .../Facades_System.Threading.Thread.csproj | 3 +- .../Facades_System.Threading.ThreadPool.csproj | 3 +- .../Facades_System.Threading.Timer.csproj | 3 +- .../Facades_System.Threading.csproj | 3 +- .../Facades_System.ValueTuple.csproj | 3 +- .../Facades_System.Xml.ReaderWriter.csproj | 3 +- .../Facades_System.Xml.XDocument.csproj | 3 +- .../Facades_System.Xml.XPath.XDocument.csproj | 3 +- .../Facades_System.Xml.XPath.XmlDocument.csproj | 3 +- .../Facades_System.Xml.XPath.csproj | 3 +- .../Facades_System.Xml.XmlDocument.csproj | 3 +- .../Facades_System.Xml.XmlSerializer.csproj | 3 +- .../Facades_System.Xml.Xsl.Primitives.csproj | 3 +- .../Facades/netstandard/Facades_netstandard.csproj | 3 +- mcs/class/I18N/CJK/I18N.CJK.csproj | 6 +- mcs/class/I18N/Common/I18N.csproj | 6 +- mcs/class/I18N/MidEast/I18N.MidEast.csproj | 6 +- mcs/class/I18N/Other/I18N.Other.csproj | 6 +- mcs/class/I18N/Rare/I18N.Rare.csproj | 6 +- mcs/class/I18N/West/I18N.West.csproj | 6 +- mcs/class/IBM.Data.DB2/IBM.Data.DB2.csproj | 3 +- .../ICSharpCode.SharpZipLib.csproj | 3 +- .../Microsoft.Build.Engine.csproj | 6 +- .../Microsoft.Build.Framework.csproj | 6 +- .../Microsoft.Build.Tasks.csproj | 6 +- .../Microsoft.Build.Utilities.csproj | 6 +- mcs/class/Microsoft.Build/Microsoft.Build.csproj | 6 +- mcs/class/Microsoft.CSharp/Microsoft.CSharp.csproj | 6 +- .../Microsoft.VisualC/Microsoft.VisualC.csproj | 6 +- .../Microsoft.Web.Infrastructure.csproj | 6 +- .../Mono.Btls.Interface/Mono.Btls.Interface.csproj | 6 +- mcs/class/Mono.C5/Mono.C5.csproj | 3 +- mcs/class/Mono.CSharp/Mono.CSharp.csproj | 6 +- mcs/class/Mono.Cairo/Mono.Cairo.csproj | 6 +- mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.csproj | 3 +- mcs/class/Mono.Cecil/Mono.Cecil.csproj | 3 +- .../Mono.CodeContracts/Mono.CodeContracts.csproj | 6 +- .../Mono.CompilerServices.SymbolWriter.csproj | 6 +- mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj | 6 +- mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj | 6 +- .../Mono.Debugger.Soft/Mono.Debugger.Soft.csproj | 6 +- mcs/class/Mono.Http/Mono.Http.csproj | 6 +- mcs/class/Mono.Management/Mono.Management.csproj | 6 +- .../Mono.Messaging.RabbitMQ.csproj | 6 +- mcs/class/Mono.Messaging/Mono.Messaging.csproj | 6 +- mcs/class/Mono.Options/Mono.Options.csproj | 6 +- mcs/class/Mono.Parallel/Mono.Parallel.csproj | 6 +- mcs/class/Mono.Posix/Mono.Posix.csproj | 53 +- .../Mono.Profiler.Log/Mono.Profiler.Log.csproj | 6 +- .../Mono.Security.Win32/Mono.Security.Win32.csproj | 6 +- mcs/class/Mono.Security/Mono.Security.csproj | 67 +- mcs/class/Mono.Simd/Mono.Simd.csproj | 6 +- mcs/class/Mono.Tasklets/Mono.Tasklets.csproj | 6 +- mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj | 6 +- .../Mono.XBuild.Tasks/Mono.XBuild.Tasks.csproj | 6 +- .../Novell.Directory.Ldap.csproj | 6 +- mcs/class/PEAPI/PEAPI.csproj | 6 +- .../src/apigen/RabbitMQ.Client.Apigen.csproj | 3 +- .../src/client/RabbitMQ.Client.csproj | 6 +- mcs/class/SMDiagnostics/SMDiagnostics.csproj | 3 +- .../System.ComponentModel.Composition.csproj | 6 +- .../System.ComponentModel.DataAnnotations.csproj | 6 +- .../System.Configuration.Install.csproj | 6 +- .../System.Configuration.csproj | 6 +- mcs/class/System.Core/System.Core.csproj | 1585 +++--- .../System.Data.DataSetExtensions.csproj | 6 +- .../System.Data.Entity/System.Data.Entity.csproj | 6 +- mcs/class/System.Data.Linq/System.Data.Linq.csproj | 6 +- .../System.Data.OracleClient.csproj | 6 +- .../System.Data.Services.Client.csproj | 6 +- .../System.Data.Services.csproj | 6 +- mcs/class/System.Data/System.Data.csproj | 1329 ++--- .../System.Deployment/System.Deployment.csproj | 6 +- mcs/class/System.Design/System.Design.csproj | 3 +- .../System.DirectoryServices.Protocols.csproj | 6 +- .../System.DirectoryServices.csproj | 6 +- .../System.Drawing.Design.csproj | 6 +- mcs/class/System.Drawing/System.Drawing.csproj | 3457 ++++++------ mcs/class/System.Dynamic/System.Dynamic.csproj | 6 +- .../System.EnterpriseServices.csproj | 6 +- .../System.IO.Compression.FileSystem.csproj | 6 +- .../System.IO.Compression.csproj | 6 +- .../System.IdentityModel.Selectors.csproj | 6 +- .../System.IdentityModel.csproj | 315 +- .../System.Json.Microsoft.csproj | 6 +- mcs/class/System.Json/System.Json.csproj | 6 +- .../System.Management/System.Management.csproj | 6 +- mcs/class/System.Messaging/System.Messaging.csproj | 6 +- .../System.Net.Http.Formatting.csproj | 3 +- .../System.Net.Http.WebRequest.csproj | 3 +- .../System.Net.Http.WinHttpHandler.csproj | 6 +- mcs/class/System.Net.Http/System.Net.Http.csproj | 93 +- mcs/class/System.Net/System.Net.csproj | 6 +- .../System.Numerics.Vectors.csproj | 6 +- mcs/class/System.Numerics/System.Numerics.csproj | 6 +- .../System.Reactive.Core.csproj | 3 +- .../System.Reactive.Debugger.csproj | 3 +- .../System.Reactive.Experimental.csproj | 3 +- .../System.Reactive.Interfaces.csproj | 3 +- .../System.Reactive.Linq.csproj | 3 +- .../System.Reactive.Observable.Aliases.csproj | 3 +- .../System.Reactive.PlatformServices.csproj | 3 +- .../System.Reactive.Providers.csproj | 3 +- .../System.Reactive.Runtime.Remoting.csproj | 3 +- .../System.Reactive.Windows.Forms.csproj | 3 +- .../System.Reactive.Windows.Threading.csproj | 3 +- .../System.Reflection.Context.csproj | 6 +- .../System.Runtime.Caching.csproj | 6 +- .../System.Runtime.CompilerServices.Unsafe.csproj | 5 +- .../System.Runtime.DurableInstancing.csproj | 3 +- .../System.Runtime.Remoting.csproj | 49 +- ...em.Runtime.Serialization.Formatters.Soap.csproj | 6 +- .../System.Runtime.Serialization.csproj | 158 +- mcs/class/System.Security/System.Security.csproj | 1356 ++--- .../System.ServiceModel.Activation.csproj | 6 +- .../System.ServiceModel.Discovery.csproj | 3 +- .../System.ServiceModel.Internals.csproj | 97 +- .../System.ServiceModel.Routing.csproj | 6 +- .../System.ServiceModel.Web.csproj | 250 +- .../System.ServiceModel/System.ServiceModel.csproj | 1429 ++--- .../System.ServiceProcess.csproj | 6 +- .../System.Threading.Tasks.Dataflow.csproj | 6 +- .../System.Transactions/System.Transactions.csproj | 6 +- .../System.Web.Abstractions.csproj | 6 +- .../System.Web.ApplicationServices.csproj | 6 +- .../System.Web.DynamicData.csproj | 6 +- .../System.Web.Extensions.Design.csproj | 6 +- .../System.Web.Extensions.csproj | 3 +- .../System.Web.Http.SelfHost.csproj | 3 +- .../System.Web.Http.WebHost.csproj | 3 +- mcs/class/System.Web.Http/System.Web.Http.csproj | 3 +- .../System.Web.Mobile/System.Web.Mobile.csproj | 6 +- mcs/class/System.Web.Mvc3/System.Web.Mvc3.csproj | 3 +- mcs/class/System.Web.Razor/System.Web.Razor.csproj | 6 +- .../System.Web.RegularExpressions.csproj | 6 +- .../System.Web.Routing/System.Web.Routing.csproj | 6 +- .../System.Web.Services/System.Web.Services.csproj | 3077 +++++------ .../System.Web.WebPages.Deployment.csproj | 6 +- .../System.Web.WebPages.Razor.csproj | 6 +- .../System.Web.WebPages/System.Web.WebPages.csproj | 6 +- mcs/class/System.Web/System.Web.csproj | 6 +- .../System.Windows.Forms.DataVisualization.csproj | 6 +- .../System.Windows.Forms.csproj | 6 +- mcs/class/System.Windows/System.Windows.csproj | 6 +- .../System.Workflow.Activities.csproj | 6 +- .../System.Workflow.ComponentModel.csproj | 6 +- .../System.Workflow.Runtime.csproj | 6 +- mcs/class/System.XML/System.Xml.csproj | 1817 +++---- mcs/class/System.Xaml/System.Xaml.csproj | 6 +- mcs/class/System.Xml.Linq/System.Xml.Linq.csproj | 3 +- .../System.Xml.Serialization.csproj | 6 +- mcs/class/System/System.csproj | 5564 ++++++++++---------- .../SystemWebTestShim/SystemWebTestShim.csproj | 6 +- mcs/class/WebMatrix.Data/WebMatrix.Data.csproj | 6 +- mcs/class/WindowsBase/WindowsBase.csproj | 6 +- mcs/class/corlib/corlib.csproj | 677 +-- .../legacy/Mono.Cecil/legacy_Mono.Cecil.csproj | 3 +- mcs/class/monodoc/monodoc.csproj | 3 +- 290 files changed, 11796 insertions(+), 10832 deletions(-) (limited to 'mcs/class') diff --git a/mcs/class/Accessibility/Accessibility.csproj b/mcs/class/Accessibility/Accessibility.csproj index ae727afbc8a..23ff147e911 100644 --- a/mcs/class/Accessibility/Accessibility.csproj +++ b/mcs/class/Accessibility/Accessibility.csproj @@ -44,20 +44,22 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.csproj index 98840e0c06b..aa1908b9523 100644 --- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.csproj +++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.csproj @@ -47,6 +47,7 @@ + @@ -87,15 +88,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Cscompmgd/Cscompmgd.csproj b/mcs/class/Cscompmgd/Cscompmgd.csproj index c0281ebd3e0..c64a0fd3744 100644 --- a/mcs/class/Cscompmgd/Cscompmgd.csproj +++ b/mcs/class/Cscompmgd/Cscompmgd.csproj @@ -44,6 +44,7 @@ + @@ -52,15 +53,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/CustomMarshalers/CustomMarshalers.csproj b/mcs/class/CustomMarshalers/CustomMarshalers.csproj index db866063409..6b6df0c60b7 100644 --- a/mcs/class/CustomMarshalers/CustomMarshalers.csproj +++ b/mcs/class/CustomMarshalers/CustomMarshalers.csproj @@ -44,6 +44,7 @@ + @@ -53,15 +54,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives.csproj b/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives.csproj index 9938426061c..a16ed5895c2 100644 --- a/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives.csproj +++ b/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl.csproj b/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl.csproj index 65d8fa67af2..6572d17aa64 100644 --- a/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl.csproj +++ b/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl.csproj @@ -100,12 +100,13 @@ + - + diff --git a/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry.csproj b/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry.csproj index 1fb1d3f83d1..ecc81ac0f55 100644 --- a/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry.csproj +++ b/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.AppContext/Facades_System.AppContext.csproj b/mcs/class/Facades/System.AppContext/Facades_System.AppContext.csproj index ee2314856e5..b17771115b0 100644 --- a/mcs/class/Facades/System.AppContext/Facades_System.AppContext.csproj +++ b/mcs/class/Facades/System.AppContext/Facades_System.AppContext.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent.csproj b/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent.csproj index 0c909af256a..4ae5210c26e 100644 --- a/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent.csproj +++ b/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric.csproj b/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric.csproj index 0653fa57487..97a37362a9c 100644 --- a/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric.csproj +++ b/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized.csproj b/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized.csproj index f260659a1f6..86c6a11ae2f 100644 --- a/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized.csproj +++ b/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Collections/Facades_System.Collections.csproj b/mcs/class/Facades/System.Collections/Facades_System.Collections.csproj index 7c42ba4e845..fad4990ffde 100644 --- a/mcs/class/Facades/System.Collections/Facades_System.Collections.csproj +++ b/mcs/class/Facades/System.Collections/Facades_System.Collections.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations.csproj b/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations.csproj index 333c3d1c6dd..ef440cfa6d6 100644 --- a/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations.csproj +++ b/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync.csproj b/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync.csproj index 00ecaedfea2..2f88220888d 100644 --- a/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync.csproj +++ b/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives.csproj b/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives.csproj index e5f1d386a34..873b829fa21 100644 --- a/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives.csproj +++ b/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter.csproj b/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter.csproj index 11a8b1154ca..8e117c359b0 100644 --- a/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter.csproj +++ b/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel.csproj b/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel.csproj index dd932eb7e3c..569631f5202 100644 --- a/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel.csproj +++ b/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Console/Facades_System.Console.csproj b/mcs/class/Facades/System.Console/Facades_System.Console.csproj index bb5361005bd..63aa50dd2ff 100644 --- a/mcs/class/Facades/System.Console/Facades_System.Console.csproj +++ b/mcs/class/Facades/System.Console/Facades_System.Console.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common.csproj b/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common.csproj index 560893cf154..206985a2a1b 100644 --- a/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common.csproj +++ b/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient.csproj b/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient.csproj index 5cb3b91918f..758c2bceeeb 100644 --- a/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient.csproj +++ b/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts.csproj b/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts.csproj index deecebf3f04..ea6227be43c 100644 --- a/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts.csproj +++ b/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug.csproj b/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug.csproj index 99ddeb0824e..ded39f5fb21 100644 --- a/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug.csproj +++ b/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo.csproj b/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo.csproj index 017e5e17bfc..1ae45903545 100644 --- a/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo.csproj +++ b/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process.csproj b/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process.csproj index 20ae9f96270..4390fb21d1e 100644 --- a/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process.csproj +++ b/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace.csproj b/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace.csproj index 7a7677ab3db..00551b81f7a 100644 --- a/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace.csproj +++ b/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener.csproj b/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener.csproj index 0f81047c930..22740be75ec 100644 --- a/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener.csproj +++ b/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools.csproj b/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools.csproj index cdb2d715cd4..4e6219fa264 100644 --- a/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools.csproj +++ b/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent.csproj b/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent.csproj index 7d195d5e2ae..e3286c9f7b6 100644 --- a/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent.csproj +++ b/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource.csproj b/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource.csproj index 7215034e766..34bc4778241 100644 --- a/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource.csproj +++ b/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing.csproj b/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing.csproj index 7783d37f29d..0eb5091526b 100644 --- a/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing.csproj +++ b/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Drawing.Common/Facades_System.Drawing.Common.csproj b/mcs/class/Facades/System.Drawing.Common/Facades_System.Drawing.Common.csproj index b4b7177820d..0aaf23501d6 100644 --- a/mcs/class/Facades/System.Drawing.Common/Facades_System.Drawing.Common.csproj +++ b/mcs/class/Facades/System.Drawing.Common/Facades_System.Drawing.Common.csproj @@ -90,11 +90,12 @@ + - + diff --git a/mcs/class/Facades/System.Drawing.Primitives/Facades_System.Drawing.Primitives.csproj b/mcs/class/Facades/System.Drawing.Primitives/Facades_System.Drawing.Primitives.csproj index 37513e4aba9..271b097ea98 100644 --- a/mcs/class/Facades/System.Drawing.Primitives/Facades_System.Drawing.Primitives.csproj +++ b/mcs/class/Facades/System.Drawing.Primitives/Facades_System.Drawing.Primitives.csproj @@ -100,20 +100,46 @@ + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime.csproj b/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime.csproj index d1983e4b68e..f3a81298c99 100644 --- a/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime.csproj +++ b/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars.csproj b/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars.csproj index fde4a3fe848..bc13bbd69a1 100644 --- a/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars.csproj +++ b/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions.csproj b/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions.csproj index 5147d6bbbe0..d56e61b9fde 100644 --- a/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions.csproj +++ b/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Globalization/Facades_System.Globalization.csproj b/mcs/class/Facades/System.Globalization/Facades_System.Globalization.csproj index a93a1c03c9a..1b2ba45ef1c 100644 --- a/mcs/class/Facades/System.Globalization/Facades_System.Globalization.csproj +++ b/mcs/class/Facades/System.Globalization/Facades_System.Globalization.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile.csproj b/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile.csproj index 1ff1312b931..1cee5ed26ae 100644 --- a/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile.csproj +++ b/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl.csproj b/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl.csproj index a1940f862ee..4a2c6bdd108 100644 --- a/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl.csproj @@ -100,12 +100,13 @@ + - + diff --git a/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo.csproj b/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo.csproj index f16ca702785..fc06290aeb1 100644 --- a/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives.csproj b/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives.csproj index 8c21ab97f0a..aacb18c420b 100644 --- a/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher.csproj b/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher.csproj index 9faf1fb414f..ef5e887c4d4 100644 --- a/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem.csproj b/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem.csproj index b9cdaad4372..fa2c8b09915 100644 --- a/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem.csproj +++ b/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage.csproj b/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage.csproj index bdc3171d040..5f11784a1d7 100644 --- a/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage.csproj +++ b/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles.csproj b/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles.csproj index 3444da9c0b8..b0934b6887d 100644 --- a/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles.csproj +++ b/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes.csproj b/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes.csproj index 6c995f29252..0af082fd826 100644 --- a/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes.csproj +++ b/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream.csproj b/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream.csproj index bc7d0caef1e..6974412b7cf 100644 --- a/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream.csproj +++ b/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.IO/Facades_System.IO.csproj b/mcs/class/Facades/System.IO/Facades_System.IO.csproj index 00f11941916..c1f0febfa62 100644 --- a/mcs/class/Facades/System.IO/Facades_System.IO.csproj +++ b/mcs/class/Facades/System.IO/Facades_System.IO.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions.csproj b/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions.csproj index 74fed5806ed..1c9d64780d2 100644 --- a/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions.csproj +++ b/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel.csproj b/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel.csproj index 58d9490f965..ab67fb74d14 100644 --- a/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel.csproj +++ b/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable.csproj b/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable.csproj index 45f760500d3..09dcfc4e15a 100644 --- a/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable.csproj +++ b/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Linq/Facades_System.Linq.csproj b/mcs/class/Facades/System.Linq/Facades_System.Linq.csproj index cc1b99d6a3b..c7207d8fc46 100644 --- a/mcs/class/Facades/System.Linq/Facades_System.Linq.csproj +++ b/mcs/class/Facades/System.Linq/Facades_System.Linq.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Memory/Facades_System.Memory.csproj b/mcs/class/Facades/System.Memory/Facades_System.Memory.csproj index dae52dde1a3..073bf53537e 100644 --- a/mcs/class/Facades/System.Memory/Facades_System.Memory.csproj +++ b/mcs/class/Facades/System.Memory/Facades_System.Memory.csproj @@ -90,11 +90,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager.csproj b/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager.csproj index 7e214892a9f..c154093e003 100644 --- a/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager.csproj +++ b/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache.csproj b/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache.csproj index f3d263e2625..011780ac00d 100644 --- a/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache.csproj +++ b/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Http.Rtc/Facades_System.Net.Http.Rtc.csproj b/mcs/class/Facades/System.Net.Http.Rtc/Facades_System.Net.Http.Rtc.csproj index e3452b4b247..8f91b900bcb 100644 --- a/mcs/class/Facades/System.Net.Http.Rtc/Facades_System.Net.Http.Rtc.csproj +++ b/mcs/class/Facades/System.Net.Http.Rtc/Facades_System.Net.Http.Rtc.csproj @@ -50,11 +50,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener.csproj b/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener.csproj index 0aeda492b25..f57d419c155 100644 --- a/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener.csproj +++ b/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail.csproj b/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail.csproj index 7c152555faf..93829d717f7 100644 --- a/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail.csproj +++ b/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution.csproj b/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution.csproj index 2bc630c1419..45039af10aa 100644 --- a/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution.csproj +++ b/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation.csproj b/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation.csproj index da3a979d042..d8afdb51302 100644 --- a/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation.csproj +++ b/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Ping/Facades_System.Net.Ping.csproj b/mcs/class/Facades/System.Net.Ping/Facades_System.Net.Ping.csproj index 81ff1dbe095..152e90af660 100644 --- a/mcs/class/Facades/System.Net.Ping/Facades_System.Net.Ping.csproj +++ b/mcs/class/Facades/System.Net.Ping/Facades_System.Net.Ping.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives.csproj b/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives.csproj index 73a12245c56..9d89739cea4 100644 --- a/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives.csproj +++ b/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests.csproj b/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests.csproj index f6232be48d5..e3e9bd45e97 100644 --- a/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests.csproj +++ b/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security.csproj b/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security.csproj index 03e34a5a9a7..7155ca17994 100644 --- a/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security.csproj +++ b/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint.csproj b/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint.csproj index cffdea7d626..1a68fa90810 100644 --- a/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint.csproj +++ b/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets.csproj b/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets.csproj index 8ec8caaccf5..41357f6ad33 100644 --- a/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets.csproj +++ b/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities.csproj b/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities.csproj index e57713995fa..605c6e91f00 100644 --- a/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities.csproj +++ b/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection.csproj b/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection.csproj index 163d0be39f2..47f0bb089b4 100644 --- a/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection.csproj +++ b/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client.csproj b/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client.csproj index 0343a6f2dea..97378fa7fe1 100644 --- a/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client.csproj +++ b/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets.csproj b/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets.csproj index 4352cf0782a..e6a7075e60a 100644 --- a/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets.csproj +++ b/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel.csproj b/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel.csproj index 3b8e5e13190..803f6bc6063 100644 --- a/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel.csproj +++ b/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Reflection.DispatchProxy/Facades_System.Reflection.DispatchProxy.csproj b/mcs/class/Facades/System.Reflection.DispatchProxy/Facades_System.Reflection.DispatchProxy.csproj index 23371e03bde..a7056ddf308 100644 --- a/mcs/class/Facades/System.Reflection.DispatchProxy/Facades_System.Reflection.DispatchProxy.csproj +++ b/mcs/class/Facades/System.Reflection.DispatchProxy/Facades_System.Reflection.DispatchProxy.csproj @@ -91,12 +91,13 @@ + - + diff --git a/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration.csproj b/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration.csproj index 98cb7afb68b..716c9c6d41c 100644 --- a/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration.csproj +++ b/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight.csproj b/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight.csproj index 49d18af216c..a0af2aedd2e 100644 --- a/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight.csproj +++ b/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit.csproj b/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit.csproj index 5d39ee8feac..d1057961edd 100644 --- a/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit.csproj +++ b/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions.csproj b/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions.csproj index 10e321fd54c..f1b15f72314 100644 --- a/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions.csproj +++ b/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives.csproj b/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives.csproj index 35bfc260a34..875486c6b9b 100644 --- a/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives.csproj +++ b/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions.csproj b/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions.csproj index 42b9f60873f..7cc0240e37f 100644 --- a/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions.csproj +++ b/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions.csproj @@ -100,6 +100,7 @@ + @@ -107,7 +108,7 @@ - + diff --git a/mcs/class/Facades/System.Reflection/Facades_System.Reflection.csproj b/mcs/class/Facades/System.Reflection/Facades_System.Reflection.csproj index 36e97a82827..4ef8d591490 100644 --- a/mcs/class/Facades/System.Reflection/Facades_System.Reflection.csproj +++ b/mcs/class/Facades/System.Reflection/Facades_System.Reflection.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Resources.Reader/Facades_System.Resources.Reader.csproj b/mcs/class/Facades/System.Resources.Reader/Facades_System.Resources.Reader.csproj index db2743c9b45..a897c9505ea 100644 --- a/mcs/class/Facades/System.Resources.Reader/Facades_System.Resources.Reader.csproj +++ b/mcs/class/Facades/System.Resources.Reader/Facades_System.Resources.Reader.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter.csproj b/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter.csproj index 32b112ff8fa..74f2e7a0763 100644 --- a/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter.csproj +++ b/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager.csproj b/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager.csproj index e18b8e4ac83..8109657b198 100644 --- a/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager.csproj +++ b/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Resources.Writer/Facades_System.Resources.Writer.csproj b/mcs/class/Facades/System.Resources.Writer/Facades_System.Resources.Writer.csproj index 2471c8eb2f0..d8a1d2aa92c 100644 --- a/mcs/class/Facades/System.Resources.Writer/Facades_System.Resources.Writer.csproj +++ b/mcs/class/Facades/System.Resources.Writer/Facades_System.Resources.Writer.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC.csproj b/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC.csproj index de2f844a19e..81005433390 100644 --- a/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC.csproj +++ b/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions.csproj b/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions.csproj index 569a4427845..08e407c6e57 100644 --- a/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions.csproj +++ b/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions.csproj @@ -100,22 +100,48 @@ + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles.csproj b/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles.csproj index 475f4838772..f301c4da7f3 100644 --- a/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles.csproj +++ b/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.InteropServices.RuntimeInformation/Facades_System.Runtime.InteropServices.RuntimeInformation.csproj b/mcs/class/Facades/System.Runtime.InteropServices.RuntimeInformation/Facades_System.Runtime.InteropServices.RuntimeInformation.csproj index f6c4220f31d..bb5255dcd27 100644 --- a/mcs/class/Facades/System.Runtime.InteropServices.RuntimeInformation/Facades_System.Runtime.InteropServices.RuntimeInformation.csproj +++ b/mcs/class/Facades/System.Runtime.InteropServices.RuntimeInformation/Facades_System.Runtime.InteropServices.RuntimeInformation.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime.csproj b/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime.csproj index b19c556ddb7..3867d28c6a0 100644 --- a/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime.csproj +++ b/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices.csproj b/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices.csproj index 7e663632882..d15ef131232 100644 --- a/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices.csproj +++ b/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.Loader/Facades_System.Runtime.Loader.csproj b/mcs/class/Facades/System.Runtime.Loader/Facades_System.Runtime.Loader.csproj index aef414c84b9..89afb475ad5 100644 --- a/mcs/class/Facades/System.Runtime.Loader/Facades_System.Runtime.Loader.csproj +++ b/mcs/class/Facades/System.Runtime.Loader/Facades_System.Runtime.Loader.csproj @@ -91,12 +91,13 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics.csproj b/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics.csproj index d3fe5562fa9..a815a91f1dd 100644 --- a/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics.csproj +++ b/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.Serialization.Formatters/Facades_System.Runtime.Serialization.Formatters.csproj b/mcs/class/Facades/System.Runtime.Serialization.Formatters/Facades_System.Runtime.Serialization.Formatters.csproj index 73a996fbba7..3b79a174216 100644 --- a/mcs/class/Facades/System.Runtime.Serialization.Formatters/Facades_System.Runtime.Serialization.Formatters.csproj +++ b/mcs/class/Facades/System.Runtime.Serialization.Formatters/Facades_System.Runtime.Serialization.Formatters.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json.csproj b/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json.csproj index 3607f33e677..d2006870cc9 100644 --- a/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json.csproj +++ b/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives.csproj b/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives.csproj index f457c677c58..1a6d5cb8e50 100644 --- a/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives.csproj +++ b/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml.csproj b/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml.csproj index 13bdcbbe7b5..1d93d7fa971 100644 --- a/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml.csproj +++ b/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Runtime/Facades_System.Runtime.csproj b/mcs/class/Facades/System.Runtime/Facades_System.Runtime.csproj index 6bd236788b6..a2e2c796e54 100644 --- a/mcs/class/Facades/System.Runtime/Facades_System.Runtime.csproj +++ b/mcs/class/Facades/System.Runtime/Facades_System.Runtime.csproj @@ -100,22 +100,48 @@ + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl.csproj b/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl.csproj index 6da269b7570..6878a89bfa4 100644 --- a/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl.csproj +++ b/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims.csproj b/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims.csproj index 07df8e76519..8b39e269893 100644 --- a/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims.csproj +++ b/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms.csproj b/mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms.csproj index 65f9629e81f..30a9519cb50 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Cng/Facades_System.Security.Cryptography.Cng.csproj b/mcs/class/Facades/System.Security.Cryptography.Cng/Facades_System.Security.Cryptography.Cng.csproj index c1f5a88dbdc..3656f8235e1 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Cng/Facades_System.Security.Cryptography.Cng.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Cng/Facades_System.Security.Cryptography.Cng.csproj @@ -90,11 +90,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Csp/Facades_System.Security.Cryptography.Csp.csproj b/mcs/class/Facades/System.Security.Cryptography.Csp/Facades_System.Security.Cryptography.Csp.csproj index 0eb93f1503d..79fac501a15 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Csp/Facades_System.Security.Cryptography.Csp.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Csp/Facades_System.Security.Cryptography.Csp.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes.csproj b/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes.csproj index 893757ec5a7..a217e0f3835 100644 --- a/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding.csproj b/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding.csproj index ab4c9febda5..e16c9f2a36e 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes.csproj index f6708df4bfc..64d5754b60a 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman.csproj index 59344897cf5..885c8e9d85b 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa.csproj index c0a99c62fc8..0926f90e103 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption.csproj index 2a85f02730b..f80f0cc0ae3 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms.csproj b/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms.csproj index cb556e5ea1d..0f461620817 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing.csproj b/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing.csproj index ee33a22f265..cfa4129f1f8 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.OpenSsl/Facades_System.Security.Cryptography.OpenSsl.csproj b/mcs/class/Facades/System.Security.Cryptography.OpenSsl/Facades_System.Security.Cryptography.OpenSsl.csproj index fd8eb87edb3..0976e6d12e0 100644 --- a/mcs/class/Facades/System.Security.Cryptography.OpenSsl/Facades_System.Security.Cryptography.OpenSsl.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.OpenSsl/Facades_System.Security.Cryptography.OpenSsl.csproj @@ -90,13 +90,14 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Pkcs/Facades_System.Security.Cryptography.Pkcs.csproj b/mcs/class/Facades/System.Security.Cryptography.Pkcs/Facades_System.Security.Cryptography.Pkcs.csproj index d8ec000c150..2f59adadf2a 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Pkcs/Facades_System.Security.Cryptography.Pkcs.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Pkcs/Facades_System.Security.Cryptography.Pkcs.csproj @@ -90,11 +90,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.Primitives/Facades_System.Security.Cryptography.Primitives.csproj b/mcs/class/Facades/System.Security.Cryptography.Primitives/Facades_System.Security.Cryptography.Primitives.csproj index 1c609eba10b..394d12490a7 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Primitives/Facades_System.Security.Cryptography.Primitives.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Primitives/Facades_System.Security.Cryptography.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData.csproj b/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData.csproj index bce4d196f50..a088e36e3df 100644 --- a/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA.csproj b/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA.csproj index 8cde8cd6fb1..5ac8f5ec85e 100644 --- a/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator.csproj b/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator.csproj index d27593d74ce..b851fccc7e2 100644 --- a/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates.csproj b/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates.csproj index af9bf018516..4de5a478d2e 100644 --- a/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows.csproj b/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows.csproj index 3e437978ad7..ca3d6bde487 100644 --- a/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows.csproj +++ b/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal.csproj b/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal.csproj index 75fb1007f11..b7cd8ac787f 100644 --- a/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal.csproj +++ b/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString.csproj b/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString.csproj index 4ca00f91356..d5e530b7c26 100644 --- a/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString.csproj +++ b/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex.csproj b/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex.csproj index 94af9e5702f..2e8e0c8a868 100644 --- a/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex.csproj +++ b/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http.csproj b/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http.csproj index eef9d8d1218..24abf1b981a 100644 --- a/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http.csproj +++ b/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp.csproj b/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp.csproj index 56ce07df56f..440c7dbed17 100644 --- a/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp.csproj +++ b/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives.csproj b/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives.csproj index fbc31eaef1a..cd0d3888552 100644 --- a/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives.csproj +++ b/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security.csproj b/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security.csproj index 8f8290cd048..5e5b830a134 100644 --- a/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security.csproj +++ b/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController.csproj b/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController.csproj index b074e82f925..5bc6e0d8606 100644 --- a/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController.csproj +++ b/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController.csproj @@ -100,6 +100,7 @@ + @@ -110,7 +111,7 @@ - + diff --git a/mcs/class/Facades/System.Text.Encoding.CodePages/Facades_System.Text.Encoding.CodePages.csproj b/mcs/class/Facades/System.Text.Encoding.CodePages/Facades_System.Text.Encoding.CodePages.csproj index 2d8dc656967..d506c5f4fb3 100644 --- a/mcs/class/Facades/System.Text.Encoding.CodePages/Facades_System.Text.Encoding.CodePages.csproj +++ b/mcs/class/Facades/System.Text.Encoding.CodePages/Facades_System.Text.Encoding.CodePages.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions.csproj b/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions.csproj index 19861b7b286..b95ff98d4e2 100644 --- a/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions.csproj +++ b/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding.csproj b/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding.csproj index 16ef2419a52..46b36c2c4be 100644 --- a/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding.csproj +++ b/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions.csproj b/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions.csproj index 4e96551b2ac..bb48ba54b3e 100644 --- a/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions.csproj +++ b/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl.csproj b/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl.csproj index 352d24602f1..b646a8db08b 100644 --- a/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl.csproj +++ b/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl.csproj @@ -100,12 +100,13 @@ + - + diff --git a/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped.csproj b/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped.csproj index 959d7c5b394..bde99df7a49 100644 --- a/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped.csproj +++ b/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel.csproj b/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel.csproj index bdc2b1419db..4a1a9a06d2e 100644 --- a/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel.csproj +++ b/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks.csproj b/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks.csproj index 8329c64d3b9..d3d5065d525 100644 --- a/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks.csproj +++ b/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread.csproj b/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread.csproj index 64fbb6bb886..39598e7f134 100644 --- a/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread.csproj +++ b/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool.csproj b/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool.csproj index 8d21f5c3dda..0eb6e667300 100644 --- a/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool.csproj +++ b/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer.csproj b/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer.csproj index 3c75587be58..ae68340b1d2 100644 --- a/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer.csproj +++ b/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Threading/Facades_System.Threading.csproj b/mcs/class/Facades/System.Threading/Facades_System.Threading.csproj index a338fb25eaa..cfe414f5e5f 100644 --- a/mcs/class/Facades/System.Threading/Facades_System.Threading.csproj +++ b/mcs/class/Facades/System.Threading/Facades_System.Threading.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.ValueTuple/Facades_System.ValueTuple.csproj b/mcs/class/Facades/System.ValueTuple/Facades_System.ValueTuple.csproj index 76e514aacf3..76a80e30ca8 100644 --- a/mcs/class/Facades/System.ValueTuple/Facades_System.ValueTuple.csproj +++ b/mcs/class/Facades/System.ValueTuple/Facades_System.ValueTuple.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter.csproj b/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter.csproj index 503be446ca4..972e703a0d9 100644 --- a/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter.csproj +++ b/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument.csproj b/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument.csproj index cdbbdf7eaca..abb85d90dfd 100644 --- a/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument.csproj +++ b/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument.csproj b/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument.csproj index 9c7a2fa89c8..a0317d31164 100644 --- a/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument.csproj +++ b/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Xml.XPath.XmlDocument/Facades_System.Xml.XPath.XmlDocument.csproj b/mcs/class/Facades/System.Xml.XPath.XmlDocument/Facades_System.Xml.XPath.XmlDocument.csproj index 5daa445d7b8..9b9404b52e4 100644 --- a/mcs/class/Facades/System.Xml.XPath.XmlDocument/Facades_System.Xml.XPath.XmlDocument.csproj +++ b/mcs/class/Facades/System.Xml.XPath.XmlDocument/Facades_System.Xml.XPath.XmlDocument.csproj @@ -90,12 +90,13 @@ + - + diff --git a/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath.csproj b/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath.csproj index f8edee1555f..4b7747d6afe 100644 --- a/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath.csproj +++ b/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument.csproj b/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument.csproj index e11401aa84c..dda5d290ae6 100644 --- a/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument.csproj +++ b/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer.csproj b/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer.csproj index d03f85872c8..ca31da29477 100644 --- a/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer.csproj +++ b/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives.csproj b/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives.csproj index 8402f23f237..20b2043f047 100644 --- a/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives.csproj +++ b/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/Facades/netstandard/Facades_netstandard.csproj b/mcs/class/Facades/netstandard/Facades_netstandard.csproj index ba97e493163..d68b6a81a5d 100644 --- a/mcs/class/Facades/netstandard/Facades_netstandard.csproj +++ b/mcs/class/Facades/netstandard/Facades_netstandard.csproj @@ -100,11 +100,12 @@ + - + diff --git a/mcs/class/I18N/CJK/I18N.CJK.csproj b/mcs/class/I18N/CJK/I18N.CJK.csproj index 9f3638aefeb..a9da542308d 100644 --- a/mcs/class/I18N/CJK/I18N.CJK.csproj +++ b/mcs/class/I18N/CJK/I18N.CJK.csproj @@ -105,6 +105,7 @@ + @@ -120,15 +121,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/I18N/Common/I18N.csproj b/mcs/class/I18N/Common/I18N.csproj index 4a97f574131..508c8fce427 100644 --- a/mcs/class/I18N/Common/I18N.csproj +++ b/mcs/class/I18N/Common/I18N.csproj @@ -105,6 +105,7 @@ + @@ -116,15 +117,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/I18N/MidEast/I18N.MidEast.csproj b/mcs/class/I18N/MidEast/I18N.MidEast.csproj index a0f0951e053..a342241bf69 100644 --- a/mcs/class/I18N/MidEast/I18N.MidEast.csproj +++ b/mcs/class/I18N/MidEast/I18N.MidEast.csproj @@ -105,6 +105,7 @@ + @@ -115,15 +116,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/I18N/Other/I18N.Other.csproj b/mcs/class/I18N/Other/I18N.Other.csproj index d88c7ba569a..7d43e9539da 100644 --- a/mcs/class/I18N/Other/I18N.Other.csproj +++ b/mcs/class/I18N/Other/I18N.Other.csproj @@ -105,6 +105,7 @@ + @@ -117,15 +118,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/I18N/Rare/I18N.Rare.csproj b/mcs/class/I18N/Rare/I18N.Rare.csproj index bc0e8e8b30b..c4af8c03d20 100644 --- a/mcs/class/I18N/Rare/I18N.Rare.csproj +++ b/mcs/class/I18N/Rare/I18N.Rare.csproj @@ -105,6 +105,7 @@ + @@ -147,15 +148,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/I18N/West/I18N.West.csproj b/mcs/class/I18N/West/I18N.West.csproj index 2946e4562e4..f1584ec1fd3 100644 --- a/mcs/class/I18N/West/I18N.West.csproj +++ b/mcs/class/I18N/West/I18N.West.csproj @@ -105,6 +105,7 @@ + @@ -123,15 +124,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/IBM.Data.DB2/IBM.Data.DB2.csproj b/mcs/class/IBM.Data.DB2/IBM.Data.DB2.csproj index ae27c207312..75238f8e0e0 100644 --- a/mcs/class/IBM.Data.DB2/IBM.Data.DB2.csproj +++ b/mcs/class/IBM.Data.DB2/IBM.Data.DB2.csproj @@ -45,6 +45,7 @@ + @@ -72,7 +73,7 @@ - + diff --git a/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj b/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj index 549f8311c96..32629684a62 100644 --- a/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj +++ b/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj @@ -49,6 +49,7 @@ + @@ -101,7 +102,7 @@ - + diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj index 8d452a2bc63..b0185763a5b 100644 --- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj +++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj @@ -44,6 +44,7 @@ + @@ -122,15 +123,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.csproj b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.csproj index 718ad02f4e2..f25c280222b 100644 --- a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.csproj +++ b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.csproj @@ -44,6 +44,7 @@ + @@ -107,15 +108,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.csproj b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.csproj index 7411882c011..e0eeeec9478 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.csproj +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.csproj @@ -44,6 +44,7 @@ + @@ -167,15 +168,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities.csproj b/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities.csproj index 566e0815899..5c8b7e7fe4e 100644 --- a/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities.csproj +++ b/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities.csproj @@ -44,6 +44,7 @@ + @@ -67,15 +68,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Microsoft.Build/Microsoft.Build.csproj b/mcs/class/Microsoft.Build/Microsoft.Build.csproj index 4e3b629890f..a35bd7cdb3f 100644 --- a/mcs/class/Microsoft.Build/Microsoft.Build.csproj +++ b/mcs/class/Microsoft.Build/Microsoft.Build.csproj @@ -47,6 +47,7 @@ + @@ -157,15 +158,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Microsoft.CSharp/Microsoft.CSharp.csproj b/mcs/class/Microsoft.CSharp/Microsoft.CSharp.csproj index f1dbce3fc6c..a4de4c44dd9 100644 --- a/mcs/class/Microsoft.CSharp/Microsoft.CSharp.csproj +++ b/mcs/class/Microsoft.CSharp/Microsoft.CSharp.csproj @@ -99,6 +99,7 @@ + @@ -252,15 +253,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC.csproj b/mcs/class/Microsoft.VisualC/Microsoft.VisualC.csproj index 684c4584504..540c2d614f6 100644 --- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC.csproj +++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC.csproj @@ -44,6 +44,7 @@ + @@ -58,15 +59,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.csproj b/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.csproj index f1bf9f1141f..dae6a5bc901 100644 --- a/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.csproj +++ b/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.csproj @@ -44,6 +44,7 @@ + @@ -54,15 +55,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Btls.Interface/Mono.Btls.Interface.csproj b/mcs/class/Mono.Btls.Interface/Mono.Btls.Interface.csproj index 3a0738731f9..fb9679e2b87 100644 --- a/mcs/class/Mono.Btls.Interface/Mono.Btls.Interface.csproj +++ b/mcs/class/Mono.Btls.Interface/Mono.Btls.Interface.csproj @@ -51,6 +51,7 @@ + @@ -73,15 +74,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.C5/Mono.C5.csproj b/mcs/class/Mono.C5/Mono.C5.csproj index 1f39e0ee5dd..7f29e8c3432 100644 --- a/mcs/class/Mono.C5/Mono.C5.csproj +++ b/mcs/class/Mono.C5/Mono.C5.csproj @@ -44,6 +44,7 @@ + @@ -79,7 +80,7 @@ - + diff --git a/mcs/class/Mono.CSharp/Mono.CSharp.csproj b/mcs/class/Mono.CSharp/Mono.CSharp.csproj index d593419a780..e27057edbd1 100644 --- a/mcs/class/Mono.CSharp/Mono.CSharp.csproj +++ b/mcs/class/Mono.CSharp/Mono.CSharp.csproj @@ -159,6 +159,7 @@ + @@ -219,15 +220,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Cairo/Mono.Cairo.csproj b/mcs/class/Mono.Cairo/Mono.Cairo.csproj index 16352433961..960a73ee662 100644 --- a/mcs/class/Mono.Cairo/Mono.Cairo.csproj +++ b/mcs/class/Mono.Cairo/Mono.Cairo.csproj @@ -44,6 +44,7 @@ + @@ -106,15 +107,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.csproj b/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.csproj index 5963a72987b..4ab8d89c324 100644 --- a/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.csproj +++ b/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.csproj @@ -44,6 +44,7 @@ + @@ -55,7 +56,7 @@ - + diff --git a/mcs/class/Mono.Cecil/Mono.Cecil.csproj b/mcs/class/Mono.Cecil/Mono.Cecil.csproj index 4e98841945d..faa13cda447 100644 --- a/mcs/class/Mono.Cecil/Mono.Cecil.csproj +++ b/mcs/class/Mono.Cecil/Mono.Cecil.csproj @@ -49,6 +49,7 @@ + @@ -183,7 +184,7 @@ - + diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts.csproj index d905e8e890a..82455d4e11d 100644 --- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts.csproj +++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts.csproj @@ -44,6 +44,7 @@ + @@ -422,15 +423,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj index 7df0a199176..61498dd9991 100644 --- a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj +++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj @@ -59,6 +59,7 @@ + @@ -68,15 +69,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj index 6ef7d27a6c5..220783d7b6d 100644 --- a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj +++ b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj @@ -100,6 +100,7 @@ + @@ -131,15 +132,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj b/mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj index 669e4f0ac4d..5a5ebef2a0c 100644 --- a/mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj +++ b/mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj @@ -99,6 +99,7 @@ + @@ -138,15 +139,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj index 60d05ccd4f1..f7f4bed3141 100644 --- a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj +++ b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj @@ -45,6 +45,7 @@ + @@ -123,15 +124,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Http/Mono.Http.csproj b/mcs/class/Mono.Http/Mono.Http.csproj index f5d0662d506..1332631050c 100644 --- a/mcs/class/Mono.Http/Mono.Http.csproj +++ b/mcs/class/Mono.Http/Mono.Http.csproj @@ -44,6 +44,7 @@ + @@ -58,15 +59,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Management/Mono.Management.csproj b/mcs/class/Mono.Management/Mono.Management.csproj index 03180fcbaac..b1224d25b22 100644 --- a/mcs/class/Mono.Management/Mono.Management.csproj +++ b/mcs/class/Mono.Management/Mono.Management.csproj @@ -44,20 +44,22 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ.csproj index 83747c6ed47..20280e21412 100644 --- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ.csproj +++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ.csproj @@ -44,6 +44,7 @@ + @@ -56,15 +57,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Messaging/Mono.Messaging.csproj b/mcs/class/Mono.Messaging/Mono.Messaging.csproj index b4b861b47aa..6acdbe6a120 100644 --- a/mcs/class/Mono.Messaging/Mono.Messaging.csproj +++ b/mcs/class/Mono.Messaging/Mono.Messaging.csproj @@ -49,6 +49,7 @@ + @@ -78,15 +79,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Options/Mono.Options.csproj b/mcs/class/Mono.Options/Mono.Options.csproj index b2af154c2db..641d2bb8865 100644 --- a/mcs/class/Mono.Options/Mono.Options.csproj +++ b/mcs/class/Mono.Options/Mono.Options.csproj @@ -44,20 +44,22 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Parallel/Mono.Parallel.csproj b/mcs/class/Mono.Parallel/Mono.Parallel.csproj index 3a91cdc30a1..11c3fb56b35 100644 --- a/mcs/class/Mono.Parallel/Mono.Parallel.csproj +++ b/mcs/class/Mono.Parallel/Mono.Parallel.csproj @@ -44,6 +44,7 @@ + @@ -58,15 +59,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Posix/Mono.Posix.csproj b/mcs/class/Mono.Posix/Mono.Posix.csproj index 65df3d00a34..3da74df86b5 100644 --- a/mcs/class/Mono.Posix/Mono.Posix.csproj +++ b/mcs/class/Mono.Posix/Mono.Posix.csproj @@ -55,6 +55,7 @@ + @@ -113,26 +114,52 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log.csproj b/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log.csproj index 5e4c043ad9b..7a5caf38cad 100644 --- a/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log.csproj +++ b/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log.csproj @@ -45,6 +45,7 @@ + @@ -60,15 +61,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Security.Win32/Mono.Security.Win32.csproj b/mcs/class/Mono.Security.Win32/Mono.Security.Win32.csproj index 27a63cd8e0f..8a8b3f27d5f 100644 --- a/mcs/class/Mono.Security.Win32/Mono.Security.Win32.csproj +++ b/mcs/class/Mono.Security.Win32/Mono.Security.Win32.csproj @@ -45,6 +45,7 @@ + @@ -60,15 +61,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Security/Mono.Security.csproj b/mcs/class/Mono.Security/Mono.Security.csproj index 81df4b9ba8f..ce1fc53605e 100644 --- a/mcs/class/Mono.Security/Mono.Security.csproj +++ b/mcs/class/Mono.Security/Mono.Security.csproj @@ -135,6 +135,7 @@ + @@ -288,33 +289,59 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/Mono.Simd/Mono.Simd.csproj b/mcs/class/Mono.Simd/Mono.Simd.csproj index 55a1653d672..0f71e88209c 100644 --- a/mcs/class/Mono.Simd/Mono.Simd.csproj +++ b/mcs/class/Mono.Simd/Mono.Simd.csproj @@ -70,6 +70,7 @@ + @@ -89,15 +90,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj b/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj index 9dedc938d54..c3fe491d944 100644 --- a/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj +++ b/mcs/class/Mono.Tasklets/Mono.Tasklets.csproj @@ -44,20 +44,22 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj b/mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj index 7a65443426f..b88bab765f1 100644 --- a/mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj +++ b/mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj @@ -44,6 +44,7 @@ + @@ -202,15 +203,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks.csproj b/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks.csproj index 06afd612efe..a0bbede0655 100644 --- a/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks.csproj +++ b/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks.csproj @@ -44,6 +44,7 @@ + @@ -52,15 +53,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj index 3b623ae9377..4a9bcdb82ef 100644 --- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj +++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj @@ -44,6 +44,7 @@ + @@ -261,15 +262,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/PEAPI/PEAPI.csproj b/mcs/class/PEAPI/PEAPI.csproj index e4233bbc594..c0907a49860 100644 --- a/mcs/class/PEAPI/PEAPI.csproj +++ b/mcs/class/PEAPI/PEAPI.csproj @@ -44,6 +44,7 @@ + @@ -51,15 +52,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj index e74621bc3db..c2fdb9fcb3b 100644 --- a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj +++ b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj @@ -43,6 +43,7 @@ + @@ -65,7 +66,7 @@ - + diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj index ae4559a5db7..4f007abc674 100644 --- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj +++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj @@ -49,6 +49,7 @@ + @@ -175,15 +176,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/SMDiagnostics/SMDiagnostics.csproj b/mcs/class/SMDiagnostics/SMDiagnostics.csproj index 392066222c0..ec170346f84 100644 --- a/mcs/class/SMDiagnostics/SMDiagnostics.csproj +++ b/mcs/class/SMDiagnostics/SMDiagnostics.csproj @@ -47,6 +47,7 @@ + @@ -70,7 +71,7 @@ - + diff --git a/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition.csproj b/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition.csproj index 272256b2bda..047a0fa76bc 100644 --- a/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition.csproj +++ b/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition.csproj @@ -104,6 +104,7 @@ + @@ -280,15 +281,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.csproj b/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.csproj index c5752b2fb9f..331894a4877 100644 --- a/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.csproj +++ b/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.csproj @@ -104,6 +104,7 @@ + @@ -157,15 +158,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install.csproj b/mcs/class/System.Configuration.Install/System.Configuration.Install.csproj index ac8dd1657cb..2eaa4ef7af6 100644 --- a/mcs/class/System.Configuration.Install/System.Configuration.Install.csproj +++ b/mcs/class/System.Configuration.Install/System.Configuration.Install.csproj @@ -49,6 +49,7 @@ + @@ -68,15 +69,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Configuration/System.Configuration.csproj b/mcs/class/System.Configuration/System.Configuration.csproj index 2e1fe540af9..adf38513259 100644 --- a/mcs/class/System.Configuration/System.Configuration.csproj +++ b/mcs/class/System.Configuration/System.Configuration.csproj @@ -49,6 +49,7 @@ + @@ -171,15 +172,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Core/System.Core.csproj b/mcs/class/System.Core/System.Core.csproj index cdcc176fd86..0d32f58405f 100644 --- a/mcs/class/System.Core/System.Core.csproj +++ b/mcs/class/System.Core/System.Core.csproj @@ -146,6 +146,7 @@ + @@ -530,786 +531,824 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions.csproj b/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions.csproj index e146075b415..0174ec2a21f 100644 --- a/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions.csproj +++ b/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions.csproj @@ -44,6 +44,7 @@ + @@ -58,15 +59,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Data.Entity/System.Data.Entity.csproj b/mcs/class/System.Data.Entity/System.Data.Entity.csproj index 762b6c6c50f..62d735b45d8 100644 --- a/mcs/class/System.Data.Entity/System.Data.Entity.csproj +++ b/mcs/class/System.Data.Entity/System.Data.Entity.csproj @@ -44,6 +44,7 @@ + @@ -771,15 +772,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Data.Linq/System.Data.Linq.csproj b/mcs/class/System.Data.Linq/System.Data.Linq.csproj index 419a3cdb980..ce7916458fc 100644 --- a/mcs/class/System.Data.Linq/System.Data.Linq.csproj +++ b/mcs/class/System.Data.Linq/System.Data.Linq.csproj @@ -49,6 +49,7 @@ + @@ -374,15 +375,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Data.OracleClient/System.Data.OracleClient.csproj b/mcs/class/System.Data.OracleClient/System.Data.OracleClient.csproj index caeb16cfaef..0201ef70302 100644 --- a/mcs/class/System.Data.OracleClient/System.Data.OracleClient.csproj +++ b/mcs/class/System.Data.OracleClient/System.Data.OracleClient.csproj @@ -44,6 +44,7 @@ + @@ -115,15 +116,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Data.Services.Client/System.Data.Services.Client.csproj b/mcs/class/System.Data.Services.Client/System.Data.Services.Client.csproj index 383e771acc0..24bb4106e8a 100644 --- a/mcs/class/System.Data.Services.Client/System.Data.Services.Client.csproj +++ b/mcs/class/System.Data.Services.Client/System.Data.Services.Client.csproj @@ -104,6 +104,7 @@ + @@ -221,15 +222,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Data.Services/System.Data.Services.csproj b/mcs/class/System.Data.Services/System.Data.Services.csproj index 2e5f71bef0b..afb013d70c1 100644 --- a/mcs/class/System.Data.Services/System.Data.Services.csproj +++ b/mcs/class/System.Data.Services/System.Data.Services.csproj @@ -44,6 +44,7 @@ + @@ -120,15 +121,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Data/System.Data.csproj b/mcs/class/System.Data/System.Data.csproj index 98f17c2cc91..b794b1487e2 100644 --- a/mcs/class/System.Data/System.Data.csproj +++ b/mcs/class/System.Data/System.Data.csproj @@ -105,6 +105,7 @@ + @@ -536,658 +537,696 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Deployment/System.Deployment.csproj b/mcs/class/System.Deployment/System.Deployment.csproj index ee2d1ac9908..100bd77b465 100644 --- a/mcs/class/System.Deployment/System.Deployment.csproj +++ b/mcs/class/System.Deployment/System.Deployment.csproj @@ -45,18 +45,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Design/System.Design.csproj b/mcs/class/System.Design/System.Design.csproj index 8c24fae054c..1a7f8410711 100644 --- a/mcs/class/System.Design/System.Design.csproj +++ b/mcs/class/System.Design/System.Design.csproj @@ -44,6 +44,7 @@ + @@ -369,7 +370,7 @@ - + diff --git a/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols.csproj b/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols.csproj index 7701e0aa169..c0f8ffcfd7a 100644 --- a/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols.csproj +++ b/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols.csproj @@ -44,6 +44,7 @@ + @@ -147,15 +148,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.DirectoryServices/System.DirectoryServices.csproj b/mcs/class/System.DirectoryServices/System.DirectoryServices.csproj index 2175ec6e1a7..5f7c73d3c49 100644 --- a/mcs/class/System.DirectoryServices/System.DirectoryServices.csproj +++ b/mcs/class/System.DirectoryServices/System.DirectoryServices.csproj @@ -44,6 +44,7 @@ + @@ -180,15 +181,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design.csproj b/mcs/class/System.Drawing.Design/System.Drawing.Design.csproj index bc00fe34b03..299d7a62a29 100644 --- a/mcs/class/System.Drawing.Design/System.Drawing.Design.csproj +++ b/mcs/class/System.Drawing.Design/System.Drawing.Design.csproj @@ -44,6 +44,7 @@ + @@ -61,15 +62,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Drawing/System.Drawing.csproj b/mcs/class/System.Drawing/System.Drawing.csproj index 017ce8a5d9c..d50aeee3a24 100644 --- a/mcs/class/System.Drawing/System.Drawing.csproj +++ b/mcs/class/System.Drawing/System.Drawing.csproj @@ -65,6 +65,7 @@ + @@ -77,1728 +78,1754 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Dynamic/System.Dynamic.csproj b/mcs/class/System.Dynamic/System.Dynamic.csproj index b07a68e0bb0..129547bf6a5 100644 --- a/mcs/class/System.Dynamic/System.Dynamic.csproj +++ b/mcs/class/System.Dynamic/System.Dynamic.csproj @@ -45,6 +45,7 @@ + @@ -101,15 +102,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj b/mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj index e57f612c087..9b03e7705b6 100644 --- a/mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj +++ b/mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj @@ -49,6 +49,7 @@ + @@ -163,15 +164,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem.csproj b/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem.csproj index 1e1fb3aab68..7c41e4dc5e2 100644 --- a/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem.csproj +++ b/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem.csproj @@ -105,6 +105,7 @@ + @@ -112,15 +113,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.IO.Compression/System.IO.Compression.csproj b/mcs/class/System.IO.Compression/System.IO.Compression.csproj index 8e748cfc758..91137c912f8 100644 --- a/mcs/class/System.IO.Compression/System.IO.Compression.csproj +++ b/mcs/class/System.IO.Compression/System.IO.Compression.csproj @@ -104,6 +104,7 @@ + @@ -138,15 +139,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors.csproj b/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors.csproj index 2737bdc1861..0074e858469 100644 --- a/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors.csproj +++ b/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors.csproj @@ -49,6 +49,7 @@ + @@ -65,15 +66,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.IdentityModel/System.IdentityModel.csproj b/mcs/class/System.IdentityModel/System.IdentityModel.csproj index 9307e619b25..521e215c3e1 100644 --- a/mcs/class/System.IdentityModel/System.IdentityModel.csproj +++ b/mcs/class/System.IdentityModel/System.IdentityModel.csproj @@ -104,163 +104,190 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Json.Microsoft/System.Json.Microsoft.csproj b/mcs/class/System.Json.Microsoft/System.Json.Microsoft.csproj index 31d8df2f728..0aa54e915ef 100644 --- a/mcs/class/System.Json.Microsoft/System.Json.Microsoft.csproj +++ b/mcs/class/System.Json.Microsoft/System.Json.Microsoft.csproj @@ -45,6 +45,7 @@ + @@ -66,15 +67,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Json/System.Json.csproj b/mcs/class/System.Json/System.Json.csproj index 6e05e03feb7..18a42562484 100644 --- a/mcs/class/System.Json/System.Json.csproj +++ b/mcs/class/System.Json/System.Json.csproj @@ -104,6 +104,7 @@ + @@ -115,15 +116,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Management/System.Management.csproj b/mcs/class/System.Management/System.Management.csproj index 5e09741afc1..cf1c76e0a2e 100644 --- a/mcs/class/System.Management/System.Management.csproj +++ b/mcs/class/System.Management/System.Management.csproj @@ -44,6 +44,7 @@ + @@ -116,15 +117,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Messaging/System.Messaging.csproj b/mcs/class/System.Messaging/System.Messaging.csproj index e06c5e42372..b9186d54322 100644 --- a/mcs/class/System.Messaging/System.Messaging.csproj +++ b/mcs/class/System.Messaging/System.Messaging.csproj @@ -49,6 +49,7 @@ + @@ -104,15 +105,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting.csproj b/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting.csproj index 2476b1242fa..a5c78c8d7b7 100644 --- a/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting.csproj +++ b/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting.csproj @@ -45,6 +45,7 @@ + @@ -283,7 +284,7 @@ - + diff --git a/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest.csproj b/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest.csproj index 48509e56a34..f3629a5002f 100644 --- a/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest.csproj +++ b/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest.csproj @@ -49,12 +49,13 @@ + - + diff --git a/mcs/class/System.Net.Http.WinHttpHandler/System.Net.Http.WinHttpHandler.csproj b/mcs/class/System.Net.Http.WinHttpHandler/System.Net.Http.WinHttpHandler.csproj index 3897df63126..05c72f5e308 100644 --- a/mcs/class/System.Net.Http.WinHttpHandler/System.Net.Http.WinHttpHandler.csproj +++ b/mcs/class/System.Net.Http.WinHttpHandler/System.Net.Http.WinHttpHandler.csproj @@ -99,6 +99,7 @@ + @@ -107,15 +108,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Net.Http/System.Net.Http.csproj b/mcs/class/System.Net.Http/System.Net.Http.csproj index 7df464379d7..c7cb4aaa69e 100644 --- a/mcs/class/System.Net.Http/System.Net.Http.csproj +++ b/mcs/class/System.Net.Http/System.Net.Http.csproj @@ -104,6 +104,7 @@ + @@ -158,46 +159,72 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Net/System.Net.csproj b/mcs/class/System.Net/System.Net.csproj index 2b726fbeff6..a372f794842 100644 --- a/mcs/class/System.Net/System.Net.csproj +++ b/mcs/class/System.Net/System.Net.csproj @@ -103,21 +103,23 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors.csproj b/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors.csproj index f957b979b57..3dae634ed18 100644 --- a/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors.csproj +++ b/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors.csproj @@ -105,19 +105,21 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Numerics/System.Numerics.csproj b/mcs/class/System.Numerics/System.Numerics.csproj index 078c3502e38..3cad19b2e84 100644 --- a/mcs/class/System.Numerics/System.Numerics.csproj +++ b/mcs/class/System.Numerics/System.Numerics.csproj @@ -105,6 +105,7 @@ + @@ -137,15 +138,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Reactive.Core/System.Reactive.Core.csproj b/mcs/class/System.Reactive.Core/System.Reactive.Core.csproj index f01f190bda6..9af8b0b3541 100644 --- a/mcs/class/System.Reactive.Core/System.Reactive.Core.csproj +++ b/mcs/class/System.Reactive.Core/System.Reactive.Core.csproj @@ -45,6 +45,7 @@ + @@ -126,7 +127,7 @@ - + diff --git a/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger.csproj b/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger.csproj index e3a50693393..37625160267 100644 --- a/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger.csproj +++ b/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger.csproj @@ -45,12 +45,13 @@ + - + diff --git a/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental.csproj b/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental.csproj index 2aa25c8ebed..b27dd0fdf24 100644 --- a/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental.csproj +++ b/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental.csproj @@ -45,6 +45,7 @@ + @@ -58,7 +59,7 @@ - + diff --git a/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces.csproj b/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces.csproj index 8f5f99a9ea5..f70d0db8291 100644 --- a/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces.csproj +++ b/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces.csproj @@ -45,6 +45,7 @@ + @@ -72,7 +73,7 @@ - + diff --git a/mcs/class/System.Reactive.Linq/System.Reactive.Linq.csproj b/mcs/class/System.Reactive.Linq/System.Reactive.Linq.csproj index 8452b279230..8fbf0b29f2d 100644 --- a/mcs/class/System.Reactive.Linq/System.Reactive.Linq.csproj +++ b/mcs/class/System.Reactive.Linq/System.Reactive.Linq.csproj @@ -45,6 +45,7 @@ + @@ -219,7 +220,7 @@ - + diff --git a/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases.csproj b/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases.csproj index 356a3fb450e..81b58d468ff 100644 --- a/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases.csproj +++ b/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases.csproj @@ -45,12 +45,13 @@ + - + diff --git a/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices.csproj b/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices.csproj index c9acc4b3871..bd7592aa989 100644 --- a/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices.csproj +++ b/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices.csproj @@ -45,6 +45,7 @@ + @@ -67,7 +68,7 @@ - + diff --git a/mcs/class/System.Reactive.Providers/System.Reactive.Providers.csproj b/mcs/class/System.Reactive.Providers/System.Reactive.Providers.csproj index 07db1c0af78..1e0e5b97cec 100644 --- a/mcs/class/System.Reactive.Providers/System.Reactive.Providers.csproj +++ b/mcs/class/System.Reactive.Providers/System.Reactive.Providers.csproj @@ -45,6 +45,7 @@ + @@ -60,7 +61,7 @@ - + diff --git a/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.csproj b/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.csproj index 487a7a71c1b..147b905f153 100644 --- a/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.csproj +++ b/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.csproj @@ -45,6 +45,7 @@ + @@ -52,7 +53,7 @@ - + diff --git a/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms.csproj b/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms.csproj index 9c8f2789634..1349f0df057 100644 --- a/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms.csproj +++ b/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms.csproj @@ -45,6 +45,7 @@ + @@ -52,7 +53,7 @@ - + diff --git a/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.csproj b/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.csproj index 04f09d17739..48651e255a2 100644 --- a/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.csproj +++ b/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.csproj @@ -45,6 +45,7 @@ + @@ -56,7 +57,7 @@ - + diff --git a/mcs/class/System.Reflection.Context/System.Reflection.Context.csproj b/mcs/class/System.Reflection.Context/System.Reflection.Context.csproj index 5549d3d2284..6e4f2287129 100644 --- a/mcs/class/System.Reflection.Context/System.Reflection.Context.csproj +++ b/mcs/class/System.Reflection.Context/System.Reflection.Context.csproj @@ -104,21 +104,23 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Runtime.Caching/System.Runtime.Caching.csproj b/mcs/class/System.Runtime.Caching/System.Runtime.Caching.csproj index 7dfbc436283..7990c42bcc0 100644 --- a/mcs/class/System.Runtime.Caching/System.Runtime.Caching.csproj +++ b/mcs/class/System.Runtime.Caching/System.Runtime.Caching.csproj @@ -44,6 +44,7 @@ + @@ -97,15 +98,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe.csproj b/mcs/class/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe.csproj index b430488998b..0b2a5d52425 100644 --- a/mcs/class/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe.csproj +++ b/mcs/class/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe.csproj @@ -102,8 +102,9 @@ - - + + + diff --git a/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing.csproj b/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing.csproj index 2cdf2d5f8f1..8e8b46c65ee 100644 --- a/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing.csproj +++ b/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing.csproj @@ -44,6 +44,7 @@ + @@ -93,7 +94,7 @@ - + diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.csproj b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.csproj index c648876876f..87d09668484 100644 --- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.csproj +++ b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.csproj @@ -44,6 +44,7 @@ + @@ -112,24 +113,50 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.csproj b/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.csproj index 019d9f8ff69..f7cd876b798 100644 --- a/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.csproj +++ b/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.csproj @@ -49,6 +49,7 @@ + @@ -58,15 +59,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization.csproj b/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization.csproj index e851f131fd4..f13d259fe38 100644 --- a/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization.csproj +++ b/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization.csproj @@ -103,6 +103,7 @@ + @@ -253,72 +254,97 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Security/System.Security.csproj b/mcs/class/System.Security/System.Security.csproj index 6e2e03c87ed..025be8b04b1 100644 --- a/mcs/class/System.Security/System.Security.csproj +++ b/mcs/class/System.Security/System.Security.csproj @@ -105,6 +105,7 @@ + @@ -201,664 +202,703 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation.csproj b/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation.csproj index 21ae48319b1..ae1a9ff1f38 100644 --- a/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation.csproj +++ b/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation.csproj @@ -44,21 +44,23 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.csproj b/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.csproj index d2322fc04bf..b991db62624 100644 --- a/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.csproj +++ b/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.csproj @@ -44,6 +44,7 @@ + @@ -144,7 +145,7 @@ - + diff --git a/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals.csproj b/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals.csproj index 8bd0a5228ae..053596bfdc3 100644 --- a/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals.csproj +++ b/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals.csproj @@ -103,6 +103,7 @@ + @@ -183,48 +184,74 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.csproj b/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.csproj index 3eb0058a7dc..8d137627297 100644 --- a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.csproj +++ b/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.csproj @@ -44,6 +44,7 @@ + @@ -74,15 +75,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web.csproj b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web.csproj index 062e36736a2..b888b4daf5a 100644 --- a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web.csproj +++ b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web.csproj @@ -104,6 +104,7 @@ + @@ -130,118 +131,143 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.csproj b/mcs/class/System.ServiceModel/System.ServiceModel.csproj index f957a133a1a..62fc5329ade 100644 --- a/mcs/class/System.ServiceModel/System.ServiceModel.csproj +++ b/mcs/class/System.ServiceModel/System.ServiceModel.csproj @@ -103,6 +103,7 @@ + @@ -394,714 +395,740 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.ServiceProcess/System.ServiceProcess.csproj b/mcs/class/System.ServiceProcess/System.ServiceProcess.csproj index 6c6f7376e8b..abc1edbe0f9 100644 --- a/mcs/class/System.ServiceProcess/System.ServiceProcess.csproj +++ b/mcs/class/System.ServiceProcess/System.ServiceProcess.csproj @@ -44,6 +44,7 @@ + @@ -73,15 +74,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow.csproj b/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow.csproj index 92f76be1f4d..65abd74f60e 100644 --- a/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow.csproj +++ b/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow.csproj @@ -44,6 +44,7 @@ + @@ -87,15 +88,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Transactions/System.Transactions.csproj b/mcs/class/System.Transactions/System.Transactions.csproj index 56e57ff3ce5..1af791662ef 100644 --- a/mcs/class/System.Transactions/System.Transactions.csproj +++ b/mcs/class/System.Transactions/System.Transactions.csproj @@ -104,6 +104,7 @@ + @@ -144,15 +145,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.Abstractions/System.Web.Abstractions.csproj b/mcs/class/System.Web.Abstractions/System.Web.Abstractions.csproj index 16d9af6c9e5..3550e360726 100644 --- a/mcs/class/System.Web.Abstractions/System.Web.Abstractions.csproj +++ b/mcs/class/System.Web.Abstractions/System.Web.Abstractions.csproj @@ -44,18 +44,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices.csproj b/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices.csproj index 60ab470dea6..8f1c5dca143 100644 --- a/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices.csproj +++ b/mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices.csproj @@ -44,6 +44,7 @@ + @@ -65,15 +66,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.DynamicData/System.Web.DynamicData.csproj b/mcs/class/System.Web.DynamicData/System.Web.DynamicData.csproj index aa76e4843da..f8e67cce767 100644 --- a/mcs/class/System.Web.DynamicData/System.Web.DynamicData.csproj +++ b/mcs/class/System.Web.DynamicData/System.Web.DynamicData.csproj @@ -44,6 +44,7 @@ + @@ -85,15 +86,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design.csproj b/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design.csproj index 170a7adfdd2..1b9bc274c09 100644 --- a/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design.csproj +++ b/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design.csproj @@ -44,6 +44,7 @@ + @@ -61,15 +62,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.Extensions/System.Web.Extensions.csproj b/mcs/class/System.Web.Extensions/System.Web.Extensions.csproj index 9cc0d227055..44aa25f9623 100644 --- a/mcs/class/System.Web.Extensions/System.Web.Extensions.csproj +++ b/mcs/class/System.Web.Extensions/System.Web.Extensions.csproj @@ -45,6 +45,7 @@ + @@ -188,7 +189,7 @@ - + diff --git a/mcs/class/System.Web.Http.SelfHost/System.Web.Http.SelfHost.csproj b/mcs/class/System.Web.Http.SelfHost/System.Web.Http.SelfHost.csproj index 084620685e3..6aa4116b1a2 100644 --- a/mcs/class/System.Web.Http.SelfHost/System.Web.Http.SelfHost.csproj +++ b/mcs/class/System.Web.Http.SelfHost/System.Web.Http.SelfHost.csproj @@ -45,6 +45,7 @@ + @@ -88,7 +89,7 @@ - + diff --git a/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost.csproj b/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost.csproj index 89c9213b1b7..9280f054875 100644 --- a/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost.csproj +++ b/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost.csproj @@ -45,6 +45,7 @@ + @@ -76,7 +77,7 @@ - + diff --git a/mcs/class/System.Web.Http/System.Web.Http.csproj b/mcs/class/System.Web.Http/System.Web.Http.csproj index 018cbfd0d92..e17e703a711 100644 --- a/mcs/class/System.Web.Http/System.Web.Http.csproj +++ b/mcs/class/System.Web.Http/System.Web.Http.csproj @@ -45,6 +45,7 @@ + @@ -311,7 +312,7 @@ - + diff --git a/mcs/class/System.Web.Mobile/System.Web.Mobile.csproj b/mcs/class/System.Web.Mobile/System.Web.Mobile.csproj index 32663f16a5d..c3022fd3b97 100644 --- a/mcs/class/System.Web.Mobile/System.Web.Mobile.csproj +++ b/mcs/class/System.Web.Mobile/System.Web.Mobile.csproj @@ -45,18 +45,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.Mvc3/System.Web.Mvc3.csproj b/mcs/class/System.Web.Mvc3/System.Web.Mvc3.csproj index 12a51fa0fbd..2c600ceb384 100644 --- a/mcs/class/System.Web.Mvc3/System.Web.Mvc3.csproj +++ b/mcs/class/System.Web.Mvc3/System.Web.Mvc3.csproj @@ -45,6 +45,7 @@ + @@ -388,7 +389,7 @@ - + diff --git a/mcs/class/System.Web.Razor/System.Web.Razor.csproj b/mcs/class/System.Web.Razor/System.Web.Razor.csproj index 087f4bb6e32..eec062f26f5 100644 --- a/mcs/class/System.Web.Razor/System.Web.Razor.csproj +++ b/mcs/class/System.Web.Razor/System.Web.Razor.csproj @@ -45,6 +45,7 @@ + @@ -196,15 +197,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.RegularExpressions/System.Web.RegularExpressions.csproj b/mcs/class/System.Web.RegularExpressions/System.Web.RegularExpressions.csproj index 26e957edcc8..a08affa2d1f 100644 --- a/mcs/class/System.Web.RegularExpressions/System.Web.RegularExpressions.csproj +++ b/mcs/class/System.Web.RegularExpressions/System.Web.RegularExpressions.csproj @@ -45,18 +45,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.Routing/System.Web.Routing.csproj b/mcs/class/System.Web.Routing/System.Web.Routing.csproj index 7c15108400c..f2170919462 100644 --- a/mcs/class/System.Web.Routing/System.Web.Routing.csproj +++ b/mcs/class/System.Web.Routing/System.Web.Routing.csproj @@ -44,18 +44,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.Services/System.Web.Services.csproj b/mcs/class/System.Web.Services/System.Web.Services.csproj index 9c98b2de89a..18477603021 100644 --- a/mcs/class/System.Web.Services/System.Web.Services.csproj +++ b/mcs/class/System.Web.Services/System.Web.Services.csproj @@ -104,1541 +104,1568 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 3ffd618aa04..2e4eb529b1b 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 @@ -45,6 +45,7 @@ + @@ -64,15 +65,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor.csproj b/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor.csproj index 5769c543375..b2ada1d3a27 100644 --- a/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor.csproj +++ b/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor.csproj @@ -45,6 +45,7 @@ + @@ -67,15 +68,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web.WebPages/System.Web.WebPages.csproj b/mcs/class/System.Web.WebPages/System.Web.WebPages.csproj index 9b75cffedf9..e33c71b2916 100644 --- a/mcs/class/System.Web.WebPages/System.Web.WebPages.csproj +++ b/mcs/class/System.Web.WebPages/System.Web.WebPages.csproj @@ -45,6 +45,7 @@ + @@ -191,15 +192,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Web/System.Web.csproj b/mcs/class/System.Web/System.Web.csproj index cc8a0ad0d54..5ec776c7915 100644 --- a/mcs/class/System.Web/System.Web.csproj +++ b/mcs/class/System.Web/System.Web.csproj @@ -48,6 +48,7 @@ + @@ -1484,15 +1485,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.csproj b/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.csproj index 89c7267dfe1..9f020be1dfd 100644 --- a/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.csproj +++ b/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.csproj @@ -44,6 +44,7 @@ + @@ -184,15 +185,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms.csproj b/mcs/class/System.Windows.Forms/System.Windows.Forms.csproj index 615580ffd46..7741ccf8c0d 100644 --- a/mcs/class/System.Windows.Forms/System.Windows.Forms.csproj +++ b/mcs/class/System.Windows.Forms/System.Windows.Forms.csproj @@ -45,6 +45,7 @@ + @@ -958,15 +959,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Windows/System.Windows.csproj b/mcs/class/System.Windows/System.Windows.csproj index e0f63fac9d2..ffc10c4f7eb 100644 --- a/mcs/class/System.Windows/System.Windows.csproj +++ b/mcs/class/System.Windows/System.Windows.csproj @@ -104,19 +104,21 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Workflow.Activities/System.Workflow.Activities.csproj b/mcs/class/System.Workflow.Activities/System.Workflow.Activities.csproj index 9101595df1b..37210872a7f 100644 --- a/mcs/class/System.Workflow.Activities/System.Workflow.Activities.csproj +++ b/mcs/class/System.Workflow.Activities/System.Workflow.Activities.csproj @@ -45,18 +45,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Workflow.ComponentModel/System.Workflow.ComponentModel.csproj b/mcs/class/System.Workflow.ComponentModel/System.Workflow.ComponentModel.csproj index 6a53725a3e8..f11f7dc884c 100644 --- a/mcs/class/System.Workflow.ComponentModel/System.Workflow.ComponentModel.csproj +++ b/mcs/class/System.Workflow.ComponentModel/System.Workflow.ComponentModel.csproj @@ -45,18 +45,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Workflow.Runtime/System.Workflow.Runtime.csproj b/mcs/class/System.Workflow.Runtime/System.Workflow.Runtime.csproj index 7e512a4fecd..778330c4cb6 100644 --- a/mcs/class/System.Workflow.Runtime/System.Workflow.Runtime.csproj +++ b/mcs/class/System.Workflow.Runtime/System.Workflow.Runtime.csproj @@ -45,18 +45,20 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.XML/System.Xml.csproj b/mcs/class/System.XML/System.Xml.csproj index 86ddaa30982..51571d86800 100644 --- a/mcs/class/System.XML/System.Xml.csproj +++ b/mcs/class/System.XML/System.Xml.csproj @@ -118,6 +118,7 @@ + @@ -607,908 +608,934 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/System.Xaml/System.Xaml.csproj b/mcs/class/System.Xaml/System.Xaml.csproj index daed0e88939..78a6eff97ee 100644 --- a/mcs/class/System.Xaml/System.Xaml.csproj +++ b/mcs/class/System.Xaml/System.Xaml.csproj @@ -42,6 +42,7 @@ + @@ -166,15 +167,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System.Xml.Linq/System.Xml.Linq.csproj b/mcs/class/System.Xml.Linq/System.Xml.Linq.csproj index 115ff187ab4..873d88a988f 100644 --- a/mcs/class/System.Xml.Linq/System.Xml.Linq.csproj +++ b/mcs/class/System.Xml.Linq/System.Xml.Linq.csproj @@ -103,6 +103,7 @@ + @@ -145,7 +146,7 @@ - + diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization.csproj b/mcs/class/System.Xml.Serialization/System.Xml.Serialization.csproj index 0e3a6aaf7e8..377bc779fc0 100644 --- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization.csproj +++ b/mcs/class/System.Xml.Serialization/System.Xml.Serialization.csproj @@ -104,19 +104,21 @@ + + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/System/System.csproj b/mcs/class/System/System.csproj index 7e9f622bf64..269527a3fd5 100644 --- a/mcs/class/System/System.csproj +++ b/mcs/class/System/System.csproj @@ -118,6 +118,7 @@ + @@ -992,2769 +993,2806 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj b/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj index e0b43018c55..98669291945 100644 --- a/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj +++ b/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj @@ -44,6 +44,7 @@ + @@ -52,15 +53,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/WebMatrix.Data/WebMatrix.Data.csproj b/mcs/class/WebMatrix.Data/WebMatrix.Data.csproj index 1ad0b150e14..d2b03703c6d 100644 --- a/mcs/class/WebMatrix.Data/WebMatrix.Data.csproj +++ b/mcs/class/WebMatrix.Data/WebMatrix.Data.csproj @@ -44,6 +44,7 @@ + @@ -51,15 +52,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/WindowsBase/WindowsBase.csproj b/mcs/class/WindowsBase/WindowsBase.csproj index 3ab0d8fcdd5..75c7bac224a 100644 --- a/mcs/class/WindowsBase/WindowsBase.csproj +++ b/mcs/class/WindowsBase/WindowsBase.csproj @@ -45,6 +45,7 @@ + @@ -247,15 +248,16 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - + diff --git a/mcs/class/corlib/corlib.csproj b/mcs/class/corlib/corlib.csproj index 94f49cb595f..9a156295815 100644 --- a/mcs/class/corlib/corlib.csproj +++ b/mcs/class/corlib/corlib.csproj @@ -210,6 +210,7 @@ + @@ -2012,332 +2013,370 @@ + genconsts {702AE2C0-71DD-4112-9A06-E4FABCA59986} false Never - False + false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mcs/class/legacy/Mono.Cecil/legacy_Mono.Cecil.csproj b/mcs/class/legacy/Mono.Cecil/legacy_Mono.Cecil.csproj index 4db568388a7..a16cd78a6de 100644 --- a/mcs/class/legacy/Mono.Cecil/legacy_Mono.Cecil.csproj +++ b/mcs/class/legacy/Mono.Cecil/legacy_Mono.Cecil.csproj @@ -44,6 +44,7 @@ + @@ -173,7 +174,7 @@ - + diff --git a/mcs/class/monodoc/monodoc.csproj b/mcs/class/monodoc/monodoc.csproj index dc7bfbd6d9b..389eb860162 100644 --- a/mcs/class/monodoc/monodoc.csproj +++ b/mcs/class/monodoc/monodoc.csproj @@ -50,6 +50,7 @@ + @@ -525,7 +526,7 @@ - + -- cgit v1.2.3