Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
diff options
context:
space:
mode:
authorKatelyn Gadd <kg@luminance.org>2018-08-09 03:52:37 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-08-09 03:52:37 +0300
commit14d20074ffb298cc396916328897eac7f5f8c077 (patch)
tree62244a3aa5ae6c678b4ce0fa69b438c5fb8f6ccd /mcs/class
parentbd50f070bd693f64b2ceede91f9470ba0deb0aa1 (diff)
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 <ItemGroup Condition= approach could make multiple groups match for a given compile when we really just want one. This PR changes to generating a cascade of msbuild <Choose> elements, which give if-else selection to ensure that we only ever build a single set of files.
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/Accessibility/Accessibility.csproj6
-rw-r--r--mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.csproj6
-rw-r--r--mcs/class/Cscompmgd/Cscompmgd.csproj6
-rw-r--r--mcs/class/CustomMarshalers/CustomMarshalers.csproj6
-rw-r--r--mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives.csproj3
-rw-r--r--mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl.csproj3
-rw-r--r--mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry.csproj3
-rw-r--r--mcs/class/Facades/System.AppContext/Facades_System.AppContext.csproj3
-rw-r--r--mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent.csproj3
-rw-r--r--mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric.csproj3
-rw-r--r--mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized.csproj3
-rw-r--r--mcs/class/Facades/System.Collections/Facades_System.Collections.csproj3
-rw-r--r--mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations.csproj3
-rw-r--r--mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync.csproj3
-rw-r--r--mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives.csproj3
-rw-r--r--mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter.csproj3
-rw-r--r--mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel.csproj3
-rw-r--r--mcs/class/Facades/System.Console/Facades_System.Console.csproj3
-rw-r--r--mcs/class/Facades/System.Data.Common/Facades_System.Data.Common.csproj3
-rw-r--r--mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource.csproj3
-rw-r--r--mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing.csproj3
-rw-r--r--mcs/class/Facades/System.Drawing.Common/Facades_System.Drawing.Common.csproj3
-rw-r--r--mcs/class/Facades/System.Drawing.Primitives/Facades_System.Drawing.Primitives.csproj46
-rw-r--r--mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime.csproj3
-rw-r--r--mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars.csproj3
-rw-r--r--mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions.csproj3
-rw-r--r--mcs/class/Facades/System.Globalization/Facades_System.Globalization.csproj3
-rw-r--r--mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile.csproj3
-rw-r--r--mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl.csproj3
-rw-r--r--mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo.csproj3
-rw-r--r--mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives.csproj3
-rw-r--r--mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher.csproj3
-rw-r--r--mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem.csproj3
-rw-r--r--mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage.csproj3
-rw-r--r--mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles.csproj3
-rw-r--r--mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes.csproj3
-rw-r--r--mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream.csproj3
-rw-r--r--mcs/class/Facades/System.IO/Facades_System.IO.csproj3
-rw-r--r--mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions.csproj3
-rw-r--r--mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel.csproj3
-rw-r--r--mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable.csproj3
-rw-r--r--mcs/class/Facades/System.Linq/Facades_System.Linq.csproj3
-rw-r--r--mcs/class/Facades/System.Memory/Facades_System.Memory.csproj3
-rw-r--r--mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Http.Rtc/Facades_System.Net.Http.Rtc.csproj3
-rw-r--r--mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail.csproj3
-rw-r--r--mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution.csproj3
-rw-r--r--mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Ping/Facades_System.Net.Ping.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Security/Facades_System.Net.Security.csproj3
-rw-r--r--mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets.csproj3
-rw-r--r--mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities.csproj3
-rw-r--r--mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection.csproj3
-rw-r--r--mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client.csproj3
-rw-r--r--mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets.csproj3
-rw-r--r--mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection.DispatchProxy/Facades_System.Reflection.DispatchProxy.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions.csproj3
-rw-r--r--mcs/class/Facades/System.Reflection/Facades_System.Reflection.csproj3
-rw-r--r--mcs/class/Facades/System.Resources.Reader/Facades_System.Resources.Reader.csproj3
-rw-r--r--mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter.csproj3
-rw-r--r--mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager.csproj3
-rw-r--r--mcs/class/Facades/System.Resources.Writer/Facades_System.Resources.Writer.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions.csproj50
-rw-r--r--mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.InteropServices.RuntimeInformation/Facades_System.Runtime.InteropServices.RuntimeInformation.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.Loader/Facades_System.Runtime.Loader.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.Serialization.Formatters/Facades_System.Runtime.Serialization.Formatters.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml.csproj3
-rw-r--r--mcs/class/Facades/System.Runtime/Facades_System.Runtime.csproj50
-rw-r--r--mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Cng/Facades_System.Security.Cryptography.Cng.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Csp/Facades_System.Security.Cryptography.Csp.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.OpenSsl/Facades_System.Security.Cryptography.OpenSsl.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Pkcs/Facades_System.Security.Cryptography.Pkcs.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.Primitives/Facades_System.Security.Cryptography.Primitives.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows.csproj3
-rw-r--r--mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal.csproj3
-rw-r--r--mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString.csproj3
-rw-r--r--mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex.csproj3
-rw-r--r--mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http.csproj3
-rw-r--r--mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp.csproj3
-rw-r--r--mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives.csproj3
-rw-r--r--mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security.csproj3
-rw-r--r--mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController.csproj3
-rw-r--r--mcs/class/Facades/System.Text.Encoding.CodePages/Facades_System.Text.Encoding.CodePages.csproj3
-rw-r--r--mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions.csproj3
-rw-r--r--mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding.csproj3
-rw-r--r--mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions.csproj3
-rw-r--r--mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl.csproj3
-rw-r--r--mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped.csproj3
-rw-r--r--mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel.csproj3
-rw-r--r--mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks.csproj3
-rw-r--r--mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread.csproj3
-rw-r--r--mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool.csproj3
-rw-r--r--mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer.csproj3
-rw-r--r--mcs/class/Facades/System.Threading/Facades_System.Threading.csproj3
-rw-r--r--mcs/class/Facades/System.ValueTuple/Facades_System.ValueTuple.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.XPath.XmlDocument/Facades_System.Xml.XPath.XmlDocument.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer.csproj3
-rw-r--r--mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives.csproj3
-rw-r--r--mcs/class/Facades/netstandard/Facades_netstandard.csproj3
-rw-r--r--mcs/class/I18N/CJK/I18N.CJK.csproj6
-rw-r--r--mcs/class/I18N/Common/I18N.csproj6
-rw-r--r--mcs/class/I18N/MidEast/I18N.MidEast.csproj6
-rw-r--r--mcs/class/I18N/Other/I18N.Other.csproj6
-rw-r--r--mcs/class/I18N/Rare/I18N.Rare.csproj6
-rw-r--r--mcs/class/I18N/West/I18N.West.csproj6
-rw-r--r--mcs/class/IBM.Data.DB2/IBM.Data.DB2.csproj3
-rw-r--r--mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj3
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine.csproj6
-rw-r--r--mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.csproj6
-rw-r--r--mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.csproj6
-rw-r--r--mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities.csproj6
-rw-r--r--mcs/class/Microsoft.Build/Microsoft.Build.csproj6
-rw-r--r--mcs/class/Microsoft.CSharp/Microsoft.CSharp.csproj6
-rw-r--r--mcs/class/Microsoft.VisualC/Microsoft.VisualC.csproj6
-rw-r--r--mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure.csproj6
-rw-r--r--mcs/class/Mono.Btls.Interface/Mono.Btls.Interface.csproj6
-rw-r--r--mcs/class/Mono.C5/Mono.C5.csproj3
-rw-r--r--mcs/class/Mono.CSharp/Mono.CSharp.csproj6
-rw-r--r--mcs/class/Mono.Cairo/Mono.Cairo.csproj6
-rw-r--r--mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb.csproj3
-rw-r--r--mcs/class/Mono.Cecil/Mono.Cecil.csproj3
-rw-r--r--mcs/class/Mono.CodeContracts/Mono.CodeContracts.csproj6
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj6
-rw-r--r--mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj6
-rw-r--r--mcs/class/Mono.Data.Tds/Mono.Data.Tds.csproj6
-rw-r--r--mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj6
-rw-r--r--mcs/class/Mono.Http/Mono.Http.csproj6
-rw-r--r--mcs/class/Mono.Management/Mono.Management.csproj6
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ.csproj6
-rw-r--r--mcs/class/Mono.Messaging/Mono.Messaging.csproj6
-rw-r--r--mcs/class/Mono.Options/Mono.Options.csproj6
-rw-r--r--mcs/class/Mono.Parallel/Mono.Parallel.csproj6
-rw-r--r--mcs/class/Mono.Posix/Mono.Posix.csproj53
-rw-r--r--mcs/class/Mono.Profiler.Log/Mono.Profiler.Log.csproj6
-rw-r--r--mcs/class/Mono.Security.Win32/Mono.Security.Win32.csproj6
-rw-r--r--mcs/class/Mono.Security/Mono.Security.csproj67
-rw-r--r--mcs/class/Mono.Simd/Mono.Simd.csproj6
-rw-r--r--mcs/class/Mono.Tasklets/Mono.Tasklets.csproj6
-rw-r--r--mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj6
-rw-r--r--mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks.csproj6
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj6
-rw-r--r--mcs/class/PEAPI/PEAPI.csproj6
-rw-r--r--mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj3
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj6
-rw-r--r--mcs/class/SMDiagnostics/SMDiagnostics.csproj3
-rw-r--r--mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition.csproj6
-rw-r--r--mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.csproj6
-rw-r--r--mcs/class/System.Configuration.Install/System.Configuration.Install.csproj6
-rw-r--r--mcs/class/System.Configuration/System.Configuration.csproj6
-rw-r--r--mcs/class/System.Core/System.Core.csproj1585
-rw-r--r--mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions.csproj6
-rw-r--r--mcs/class/System.Data.Entity/System.Data.Entity.csproj6
-rw-r--r--mcs/class/System.Data.Linq/System.Data.Linq.csproj6
-rw-r--r--mcs/class/System.Data.OracleClient/System.Data.OracleClient.csproj6
-rw-r--r--mcs/class/System.Data.Services.Client/System.Data.Services.Client.csproj6
-rw-r--r--mcs/class/System.Data.Services/System.Data.Services.csproj6
-rw-r--r--mcs/class/System.Data/System.Data.csproj1329
-rw-r--r--mcs/class/System.Deployment/System.Deployment.csproj6
-rw-r--r--mcs/class/System.Design/System.Design.csproj3
-rw-r--r--mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols.csproj6
-rw-r--r--mcs/class/System.DirectoryServices/System.DirectoryServices.csproj6
-rw-r--r--mcs/class/System.Drawing.Design/System.Drawing.Design.csproj6
-rw-r--r--mcs/class/System.Drawing/System.Drawing.csproj3457
-rw-r--r--mcs/class/System.Dynamic/System.Dynamic.csproj6
-rw-r--r--mcs/class/System.EnterpriseServices/System.EnterpriseServices.csproj6
-rw-r--r--mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem.csproj6
-rw-r--r--mcs/class/System.IO.Compression/System.IO.Compression.csproj6
-rw-r--r--mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors.csproj6
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel.csproj315
-rw-r--r--mcs/class/System.Json.Microsoft/System.Json.Microsoft.csproj6
-rw-r--r--mcs/class/System.Json/System.Json.csproj6
-rw-r--r--mcs/class/System.Management/System.Management.csproj6
-rw-r--r--mcs/class/System.Messaging/System.Messaging.csproj6
-rw-r--r--mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting.csproj3
-rw-r--r--mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest.csproj3
-rw-r--r--mcs/class/System.Net.Http.WinHttpHandler/System.Net.Http.WinHttpHandler.csproj6
-rw-r--r--mcs/class/System.Net.Http/System.Net.Http.csproj93
-rw-r--r--mcs/class/System.Net/System.Net.csproj6
-rw-r--r--mcs/class/System.Numerics.Vectors/System.Numerics.Vectors.csproj6
-rw-r--r--mcs/class/System.Numerics/System.Numerics.csproj6
-rw-r--r--mcs/class/System.Reactive.Core/System.Reactive.Core.csproj3
-rw-r--r--mcs/class/System.Reactive.Debugger/System.Reactive.Debugger.csproj3
-rw-r--r--mcs/class/System.Reactive.Experimental/System.Reactive.Experimental.csproj3
-rw-r--r--mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces.csproj3
-rw-r--r--mcs/class/System.Reactive.Linq/System.Reactive.Linq.csproj3
-rw-r--r--mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases.csproj3
-rw-r--r--mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices.csproj3
-rw-r--r--mcs/class/System.Reactive.Providers/System.Reactive.Providers.csproj3
-rw-r--r--mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.csproj3
-rw-r--r--mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms.csproj3
-rw-r--r--mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading.csproj3
-rw-r--r--mcs/class/System.Reflection.Context/System.Reflection.Context.csproj6
-rw-r--r--mcs/class/System.Runtime.Caching/System.Runtime.Caching.csproj6
-rw-r--r--mcs/class/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe.csproj5
-rw-r--r--mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing.csproj3
-rw-r--r--mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.csproj49
-rw-r--r--mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.csproj6
-rw-r--r--mcs/class/System.Runtime.Serialization/System.Runtime.Serialization.csproj158
-rw-r--r--mcs/class/System.Security/System.Security.csproj1356
-rw-r--r--mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation.csproj6
-rw-r--r--mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.csproj3
-rw-r--r--mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals.csproj97
-rw-r--r--mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.csproj6
-rw-r--r--mcs/class/System.ServiceModel.Web/System.ServiceModel.Web.csproj250
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel.csproj1429
-rw-r--r--mcs/class/System.ServiceProcess/System.ServiceProcess.csproj6
-rw-r--r--mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow.csproj6
-rw-r--r--mcs/class/System.Transactions/System.Transactions.csproj6
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web.Abstractions.csproj6
-rw-r--r--mcs/class/System.Web.ApplicationServices/System.Web.ApplicationServices.csproj6
-rw-r--r--mcs/class/System.Web.DynamicData/System.Web.DynamicData.csproj6
-rw-r--r--mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design.csproj6
-rw-r--r--mcs/class/System.Web.Extensions/System.Web.Extensions.csproj3
-rw-r--r--mcs/class/System.Web.Http.SelfHost/System.Web.Http.SelfHost.csproj3
-rw-r--r--mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost.csproj3
-rw-r--r--mcs/class/System.Web.Http/System.Web.Http.csproj3
-rw-r--r--mcs/class/System.Web.Mobile/System.Web.Mobile.csproj6
-rw-r--r--mcs/class/System.Web.Mvc3/System.Web.Mvc3.csproj3
-rw-r--r--mcs/class/System.Web.Razor/System.Web.Razor.csproj6
-rw-r--r--mcs/class/System.Web.RegularExpressions/System.Web.RegularExpressions.csproj6
-rw-r--r--mcs/class/System.Web.Routing/System.Web.Routing.csproj6
-rw-r--r--mcs/class/System.Web.Services/System.Web.Services.csproj3077
-rw-r--r--mcs/class/System.Web.WebPages.Deployment/System.Web.WebPages.Deployment.csproj6
-rw-r--r--mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor.csproj6
-rw-r--r--mcs/class/System.Web.WebPages/System.Web.WebPages.csproj6
-rw-r--r--mcs/class/System.Web/System.Web.csproj6
-rw-r--r--mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.csproj6
-rw-r--r--mcs/class/System.Windows.Forms/System.Windows.Forms.csproj6
-rw-r--r--mcs/class/System.Windows/System.Windows.csproj6
-rw-r--r--mcs/class/System.Workflow.Activities/System.Workflow.Activities.csproj6
-rw-r--r--mcs/class/System.Workflow.ComponentModel/System.Workflow.ComponentModel.csproj6
-rw-r--r--mcs/class/System.Workflow.Runtime/System.Workflow.Runtime.csproj6
-rw-r--r--mcs/class/System.XML/System.Xml.csproj1817
-rw-r--r--mcs/class/System.Xaml/System.Xaml.csproj6
-rw-r--r--mcs/class/System.Xml.Linq/System.Xml.Linq.csproj3
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization.csproj6
-rw-r--r--mcs/class/System/System.csproj5564
-rw-r--r--mcs/class/SystemWebTestShim/SystemWebTestShim.csproj6
-rw-r--r--mcs/class/WebMatrix.Data/WebMatrix.Data.csproj6
-rw-r--r--mcs/class/WindowsBase/WindowsBase.csproj6
-rw-r--r--mcs/class/corlib/corlib.csproj677
-rw-r--r--mcs/class/legacy/Mono.Cecil/legacy_Mono.Cecil.csproj3
-rw-r--r--mcs/class/monodoc/monodoc.csproj3
290 files changed, 11796 insertions, 10832 deletions
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Accessibility\IAccessible.cs" />
<Compile Include="Accessibility\IAccessibleHandler.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
<Compile Include="Commons.Xml.Relaxng.Rnc\RncParser.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -87,15 +88,16 @@
<Compile Include="Commons.Xml.Relaxng\RelaxngValidatingReader.cs" />
<Compile Include="Commons.Xml.Relaxng\XsdDatatypeProvider.cs" />
<Compile Include="Commons.Xml\XmlDefaultReader.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -52,15 +53,16 @@
<Compile Include="Microsoft.CSharp\Compiler.cs" />
<Compile Include="Microsoft.CSharp\CompilerError.cs" />
<Compile Include="Microsoft.CSharp\ErrorLevel.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -53,15 +54,16 @@
<Compile Include="System.Runtime.InteropServices.CustomMarshalers\EnumeratorToEnumVariantMarshaler.cs" />
<Compile Include="System.Runtime.InteropServices.CustomMarshalers\ExpandoToDispatchExMarshaler.cs" />
<Compile Include="System.Runtime.InteropServices.CustomMarshalers\TypeToTypeInfoMarshaler.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\..\external\corefx\src\Microsoft.Win32.Registry.AccessControl\src\Microsoft\Win32\RegistryAclExtensions.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' "></ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup />
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\..\external\corefx\src\System.IO.FileSystem.AccessControl\src\System\IO\FileSystemAclExtensions.net46.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="System.Reflection\DispatchProxy.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\..\external\corefx\src\System.Reflection.TypeExtensions\src\System\Reflection\Requires.cs" />
<Compile Include="..\..\..\..\external\corefx\src\System.Reflection.TypeExtensions\src\System\Reflection\TypeExtensions.cs" />
@@ -107,7 +108,7 @@
<Compile Include="TypeForwarders.cs" />
<Compile Include="corefx\SR.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="TypeForwarders.netcore.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' "></ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="TypeForwarders.netcore.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup />
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="AssemblyLoadContext.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Numerics/System.Numerics.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Runtime.Serialization/System.Runtime.Serialization.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Runtime.Serialization/System.Runtime.Serialization.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="TypeForwarders.netcore.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' "></ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="TypeForwarders.netcore.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup />
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="ECDsaOpenSsl.cs" />
<Compile Include="RSAOpenSsl.cs" />
<Compile Include="SafeEvpPKeyHandle.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.ServiceModel/System.ServiceModel.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.ServiceModel/System.ServiceModel.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.ServiceModel/System.ServiceModel.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.ServiceModel/System.ServiceModel.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="AssemblyInfo.cs" />
@@ -110,7 +111,7 @@
<Compile Include="TimeoutException_mobile.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="CodePagesEncodingProvider.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\..\external\corefx\src\System.Threading.AccessControl\src\System\Threading\ThreadingAclExtensions.net46.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.XML/System.Xml.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.Xml.Linq/System.Xml.Linq.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="System.Xml\XmlDocumentXPathExtensions.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System.XML/System.Xml.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\Consts.cs" />
<Compile Include="..\Assembly\AssemblyInfo.cs" />
@@ -120,15 +121,16 @@
<Compile Include="GB18030Source.cs" />
<Compile Include="ISO2022JP.cs" />
<Compile Include="JISConvert.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../Common/I18N.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\Consts.cs" />
<Compile Include="..\Assembly\AssemblyInfo.cs" />
@@ -116,15 +117,16 @@
<Compile Include="MonoEncoding.cs" />
<Compile Include="MonoSafeEncoding.cs" />
<Compile Include="Strings.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\Consts.cs" />
<Compile Include="..\Assembly\AssemblyInfo.cs" />
@@ -115,15 +116,16 @@
<Compile Include="CP28598.cs" />
<Compile Include="CP28599.cs" />
<Compile Include="CP38598.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../Common/I18N.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\Consts.cs" />
<Compile Include="..\Assembly\AssemblyInfo.cs" />
@@ -117,15 +118,16 @@
<Compile Include="CP28595.cs" />
<Compile Include="CP57002.cs" />
<Compile Include="CP874.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../Common/I18N.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\Consts.cs" />
<Compile Include="..\Assembly\AssemblyInfo.cs" />
@@ -147,15 +148,16 @@
<Compile Include="CP869.cs" />
<Compile Include="CP870.cs" />
<Compile Include="CP875.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../Common/I18N.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\build\common\Consts.cs" />
<Compile Include="..\Assembly\AssemblyInfo.cs" />
@@ -123,15 +124,16 @@
<Compile Include="CP861.cs" />
<Compile Include="CP863.cs" />
<Compile Include="CP865.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../Common/I18N.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="IBM.Data.DB2\DB2CLIWrapper.cs" />
@@ -72,7 +73,7 @@
<Compile Include="IBM.Data.DB2\DB2Transaction.cs" />
<Compile Include="IBM.Data.DB2\DB2Type.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="ICSharpCode.SharpZipLib\AssemblyInfo.cs" />
<Compile Include="ICSharpCode.SharpZipLib\BZip2\BZip2.cs" />
@@ -101,7 +102,7 @@
<Compile Include="ICSharpCode.SharpZipLib\Zip\ZipNameTransform.cs" />
<Compile Include="ICSharpCode.SharpZipLib\Zip\ZipOutputStream.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -122,15 +123,16 @@
<Compile Include="Microsoft.Build.BuildEngine\UsingTaskCollection.cs" />
<Compile Include="Microsoft.Build.BuildEngine\Utilities.cs" />
<Compile Include="Microsoft.Build.BuildEngine\WriteHandler.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -107,15 +108,16 @@
<Compile Include="Microsoft.Build.Framework\TaskPropertyInfo.cs" />
<Compile Include="Microsoft.Build.Framework\TaskStartedEventArgs.cs" />
<Compile Include="Microsoft.Build.Framework\TaskStartedEventHandler.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -167,15 +168,16 @@
<Compile Include="Mono.XBuild.Tasks.GenerateResourceInternal\PoResourceWriter.cs" />
<Compile Include="Mono.XBuild.Tasks.GenerateResourceInternal\TxtResourceReader.cs" />
<Compile Include="Mono.XBuild.Tasks.GenerateResourceInternal\TxtResourceWriter.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -67,15 +68,16 @@
<Compile Include="Mono.XBuild.Utilities\MSBuildUtils.cs" />
<Compile Include="Mono.XBuild.Utilities\MonoLocationHelper.cs" />
<Compile Include="Mono.XBuild.Utilities\ReservedNameUtils.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
<Compile Include="Microsoft.Build.Internal\ExpressionParser.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -157,15 +158,16 @@
<Compile Include="Microsoft.Build.Logging\ConfigurableForwardingLogger.cs" />
<Compile Include="Microsoft.Build.Logging\ForwardingLoggerRecord.cs" />
<Compile Include="Microsoft.Build.Logging\LoggerDescription.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Microsoft.CSharp\src\Microsoft\CSharp\RuntimeBinder\ArgumentObject.cs" />
<Compile Include="..\..\..\external\corefx\src\Microsoft.CSharp\src\Microsoft\CSharp\RuntimeBinder\Binder.cs" />
@@ -252,15 +253,16 @@
<Compile Include="..\..\build\common\SR.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -58,15 +59,16 @@
<Compile Include="Microsoft.VisualC\MiscellaneousBitsAttribute.cs" />
<Compile Include="Microsoft.VisualC\NeedsCopyConstructorModifier.cs" />
<Compile Include="Microsoft.VisualC\NoSignSpecifiedModifier.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -54,15 +55,16 @@
<Compile Include="Microsoft.Web.Infrastructure.DynamicValidationHelper\ValidationUtility.cs" />
<Compile Include="Microsoft.Web.Infrastructure\HttpContextHelper.cs" />
<Compile Include="Microsoft.Web.Infrastructure\InfrastructureHelper.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -73,15 +74,16 @@
<Compile Include="Mono.Btls.Interface\BtlsX509VerifyParam.cs" />
<Compile Include="Mono.Btls.Interface\VersionInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="C5\AssemblyInfo.cs" />
<Compile Include="C5\Attributes.cs" />
@@ -79,7 +80,7 @@
<Compile Include="C5\trees\RedBlackTreeDictionary.cs" />
<Compile Include="C5\trees\RedBlackTreeSet.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
<Compile Include="wasm-parser.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\mcs\anonymous.cs" />
@@ -219,15 +220,16 @@
<Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoConvert.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="aot.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -106,15 +107,16 @@
<Compile Include="Mono.Cairo\Win32Surface.cs" />
<Compile Include="Mono.Cairo\XcbSurface.cs" />
<Compile Include="Mono.Cairo\XlibSurface.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\cecil\ProjectInfo.cs" />
<Compile Include="..\..\..\external\cecil\symbols\mdb\Mono.Cecil.Mdb\AssemblyInfo.cs" />
@@ -55,7 +56,7 @@
<Compile Include="..\..\..\external\cecil\symbols\mdb\Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs" />
<Compile Include="..\..\..\external\cecil\symbols\mdb\Mono.CompilerServices.SymbolWriter\SymbolWriterImpl.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\Code.cs" />
<Compile Include="..\..\..\external\cecil\Mono.Cecil.Cil\CodeReader.cs" />
@@ -183,7 +184,7 @@
<Compile Include="..\..\..\external\cecil\ProjectInfo.cs" />
<Compile Include="Consts.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
@@ -422,15 +423,16 @@
<Compile Include="Mono.CodeContracts.Static\Checker.cs" />
<Compile Include="Mono.CodeContracts.Static\DebugOptions.cs" />
<Compile Include="Mono.CodeContracts.Static\ProofOutcome.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -68,15 +69,16 @@
<Compile Include="MonoSymbolWriter.cs" />
<Compile Include="SourceMethodBuilder.cs" />
<Compile Include="SymbolWriterImpl.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\System\Mono.Util\MonoPInvokeCallbackAttribute.cs" />
@@ -131,15 +132,16 @@
<Compile Include="Mono.Data.Sqlite_2.0\SR.Designer.cs" />
<Compile Include="Mono.Data.Sqlite_2.0\SqliteDataSourceEnumerator.cs" />
<Compile Include="Mono.Data.Sqlite_2.0\UnsafeNativeMethods.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -138,15 +139,16 @@
<Compile Include="Mono.Data.Tds\TdsMetaParameter.cs" />
<Compile Include="Mono.Data.Tds\TdsMetaParameterCollection.cs" />
<Compile Include="Mono.Data.Tds\TdsParameterDirection.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -123,15 +124,16 @@
<Compile Include="Mono.Debugger.Soft\Value.cs" />
<Compile Include="Mono.Debugger.Soft\VirtualMachine.cs" />
<Compile Include="Mono.Debugger.Soft\VirtualMachineManager.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
@@ -58,15 +59,16 @@
<Compile Include="Mono.Http\GZipWebResponse.cs" />
<Compile Include="Mono.Http\GZipWriteFilter.cs" />
<Compile Include="Mono.Http\NtlmClient.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Mono.Attach\VirtualMachine.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -56,15 +57,16 @@
<Compile Include="Mono.Messaging.RabbitMQ\RabbitMQMessageQueue.cs" />
<Compile Include="Mono.Messaging.RabbitMQ\RabbitMQMessageQueueTransaction.cs" />
<Compile Include="Mono.Messaging.RabbitMQ\RabbitMQMessagingProvider.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -78,15 +79,16 @@
<Compile Include="Mono.Messaging\MessagingProviderLocator.cs" />
<Compile Include="Mono.Messaging\MonoMessagingException.cs" />
<Compile Include="Mono.Messaging\QueueReference.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Mono.Options\Options.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -58,15 +59,16 @@
<Compile Include="Mono.Threading\ReaderWriterLockSlimmer.cs" />
<Compile Include="Mono.Threading\Snzi.cs" />
<Compile Include="Mono.Threading\SpinLockWrapper.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -113,26 +114,52 @@
<Compile Include="Mono.Unix\UnixStream.cs" />
<Compile Include="Mono.Unix\UnixSymbolicLinkInfo.cs" />
<Compile Include="Mono.Unix\UnixUserInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="Mono.Unix.Android\AndroidUtils.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' "></ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="Mono.Unix.Android\AndroidUtils.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -60,15 +61,16 @@
<Compile Include="Mono.Profiler.Log\LogReader.cs" />
<Compile Include="Mono.Profiler.Log\LogStream.cs" />
<Compile Include="Mono.Profiler.Log\LogStreamHeader.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -60,15 +61,16 @@
<Compile Include="Mono.Security.Cryptography\MD5CryptoServiceProvider.cs" />
<Compile Include="Mono.Security.Cryptography\RNGCryptoServiceProvider.cs" />
<Compile Include="Mono.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
<Compile Include="..\corlib\CommonCrypto\MD4Managed.g.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\AssemblyRef.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
@@ -288,33 +289,59 @@
<Compile Include="Mono.Security\StrongName.cs" />
<Compile Include="Mono.Xml\MiniParser.cs" />
<Compile Include="Mono.Xml\SecurityParser.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\corlib\CommonCrypto\CommonCrypto.cs" />
- <Compile Include="..\corlib\CommonCrypto\RC4CommonCrypto.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\corlib\CommonCrypto\CommonCrypto.cs" />
- <Compile Include="..\corlib\CommonCrypto\RC4CommonCrypto.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\corlib\CommonCrypto\CommonCrypto.cs" />
- <Compile Include="..\corlib\CommonCrypto\RC4CommonCrypto.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\corlib\CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="..\corlib\CommonCrypto\RC4CommonCrypto.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\corlib\CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="..\corlib\CommonCrypto\RC4CommonCrypto.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\corlib\CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="..\corlib\CommonCrypto\RC4CommonCrypto.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup />
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -89,15 +90,16 @@
<Compile Include="Mono.Simd\Vector8s.cs" />
<Compile Include="Mono.Simd\Vector8us.cs" />
<Compile Include="Mono.Simd\VectorOperations.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Mono.Tasklets\Continuation.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
@@ -202,15 +203,16 @@
<Compile Include="Mono.WebBrowser\Exception.cs" />
<Compile Include="Mono.WebBrowser\IWebBrowser.cs" />
<Compile Include="Mono.WebBrowser\Manager.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -52,15 +53,16 @@
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Mono.XBuild.Tasks\LibraryPcFileCache.cs" />
<Compile Include="Mono.XBuild.Tasks\PcFileCache.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Novell.Directory.Ldap.Asn1\Asn1Boolean.cs" />
@@ -261,15 +262,16 @@
<Compile Include="Novell.Directory.Ldap\MessageAgent.cs" />
<Compile Include="Novell.Directory.Ldap\MessageVector.cs" />
<Compile Include="Novell.Directory.Ldap\SupportClass.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -51,15 +52,16 @@
<Compile Include="Code.cs" />
<Compile Include="Metadata.cs" />
<Compile Include="PEAPI.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\client\api\AmqpTimestamp.cs" />
<Compile Include="..\client\api\IBasicConsumer.cs" />
@@ -65,7 +66,7 @@
<Compile Include="AmqpMethod.cs" />
<Compile Include="Apigen.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
<Compile Include="..\..\docs\specs\net_4_x-api-qpid-0-8.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\..\build\common\Consts.cs" />
<Compile Include="..\util\BlockingCell.cs" />
@@ -175,15 +176,16 @@
<Compile Include="messagepatterns\SimpleRpcClient.cs" />
<Compile Include="messagepatterns\SimpleRpcServer.cs" />
<Compile Include="messagepatterns\Subscription.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\SR.cs" />
<Compile Include="..\referencesource\SMDiagnostics\System\ServiceModel\Diagnostics\Activity.cs" />
@@ -70,7 +71,7 @@
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="ReferenceSources\TraceSR.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="src\Assembly\AssemblyInfo.cs" />
@@ -280,15 +281,16 @@
<Compile Include="src\ComponentModel\System\ComponentModel\Composition\ReflectionModel\ReflectionType.cs" />
<Compile Include="src\ComponentModel\System\ComponentModel\Composition\ReflectionModel\ReflectionWritableMember.cs" />
<Compile Include="src\ComponentModel\System\LazyOfTTMetadata.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\AppSettings.cs" />
@@ -157,15 +158,16 @@
<Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Validator.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="ReferenceSources\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -68,15 +69,16 @@
<Compile Include="System.Configuration.Install\UninstallAction.cs" />
<Compile Include="System.Diagnostics\EventLogInstaller.cs" />
<Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -171,15 +172,16 @@
<Compile Include="System.Configuration\TypeNameConverter.cs" />
<Compile Include="System.Configuration\ValidatorCallback.cs" />
<Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.Security/System.Security.csproj" />
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 @@
<Compile Include="..\corlib\CommonCrypto\AesCryptoServiceProvider.g.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.Linq.cs" />
@@ -530,786 +531,824 @@
<Compile Include="corefx\LambdaExpression.cs" />
<Compile Include="corefx\SR.cs" />
<Compile Include="corefx\SR.missing.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|linux' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.SetCloseOnExec.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetDomainSocketSizes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerID.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerUserName.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Permissions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Read.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.SetEUid.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Unlink.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Write.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Unix.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.Unix.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.Unix.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|macos' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.SetCloseOnExec.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetDomainSocketSizes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerID.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerUserName.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Permissions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Read.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.SetEUid.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Unlink.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Write.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Unix.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.Unix.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.Unix.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|unix' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.SetCloseOnExec.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetDomainSocketSizes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerID.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerUserName.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Permissions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Read.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.SetEUid.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Unlink.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Write.Pipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Unix.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.Unix.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.Unix.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|win32' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.BOOL.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\advapi32\Interop.ImpersonateNamedPipeClient.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\advapi32\Interop.RevertToSelf.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CancelIoEx.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CloseHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ConnectNamedPipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreateNamedPipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreateNamedPipeClient.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreatePipe_SafePipeHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.DisconnectNamedPipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.DuplicateHandle_IntPtr.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FileOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FileTypes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FlushFileBuffers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FormatMessage.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GenericOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetCurrentProcess_IntPtr.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetFileType_SafeHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetNamedPipeHandleState.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetNamedPipeInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.HandleOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.MaxLengths.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.PipeOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SECURITY_ATTRIBUTES.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SecurityOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SetNamedPipeHandleState.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.WaitNamedPipe.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\ConnectionCompletionSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeCompletionSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\ReadWriteCompletionSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Windows.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.Windows.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.Windows.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
- <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <!--Per-host-platform files-->
+ <Choose>
+ <When Condition="'$(HostPlatform)' == 'win32'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.BOOL.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\advapi32\Interop.ImpersonateNamedPipeClient.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\advapi32\Interop.RevertToSelf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CancelIoEx.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CloseHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ConnectNamedPipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreateNamedPipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreateNamedPipeClient.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreatePipe_SafePipeHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.DisconnectNamedPipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.DuplicateHandle_IntPtr.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FileOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FileTypes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FlushFileBuffers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FormatMessage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GenericOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetCurrentProcess_IntPtr.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetFileType_SafeHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetNamedPipeHandleState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetNamedPipeInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.HandleOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.MaxLengths.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.PipeOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_IntPtr.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ReadFile_SafeHandle_NativeOverlapped.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SECURITY_ATTRIBUTES.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SecurityOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SetNamedPipeHandleState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.WaitNamedPipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.WriteFile_SafeHandle_NativeOverlapped.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\ConnectionCompletionSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeCompletionSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\ReadWriteCompletionSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Windows.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.Windows.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.Windows.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'unix'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.SetCloseOnExec.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetDomainSocketSizes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerID.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerUserName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Permissions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Read.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.SetEUid.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Unlink.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Write.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Unix.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.Unix.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.Unix.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'macos'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.SetCloseOnExec.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetDomainSocketSizes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerID.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerUserName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Permissions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Read.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.SetEUid.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Unlink.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Write.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Unix.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.Unix.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.Unix.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'linux'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Fcntl.SetCloseOnExec.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetDomainSocketSizes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetEUid.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetHostName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerID.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.GetPeerUserName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.MkDir.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Permissions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Read.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.SetEUid.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Unlink.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Write.Pipe.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandleHelper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\AnonymousPipeServerStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeClientStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\NamedPipeServerStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Pipes\src\System\IO\Pipes\PipeStream.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Sockets\src\System\Net\Sockets\UnixDomainSocketEndPoint.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.Unix.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.Unix.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.Unix.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-host-platform files-->
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.NotSupported.cs" />
+ <Compile Include="System.IO.Pipes\SafePipeHandle.NotSupported.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\System.Data.DataSetExtensions\src\System\Data\DataRowComparer.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.DataSetExtensions\src\System\Data\DataRowExtensions.cs" />
@@ -58,15 +59,16 @@
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\AssemblyRef.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
@@ -771,15 +772,16 @@
<Compile Include="Error.cs" />
<Compile Include="ReferenceSources\SR.cs" />
<Compile Include="ReferenceSources\Strings.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -374,15 +375,16 @@
<Compile Include="src\DbLinq\Vendor\Implementation\Vendor.ProcedureResult.cs" />
<Compile Include="src\DbLinq\Vendor\Implementation\Vendor.cs" />
<Compile Include="src\DbLinq\Vendor\VendorAttribute.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -115,15 +116,16 @@
<Compile Include="System.Data.OracleClient\OracleTimeSpan.cs" />
<Compile Include="System.Data.OracleClient\OracleTransaction.cs" />
<Compile Include="System.Data.OracleClient\OracleType.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
@@ -221,15 +222,16 @@
<Compile Include="Server\System\Data\Services\Parsing\WebConvert.cs" />
<Compile Include="Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
<Compile Include="Server\System\Data\Services\XmlConstants.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -120,15 +121,16 @@
<Compile Include="System.Data.Services\ServiceOperationRights.cs" />
<Compile Include="System.Data.Services\SingleResultAttribute.cs" />
<Compile Include="System.Data.Services\UpdateOperations.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Data\Common\AdapterUtil.Drivers.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Data\Common\AdapterUtil.cs" />
@@ -536,658 +537,696 @@
<Compile Include="corefx\SqlParameterCollection.cs" />
<Compile Include="corefx\TdsEnums.cs" />
<Compile Include="corefx\ThisAssembly.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="System.Data.SqlClient\SqlBulkCopy.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlCommand.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlCommandBuilder.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlConnection.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlDataAdapter.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlException.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlParameter.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlParameterCollection.platformnotsupported.cs" />
- <Compile Include="System.Data.SqlClient\SqlTransaction.platformnotsupported.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|linux' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
- <Compile Include="corefx\Odbc\OdbcFactory.cs" />
- <Compile Include="corefx\OleDbStubs.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|macos' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
- <Compile Include="corefx\Odbc\OdbcFactory.cs" />
- <Compile Include="corefx\OleDbStubs.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|unix' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
- <Compile Include="corefx\Odbc\OdbcFactory.cs" />
- <Compile Include="corefx\OleDbStubs.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|win32' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.certificates.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.certificates_types.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CloseHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FreeLibrary.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetProcAddress.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.LoadLibraryEx.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\GlobalSSPI.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\Interop.SSPI.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\NegotiationInfoClass.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPIAuthType.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPIInterface.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPISecureChannelType.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPIWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_NegotiationInfoW.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_Sizes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_StreamSizes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecurityPackageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecurityPackageInfoClass.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecuritySafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\BidirectionalDictionary.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\SecurityStatusAdapterPal.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NetEventSource.Security.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NetEventSource.Security.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SecurityContextTokenHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Common.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParserSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParserStateObjectNative.cs" />
- <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
- <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
- <Compile Include="corefx\Odbc\OdbcFactory.cs" />
- <Compile Include="corefx\OleDbStubs.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
- <Compile Include="corefx\Interop.NetSecurityNative.cs" />
- <Compile Include="corefx\SqlCommand.cs" />
- <Compile Include="corefx\SqlException.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <!--Per-host-platform files-->
+ <Choose>
+ <When Condition="'$(HostPlatform)' == 'win32'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.certificates.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.certificates_types.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\SChannel\Interop.SECURITY_STATUS.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\SChannel\Interop.SecPkgContext_ApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\SChannel\SecPkgContext_ConnectionInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CloseHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FreeLibrary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.GetProcAddress.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.LoadLibraryEx.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\GlobalSSPI.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\Interop.SSPI.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\NegotiationInfoClass.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPIAuthType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPIInterface.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPISecureChannelType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SSPIWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_NegotiationInfoW.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_Sizes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecPkgContext_StreamSizes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecurityPackageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecurityPackageInfoClass.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\sspicli\SecuritySafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeLibraryHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\BidirectionalDictionary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\DebugCriticalHandleZeroOrMinusOneIsInvalid.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\SecurityStatusAdapterPal.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NetEventSource.Security.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NetEventSource.Security.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SecurityContextTokenHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Common.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParserSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParserStateObjectNative.cs" />
+ <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
+ <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
+ <Compile Include="corefx\Odbc\OdbcFactory.cs" />
+ <Compile Include="corefx\OleDbStubs.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'unix'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
+ <Compile Include="corefx\Odbc\OdbcFactory.cs" />
+ <Compile Include="corefx\OleDbStubs.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'macos'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
+ <Compile Include="corefx\Odbc\OdbcFactory.cs" />
+ <Compile Include="corefx\OleDbStubs.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'linux'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Interop.Odbc.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\Common\System\HResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\DbDataRecord.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\Odbc32.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionString.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcDataReader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataCollectionNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataColumnNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcMetaDataFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcStatementHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Odbc\src\System\Data\Odbc\OdbcUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
+ <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlContext.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlPipe.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\Odbc\DbConnectionStringCommon.cs" />
+ <Compile Include="corefx\Odbc\OdbcFactory.cs" />
+ <Compile Include="corefx\OleDbStubs.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-host-platform files-->
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="System.Data.SqlClient\SqlBulkCopy.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlCommand.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlCommandBuilder.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlConnection.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlDataAdapter.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlException.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlParameter.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlParameterCollection.platformnotsupported.cs" />
+ <Compile Include="System.Data.SqlClient\SqlTransaction.platformnotsupported.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextFlagsAdapterPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\NegotiateStreamPal.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\Interop\SNINativeMethodWrapper.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\ProviderBase\DbConnectionPoolIdentity.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\LocalDBAPI.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SNI\LocalDB.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlConnectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterCollectionHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlParameterHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\SqlTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.SqlClient\src\System\Data\SqlClient\TdsParser.Unix.cs" />
+ <Compile Include="corefx\Interop.NetSecurityNative.cs" />
+ <Compile Include="corefx\SqlCommand.cs" />
+ <Compile Include="corefx\SqlException.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.ComponentModel.Design.Data\DataSourceDescriptor.cs" />
@@ -369,7 +370,7 @@
<Compile Include="System.Windows.Forms.Design\WindowsFormsDesignerOptionService.cs" />
<Compile Include="System.Windows.Forms.Design\WndProcRouter.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -147,15 +148,16 @@
<Compile Include="System.DirectoryServices.Protocols\VerifyServerCertificateCallback.cs" />
<Compile Include="System.DirectoryServices.Protocols\VlvRequestControl.cs" />
<Compile Include="System.DirectoryServices.Protocols\VlvResponseControl.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -180,15 +181,16 @@
<Compile Include="System.DirectoryServices\SearchScope.cs" />
<Compile Include="System.DirectoryServices\SortDirection.cs" />
<Compile Include="System.DirectoryServices\SortOption.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -61,15 +62,16 @@
<Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
<Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
<Compile Include="System.Drawing.Design\ToolboxService.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
@@ -77,1728 +78,1754 @@
<Compile Include="System.Drawing\RectangleF.cs" />
<Compile Include="System.Drawing\Size.cs" />
<Compile Include="System.Drawing\SizeF.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\ExternDll.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\SR.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Drawing\ColorUtil.netcoreapp21.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\AssemblyRef.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSameAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Brush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\ClientUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\DashCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\CategoryNameCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IPropertyValueUIService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxItemProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxService.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\IToolboxUser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PaintValueEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxComponentsCreatingEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\ToolboxItemCreatorCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Design\UITypeEditorEditStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\AdjustableArrowCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\Blend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\BrushType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\ColorBlend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CombineMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CompositingQuality.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CoordinateSpace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\CustomLineCapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\DashStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FillMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\FlushIntention.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\HatchStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\InterpolationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineCap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LineJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\LinearGradientMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\MatrixOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PathPointType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PenType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\PixelOffsetMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\QualityMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\RegionData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SafeCustomLineCapHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\SmoothingMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WarpMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\WrapMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\FontStyle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Gdiplus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\IDeviceContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorAdjustType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorChannelFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMapType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMatrixFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ColorPalette.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfPlusRecordType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EmfType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\Encoder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameterValueType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\EncoderValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\FrameDimension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\ImageLockMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileFrameUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderEmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileHeaderWmf.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\MetafileType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PaletteFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PixelFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PlayRecordCallback.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\PropertyItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Imaging\WmfPlaceableFileHeader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPPOINTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECT.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Internal\GPRECTF.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\NativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Duplex.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\InvalidPrinterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\Margins.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperKinds.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSize.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PaperSourceKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PreviewPageInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintPageEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrintRange.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.Serializable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolution.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterResolutionKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\PrinterUnitConvert.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Printing\QueryPageSettingsEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\PropertyItemInternal.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\RotateFlipType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SolidBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringAlignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringDigitSubstitute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringFormatFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringTrimming.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\StringUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\SystemBrushes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\FontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\GenericFontFamilies.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\HotkeyPrefix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\InstalledFontCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\Text\TextRenderingHint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\TextureBrush.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\System\Drawing\UnsafeNativeMethods.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Drawing.Common\src\misc\HandleCollector.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermission.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Permissions\src\System\Drawing\Printing\PrintingPermissionLevel.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
+ <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
+ <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
+ <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
+ <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
+ <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
+ <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
+ <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
+ <Compile Include="System.Drawing.Imaging\Metafile.cs" />
+ <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
+ <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
+ <Compile Include="System.Drawing.Printing\PageSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintController.cs" />
+ <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
+ <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
+ <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
+ <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
+ <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
+ <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
+ <Compile Include="System.Drawing\Bitmap.cs" />
+ <Compile Include="System.Drawing\Brushes.cs" />
+ <Compile Include="System.Drawing\BufferedGraphics.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
+ <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
+ <Compile Include="System.Drawing\CharacterRange.cs" />
+ <Compile Include="System.Drawing\ColorConverter.cs" />
+ <Compile Include="System.Drawing\ColorTranslator.cs" />
+ <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
+ <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
+ <Compile Include="System.Drawing\ContentAlignment.cs" />
+ <Compile Include="System.Drawing\CopyPixelOperation.cs" />
+ <Compile Include="System.Drawing\ExternDll.cs" />
+ <Compile Include="System.Drawing\Font.cs" />
+ <Compile Include="System.Drawing\FontConverter.cs" />
+ <Compile Include="System.Drawing\FontFamily.cs" />
+ <Compile Include="System.Drawing\Graphics.cs" />
+ <Compile Include="System.Drawing\GraphicsUnit.cs" />
+ <Compile Include="System.Drawing\Icon.cs" />
+ <Compile Include="System.Drawing\IconConverter.cs" />
+ <Compile Include="System.Drawing\Image.cs" />
+ <Compile Include="System.Drawing\ImageAnimator.cs" />
+ <Compile Include="System.Drawing\ImageConverter.cs" />
+ <Compile Include="System.Drawing\ImageFormatConverter.cs" />
+ <Compile Include="System.Drawing\Pen.cs" />
+ <Compile Include="System.Drawing\Pens.cs" />
+ <Compile Include="System.Drawing\PointConverter.cs" />
+ <Compile Include="System.Drawing\RectangleConverter.cs" />
+ <Compile Include="System.Drawing\Region.cs" />
+ <Compile Include="System.Drawing\SR.cs" />
+ <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
+ <Compile Include="System.Drawing\SizeConverter.cs" />
+ <Compile Include="System.Drawing\SizeFConverter.cs" />
+ <Compile Include="System.Drawing\StringFormat.cs" />
+ <Compile Include="System.Drawing\SystemColors.cs" />
+ <Compile Include="System.Drawing\SystemFonts.cs" />
+ <Compile Include="System.Drawing\SystemIcons.cs" />
+ <Compile Include="System.Drawing\SystemPens.cs" />
+ <Compile Include="System.Drawing\ToolboxBitmapAttribute.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="System.Drawing\macFunctions.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -101,15 +102,16 @@
<Compile Include="..\dlr\Runtime\Microsoft.Dynamic\VariantArray.cs" />
<Compile Include="..\dlr\Runtime\Microsoft.Dynamic\VariantBuilder.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -163,15 +164,16 @@
<Compile Include="System.EnterpriseServices\TransactionStatus.cs" />
<Compile Include="System.EnterpriseServices\TransactionVote.cs" />
<Compile Include="System.EnterpriseServices\XACTTRANSINFO.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.Transactions/System.Transactions.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\PathInternal.CaseSensitivity.cs" />
<Compile Include="..\..\..\external\corefx\src\System.IO.Compression.ZipFile\src\System\IO\Compression\ZipFile.cs" />
@@ -112,15 +113,16 @@
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Threading\Tasks\TaskToApm.cs" />
<Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\DeflateManaged\BlockType.cs" />
@@ -138,15 +139,16 @@
<Compile Include="corefx\Crc32Helper.cs" />
<Compile Include="corefx\SR.cs" />
<Compile Include="corefx\ZipArchiveEntry.Mono.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -65,15 +66,16 @@
<Compile Include="System.IdentityModel.Selectors\UnsupportedPolicyOptionsException.cs" />
<Compile Include="System.IdentityModel.Selectors\UntrustedRecipientException.cs" />
<Compile Include="System.IdentityModel.Selectors\UserCancellationException.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.IdentityModel.Selectors\X509CertificateValidator.cs" />
<Compile Include="System.ServiceModel.Security\X509CertificateValidationMode.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="System.IdentityModel.Claims\Claim.cs" />
- <Compile Include="System.IdentityModel.Claims\ClaimSet.cs" />
- <Compile Include="System.IdentityModel.Claims\ClaimTypes.cs" />
- <Compile Include="System.IdentityModel.Claims\DefaultClaimSet.cs" />
- <Compile Include="System.IdentityModel.Claims\Rights.cs" />
- <Compile Include="System.IdentityModel.Claims\WindowsClaimSet.cs" />
- <Compile Include="System.IdentityModel.Claims\X509CertificateClaimSet.cs" />
- <Compile Include="System.IdentityModel.Configuration\ICustomIdentityConfiguration.cs" />
- <Compile Include="System.IdentityModel.Configuration\IdentityModelCaches.cs" />
- <Compile Include="System.IdentityModel.Policy\AuthorizationContext.cs" />
- <Compile Include="System.IdentityModel.Policy\EvaluationContext.cs" />
- <Compile Include="System.IdentityModel.Policy\IAuthorizationComponent.cs" />
- <Compile Include="System.IdentityModel.Policy\IAuthorizationPolicy.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\BinaryExchange.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\EndpointReference.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\Entropy.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\Lifetime.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\ProtectedKey.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\RequestSecurityTokenResponse.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\RequestedProofToken.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\RequestedSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\Status.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\UseKey.cs" />
- <Compile Include="System.IdentityModel.Protocols\WSTrust\WSTrustMessage.cs" />
- <Compile Include="System.IdentityModel.Selectors\AudienceUriMode.cs" />
- <Compile Include="System.IdentityModel.Selectors\CustomUserNameSecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\KerberosSecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\KerberosSecurityTokenProvider.cs" />
- <Compile Include="System.IdentityModel.Selectors\RsaSecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\SamlSecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\SecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\SecurityTokenManager.cs" />
- <Compile Include="System.IdentityModel.Selectors\SecurityTokenProvider.cs" />
- <Compile Include="System.IdentityModel.Selectors\SecurityTokenRequirement.cs" />
- <Compile Include="System.IdentityModel.Selectors\SecurityTokenResolver.cs" />
- <Compile Include="System.IdentityModel.Selectors\SecurityTokenSerializer.cs" />
- <Compile Include="System.IdentityModel.Selectors\SecurityTokenVersion.cs" />
- <Compile Include="System.IdentityModel.Selectors\SystemIdentityAuthorizationPolicy.cs" />
- <Compile Include="System.IdentityModel.Selectors\UserNamePasswordValidator.cs" />
- <Compile Include="System.IdentityModel.Selectors\UserNameSecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\UserNameSecurityTokenProvider.cs" />
- <Compile Include="System.IdentityModel.Selectors\WindowsSecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\WindowsUserNameSecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\X509SecurityTokenAuthenticator.cs" />
- <Compile Include="System.IdentityModel.Selectors\X509SecurityTokenProvider.cs" />
- <Compile Include="System.IdentityModel.Tokens\AsymmetricSecurityKey.cs" />
- <Compile Include="System.IdentityModel.Tokens\AudienceRestriction.cs" />
- <Compile Include="System.IdentityModel.Tokens\AuthenticationContext.cs" />
- <Compile Include="System.IdentityModel.Tokens\AuthenticationInformation.cs" />
- <Compile Include="System.IdentityModel.Tokens\BinaryKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\BootstrapContext.cs" />
- <Compile Include="System.IdentityModel.Tokens\EncryptedKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\EncryptingCredentials.cs" />
- <Compile Include="System.IdentityModel.Tokens\GenericXmlSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\InMemorySymmetricSecurityKey.cs" />
- <Compile Include="System.IdentityModel.Tokens\IssuerNameRegistry.cs" />
- <Compile Include="System.IdentityModel.Tokens\KerberosReceiverSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\KerberosRequestorSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\LocalIdKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\ProofDescriptor.cs" />
- <Compile Include="System.IdentityModel.Tokens\RsaKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\RsaSecurityKey.cs" />
- <Compile Include="System.IdentityModel.Tokens\RsaSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAccessDecision.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAction.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAdvice.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAssertion.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAssertionKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAttribute.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAttributeStatement.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAudienceRestrictionCondition.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAuthenticationClaimResource.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAuthenticationStatement.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAuthorityBinding.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAuthorizationDecisionClaimResource.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlAuthorizationDecisionStatement.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlCondition.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlConditions.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlConstants.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlDoNotCacheCondition.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlEvidence.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlNameIdentifierClaimResource.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlSerializer.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlStatement.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlSubject.cs" />
- <Compile Include="System.IdentityModel.Tokens\SamlSubjectStatement.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityAlgorithms.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityKey.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityKeyIdentifier.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityKeyType.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityKeyUsage.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenDescriptor.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenException.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenExpiredException.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenHandler.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenHandlerCollection.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenHandlerConfiguration.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenNotYetValidException.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenReplayDetectedException.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenTypes.cs" />
- <Compile Include="System.IdentityModel.Tokens\SecurityTokenValidationException.cs" />
- <Compile Include="System.IdentityModel.Tokens\SessionSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\SessionSecurityTokenCache.cs" />
- <Compile Include="System.IdentityModel.Tokens\SessionSecurityTokenCacheKey.cs" />
- <Compile Include="System.IdentityModel.Tokens\SessionSecurityTokenHandler.cs" />
- <Compile Include="System.IdentityModel.Tokens\SigningCredentials.cs" />
- <Compile Include="System.IdentityModel.Tokens\SymmetricSecurityKey.cs" />
- <Compile Include="System.IdentityModel.Tokens\TlsHMAC.cs" />
- <Compile Include="System.IdentityModel.Tokens\TokenReplayCache.cs" />
- <Compile Include="System.IdentityModel.Tokens\UserNameSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\WindowsSecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509AsymmetricSecurityKey.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509IssuerSerialKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509RawDataKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509SecurityToken.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509SigningCredentials.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509SubjectKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509ThumbprintKeyIdentifierClause.cs" />
- <Compile Include="System.IdentityModel.Tokens\X509WindowsSecurityToken.cs" />
- <Compile Include="System.IdentityModel\CookieTransform.cs" />
- <Compile Include="System.IdentityModel\OpenObject.cs" />
- <Compile Include="System.IdentityModel\SignatureVerificationFailedException.cs" />
- <Compile Include="System.Security.Claims\AuthenticationTypes.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\BinarySecretSecurityToken.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\InternalEncryptedKeyIdentifierClause.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\WrappedKeySecurityToken.cs" />
- <Compile Include="System.ServiceModel.Security\BinarySecretKeyIdentifierClause.cs" />
- <Compile Include="System.ServiceModel.Security\KeyNameIdentifierClause.cs" />
- <Compile Include="System.ServiceModel.Security\SecurityContextKeyIdentifierClause.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' "></ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="System.IdentityModel.Claims\Claim.cs" />
+ <Compile Include="System.IdentityModel.Claims\ClaimSet.cs" />
+ <Compile Include="System.IdentityModel.Claims\ClaimTypes.cs" />
+ <Compile Include="System.IdentityModel.Claims\DefaultClaimSet.cs" />
+ <Compile Include="System.IdentityModel.Claims\Rights.cs" />
+ <Compile Include="System.IdentityModel.Claims\WindowsClaimSet.cs" />
+ <Compile Include="System.IdentityModel.Claims\X509CertificateClaimSet.cs" />
+ <Compile Include="System.IdentityModel.Configuration\ICustomIdentityConfiguration.cs" />
+ <Compile Include="System.IdentityModel.Configuration\IdentityModelCaches.cs" />
+ <Compile Include="System.IdentityModel.Policy\AuthorizationContext.cs" />
+ <Compile Include="System.IdentityModel.Policy\EvaluationContext.cs" />
+ <Compile Include="System.IdentityModel.Policy\IAuthorizationComponent.cs" />
+ <Compile Include="System.IdentityModel.Policy\IAuthorizationPolicy.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\BinaryExchange.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\EndpointReference.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\Entropy.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\Lifetime.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\ProtectedKey.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\RequestSecurityTokenResponse.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\RequestedProofToken.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\RequestedSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\Status.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\UseKey.cs" />
+ <Compile Include="System.IdentityModel.Protocols\WSTrust\WSTrustMessage.cs" />
+ <Compile Include="System.IdentityModel.Selectors\AudienceUriMode.cs" />
+ <Compile Include="System.IdentityModel.Selectors\CustomUserNameSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\KerberosSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\KerberosSecurityTokenProvider.cs" />
+ <Compile Include="System.IdentityModel.Selectors\RsaSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SamlSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SecurityTokenManager.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SecurityTokenProvider.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SecurityTokenRequirement.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SecurityTokenResolver.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SecurityTokenSerializer.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SecurityTokenVersion.cs" />
+ <Compile Include="System.IdentityModel.Selectors\SystemIdentityAuthorizationPolicy.cs" />
+ <Compile Include="System.IdentityModel.Selectors\UserNamePasswordValidator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\UserNameSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\UserNameSecurityTokenProvider.cs" />
+ <Compile Include="System.IdentityModel.Selectors\WindowsSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\WindowsUserNameSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\X509SecurityTokenAuthenticator.cs" />
+ <Compile Include="System.IdentityModel.Selectors\X509SecurityTokenProvider.cs" />
+ <Compile Include="System.IdentityModel.Tokens\AsymmetricSecurityKey.cs" />
+ <Compile Include="System.IdentityModel.Tokens\AudienceRestriction.cs" />
+ <Compile Include="System.IdentityModel.Tokens\AuthenticationContext.cs" />
+ <Compile Include="System.IdentityModel.Tokens\AuthenticationInformation.cs" />
+ <Compile Include="System.IdentityModel.Tokens\BinaryKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\BootstrapContext.cs" />
+ <Compile Include="System.IdentityModel.Tokens\EncryptedKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\EncryptingCredentials.cs" />
+ <Compile Include="System.IdentityModel.Tokens\GenericXmlSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\InMemorySymmetricSecurityKey.cs" />
+ <Compile Include="System.IdentityModel.Tokens\IssuerNameRegistry.cs" />
+ <Compile Include="System.IdentityModel.Tokens\KerberosReceiverSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\KerberosRequestorSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\LocalIdKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\ProofDescriptor.cs" />
+ <Compile Include="System.IdentityModel.Tokens\RsaKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\RsaSecurityKey.cs" />
+ <Compile Include="System.IdentityModel.Tokens\RsaSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAccessDecision.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAction.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAdvice.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAssertion.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAssertionKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAttribute.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAttributeStatement.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAudienceRestrictionCondition.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAuthenticationClaimResource.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAuthenticationStatement.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAuthorityBinding.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAuthorizationDecisionClaimResource.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlAuthorizationDecisionStatement.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlCondition.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlConditions.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlConstants.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlDoNotCacheCondition.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlEvidence.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlNameIdentifierClaimResource.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlSerializer.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlStatement.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlSubject.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SamlSubjectStatement.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityAlgorithms.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityKey.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityKeyIdentifier.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityKeyType.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityKeyUsage.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenDescriptor.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenException.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenExpiredException.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenHandler.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenHandlerCollection.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenHandlerConfiguration.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenNotYetValidException.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenReplayDetectedException.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenTypes.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SecurityTokenValidationException.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SessionSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SessionSecurityTokenCache.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SessionSecurityTokenCacheKey.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SessionSecurityTokenHandler.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SigningCredentials.cs" />
+ <Compile Include="System.IdentityModel.Tokens\SymmetricSecurityKey.cs" />
+ <Compile Include="System.IdentityModel.Tokens\TlsHMAC.cs" />
+ <Compile Include="System.IdentityModel.Tokens\TokenReplayCache.cs" />
+ <Compile Include="System.IdentityModel.Tokens\UserNameSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\WindowsSecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509AsymmetricSecurityKey.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509IssuerSerialKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509RawDataKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509SecurityToken.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509SigningCredentials.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509SubjectKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509ThumbprintKeyIdentifierClause.cs" />
+ <Compile Include="System.IdentityModel.Tokens\X509WindowsSecurityToken.cs" />
+ <Compile Include="System.IdentityModel\CookieTransform.cs" />
+ <Compile Include="System.IdentityModel\OpenObject.cs" />
+ <Compile Include="System.IdentityModel\SignatureVerificationFailedException.cs" />
+ <Compile Include="System.Security.Claims\AuthenticationTypes.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\BinarySecretSecurityToken.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\InternalEncryptedKeyIdentifierClause.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\WrappedKeySecurityToken.cs" />
+ <Compile Include="System.ServiceModel.Security\BinarySecretKeyIdentifierClause.cs" />
+ <Compile Include="System.ServiceModel.Security\KeyNameIdentifierClause.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityContextKeyIdentifierClause.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup />
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\RS.cs" />
@@ -66,15 +67,16 @@
<Compile Include="System.Json\NGenWrapper.cs" />
<Compile Include="System.Json\Properties\AssemblyInfo.cs" />
<Compile Include="System.Json\Properties\Resources.Designer.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\System.Json\src\System\Json\JavaScriptReader.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Json\src\System\Json\JsonArray.cs" />
@@ -115,15 +116,16 @@
<Compile Include="..\..\build\common\SR.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -116,15 +117,16 @@
<Compile Include="System.Management\TextFormat.cs" />
<Compile Include="System.Management\WqlEventQuery.cs" />
<Compile Include="System.Management\WqlObjectQuery.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -104,15 +105,16 @@
<Compile Include="System.Messaging\Trustee.cs" />
<Compile Include="System.Messaging\TrusteeType.cs" />
<Compile Include="System.Messaging\XmlMessageFormatter.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\Newtonsoft.Json\Src\Newtonsoft.Json\Bson\BsonBinaryType.cs" />
<Compile Include="..\..\..\external\Newtonsoft.Json\Src\Newtonsoft.Json\Bson\BsonBinaryWriter.cs" />
@@ -283,7 +284,7 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\System.Net.Http.Formatting\UriExtensions.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.Net.Http.WebRequest\WebRequestHandler.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.Net.Http/System.Net.Http.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -107,15 +108,16 @@
<Compile Include="System.Net.Http\CookieUsePolicy.cs" />
<Compile Include="System.Net.Http\WinHttpHandler.cs" />
<Compile Include="System.Net.Http\WindowsProxyUsePolicy.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
@@ -158,46 +159,72 @@
<Compile Include="System.Net.Http\MultipartFormDataContent.cs" />
<Compile Include="System.Net.Http\StreamContent.cs" />
<Compile Include="System.Net.Http\StringContent.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="System.Net.Http\HttpClient.android.cs" />
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="System.Net.Http\HttpClientHandler.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="System.Net.Http\HttpClient.mac.cs" />
- <Compile Include="System.Net.Http\HttpClientHandler.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClient.mac.cs" />
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="System.Net.Http\HttpClient.android.cs" />
+ <Compile Include="System.Net.Http\HttpClientHandler.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.Core/System.Core.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="..\referencesource\System.Net\net\IPEndPointCollection.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Assembly\TypeForwarders.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Assembly\TypeForwarders.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Runtime\CompilerServices\IntrinsicAttribute.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Text\ValueStringBuilder.cs" />
@@ -137,15 +138,16 @@
<Compile Include="..\..\build\common\SR.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\GlobalSuppressions.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\InternalsVisibleTo.cs" />
@@ -126,7 +127,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Core\Strings_Core.Generated.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Debugger\Properties\AssemblyInfo.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Debugger\Reactive\Linq\QueryDebugger.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\ExperimentalAttribute.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\InternalsVisibleTo.cs" />
@@ -58,7 +59,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Experimental\Reactive\ListObservable.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Interfaces\AssemblyFileVersionAttribute.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Interfaces\DateTimeOffset.cs" />
@@ -72,7 +73,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Interfaces\Reactive\Subjects\ISubject.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Linq\GlobalSuppressions.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Linq\InternalsVisibleTo.cs" />
@@ -219,7 +220,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Linq\Strings_Linq.Generated.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Observable.Aliases\Observable.Aliases.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Observable.Aliases\Qbservable.Aliases.Generated.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\GlobalSuppressions.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Properties\AssemblyInfo.cs" />
@@ -67,7 +68,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Strings_PlatformServices.Generated.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\GlobalSuppressions.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Properties\AssemblyInfo.cs" />
@@ -60,7 +61,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Providers\Strings_Providers.Generated.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Runtime.Remoting\GlobalSuppressions.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Runtime.Remoting\Properties\AssemblyInfo.cs" />
@@ -52,7 +53,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Runtime.Remoting\Reactive\Linq\QueryLanguage.Remoting.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Forms\GlobalSuppressions.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Forms\Properties\AssemblyInfo.cs" />
@@ -52,7 +53,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Forms\Reactive\Linq\ControlObservable.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\GlobalSuppressions.cs" />
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Properties\AssemblyInfo.cs" />
@@ -56,7 +57,7 @@
<Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Strings_WindowsThreading.Generated.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.Reflection.Context\CustomReflectionContext.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -97,15 +98,16 @@
<Compile Include="ReferenceSources\CacheExpires.cs" />
<Compile Include="ReferenceSources\CacheUsage.cs" />
<Compile Include="ReferenceSources\R.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
- <ItemGroup></ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--Common files-->
+ <ItemGroup />
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\SR.cs" />
<Compile Include="..\referencesource\System.Runtime.DurableInstancing\AssemblyInfo.cs" />
@@ -93,7 +94,7 @@
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="SRCore.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -112,24 +113,50 @@
<Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs" />
<Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs" />
<Compile Include="System.Runtime.Remoting.Services\RemotingService.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' "></ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' "></ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup />
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -58,15 +59,16 @@
<Compile Include="System.Runtime.Serialization.Formatters.Soap\SoapReader.cs" />
<Compile Include="System.Runtime.Serialization.Formatters.Soap\SoapTypeMapper.cs" />
<Compile Include="System.Runtime.Serialization.Formatters.Soap\SoapWriter.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.XML/System.Xml.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\System.Runtime.Serialization.Primitives\src\System\Runtime\Serialization\ISerializationSurrogateProvider.cs" />
<Compile Include="..\..\build\common\SR.cs" />
@@ -253,72 +254,97 @@
<Compile Include="ReferenceSources\XmlFormatReaderGenerator_static.cs" />
<Compile Include="ReferenceSources\XmlFormatWriterGenerator_static.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\ConfigurationStrings.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DataContractSerializerSection.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeElement.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeElementCollection.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeValidator.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeValidatorAttribute.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\NetDataContractSerializerSection.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\ParameterElement.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\ParameterElementCollection.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\Properties.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\SerializationSectionGroup.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\TypeElement.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\TypeElementCollection.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\ContractCodeDomInfo.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\ImportOptions.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractImporter.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
- <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
- <Compile Include="corefx\DiagnosticUtility.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\ConfigurationStrings.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DataContractSerializerSection.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeElement.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeValidator.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\DeclaredTypeValidatorAttribute.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\NetDataContractSerializerSection.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\ParameterElement.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\ParameterElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\Properties.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\SerializationSectionGroup.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\TypeElement.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\Configuration\TypeElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\ContractCodeDomInfo.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\ImportOptions.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="..\referencesource\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractImporter.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.DataContractSerialization\src\System\Runtime\Serialization\XsdDataContractExporter.cs" />
+ <Compile Include="ReferenceSources\SimplifiedCodeTypeReference.cs" />
+ <Compile Include="corefx\DiagnosticUtility.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Security\Cryptography\Asn1V2.Serializer.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Security\Cryptography\Asn1V2.cs" />
@@ -201,664 +202,703 @@
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.Security.Cryptography.Pkcs\EnvelopedCms.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(HostPlatform)' == 'linux' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
- <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(HostPlatform)' == 'macos' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
- <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(HostPlatform)' == 'unix' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
- <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(HostPlatform)' == 'win32' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Internal\Cryptography\Windows\CryptoThrowHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectData.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.ProtectedData\src\System\Security\Cryptography\ProtectedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
- <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
- <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Internal\Cryptography\Windows\CryptoThrowHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectData.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.ProtectedData\src\System\Security\Cryptography\ProtectedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Internal\Cryptography\Windows\CryptoThrowHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.ProtectedData\src\System\Security\Cryptography\ProtectedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
+ <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
+ <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+ </When>
+ <Otherwise>
+ <!--Per-host-platform files-->
+ <Choose>
+ <When Condition="'$(HostPlatform)' == 'win32'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Internal\Cryptography\Windows\CryptoThrowHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptProtectDataFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.CryptUnprotectData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.DATA_BLOB.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.ProtectedData\src\System\Security\Cryptography\ProtectedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'unix'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
+ <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'macos'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
+ <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'linux'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\AttributeSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlText.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CertUsageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CipherReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DSASignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DataReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\DocPosition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ExcCanonicalXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ICanonicalizableNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\IRelDecryptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyInfoX509Data.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\KeyReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\MyXmlDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\NamespaceSortOrder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAKeyValue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA256SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Reference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\ReferenceTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Signature.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SignedXmlDebugLog.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\TransformChain.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Xml\src\System\Security\Cryptography\Xml\XmlLicenseTransform.cs" />
+ <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-host-platform files-->
+ </Otherwise>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.ServiceModel.Activation\ServiceHostFactory.cs" />
<Compile Include="System.ServiceModel\ServiceHostingEnvironment.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.ServiceModel.Channels\DiscoveryChannelBase.cs" />
@@ -144,7 +145,7 @@
<Compile Include="System.ServiceModel.Discovery\UdpDiscoveryEndpoint.cs" />
<Compile Include="System.ServiceModel.Discovery\UdpTransportSettings.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\AssemblyRef.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
@@ -183,48 +184,74 @@
<Compile Include="EventLogEntryType.cs" />
<Compile Include="InternalSR.cs" />
<Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="MobileStubs.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="MobileStubs.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="MobileStubs.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="MobileStubs.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="MobileStubs.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
- <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="MobileStubs.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="MobileStubs.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="MobileStubs.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="MobileStubs.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="MobileStubs.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="MobileStubs.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="MobileStubs.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\SafeEventLogWriteHandle.cs" />
+ <Compile Include="..\referencesource\System.ServiceModel.Internals\System\Runtime\Interop\UnsafeNativeMethods.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -74,15 +75,16 @@
<Compile Include="System.ServiceModel.Routing\RoutingExtension.cs" />
<Compile Include="System.ServiceModel.Routing\RoutingService.cs" />
<Compile Include="System.ServiceModel.Routing\SoapProcessingBehavior.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="Assembly\TypeForwarders.cs" />
@@ -130,118 +131,143 @@
<Compile Include="System.ServiceModel\WebHttpSecurity.cs" />
<Compile Include="System.ServiceModel\WebHttpSecurityMode.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="System.ServiceModel.Activation\WebScriptServiceHostFactory.cs" />
- <Compile Include="System.ServiceModel.Activation\WebServiceHostFactory.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebHttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebHttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebHttpElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebHttpSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebMessageEncodingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebScriptEnablingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointElement.cs" />
- <Compile Include="System.ServiceModel.Description\WebHttpEndpoint.cs" />
- <Compile Include="System.ServiceModel.Description\WebScriptEnablingBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\WebScriptEndpoint.cs" />
- <Compile Include="System.ServiceModel.Description\WebServiceEndpoint.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelector.cs" />
- <Compile Include="System.ServiceModel.Web\IncomingWebRequestContext.cs" />
- <Compile Include="System.ServiceModel.Web\OutgoingWebResponseContext.cs" />
- <Compile Include="System.ServiceModel.Web\WebServiceHost.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System\UriTemplate.cs" />
- <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="System\UriTemplateMatch.cs" />
- <Compile Include="System\UriTemplateMatchException.cs" />
- <Compile Include="System\UriTemplateTable.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="System.ServiceModel.Activation\WebScriptServiceHostFactory.cs" />
+ <Compile Include="System.ServiceModel.Activation\WebServiceHostFactory.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebHttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebHttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebHttpElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebHttpSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebMessageEncodingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebScriptEnablingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointElement.cs" />
+ <Compile Include="System.ServiceModel.Description\WebHttpEndpoint.cs" />
+ <Compile Include="System.ServiceModel.Description\WebScriptEnablingBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\WebScriptEndpoint.cs" />
+ <Compile Include="System.ServiceModel.Description\WebServiceEndpoint.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelector.cs" />
+ <Compile Include="System.ServiceModel.Web\IncomingWebRequestContext.cs" />
+ <Compile Include="System.ServiceModel.Web\OutgoingWebResponseContext.cs" />
+ <Compile Include="System.ServiceModel.Web\WebServiceHost.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\UriTemplate.cs" />
+ <Compile Include="System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="System\UriTemplateMatch.cs" />
+ <Compile Include="System\UriTemplateMatchException.cs" />
+ <Compile Include="System\UriTemplateTable.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -394,714 +395,740 @@
<Compile Include="System.ServiceModel\UpnEndpointIdentity.cs" />
<Compile Include="System.ServiceModel\UriSchemeKeyedCollection.cs" />
<Compile Include="System.ServiceModel\XmlSerializerFormatAttribute.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Channels\UriGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\DiagnosticUtility.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\App10Constants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Atom10Constants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Atom10FeedFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Atom10ItemFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\CategoriesDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\CategoriesDocumentFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\DateTimeHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\FeedUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\IExtensibleSyndicationObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\InlineCategoriesDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\NullNotAllowedCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ReferencedCategoriesDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ResourceCollectionInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Rss20Constants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Rss20FeedFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Rss20ItemFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ServiceDocument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ServiceDocumentFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationCategory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationContent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationElementExtension.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationElementExtensionKindHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationFeed.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationFeedFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationItem.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationItemFormatter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationLink.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationPerson.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationTextInput.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationVersions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\TextSyndicationContent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\TextSyndicationContentKind.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\TextSyndicationContentKindHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\UrlSyndicationContent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Workspace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\XmlDateTimeData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\XmlSyndicationContent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\XmlUriData.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\XmlBuffer.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\System.ServiceModel.Web\System\UriTemplate.cs" />
- <Compile Include="..\System.ServiceModel.Web\System\UriTemplateEquivalenceComparer.cs" />
- <Compile Include="..\System.ServiceModel.Web\System\UriTemplateMatch.cs" />
- <Compile Include="..\System.ServiceModel.Web\System\UriTemplateMatchException.cs" />
- <Compile Include="..\System.ServiceModel.Web\System\UriTemplateTable.cs" />
- <Compile Include="..\referencesource\System.ServiceModel\System\ServiceModel\Description\UseRequestHeadersForMetadataAddressBehavior.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\BitConverterLE.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\ChallengeResponse.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\MessageBase.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\NtlmFlags.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\NtlmTargetInformation.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\NtlmVersion.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\Type1Message.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\Type2Message.cs" />
- <Compile Include="Mono.Security.Protocol.Ntlm\Type3Message.cs" />
- <Compile Include="Mono.Xml.XPath\DTMXPathDocument2.cs" />
- <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder2.cs" />
- <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter2.cs" />
- <Compile Include="Mono.Xml.XPath\DTMXPathNavigator2.cs" />
- <Compile Include="Mono.Xml.XPath\DTMXPathNode2.cs" />
- <Compile Include="System.IO\PipeException.cs" />
- <Compile Include="System.ServiceModel.Activation\AspNetIntegrationRequirementsAttribute.cs" />
- <Compile Include="System.ServiceModel.Activation\ServiceHostFactoryBase.cs" />
- <Compile Include="System.ServiceModel.Activation\VirtualPathExtension.cs" />
- <Compile Include="System.ServiceModel.Channels.Http\HttpChannelListener.cs" />
- <Compile Include="System.ServiceModel.Channels.Http\HttpChannelListenerEntry.cs" />
- <Compile Include="System.ServiceModel.Channels.Http\HttpContextInfo.cs" />
- <Compile Include="System.ServiceModel.Channels.Http\HttpListenerManager.cs" />
- <Compile Include="System.ServiceModel.Channels.Http\HttpListenerManagerTable.cs" />
- <Compile Include="System.ServiceModel.Channels.Http\HttpReplyChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.Http\HttpRequestContext.cs" />
- <Compile Include="System.ServiceModel.Channels.NetTcp\PeerDuplexChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.NetTcp\TcpBinaryFrameManager.cs" />
- <Compile Include="System.ServiceModel.Channels.NetTcp\TcpChannelFactory.cs" />
- <Compile Include="System.ServiceModel.Channels.NetTcp\TcpChannelListener.cs" />
- <Compile Include="System.ServiceModel.Channels.NetTcp\TcpDuplexSessionChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.NetTcp\TcpReplyChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.NetTcp\TcpRequestChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\MessageSecurityBindingSupport.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecureMessageDecryptor.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecureMessageGenerator.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityCapabilities.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityChannelFactory.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityChannelListener.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityDuplexSessionChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityOutputChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityReplyChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityRequestChannel.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SecurityRequestContext.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\SupportingTokenInfo.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\WSEncryptedXml.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\WSSecurityMessageHeader.cs" />
- <Compile Include="System.ServiceModel.Channels.Security\WSSignedXml.cs" />
- <Compile Include="System.ServiceModel.Channels\AsymmetricSecurityBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\CachingCompiler.cs" />
- <Compile Include="System.ServiceModel.Channels\ChannelListenerBase.cs" />
- <Compile Include="System.ServiceModel.Channels\ChannelListenerBase_1.cs" />
- <Compile Include="System.ServiceModel.Channels\CompilationException.cs" />
- <Compile Include="System.ServiceModel.Channels\CompositeDuplexBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\CompositeDuplexBindingElementImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\DeliveryFailure.cs" />
- <Compile Include="System.ServiceModel.Channels\DeliveryStatus.cs" />
- <Compile Include="System.ServiceModel.Channels\DuplexChannelBase.cs" />
- <Compile Include="System.ServiceModel.Channels\DuplexSessionBase.cs" />
- <Compile Include="System.ServiceModel.Channels\HostedTransportConfiguration.cs" />
- <Compile Include="System.ServiceModel.Channels\IBindingMulticastCapabilities.cs" />
- <Compile Include="System.ServiceModel.Channels\IChannelListener.cs" />
- <Compile Include="System.ServiceModel.Channels\IReplyChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\IReplySessionChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\ITransactedBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\ITransportTokenAssertionProvider.cs" />
- <Compile Include="System.ServiceModel.Channels\InputChannelBase.cs" />
- <Compile Include="System.ServiceModel.Channels\InvalidChannelBindingException.cs" />
- <Compile Include="System.ServiceModel.Channels\LayeredReplyChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageEncodingBindingElementImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\MsmqBindingElementBase.cs" />
- <Compile Include="System.ServiceModel.Channels\MsmqChannelFactory.cs" />
- <Compile Include="System.ServiceModel.Channels\MsmqChannelListener.cs" />
- <Compile Include="System.ServiceModel.Channels\MsmqInputChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\MsmqMessageProperty.cs" />
- <Compile Include="System.ServiceModel.Channels\MsmqOutputChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\MsmqTransportBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\MtomMessageEncoder.cs" />
- <Compile Include="System.ServiceModel.Channels\MtomMessageEncoderFactory.cs" />
- <Compile Include="System.ServiceModel.Channels\MtomMessageEncodingBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\NamedPipeChannelFactory.cs" />
- <Compile Include="System.ServiceModel.Channels\NamedPipeChannelListener.cs" />
- <Compile Include="System.ServiceModel.Channels\NamedPipeConnectionPoolSettings.cs" />
- <Compile Include="System.ServiceModel.Channels\NamedPipeReplyChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\NamedPipeRequestChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\NamedPipetransportBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\OneWayBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\OneWayBindingElementImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerChannelFactory.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerChannelListener.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerCustomResolverBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerInputChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerOutputChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerResolverBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerTransportBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\PnrpPeerResolverBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\PolicyImportHelper.cs" />
- <Compile Include="System.ServiceModel.Channels\PrivacyNoticeBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\ReliableSessionBindingElementImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\RemoteEndpointMessageProperty.cs" />
- <Compile Include="System.ServiceModel.Channels\ReplyChannelBase.cs" />
- <Compile Include="System.ServiceModel.Channels\SecurityBindingElementImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\ServiceHostParser.cs" />
- <Compile Include="System.ServiceModel.Channels\SslStreamSecurityUpgradeAcceptor.cs" />
- <Compile Include="System.ServiceModel.Channels\SslStreamSecurityUpgradeProvider.cs" />
- <Compile Include="System.ServiceModel.Channels\StandardBindingImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\StreamSecurityUpgradeAcceptor.cs" />
- <Compile Include="System.ServiceModel.Channels\StreamSecurityUpgradeInitiator.cs" />
- <Compile Include="System.ServiceModel.Channels\StreamSecurityUpgradeProvider.cs" />
- <Compile Include="System.ServiceModel.Channels\StreamUpgradeAcceptor.cs" />
- <Compile Include="System.ServiceModel.Channels\StreamUpgradeBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\StreamUpgradeInitiator.cs" />
- <Compile Include="System.ServiceModel.Channels\StreamUpgradeProvider.cs" />
- <Compile Include="System.ServiceModel.Channels\SvcHttpHandler.cs" />
- <Compile Include="System.ServiceModel.Channels\SvcHttpHandlerFactory.cs" />
- <Compile Include="System.ServiceModel.Channels\SymmetricSecurityBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\TransactionFlowBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\TransactionFlowBindingElementImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\TransactionMessageProperty.cs" />
- <Compile Include="System.ServiceModel.Channels\TransportBindingElementImporter.cs" />
- <Compile Include="System.ServiceModel.Channels\UseManagedPresentationBindingElement.cs" />
- <Compile Include="System.ServiceModel.ComIntegration\Dummy.cs" />
- <Compile Include="System.ServiceModel.Configuration\AddressHeaderCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\AllowedAudienceUriElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\AllowedAudienceUriElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\AuthenticationMode.cs" />
- <Compile Include="System.ServiceModel.Configuration\AuthorizationPolicyTypeElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\AuthorizationPolicyTypeElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\BaseAddressElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BaseAddressElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\BaseAddressPrefixFilterElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BaseAddressPrefixFilterElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpBindingElement_4_5.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpMessageSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpsBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpsBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BasicHttpsSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BehaviorExtensionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BehaviorsSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\BinaryMessageEncodingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BindingElementExtensionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\BindingsSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\CallbackDebugElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CallbackTimeoutsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CertificateElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CertificateReferenceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ChannelEndpointElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ChannelEndpointElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ChannelPoolSettingsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ClaimTypeElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ClaimTypeElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ClientCredentialsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ClientSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ClientViaElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComContractElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComContractElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComContractsSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComMethodElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComMethodElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComPersistableTypeElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComPersistableTypeElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComUdtElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ComUdtElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\CommonBehaviorsSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\CommonEndpointBehaviorElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CommonServiceBehaviorElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CompositeDuplexElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ConfigUtil.cs" />
- <Compile Include="System.ServiceModel.Configuration\ConnectionOrientedTransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CustomBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CustomBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\CustomBindingElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\DataContractSerializerElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\DiagnosticSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\DnsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\EncodingConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\EndToEndTracingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\EndpointAddressElementBase.cs" />
- <Compile Include="System.ServiceModel.Configuration\EndpointBehaviorElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\EndpointBehaviorElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\EndpointCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ExtensionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ExtensionElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ExtensionsSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\FederatedMessageSecurityOverHttpElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\HostElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\HostTimeoutsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\HttpBindingBaseElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\HttpDigestClientElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\HttpTransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\HttpTransportSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\HttpsTransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\IBindingConfigurationElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\IPAddressConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\IdentityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\IssuedTokenClientBehaviorsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\IssuedTokenClientBehaviorsElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\IssuedTokenClientElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\IssuedTokenParametersElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\IssuedTokenParametersEndpointAddressElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\IssuedTokenServiceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\LocalClientSecuritySettingsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\LocalServiceSecuritySettingsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MessageLoggingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MessageSecurityOverHttpElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MessageSecurityOverMsmqElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MessageSecurityOverTcpElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MessageSecurityVersionConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\MessageVersionConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\MetadataElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MethodStubs.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexBindingBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexHttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexHttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexHttpsBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexHttpsBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexNamedPipeBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexNamedPipeBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexTcpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MexTcpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqBindingElementBase.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqElementBase.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqTransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MsmqTransportSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\MtomMessageEncodingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NamedPipeConnectionPoolSettingsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NamedPipeTransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NamedPipeTransportSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NamedServiceModelExtensionCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetMsmqBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetMsmqBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetMsmqSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetNamedPipeBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetNamedPipeBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetNamedPipeSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetPeerTcpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetPeerTcpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetTcpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetTcpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NetTcpSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\NonDualMessageSecurityOverHttpElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\OneWayElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PeerCredentialElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PeerCustomResolverElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PeerResolverElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PeerSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PeerTransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PeerTransportSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PnrpPeerResolverElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PolicyImporterElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\PolicyImporterElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\PolicyVersionConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\PrivacyNoticeElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ProtocolMappingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ProtocolMappingElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ProtocolMappingSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ReliableMessagingVersionConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\ReliableSessionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\RsaElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\SecureConversationServiceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\SecurityAlgorithmSuiteConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\SecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\SecurityElementBase.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceAuthorizationElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceBehaviorElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceBehaviorElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceCredentialsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceDebugElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceEndpointElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceEndpointElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceHostingEnvironmentSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceMetadataEndpointCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceMetadataEndpointElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceMetadataPublishingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceModelConfigurationElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceModelEnhancedConfigurationElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceModelExtensionCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceModelExtensionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceModelSectionGroup.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServicePrincipalNameElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceSecurityAuditElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceThrottlingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServiceTimeoutsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\ServicesSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\SslStreamSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardBindingElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardBindingOptionalReliableSessionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardBindingReliableSessionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardEndpointCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardEndpointElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardEndpointElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\StandardEndpointsSection.cs" />
- <Compile Include="System.ServiceModel.Configuration\SynchronousReceiveElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TcpConnectionPoolSettingsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TcpTransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TcpTransportSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TextMessageEncodingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TransactedBatchingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TransactionFlowElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TransactionProtocolConverter.cs" />
- <Compile Include="System.ServiceModel.Configuration\TransportConfigurationTypeElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\TransportConfigurationTypeElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\TransportElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\UseManagedPresentationElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\UserNameServiceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\UserPrincipalNameElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WS2007FederationHttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WS2007FederationHttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WS2007HttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WS2007HttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSDualHttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSDualHttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSDualHttpSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSFederationHttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSFederationHttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSFederationHttpSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSHttpBindingBaseElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSHttpBindingCollectionElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSHttpBindingElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSHttpSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WSHttpTransportSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WindowsClientElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WindowsServiceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WindowsStreamSecurityElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WsdlImporterElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\WsdlImporterElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509CertificateTrustedIssuerElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509CertificateTrustedIssuerElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509ClientCertificateAuthenticationElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509ClientCertificateCredentialsElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509DefaultServiceCertificateElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509InitiatorCertificateClientElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509InitiatorCertificateServiceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509PeerCertificateAuthenticationElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509PeerCertificateElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509RecipientCertificateClientElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509RecipientCertificateServiceElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509ScopedServiceCertificateElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509ScopedServiceCertificateElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\X509ServiceCertificateAuthenticationElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\XPathMessageFilterElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\XPathMessageFilterElementCollection.cs" />
- <Compile Include="System.ServiceModel.Configuration\XPathMessageFilterElementComparer.cs" />
- <Compile Include="System.ServiceModel.Configuration\XmlDictionaryReaderQuotasElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\XmlElementElement.cs" />
- <Compile Include="System.ServiceModel.Configuration\XmlElementElementCollection.cs" />
- <Compile Include="System.ServiceModel.Description\CallbackDebugBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\CallbackTimeoutsBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\ClientViaBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\CustomPolicyConversionContext.cs" />
- <Compile Include="System.ServiceModel.Description\DataContractSerializerMessageContractImporter.cs" />
- <Compile Include="System.ServiceModel.Description\IContractBehaviorAttribute.cs" />
- <Compile Include="System.ServiceModel.Description\IMetadataExchange.cs" />
- <Compile Include="System.ServiceModel.Description\IOperationContractGenerationExtension.cs" />
- <Compile Include="System.ServiceModel.Description\IPolicyImporter.cs" />
- <Compile Include="System.ServiceModel.Description\IServiceBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\IServiceContractGenerationExtension.cs" />
- <Compile Include="System.ServiceModel.Description\IWsdlExporter.cs" />
- <Compile Include="System.ServiceModel.Description\IWsdlImporter.cs" />
- <Compile Include="System.ServiceModel.Description\IpolicyExporter.cs" />
- <Compile Include="System.ServiceModel.Description\LocalServiceSecuritySettings.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataConversionError.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataExchangeBindings.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataExchangeClient.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataExporter.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataImporter.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataLocation.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataReference.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataResolver.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataSection.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataSectionSerializerBase.cs" />
- <Compile Include="System.ServiceModel.Description\MetadataSet.cs" />
- <Compile Include="System.ServiceModel.Description\MustUnderstandBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\OperationContractGenerationContext.cs" />
- <Compile Include="System.ServiceModel.Description\PolicyAssertionCollection.cs" />
- <Compile Include="System.ServiceModel.Description\PolicyConversionContext.cs" />
- <Compile Include="System.ServiceModel.Description\PolicyVersion.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceAuthorizationBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceContractGenerationContext.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceContractGenerator.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceCredentials.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceDebugBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceDescription.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceEndpointCollection.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceMetadataBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceMetadataEndpoint.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceMetadataExtension.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceSecurityAuditBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceThrottlingBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\ServiceTimeoutsBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\SynchronousReceiveBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\TransactedBatchingBehavior.cs" />
- <Compile Include="System.ServiceModel.Description\TypedMessageConverter.cs" />
- <Compile Include="System.ServiceModel.Description\WSTrustMessageConverters.cs" />
- <Compile Include="System.ServiceModel.Description\WSTrustSTSContract.cs" />
- <Compile Include="System.ServiceModel.Description\WsdlContractConversionContext.cs" />
- <Compile Include="System.ServiceModel.Description\WsdlEndpointConversionContext.cs" />
- <Compile Include="System.ServiceModel.Description\WsdlExporter.cs" />
- <Compile Include="System.ServiceModel.Description\WsdlImporter.cs" />
- <Compile Include="System.ServiceModel.Description\XmlSerializerMessageContractImporter.cs" />
- <Compile Include="System.ServiceModel.Diagnostics\PerformanceCounterScope.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ActionMessageFilter.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ActionMessageFilterTable.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\BaseRequestProcessor.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\BaseRequestProcessorHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\CallbackInstanceContextProvider.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ChannelDispatcher.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ChannelDispatcherBase.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ChannelDispatcherCollection.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\DataContractSerializerServiceBehavior.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\DefaultInstanceContextProvider.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\DefaultOperationInvoker.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\EndpointAddressMessageFilter.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\EndpointAddressMessageFilterTable.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\EndpointDispatcher.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ErrorProcessingHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ExceptionHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\FilterInvalidBodyAccessException.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\FinalizeProcessingHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ICallContextInitializer.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IChannelDispatcherBoundListener.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IDispatchMessageInspector.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IDispatchOperationSelector.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IErrorHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IInputSessionShutdown.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IInstanceContextInitializer.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IInstanceContextProvider.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IInstanceProvider.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IMessageFilterTable.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\IOperationInvoker.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\InitializingHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\InputOrReplyRequestProcessor.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\InstanceContextIdleCallback.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\InstanceManager.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\InvalidBodyAccessException.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MatchAllMessageFilter.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MatchNoneMessageFilter.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MessageFilter.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MessageFilterNodeQuotaExceededException.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MessageFilterTable.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MessageProcessingContext.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MexInstanceContextProvider.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\MultipleMessageFilterMatchesException.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\NavigatorInvalidBodyAccessException.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\OperationInvokerHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\PostReceiveRequestHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\PrefixEndpointAddressMessageFilter.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ReplyHandler.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\SeekableXPathNavigator.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\ServiceThrottle.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\SessionInstanceContextProvider.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\SingletonInstanceContextProvider.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\XPathMessageContext.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\XPathMessageFilter.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\XPathMessageFilterTable.cs" />
- <Compile Include="System.ServiceModel.Dispatcher\XPathNavigatorException.cs" />
- <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationBinding.cs" />
- <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationBindingElement.cs" />
- <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationMessageProperty.cs" />
- <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationSecurity.cs" />
- <Compile Include="System.ServiceModel.MsmqIntegration\MsmqMessage.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\CustomPeerResolverService.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\ICustomPeerResolverContract.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\IPeerConnectorContract.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\IPeerResolverContract.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\LocalPeerResolverService.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\PeerCustomResolverSettings.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\PeerReferralPolicy.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\PeerResolverMode.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\PeerResolverSettings.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\RefreshInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\RefreshResponseInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\RefreshResult.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\RegisterInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\RegisterResponseInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\ResolveInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\ResolveResponseInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\ServiceSettingsResponseInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\UnregisterInfo.cs" />
- <Compile Include="System.ServiceModel.PeerResolvers\UpdateInfo.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\AuthenticatorCommunicationObject.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\ClaimTypeRequirement.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\CommunicationSecurityTokenAuthenticator.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\CommunicationSecurityTokenProvider.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\DerivedKeySecurityToken.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\IIssuanceSecurityTokenAuthenticator.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\ISecurityContextSecurityTokenCache.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\InitiatorServiceModelSecurityTokenRequirement.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\IssuedSecurityTokenHandler.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\IssuedSecurityTokenParameters.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\IssuedSecurityTokenProvider.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\IssuedTokenCommunicationObject.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\KerberosSecurityTokenParameters.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\ProviderCommunicationObject.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\RecipientServiceModelSecurityTokenRequirement.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\RenewedSecurityTokenHandler.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\RsaSecurityTokenParameters.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SecureConversationSecurityTokenAuthenticator.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SecurityContextSecurityToken.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SecurityContextSecurityTokenAuthenticator.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SecurityContextSecurityTokenResolver.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\ServiceModelSecurityTokenRequirement.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\ServiceModelSecurityTokenTypes.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SslSecurityTokenParameters.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SslnegoCookieResolver.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SspiClientSecurityTokenAuthenticator.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SspiSecurityToken.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SspiSecurityTokenParameters.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\SspiSession.cs" />
- <Compile Include="System.ServiceModel.Security.Tokens\X509SecurityTokenParameters.cs" />
- <Compile Include="System.ServiceModel.Security\DataProtectionSecurityStateEncoder.cs" />
- <Compile Include="System.ServiceModel.Security\ExpiredSecurityTokenException.cs" />
- <Compile Include="System.ServiceModel.Security\IEndpointIdentityProvider.cs" />
- <Compile Include="System.ServiceModel.Security\ISecureConversationSession.cs" />
- <Compile Include="System.ServiceModel.Security\ISecuritySession.cs" />
- <Compile Include="System.ServiceModel.Security\IdentityVerifier.cs" />
- <Compile Include="System.ServiceModel.Security\InfocardInteractiveChannelInitializer.cs" />
- <Compile Include="System.ServiceModel.Security\IssuedTokenClientCredential.cs" />
- <Compile Include="System.ServiceModel.Security\IssuedTokenServiceCredential.cs" />
- <Compile Include="System.ServiceModel.Security\KeyEntropyMode.cs" />
- <Compile Include="System.ServiceModel.Security\MessageProtectionOrder.cs" />
- <Compile Include="System.ServiceModel.Security\PeerCredential.cs" />
- <Compile Include="System.ServiceModel.Security\SecureConversationServiceCredential.cs" />
- <Compile Include="System.ServiceModel.Security\SecurityAlgorithmSuite.cs" />
- <Compile Include="System.ServiceModel.Security\SecurityCredentialsManager.cs" />
- <Compile Include="System.ServiceModel.Security\SecurityMessageProperty.cs" />
- <Compile Include="System.ServiceModel.Security\SecurityStateEncoder.cs" />
- <Compile Include="System.ServiceModel.Security\SecurityTokenAttachmentMode.cs" />
- <Compile Include="System.ServiceModel.Security\SecurityTokenSpecification.cs" />
- <Compile Include="System.ServiceModel.Security\ServiceCredentialsSecurityTokenManager.cs" />
- <Compile Include="System.ServiceModel.Security\SspiSecurityTokenProvider.cs" />
- <Compile Include="System.ServiceModel.Security\SupportingTokenSpecification.cs" />
- <Compile Include="System.ServiceModel.Security\UnionSecurityTokenResolver.cs" />
- <Compile Include="System.ServiceModel.Security\UserNamePasswordServiceCredential.cs" />
- <Compile Include="System.ServiceModel.Security\WSSecurityTokenSerializer.cs" />
- <Compile Include="System.ServiceModel.Security\WindowsServiceCredential.cs" />
- <Compile Include="System.ServiceModel.Security\X509CertificateInitiatorServiceCredential.cs" />
- <Compile Include="System.ServiceModel.Security\X509CertificateRecipientServiceCredential.cs" />
- <Compile Include="System.ServiceModel.Security\X509ClientCertificateAuthentication.cs" />
- <Compile Include="System.ServiceModel.Security\X509PeerCertificateAuthentication.cs" />
- <Compile Include="System.ServiceModel\AddressAccessDeniedException.cs" />
- <Compile Include="System.ServiceModel\AddressAlreadyInUseException.cs" />
- <Compile Include="System.ServiceModel\BasicHttpBinding.cs" />
- <Compile Include="System.ServiceModel\ChannelTerminatedException.cs" />
- <Compile Include="System.ServiceModel\ClientCredentialsSecurityTokenManager.cs" />
- <Compile Include="System.ServiceModel\DeliveryRequirementsAttribute.cs" />
- <Compile Include="System.ServiceModel\DuplexClientRuntimeChannel.cs" />
- <Compile Include="System.ServiceModel\EndpointAddressAugust2004.cs" />
- <Compile Include="System.ServiceModel\EndpointIdentity.cs" />
- <Compile Include="System.ServiceModel\FederatedMessageSecurityOverHttp.cs" />
- <Compile Include="System.ServiceModel\IOnlineStatus.cs" />
- <Compile Include="System.ServiceModel\IServiceChannel.cs" />
- <Compile Include="System.ServiceModel\InstanceContext.cs" />
- <Compile Include="System.ServiceModel\MessageSecurityOverHttp.cs" />
- <Compile Include="System.ServiceModel\MessageSecurityOverMsmq.cs" />
- <Compile Include="System.ServiceModel\MsmqBindingBase.cs" />
- <Compile Include="System.ServiceModel\MsmqException.cs" />
- <Compile Include="System.ServiceModel\MsmqPoisonMessageException.cs" />
- <Compile Include="System.ServiceModel\MsmqTransportSecurity.cs" />
- <Compile Include="System.ServiceModel\NamedPipeTransportSecurity.cs" />
- <Compile Include="System.ServiceModel\NetMsmqBinding.cs" />
- <Compile Include="System.ServiceModel\NetMsmqSecurity.cs" />
- <Compile Include="System.ServiceModel\NetNamedPipeBinding.cs" />
- <Compile Include="System.ServiceModel\NetNamedPipeSecurity.cs" />
- <Compile Include="System.ServiceModel\NetPeerTcpBinding.cs" />
- <Compile Include="System.ServiceModel\NonDualMessageSecurityOverHttp.cs" />
- <Compile Include="System.ServiceModel\OperationBehaviorAttribute.cs" />
- <Compile Include="System.ServiceModel\PeerMessagePropagationMessageFilter.cs" />
- <Compile Include="System.ServiceModel\PeerNode.cs" />
- <Compile Include="System.ServiceModel\PeerNodeAddress.cs" />
- <Compile Include="System.ServiceModel\PeerResolver.cs" />
- <Compile Include="System.ServiceModel\PeerResolverImpl.cs" />
- <Compile Include="System.ServiceModel\PeerSecuritySettings.cs" />
- <Compile Include="System.ServiceModel\PeerTransportSecuritySettings.cs" />
- <Compile Include="System.ServiceModel\PoisonMessageException.cs" />
- <Compile Include="System.ServiceModel\RsaEndpointIdentity.cs" />
- <Compile Include="System.ServiceModel\ServiceAuthorizationManager.cs" />
- <Compile Include="System.ServiceModel\ServiceBehaviorAttribute.cs" />
- <Compile Include="System.ServiceModel\ServiceHost.cs" />
- <Compile Include="System.ServiceModel\ServiceHostBase.cs" />
- <Compile Include="System.ServiceModel\ServiceHostingEnvironment.cs" />
- <Compile Include="System.ServiceModel\ServiceProxyGenerator.cs" />
- <Compile Include="System.ServiceModel\ServiceRuntimeChannel.cs" />
- <Compile Include="System.ServiceModel\ServiceSecurityContext.cs" />
- <Compile Include="System.ServiceModel\TransactionFlowAttribute.cs" />
- <Compile Include="System.ServiceModel\TransactionProtocol.cs" />
- <Compile Include="System.ServiceModel\WS2007FederationHttpBinding.cs" />
- <Compile Include="System.ServiceModel\WS2007HttpBinding.cs" />
- <Compile Include="System.ServiceModel\WSDualHttpBinding.cs" />
- <Compile Include="System.ServiceModel\WSDualHttpSecurity.cs" />
- <Compile Include="System.ServiceModel\WSFederationHttpBinding.cs" />
- <Compile Include="System.ServiceModel\WSFederationHttpSecurity.cs" />
- <Compile Include="System.ServiceModel\WSHttpBinding.cs" />
- <Compile Include="System.ServiceModel\WSHttpBindingBase.cs" />
- <Compile Include="System.ServiceModel\WSHttpSecurity.cs" />
- <Compile Include="System.ServiceModel\X509CertificateEndpointIdentity.cs" />
- <Compile Include="corefx\SR.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="Dummy_2_1.cs" />
- <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Channels\UriGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\DiagnosticUtility.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\App10Constants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Atom10Constants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Atom10FeedFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Atom10ItemFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\CategoriesDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\CategoriesDocumentFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\DateTimeHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\FeedUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\IExtensibleSyndicationObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\InlineCategoriesDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\NullNotAllowedCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ReferencedCategoriesDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ResourceCollectionInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Rss20Constants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Rss20FeedFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Rss20ItemFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ServiceDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\ServiceDocumentFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationCategory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationContent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationElementExtension.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationElementExtensionKindHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationFeed.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationFeedFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationItem.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationItemFormatter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationLink.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationPerson.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationTextInput.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\SyndicationVersions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\TextSyndicationContent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\TextSyndicationContentKind.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\TextSyndicationContentKindHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\UrlSyndicationContent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\Workspace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\XmlDateTimeData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\XmlSyndicationContent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\Syndication\XmlUriData.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.ServiceModel.Syndication\src\System\ServiceModel\XmlBuffer.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\System.ServiceModel.Web\System\UriTemplate.cs" />
+ <Compile Include="..\System.ServiceModel.Web\System\UriTemplateEquivalenceComparer.cs" />
+ <Compile Include="..\System.ServiceModel.Web\System\UriTemplateMatch.cs" />
+ <Compile Include="..\System.ServiceModel.Web\System\UriTemplateMatchException.cs" />
+ <Compile Include="..\System.ServiceModel.Web\System\UriTemplateTable.cs" />
+ <Compile Include="..\referencesource\System.ServiceModel\System\ServiceModel\Description\UseRequestHeadersForMetadataAddressBehavior.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\BitConverterLE.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\ChallengeResponse.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\MessageBase.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\NtlmFlags.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\NtlmTargetInformation.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\NtlmVersion.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\Type1Message.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\Type2Message.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\Type3Message.cs" />
+ <Compile Include="Mono.Xml.XPath\DTMXPathDocument2.cs" />
+ <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder2.cs" />
+ <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter2.cs" />
+ <Compile Include="Mono.Xml.XPath\DTMXPathNavigator2.cs" />
+ <Compile Include="Mono.Xml.XPath\DTMXPathNode2.cs" />
+ <Compile Include="System.IO\PipeException.cs" />
+ <Compile Include="System.ServiceModel.Activation\AspNetIntegrationRequirementsAttribute.cs" />
+ <Compile Include="System.ServiceModel.Activation\ServiceHostFactoryBase.cs" />
+ <Compile Include="System.ServiceModel.Activation\VirtualPathExtension.cs" />
+ <Compile Include="System.ServiceModel.Channels.Http\HttpChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels.Http\HttpChannelListenerEntry.cs" />
+ <Compile Include="System.ServiceModel.Channels.Http\HttpContextInfo.cs" />
+ <Compile Include="System.ServiceModel.Channels.Http\HttpListenerManager.cs" />
+ <Compile Include="System.ServiceModel.Channels.Http\HttpListenerManagerTable.cs" />
+ <Compile Include="System.ServiceModel.Channels.Http\HttpReplyChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.Http\HttpRequestContext.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\PeerDuplexChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpBinaryFrameManager.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpChannelFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpDuplexSessionChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpReplyChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpRequestChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\MessageSecurityBindingSupport.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecureMessageDecryptor.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecureMessageGenerator.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityCapabilities.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityChannelFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityDuplexSessionChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityOutputChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityReplyChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityRequestChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SecurityRequestContext.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\SupportingTokenInfo.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\WSEncryptedXml.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\WSSecurityMessageHeader.cs" />
+ <Compile Include="System.ServiceModel.Channels.Security\WSSignedXml.cs" />
+ <Compile Include="System.ServiceModel.Channels\AsymmetricSecurityBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\CachingCompiler.cs" />
+ <Compile Include="System.ServiceModel.Channels\ChannelListenerBase.cs" />
+ <Compile Include="System.ServiceModel.Channels\ChannelListenerBase_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\CompilationException.cs" />
+ <Compile Include="System.ServiceModel.Channels\CompositeDuplexBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\CompositeDuplexBindingElementImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\DeliveryFailure.cs" />
+ <Compile Include="System.ServiceModel.Channels\DeliveryStatus.cs" />
+ <Compile Include="System.ServiceModel.Channels\DuplexChannelBase.cs" />
+ <Compile Include="System.ServiceModel.Channels\DuplexSessionBase.cs" />
+ <Compile Include="System.ServiceModel.Channels\HostedTransportConfiguration.cs" />
+ <Compile Include="System.ServiceModel.Channels\IBindingMulticastCapabilities.cs" />
+ <Compile Include="System.ServiceModel.Channels\IChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels\IReplyChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\IReplySessionChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\ITransactedBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\ITransportTokenAssertionProvider.cs" />
+ <Compile Include="System.ServiceModel.Channels\InputChannelBase.cs" />
+ <Compile Include="System.ServiceModel.Channels\InvalidChannelBindingException.cs" />
+ <Compile Include="System.ServiceModel.Channels\LayeredReplyChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageEncodingBindingElementImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\MsmqBindingElementBase.cs" />
+ <Compile Include="System.ServiceModel.Channels\MsmqChannelFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels\MsmqChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels\MsmqInputChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\MsmqMessageProperty.cs" />
+ <Compile Include="System.ServiceModel.Channels\MsmqOutputChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\MsmqTransportBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\MtomMessageEncoder.cs" />
+ <Compile Include="System.ServiceModel.Channels\MtomMessageEncoderFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels\MtomMessageEncodingBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\NamedPipeChannelFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels\NamedPipeChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels\NamedPipeConnectionPoolSettings.cs" />
+ <Compile Include="System.ServiceModel.Channels\NamedPipeReplyChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\NamedPipeRequestChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\NamedPipetransportBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\OneWayBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\OneWayBindingElementImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\PeerChannelFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels\PeerChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels\PeerCustomResolverBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\PeerInputChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\PeerOutputChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels\PeerResolverBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\PeerTransportBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\PnrpPeerResolverBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\PolicyImportHelper.cs" />
+ <Compile Include="System.ServiceModel.Channels\PrivacyNoticeBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\ReliableSessionBindingElementImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\RemoteEndpointMessageProperty.cs" />
+ <Compile Include="System.ServiceModel.Channels\ReplyChannelBase.cs" />
+ <Compile Include="System.ServiceModel.Channels\SecurityBindingElementImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\ServiceHostParser.cs" />
+ <Compile Include="System.ServiceModel.Channels\SslStreamSecurityUpgradeAcceptor.cs" />
+ <Compile Include="System.ServiceModel.Channels\SslStreamSecurityUpgradeProvider.cs" />
+ <Compile Include="System.ServiceModel.Channels\StandardBindingImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\StreamSecurityUpgradeAcceptor.cs" />
+ <Compile Include="System.ServiceModel.Channels\StreamSecurityUpgradeInitiator.cs" />
+ <Compile Include="System.ServiceModel.Channels\StreamSecurityUpgradeProvider.cs" />
+ <Compile Include="System.ServiceModel.Channels\StreamUpgradeAcceptor.cs" />
+ <Compile Include="System.ServiceModel.Channels\StreamUpgradeBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\StreamUpgradeInitiator.cs" />
+ <Compile Include="System.ServiceModel.Channels\StreamUpgradeProvider.cs" />
+ <Compile Include="System.ServiceModel.Channels\SvcHttpHandler.cs" />
+ <Compile Include="System.ServiceModel.Channels\SvcHttpHandlerFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels\SymmetricSecurityBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\TransactionFlowBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\TransactionFlowBindingElementImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\TransactionMessageProperty.cs" />
+ <Compile Include="System.ServiceModel.Channels\TransportBindingElementImporter.cs" />
+ <Compile Include="System.ServiceModel.Channels\UseManagedPresentationBindingElement.cs" />
+ <Compile Include="System.ServiceModel.ComIntegration\Dummy.cs" />
+ <Compile Include="System.ServiceModel.Configuration\AddressHeaderCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\AllowedAudienceUriElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\AllowedAudienceUriElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\AuthenticationMode.cs" />
+ <Compile Include="System.ServiceModel.Configuration\AuthorizationPolicyTypeElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\AuthorizationPolicyTypeElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BaseAddressElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BaseAddressElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BaseAddressPrefixFilterElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BaseAddressPrefixFilterElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpBindingElement_4_5.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpMessageSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpsBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpsBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BasicHttpsSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BehaviorExtensionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BehaviorsSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BinaryMessageEncodingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BindingElementExtensionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\BindingsSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CallbackDebugElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CallbackTimeoutsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CertificateElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CertificateReferenceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ChannelEndpointElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ChannelEndpointElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ChannelPoolSettingsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ClaimTypeElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ClaimTypeElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ClientCredentialsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ClientSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ClientViaElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComContractElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComContractElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComContractsSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComMethodElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComMethodElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComPersistableTypeElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComPersistableTypeElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComUdtElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ComUdtElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CommonBehaviorsSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CommonEndpointBehaviorElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CommonServiceBehaviorElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CompositeDuplexElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ConfigUtil.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ConnectionOrientedTransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CustomBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CustomBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\CustomBindingElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\DataContractSerializerElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\DiagnosticSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\DnsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\EncodingConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\EndToEndTracingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\EndpointAddressElementBase.cs" />
+ <Compile Include="System.ServiceModel.Configuration\EndpointBehaviorElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\EndpointBehaviorElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\EndpointCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ExtensionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ExtensionElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ExtensionsSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\FederatedMessageSecurityOverHttpElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\HostElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\HostTimeoutsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\HttpBindingBaseElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\HttpDigestClientElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\HttpTransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\HttpTransportSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\HttpsTransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IBindingConfigurationElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IPAddressConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IdentityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IssuedTokenClientBehaviorsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IssuedTokenClientBehaviorsElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IssuedTokenClientElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IssuedTokenParametersElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IssuedTokenParametersEndpointAddressElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\IssuedTokenServiceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\LocalClientSecuritySettingsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\LocalServiceSecuritySettingsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MessageLoggingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MessageSecurityOverHttpElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MessageSecurityOverMsmqElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MessageSecurityOverTcpElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MessageSecurityVersionConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MessageVersionConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MetadataElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MethodStubs.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexBindingBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexHttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexHttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexHttpsBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexHttpsBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexNamedPipeBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexNamedPipeBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexTcpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MexTcpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqBindingElementBase.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqElementBase.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqIntegrationSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqTransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MsmqTransportSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\MtomMessageEncodingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NamedPipeConnectionPoolSettingsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NamedPipeTransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NamedPipeTransportSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NamedServiceModelExtensionCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetMsmqBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetMsmqBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetMsmqSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetNamedPipeBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetNamedPipeBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetNamedPipeSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetPeerTcpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetPeerTcpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetTcpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetTcpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NetTcpSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\NonDualMessageSecurityOverHttpElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\OneWayElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PeerCredentialElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PeerCustomResolverElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PeerResolverElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PeerSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PeerTransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PeerTransportSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PnrpPeerResolverElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PolicyImporterElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PolicyImporterElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PolicyVersionConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\PrivacyNoticeElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ProtocolMappingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ProtocolMappingElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ProtocolMappingSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ReliableMessagingVersionConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ReliableSessionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\RsaElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\SecureConversationServiceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\SecurityAlgorithmSuiteConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\SecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\SecurityElementBase.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceAuthorizationElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceBehaviorElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceBehaviorElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceCredentialsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceDebugElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceEndpointElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceEndpointElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceHostingEnvironmentSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceMetadataEndpointCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceMetadataEndpointElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceMetadataPublishingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceModelConfigurationElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceModelEnhancedConfigurationElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceModelExtensionCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceModelExtensionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceModelSectionGroup.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServicePrincipalNameElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceSecurityAuditElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceThrottlingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServiceTimeoutsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\ServicesSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\SslStreamSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardBindingElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardBindingOptionalReliableSessionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardBindingReliableSessionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardEndpointCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardEndpointElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardEndpointElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\StandardEndpointsSection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\SynchronousReceiveElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TcpConnectionPoolSettingsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TcpTransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TcpTransportSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TextMessageEncodingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TransactedBatchingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TransactionFlowElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TransactionProtocolConverter.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TransportConfigurationTypeElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TransportConfigurationTypeElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\TransportElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\UseManagedPresentationElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\UserNameServiceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\UserPrincipalNameElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WS2007FederationHttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WS2007FederationHttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WS2007HttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WS2007HttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSDualHttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSDualHttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSDualHttpSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSFederationHttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSFederationHttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSFederationHttpSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSHttpBindingBaseElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSHttpBindingCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSHttpBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSHttpSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WSHttpTransportSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WindowsClientElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WindowsServiceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WindowsStreamSecurityElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WsdlImporterElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\WsdlImporterElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509CertificateTrustedIssuerElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509CertificateTrustedIssuerElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509ClientCertificateAuthenticationElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509ClientCertificateCredentialsElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509DefaultServiceCertificateElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509InitiatorCertificateClientElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509InitiatorCertificateServiceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509PeerCertificateAuthenticationElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509PeerCertificateElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509RecipientCertificateClientElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509RecipientCertificateServiceElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509ScopedServiceCertificateElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509ScopedServiceCertificateElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\X509ServiceCertificateAuthenticationElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\XPathMessageFilterElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\XPathMessageFilterElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Configuration\XPathMessageFilterElementComparer.cs" />
+ <Compile Include="System.ServiceModel.Configuration\XmlDictionaryReaderQuotasElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\XmlElementElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\XmlElementElementCollection.cs" />
+ <Compile Include="System.ServiceModel.Description\CallbackDebugBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\CallbackTimeoutsBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\ClientViaBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\CustomPolicyConversionContext.cs" />
+ <Compile Include="System.ServiceModel.Description\DataContractSerializerMessageContractImporter.cs" />
+ <Compile Include="System.ServiceModel.Description\IContractBehaviorAttribute.cs" />
+ <Compile Include="System.ServiceModel.Description\IMetadataExchange.cs" />
+ <Compile Include="System.ServiceModel.Description\IOperationContractGenerationExtension.cs" />
+ <Compile Include="System.ServiceModel.Description\IPolicyImporter.cs" />
+ <Compile Include="System.ServiceModel.Description\IServiceBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\IServiceContractGenerationExtension.cs" />
+ <Compile Include="System.ServiceModel.Description\IWsdlExporter.cs" />
+ <Compile Include="System.ServiceModel.Description\IWsdlImporter.cs" />
+ <Compile Include="System.ServiceModel.Description\IpolicyExporter.cs" />
+ <Compile Include="System.ServiceModel.Description\LocalServiceSecuritySettings.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataConversionError.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataExchangeBindings.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataExchangeClient.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataExporter.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataImporter.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataLocation.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataReference.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataResolver.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataSection.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataSectionSerializerBase.cs" />
+ <Compile Include="System.ServiceModel.Description\MetadataSet.cs" />
+ <Compile Include="System.ServiceModel.Description\MustUnderstandBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\OperationContractGenerationContext.cs" />
+ <Compile Include="System.ServiceModel.Description\PolicyAssertionCollection.cs" />
+ <Compile Include="System.ServiceModel.Description\PolicyConversionContext.cs" />
+ <Compile Include="System.ServiceModel.Description\PolicyVersion.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceAuthorizationBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceContractGenerationContext.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceContractGenerator.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceCredentials.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceDebugBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceDescription.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceEndpointCollection.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceMetadataBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceMetadataEndpoint.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceMetadataExtension.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceSecurityAuditBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceThrottlingBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\ServiceTimeoutsBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\SynchronousReceiveBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\TransactedBatchingBehavior.cs" />
+ <Compile Include="System.ServiceModel.Description\TypedMessageConverter.cs" />
+ <Compile Include="System.ServiceModel.Description\WSTrustMessageConverters.cs" />
+ <Compile Include="System.ServiceModel.Description\WSTrustSTSContract.cs" />
+ <Compile Include="System.ServiceModel.Description\WsdlContractConversionContext.cs" />
+ <Compile Include="System.ServiceModel.Description\WsdlEndpointConversionContext.cs" />
+ <Compile Include="System.ServiceModel.Description\WsdlExporter.cs" />
+ <Compile Include="System.ServiceModel.Description\WsdlImporter.cs" />
+ <Compile Include="System.ServiceModel.Description\XmlSerializerMessageContractImporter.cs" />
+ <Compile Include="System.ServiceModel.Diagnostics\PerformanceCounterScope.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ActionMessageFilter.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ActionMessageFilterTable.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\BaseRequestProcessor.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\BaseRequestProcessorHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\CallbackInstanceContextProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ChannelDispatcher.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ChannelDispatcherBase.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ChannelDispatcherCollection.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\DataContractSerializerServiceBehavior.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\DefaultInstanceContextProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\DefaultOperationInvoker.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\EndpointAddressMessageFilter.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\EndpointAddressMessageFilterTable.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\EndpointDispatcher.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ErrorProcessingHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ExceptionHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\FilterInvalidBodyAccessException.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\FinalizeProcessingHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ICallContextInitializer.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IChannelDispatcherBoundListener.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IDispatchMessageInspector.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IDispatchOperationSelector.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IErrorHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IInputSessionShutdown.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IInstanceContextInitializer.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IInstanceContextProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IInstanceProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IMessageFilterTable.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\IOperationInvoker.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\InitializingHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\InputOrReplyRequestProcessor.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\InstanceContextIdleCallback.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\InstanceManager.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\InvalidBodyAccessException.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MatchAllMessageFilter.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MatchNoneMessageFilter.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MessageFilter.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MessageFilterNodeQuotaExceededException.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MessageFilterTable.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MessageProcessingContext.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MexInstanceContextProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\MultipleMessageFilterMatchesException.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\NavigatorInvalidBodyAccessException.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\OperationInvokerHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\PostReceiveRequestHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\PrefixEndpointAddressMessageFilter.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ReplyHandler.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\SeekableXPathNavigator.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\ServiceThrottle.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\SessionInstanceContextProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\SingletonInstanceContextProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\XPathMessageContext.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\XPathMessageFilter.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\XPathMessageFilterTable.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\XPathNavigatorException.cs" />
+ <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationBinding.cs" />
+ <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationBindingElement.cs" />
+ <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationMessageProperty.cs" />
+ <Compile Include="System.ServiceModel.MsmqIntegration\MsmqIntegrationSecurity.cs" />
+ <Compile Include="System.ServiceModel.MsmqIntegration\MsmqMessage.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\CustomPeerResolverService.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\ICustomPeerResolverContract.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\IPeerConnectorContract.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\IPeerResolverContract.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\LocalPeerResolverService.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\PeerCustomResolverSettings.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\PeerReferralPolicy.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\PeerResolverMode.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\PeerResolverSettings.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\RefreshInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\RefreshResponseInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\RefreshResult.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\RegisterInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\RegisterResponseInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\ResolveInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\ResolveResponseInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\ServiceSettingsResponseInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\UnregisterInfo.cs" />
+ <Compile Include="System.ServiceModel.PeerResolvers\UpdateInfo.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\AuthenticatorCommunicationObject.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\ClaimTypeRequirement.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\CommunicationSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\CommunicationSecurityTokenProvider.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\DerivedKeySecurityToken.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\IIssuanceSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\ISecurityContextSecurityTokenCache.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\InitiatorServiceModelSecurityTokenRequirement.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\IssuedSecurityTokenHandler.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\IssuedSecurityTokenParameters.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\IssuedSecurityTokenProvider.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\IssuedTokenCommunicationObject.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\KerberosSecurityTokenParameters.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\ProviderCommunicationObject.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\RecipientServiceModelSecurityTokenRequirement.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\RenewedSecurityTokenHandler.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\RsaSecurityTokenParameters.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SecureConversationSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SecurityContextSecurityToken.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SecurityContextSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SecurityContextSecurityTokenResolver.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\ServiceModelSecurityTokenRequirement.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\ServiceModelSecurityTokenTypes.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SslSecurityTokenParameters.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SslnegoCookieResolver.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SspiClientSecurityTokenAuthenticator.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SspiSecurityToken.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SspiSecurityTokenParameters.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\SspiSession.cs" />
+ <Compile Include="System.ServiceModel.Security.Tokens\X509SecurityTokenParameters.cs" />
+ <Compile Include="System.ServiceModel.Security\DataProtectionSecurityStateEncoder.cs" />
+ <Compile Include="System.ServiceModel.Security\ExpiredSecurityTokenException.cs" />
+ <Compile Include="System.ServiceModel.Security\IEndpointIdentityProvider.cs" />
+ <Compile Include="System.ServiceModel.Security\ISecureConversationSession.cs" />
+ <Compile Include="System.ServiceModel.Security\ISecuritySession.cs" />
+ <Compile Include="System.ServiceModel.Security\IdentityVerifier.cs" />
+ <Compile Include="System.ServiceModel.Security\InfocardInteractiveChannelInitializer.cs" />
+ <Compile Include="System.ServiceModel.Security\IssuedTokenClientCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\IssuedTokenServiceCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\KeyEntropyMode.cs" />
+ <Compile Include="System.ServiceModel.Security\MessageProtectionOrder.cs" />
+ <Compile Include="System.ServiceModel.Security\PeerCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\SecureConversationServiceCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityAlgorithmSuite.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityCredentialsManager.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityMessageProperty.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityStateEncoder.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityTokenAttachmentMode.cs" />
+ <Compile Include="System.ServiceModel.Security\SecurityTokenSpecification.cs" />
+ <Compile Include="System.ServiceModel.Security\ServiceCredentialsSecurityTokenManager.cs" />
+ <Compile Include="System.ServiceModel.Security\SspiSecurityTokenProvider.cs" />
+ <Compile Include="System.ServiceModel.Security\SupportingTokenSpecification.cs" />
+ <Compile Include="System.ServiceModel.Security\UnionSecurityTokenResolver.cs" />
+ <Compile Include="System.ServiceModel.Security\UserNamePasswordServiceCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\WSSecurityTokenSerializer.cs" />
+ <Compile Include="System.ServiceModel.Security\WindowsServiceCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\X509CertificateInitiatorServiceCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\X509CertificateRecipientServiceCredential.cs" />
+ <Compile Include="System.ServiceModel.Security\X509ClientCertificateAuthentication.cs" />
+ <Compile Include="System.ServiceModel.Security\X509PeerCertificateAuthentication.cs" />
+ <Compile Include="System.ServiceModel\AddressAccessDeniedException.cs" />
+ <Compile Include="System.ServiceModel\AddressAlreadyInUseException.cs" />
+ <Compile Include="System.ServiceModel\BasicHttpBinding.cs" />
+ <Compile Include="System.ServiceModel\ChannelTerminatedException.cs" />
+ <Compile Include="System.ServiceModel\ClientCredentialsSecurityTokenManager.cs" />
+ <Compile Include="System.ServiceModel\DeliveryRequirementsAttribute.cs" />
+ <Compile Include="System.ServiceModel\DuplexClientRuntimeChannel.cs" />
+ <Compile Include="System.ServiceModel\EndpointAddressAugust2004.cs" />
+ <Compile Include="System.ServiceModel\EndpointIdentity.cs" />
+ <Compile Include="System.ServiceModel\FederatedMessageSecurityOverHttp.cs" />
+ <Compile Include="System.ServiceModel\IOnlineStatus.cs" />
+ <Compile Include="System.ServiceModel\IServiceChannel.cs" />
+ <Compile Include="System.ServiceModel\InstanceContext.cs" />
+ <Compile Include="System.ServiceModel\MessageSecurityOverHttp.cs" />
+ <Compile Include="System.ServiceModel\MessageSecurityOverMsmq.cs" />
+ <Compile Include="System.ServiceModel\MsmqBindingBase.cs" />
+ <Compile Include="System.ServiceModel\MsmqException.cs" />
+ <Compile Include="System.ServiceModel\MsmqPoisonMessageException.cs" />
+ <Compile Include="System.ServiceModel\MsmqTransportSecurity.cs" />
+ <Compile Include="System.ServiceModel\NamedPipeTransportSecurity.cs" />
+ <Compile Include="System.ServiceModel\NetMsmqBinding.cs" />
+ <Compile Include="System.ServiceModel\NetMsmqSecurity.cs" />
+ <Compile Include="System.ServiceModel\NetNamedPipeBinding.cs" />
+ <Compile Include="System.ServiceModel\NetNamedPipeSecurity.cs" />
+ <Compile Include="System.ServiceModel\NetPeerTcpBinding.cs" />
+ <Compile Include="System.ServiceModel\NonDualMessageSecurityOverHttp.cs" />
+ <Compile Include="System.ServiceModel\OperationBehaviorAttribute.cs" />
+ <Compile Include="System.ServiceModel\PeerMessagePropagationMessageFilter.cs" />
+ <Compile Include="System.ServiceModel\PeerNode.cs" />
+ <Compile Include="System.ServiceModel\PeerNodeAddress.cs" />
+ <Compile Include="System.ServiceModel\PeerResolver.cs" />
+ <Compile Include="System.ServiceModel\PeerResolverImpl.cs" />
+ <Compile Include="System.ServiceModel\PeerSecuritySettings.cs" />
+ <Compile Include="System.ServiceModel\PeerTransportSecuritySettings.cs" />
+ <Compile Include="System.ServiceModel\PoisonMessageException.cs" />
+ <Compile Include="System.ServiceModel\RsaEndpointIdentity.cs" />
+ <Compile Include="System.ServiceModel\ServiceAuthorizationManager.cs" />
+ <Compile Include="System.ServiceModel\ServiceBehaviorAttribute.cs" />
+ <Compile Include="System.ServiceModel\ServiceHost.cs" />
+ <Compile Include="System.ServiceModel\ServiceHostBase.cs" />
+ <Compile Include="System.ServiceModel\ServiceHostingEnvironment.cs" />
+ <Compile Include="System.ServiceModel\ServiceProxyGenerator.cs" />
+ <Compile Include="System.ServiceModel\ServiceRuntimeChannel.cs" />
+ <Compile Include="System.ServiceModel\ServiceSecurityContext.cs" />
+ <Compile Include="System.ServiceModel\TransactionFlowAttribute.cs" />
+ <Compile Include="System.ServiceModel\TransactionProtocol.cs" />
+ <Compile Include="System.ServiceModel\WS2007FederationHttpBinding.cs" />
+ <Compile Include="System.ServiceModel\WS2007HttpBinding.cs" />
+ <Compile Include="System.ServiceModel\WSDualHttpBinding.cs" />
+ <Compile Include="System.ServiceModel\WSDualHttpSecurity.cs" />
+ <Compile Include="System.ServiceModel\WSFederationHttpBinding.cs" />
+ <Compile Include="System.ServiceModel\WSFederationHttpSecurity.cs" />
+ <Compile Include="System.ServiceModel\WSHttpBinding.cs" />
+ <Compile Include="System.ServiceModel\WSHttpBindingBase.cs" />
+ <Compile Include="System.ServiceModel\WSHttpSecurity.cs" />
+ <Compile Include="System.ServiceModel\X509CertificateEndpointIdentity.cs" />
+ <Compile Include="corefx\SR.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="Dummy_2_1.cs" />
+ <Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -73,15 +74,16 @@
<Compile Include="System.ServiceProcess\TimeoutException.cs" />
<Compile Include="System.ServiceProcess\UnixServiceController.cs" />
<Compile Include="System.ServiceProcess\Win32ServiceController.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\System.Threading.Tasks.Dataflow\src\Base\DataflowBlock.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Threading.Tasks.Dataflow\src\Base\DataflowBlockOptions.cs" />
@@ -87,15 +88,16 @@
<Compile Include="..\..\build\common\SR.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -144,15 +145,16 @@
<Compile Include="System.Transactions\TransactionScopeAsyncFlowOption.cs" />
<Compile Include="System.Transactions\TransactionScopeOption.cs" />
<Compile Include="System.Transactions\TransactionStatus.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -65,15 +66,16 @@
<Compile Include="System.Web.Security\RoleProvider.cs" />
<Compile Include="System.Web.UI\KeyedList.cs" />
<Compile Include="System.Web.UI\KeyedListEnumerator.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -85,15 +86,16 @@
<Compile Include="System.Web.DynamicData\MetaTable.cs" />
<Compile Include="System.Web.DynamicData\PageAction.cs" />
<Compile Include="System.Web.DynamicData\TableNameAttribute.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -61,15 +62,16 @@
<Compile Include="System.Web.Extensions.Design\UpdatePanelTriggerCollectionEditor.cs" />
<Compile Include="System.Web.Extensions.Design\UpdateProgressAssociatedUpdatePanelIDConverter.cs" />
<Compile Include="System.Web.Extensions.Design\UpdateProgressDesigner.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\System.Web\System.Web.Configuration_2.0\MachineKeyRegistryStorage.cs" />
<Compile Include="..\System.Web\System.Web.Handlers\AssemblyResourceLoader.cs" />
@@ -188,7 +189,7 @@
<Compile Include="System.Web.UI\UpdatePanelUpdateMode.cs" />
<Compile Include="System.Web.UI\UpdateProgress.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\Common\CommonWebApiResources.Designer.cs" />
@@ -88,7 +89,7 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.SelfHost\ServiceModel\TransferModeHelper.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\Common\CommonWebApiResources.Designer.cs" />
@@ -76,7 +77,7 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http.WebHost\WebHostHttpControllerTypeResolver.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\AptcaCommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
@@ -311,7 +312,7 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http\ValueProviders\ValueProviderFactory.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\System.Web.Http\ValueProviders\ValueProviderResult.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="GlobalAssemblyInfo.cs" />
<Compile Include="GlobalSuppressions.cs" />
@@ -388,7 +389,7 @@
<Compile Include="Mvc\WebViewPage`1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonResources.Designer.cs" />
@@ -196,15 +197,16 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\referencesource\System.Web.Services\System\ComponentModel\CompModSwitches.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\DiagnosticsElement.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\PriorityGroup.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\ProtocolElement.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\ProtocolElementCollection.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\Protocols.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\SoapEnvelopeProcessingElement.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\SoapExtensionTypeElement.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\SoapExtensionTypeElementCollection.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\TypeElement.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\TypeElementCollection.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WebServicesSection.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WsiProfilesElement.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WsiProfilesElementCollection.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpFormatExtensions.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpGetProtocolImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpGetProtocolReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpPostProtocolImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpPostProtocolReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpProtocolImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpProtocolReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeAnyImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeFormImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeFormReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeFormatExtensions.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeParameter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeParameters.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeReturn.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeTextImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeXmlImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeXmlReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ProtocolImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ProtocolReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SchemaCompiler.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescription.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptionImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptionReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptionSerializer.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptions.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\Soap12FormatExtensions.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\Soap12ProtocolImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\Soap12ProtocolReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapExtensionImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapExtensionReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapFormatExtensions.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapHttpTransportImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapProtocolImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapProtocolReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapTransportImporter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebCodeGenerator.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebReference.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebReferenceCollection.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebReferenceOptions.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebServicesInteroperability.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Diagnostics\TraceUtility.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\ContractReference.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\ContractSearchPattern.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryClientDocuments.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryClientReferences.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocument.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryReference.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryReferences.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryRequestHandler.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicDiscoSearcher.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicPhysicalDiscoSearcher.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\ExcludePathInfo.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\InvalidContentTypeException.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\InvalidDocumentContentsException.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\LinkGrep.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\SchemaReference.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\SoapBinding.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\CallId.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\INotifyConnection2.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\INotifySink2.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\INotifySource2.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\NotifyFilter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\UserThread.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\NativeMethods.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\PartialTrustHelpers.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\AnyReturnReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\BufferedResponseStream.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ClientProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\DiscoveryServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\DocumentationServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HtmlFormParameterReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HtmlFormParameterWriter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpClientProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpGetClientProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpGetServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpMethodAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpPostClientProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpPostLocalhostServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpPostServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\LogicalMethodInfo.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MatchAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeFormatter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeParameterReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeParameterWriter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeReturnReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeReturnWriter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\NopReturnReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\PatternMatcher.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\RequestResponse.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\RuntimeUtils.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\Scalars.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ScatterGatherStream.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ServerType.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\Soap11ServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\Soap12ServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapClientMessage.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapClientProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapException.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapExtension.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapExtensionStream.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapFaultCodes.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaderDirection.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaderException.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaders.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapMessage.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapMessageStage.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapParameterStyle.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapProtocolVersion.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapReflector.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServerMessage.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServerMethod.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServerProtocol.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapUnknownHeader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\TextReturnReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\UrlParameterReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\UrlParameterWriter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ValueCollectionParameterReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\WebServiceHandler.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\WebServiceHandlerFactory.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\XmlReturnReader.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\XmlReturnWriter.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Soap.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebMethodAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebService.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebServiceAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebServiceBindingAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WsiProfiles.cs" />
- <Compile Include="..\referencesource\System.Web.Services\inc\InvariantComparer.cs" />
- <Compile Include="..\referencesource\System.Web.Services\inc\PrivilegedConfigurationManager.cs" />
- <Compile Include="ReferenceSources\Res.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
- <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
- <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
- <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
- <Compile Include="System.Web.Services.Description\Binding.cs" />
- <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
- <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
- <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
- <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
- <Compile Include="System.Web.Services.Description\Import.cs" />
- <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
- <Compile Include="System.Web.Services.Description\InputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Message.cs" />
- <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
- <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\MessagePart.cs" />
- <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimePart.cs" />
- <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
- <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
- <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
- <Compile Include="System.Web.Services.Description\NamedItem.cs" />
- <Compile Include="System.Web.Services.Description\Operation.cs" />
- <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFault.cs" />
- <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
- <Compile Include="System.Web.Services.Description\OperationInput.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
- <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
- <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
- <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
- <Compile Include="System.Web.Services.Description\Port.cs" />
- <Compile Include="System.Web.Services.Description\PortCollection.cs" />
- <Compile Include="System.Web.Services.Description\PortType.cs" />
- <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
- <Compile Include="System.Web.Services.Description\Service.cs" />
- <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
- <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
- <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
- <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
- <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
- <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
- <Compile Include="System.Web.Services.Description\Types.cs" />
- <Compile Include="System.Web.Services.Description\WebReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
- <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
- <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
- <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
- <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
- <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
- <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
- <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
- <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
- <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
- <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
- <Compile Include="System.Web.Services.Protocols\Methods.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
- <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
- <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
- <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
- <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
- <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
- <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
- <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
- <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
- <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
- <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
- <Compile Include="System.Web.Services\WsiProfiles.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="..\referencesource\System.Web.Services\System\ComponentModel\CompModSwitches.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\DiagnosticsElement.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\PriorityGroup.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\ProtocolElement.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\ProtocolElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\Protocols.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\SoapEnvelopeProcessingElement.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\SoapExtensionTypeElement.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\SoapExtensionTypeElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\TypeElement.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\TypeElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WebServicesSection.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WsiProfilesElement.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\WsiProfilesElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpFormatExtensions.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpGetProtocolImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpGetProtocolReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpPostProtocolImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpPostProtocolReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpProtocolImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\HttpProtocolReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeAnyImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeFormImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeFormReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeFormatExtensions.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeParameter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeParameters.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeReturn.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeTextImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeXmlImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\MimeXmlReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ProtocolImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ProtocolReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SchemaCompiler.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescription.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptionReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptionSerializer.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\ServiceDescriptions.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\Soap12FormatExtensions.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\Soap12ProtocolImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\Soap12ProtocolReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapExtensionImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapExtensionReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapFormatExtensions.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapHttpTransportImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapProtocolImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapProtocolReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\SoapTransportImporter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebCodeGenerator.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebReference.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebReferenceCollection.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebReferenceOptions.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Description\WebServicesInteroperability.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Diagnostics\TraceUtility.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\ContractReference.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\ContractSearchPattern.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryClientDocuments.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryClientReferences.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocument.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryReference.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryReferences.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoveryRequestHandler.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicDiscoSearcher.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicPhysicalDiscoSearcher.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\ExcludePathInfo.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\InvalidContentTypeException.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\InvalidDocumentContentsException.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\LinkGrep.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\SchemaReference.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\SoapBinding.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\CallId.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\INotifyConnection2.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\INotifySink2.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\INotifySource2.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\NotifyFilter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Interop\UserThread.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\NativeMethods.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\PartialTrustHelpers.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\AnyReturnReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\BufferedResponseStream.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ClientProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\DiscoveryServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\DocumentationServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HtmlFormParameterReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HtmlFormParameterWriter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpClientProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpGetClientProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpGetServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpPostClientProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpPostLocalhostServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpPostServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\HttpServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MatchAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeFormatter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeParameterReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeParameterWriter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeReturnReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\MimeReturnWriter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\NopReturnReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\PatternMatcher.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\RequestResponse.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\RuntimeUtils.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\Scalars.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ScatterGatherStream.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ServerType.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\Soap11ServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\Soap12ServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapClientMessage.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapClientProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapException.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapExtension.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapExtensionStream.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapFaultCodes.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaderException.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapHeaders.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapMessage.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapMessageStage.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapParameterStyle.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapReflector.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServerMessage.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServerMethod.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServerProtocol.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\TextReturnReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\UrlParameterReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\UrlParameterWriter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\ValueCollectionParameterReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\WebServiceHandler.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\WebServiceHandlerFactory.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\XmlReturnReader.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Protocols\XmlReturnWriter.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\Soap.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebMethodAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebService.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebServiceAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\System\Web\Services\WsiProfiles.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\inc\InvariantComparer.cs" />
+ <Compile Include="..\referencesource\System.Web.Services\inc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="ReferenceSources\Res.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\Helpers.cs" />
+ <Compile Include="..\System.Web\System.Web.Util\HttpEncoder.cs" />
+ <Compile Include="..\System.Web\System.Web\HttpUtility.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
+ <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
+ <Compile Include="System.Web.Services.Description\Binding.cs" />
+ <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
+ <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Import.cs" />
+ <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
+ <Compile Include="System.Web.Services.Description\InputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Message.cs" />
+ <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePart.cs" />
+ <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimePart.cs" />
+ <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
+ <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
+ <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
+ <Compile Include="System.Web.Services.Description\NamedItem.cs" />
+ <Compile Include="System.Web.Services.Description\Operation.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFault.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
+ <Compile Include="System.Web.Services.Description\OperationInput.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
+ <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
+ <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
+ <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Port.cs" />
+ <Compile Include="System.Web.Services.Description\PortCollection.cs" />
+ <Compile Include="System.Web.Services.Description\PortType.cs" />
+ <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
+ <Compile Include="System.Web.Services.Description\Service.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
+ <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
+ <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
+ <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
+ <Compile Include="System.Web.Services.Description\Types.cs" />
+ <Compile Include="System.Web.Services.Description\WebReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
+ <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
+ <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
+ <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
+ <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
+ <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
+ <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
+ <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
+ <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
+ <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
+ <Compile Include="System.Web.Services.Protocols\Methods.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
+ <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
+ <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
+ <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
+ <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
+ <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
+ <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
+ <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
+ <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
+ <Compile Include="System.Web.Services\WsiProfiles.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonResources.Designer.cs" />
@@ -64,15 +65,16 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonResources.Designer.cs" />
@@ -67,15 +68,16 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\TransparentCommonAssemblyInfo.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonAssemblyInfo.cs" />
<Compile Include="..\..\..\external\aspnetwebstack\src\CommonResources.Designer.cs" />
@@ -191,15 +192,16 @@
<Compile Include="..\..\..\external\aspnetwebstack\src\VirtualPathUtilityWrapper.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
<Compile Include="System.Web\UplevelHelper.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -1484,15 +1485,16 @@
<Compile Include="System.Web\WebPageTraceListener.cs" />
<Compile Include="System.Web\WebROCollection.cs" />
<Compile Include="System.Web\XmlSiteMapProvider.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -184,15 +185,16 @@
<Compile Include="System.Windows.Forms.DataVisualization.Charting\VerticalLineAnnotation.cs" />
<Compile Include="System.Windows.Forms.DataVisualization.Charting\ViewEventArgs.cs" />
<Compile Include="System.Windows.Forms.DataVisualization.Charting\ZTestResult.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -958,15 +959,16 @@
<Compile Include="System.Windows.Forms\XplatUIStructs.cs" />
<Compile Include="System.Windows.Forms\XplatUIWin32.cs" />
<Compile Include="System.Windows.Forms\XplatUIX11.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Cache\Shape.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Cache\ShapeGenerator.cs" />
@@ -607,908 +608,934 @@
<Compile Include="ReferenceSources\Res.cs" />
<Compile Include="ReferenceSources\ThisAssembly.cs" />
<Compile Include="corefx\SR.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilBinary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilChoice.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilCloneVisitor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilDataSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilFunction.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilInvoke.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilInvokeLateBound.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilIterator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilLiteral.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilLoop.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilNode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilNodeType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilPatternFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilPatternVisitor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilReplaceVisitor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilScopedVisitor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilSortKey.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilStrConcat.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilTargetType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilTernary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilTypeChecker.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilUnary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilValidationVisitor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilVisitor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilXmlWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\SerializationHints.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\SubstitutionList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\WhitespaceRule.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\GenerateHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\IteratorDescriptor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\OptimizerPatterns.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\StaticDataManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\TailCallAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILAnnotation.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILModule.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimization.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTrace.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTypeHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\ContentIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DodSequenceMerge.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SetIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SiblingIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\TreeIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAggregates.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlCollation.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlExtensionFunction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILIndex.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILStorageConverter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryRuntime.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQuerySequence.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryStaticData.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSequenceWriter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKey.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XslNumber.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltConvert.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltFunctions.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltLibrary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXPathEnvironment.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathQilFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlILCommand.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlIlGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Compiler.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\CompilerScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Focus.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\InvokeGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\KeyMatchBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\MatcherBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\OutputScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGeneratorEnv.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilStrConcatenator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Scripts.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Stylesheet.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternParser.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAst.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAstAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslFlags.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltInput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltLoader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltQilFactory.cs" />
- <Compile Include="..\referencesource\System.Xml\InternalApis\NDP_Common\inc\Win8Helpers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Advanced\SchemaImporterExtension.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\AppSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compilation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compiler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\ConfigurationStrings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\DateTimeSerializationSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElementCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionsSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SerializationSectionGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\XmlSerializerSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlSerializable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlTextParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Mappings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Models.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\NameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\PrimitiveXmlSerializers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapCodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapEnumAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapReflectionImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemamember.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapTypeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SourceInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\TypeExtensions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Types.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCountingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlEnumAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMemberMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMembersMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionMember.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlRootAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReaderILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriterILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializer.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerFactory.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTextAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Xmlcustomformatter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\indentedWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslCompiledTransform.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="ReferenceSources\CodeDom.cs" />
- <Compile Include="ReferenceSources\TypeScope.cs" />
- <Compile Include="ReferenceSources\Wsdl.cs" />
- <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
- <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
- <Compile Include="System.Xml.Serialization\ImportContext.cs" />
- <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
- <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
- <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
- <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
- <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
- <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
- <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\TypeData.cs" />
- <Compile Include="System.Xml.Serialization\TypeMember.cs" />
- <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
- <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
- <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
- <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
- <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
- <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
- <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
- <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilBinary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilChoice.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilCloneVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilDataSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilFunction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilInvoke.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilInvokeLateBound.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilLiteral.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilLoop.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilNodeType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilPatternFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilPatternVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilReplaceVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilScopedVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilSortKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilStrConcat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilTargetType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilTernary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilTypeChecker.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilUnary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilValidationVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\QilXmlWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\SerializationHints.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\SubstitutionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Xml\src\System\Xml\Xsl\QIL\WhitespaceRule.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\GenerateHelper.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\IteratorDescriptor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\OptimizerPatterns.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\StaticDataManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\TailCallAnalyzer.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILAnnotation.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILModule.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimization.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTrace.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTypeHelper.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\ContentIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DodSequenceMerge.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SetIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SiblingIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\TreeIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAggregates.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlCollation.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlExtensionFunction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILIndex.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILStorageConverter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryContext.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryRuntime.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQuerySequence.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryStaticData.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSequenceWriter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKey.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XslNumber.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltConvert.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltFunctions.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltLibrary.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXPathEnvironment.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathContext.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathQilFactory.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlILCommand.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlIlGenerator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Compiler.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\CompilerScopeManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Focus.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\InvokeGenerator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\KeyMatchBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\MatcherBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\OutputScopeManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGenerator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGeneratorEnv.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilStrConcatenator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Scripts.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Stylesheet.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternParser.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAst.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAstAnalyzer.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslFlags.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltInput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltLoader.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltQilFactory.cs" />
+ <Compile Include="..\referencesource\System.Xml\InternalApis\NDP_Common\inc\Win8Helpers.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Advanced\SchemaImporterExtension.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\AppSettings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compilation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compiler.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\ConfigurationStrings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\DateTimeSerializationSection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionsSection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SerializationSectionGroup.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\XmlSerializerSection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlSerializable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlTextParser.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Mappings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Models.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\NameTable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\PrimitiveXmlSerializers.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapCodeExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapElementAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemamember.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SourceInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\TypeExtensions.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Types.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCodeExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCountingReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMemberMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMembersMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionMember.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlRootAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationILGen.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReaderILGen.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriterILGen.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializer.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTextAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Xmlcustomformatter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\indentedWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslCompiledTransform.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -166,15 +167,16 @@
<Compile Include="System.Xaml\XamlXmlWriter.cs" />
<Compile Include="System.Xaml\XamlXmlWriterException.cs" />
<Compile Include="System.Xaml\XamlXmlWriterSettings.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Text\StringBuilderCache.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
@@ -145,7 +146,7 @@
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System/System.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="TypeForwarders.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../System.XML/System.Xml.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Collections\Generic\ValueListBuilder.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\ComponentModel\DefaultValueAttribute.cs" />
@@ -992,2769 +993,2806 @@
<Compile Include="corefx\StringDictionary.cs" />
<Compile Include="corefx\ZLibNative.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupAndroid.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System\AndroidPlatform.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
- <Compile Include="Mono.AppleTls\Enums.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.Mobile.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
- <Compile Include="Mono.AppleTls\Policy.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.cs" />
- <Compile Include="Mono.AppleTls\SecureTransport.cs" />
- <Compile Include="Mono.AppleTls\SslConnection.cs" />
- <Compile Include="Mono.AppleTls\Trust.cs" />
- <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
- <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
- <Compile Include="Mono.AppleTls\Enums.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.Mobile.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
- <Compile Include="Mono.AppleTls\Policy.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.cs" />
- <Compile Include="Mono.AppleTls\SecureTransport.cs" />
- <Compile Include="Mono.AppleTls\SslConnection.cs" />
- <Compile Include="Mono.AppleTls\Trust.cs" />
- <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
- <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\AuthorityKeyIdentifierExtension.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.platformnotsupported.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.platformnotsupported.cs" />
- <Compile Include="System.Net.Sockets\TcpClient.platformnotsupported.cs" />
- <Compile Include="System.Net.Sockets\TcpListener.platformnotsupported.cs" />
- <Compile Include="System.Net.Sockets\UdpClient.platformnotsupported.cs" />
- <Compile Include="System.Net.WebSockets\HttpListenerWebSocketContext.platformnotsupported.cs" />
- <Compile Include="System.Net\AuthenticationManager.platformnotsupported.cs" />
- <Compile Include="System.Net\FtpRequestCreator.platformnotsupported.cs" />
- <Compile Include="System.Net\FtpWebRequest.platformnotsupported.cs" />
- <Compile Include="System.Net\FtpWebResponse.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpListener.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpListenerContext.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpListenerRequest.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpListenerResponse.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpWebRequest.platformnotsupported.cs" />
- <Compile Include="System.Net\HttpWebResponse.platformnotsupported.cs" />
- <Compile Include="System.Net\ServicePoint.platformnotsupported.cs" />
- <Compile Include="System.Net\ServicePointManager.platformnotsupported.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|linux' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\System.Native\Interop.INotify.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeDirectoryHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.Linux.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\PowerModes.cs" />
- <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
- <Compile Include="Microsoft.Win32\SystemEvents.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Dns\DnsClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
- <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
- <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsQType.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
- <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
- <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
- <Compile Include="Mono.Net.Dns\DnsType.cs" />
- <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
- <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
- <Compile Include="Mono.Net.Dns\ResolverError.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
- <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
- <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\Executor.cs" />
- <Compile Include="System.Configuration\AppSettingsReader.cs" />
- <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
- <Compile Include="System.Configuration\ClientSettingsSection.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
- <Compile Include="System.Configuration\ConfigurationException.cs" />
- <Compile Include="System.Configuration\ConfigurationSettings.cs" />
- <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
- <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
- <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
- <Compile Include="System.Configuration\IConfigurationSystem.cs" />
- <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
- <Compile Include="System.Configuration\ISettingsProviderService.cs" />
- <Compile Include="System.Configuration\IdnElement.cs" />
- <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
- <Compile Include="System.Configuration\IriParsingElement.cs" />
- <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
- <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
- <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
- <Compile Include="System.Configuration\SettingAttribute.cs" />
- <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
- <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingElement.cs" />
- <Compile Include="System.Configuration\SettingElementCollection.cs" />
- <Compile Include="System.Configuration\SettingValueElement.cs" />
- <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
- <Compile Include="System.Configuration\SettingsBase.cs" />
- <Compile Include="System.Configuration\SettingsContext.cs" />
- <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsManageability.cs" />
- <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProperty.cs" />
- <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
- <Compile Include="System.Configuration\SettingsProvider.cs" />
- <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
- <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
- <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
- <Compile Include="System.Configuration\SpecialSetting.cs" />
- <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
- <Compile Include="System.Configuration\UriSection.cs" />
- <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\UserSettingsGroup.cs" />
- <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
- <Compile Include="System.Diagnostics\CounterCreationData.cs" />
- <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
- <Compile Include="System.Diagnostics\CounterSample.cs" />
- <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
- <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
- <Compile Include="System.Diagnostics\EventInstance.cs" />
- <Compile Include="System.Diagnostics\EventLog.cs" />
- <Compile Include="System.Diagnostics\EventLogEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
- <Compile Include="System.Diagnostics\EventLogImpl.cs" />
- <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
- <Compile Include="System.Diagnostics\EventLogPermission.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
- <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
- <Compile Include="System.Diagnostics\ICollectData.cs" />
- <Compile Include="System.Diagnostics\InstanceData.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
- <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
- <Compile Include="System.Diagnostics\NullEventLog.cs" />
- <Compile Include="System.Diagnostics\OverflowAction.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
- <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
- <Compile Include="System.Diagnostics\Win32EventLog.cs" />
- <Compile Include="System.IO.Ports\Handshake.cs" />
- <Compile Include="System.IO.Ports\ISerialStream.cs" />
- <Compile Include="System.IO.Ports\Parity.cs" />
- <Compile Include="System.IO.Ports\SerialData.cs" />
- <Compile Include="System.IO.Ports\SerialError.cs" />
- <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPinChange.cs" />
- <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPort.cs" />
- <Compile Include="System.IO.Ports\SerialPortStream.cs" />
- <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialSignal.cs" />
- <Compile Include="System.IO.Ports\StopBits.cs" />
- <Compile Include="System.IO.Ports\WinSerialStream.cs" />
- <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
- <Compile Include="System.IO\DefaultWatcher.cs" />
- <Compile Include="System.IO\FAMWatcher.cs" />
- <Compile Include="System.IO\FileAction.cs" />
- <Compile Include="System.IO\FileSystemWatcher.cs" />
- <Compile Include="System.IO\IFileWatcher.cs" />
- <Compile Include="System.IO\InotifyWatcher.cs" />
- <Compile Include="System.IO\KeventWatcher.cs" />
- <Compile Include="System.IO\NullFileWatcher.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.Media\AudioData.cs" />
- <Compile Include="System.Media\AudioDevice.cs" />
- <Compile Include="System.Media\SoundPlayer.cs" />
- <Compile Include="System.Media\SystemSound.cs" />
- <Compile Include="System.Media\SystemSounds.cs" />
- <Compile Include="System.Media\Win32SoundPlayer.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
- <Compile Include="System.Net.Configuration\BypassElement.cs" />
- <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
- <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
- <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
- <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\ModuleElement.cs" />
- <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
- <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
- <Compile Include="System.Net.Configuration\ProxyElement.cs" />
- <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
- <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
- <Compile Include="System.Net.Configuration\SettingsSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
- <Compile Include="System.Net.Configuration\SmtpSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
- <Compile Include="System.Net.Configuration\SocketElement.cs" />
- <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.Mail\SmtpPermission.cs" />
- <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\DnsAsyncResult.cs" />
- <Compile Include="System.Net\DnsPermission.cs" />
- <Compile Include="System.Net\DnsPermissionAttribute.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
- <Compile Include="System.Security.Permissions\StorePermission.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
- <Compile Include="System.Web\AspNetHostingPermission.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
- <Compile Include="System\MonoToolsLocator.cs" />
- <Compile Include="corefx\Unix\Interop.Read.cs" />
- <Compile Include="corefx\Unix\Interop.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|macos' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.CoreFoundation.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.EventStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.RunLoop.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.RealPath.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Sync.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeEventStreamHandle.OSX.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.OSX.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.OSX.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\PowerModes.cs" />
- <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
- <Compile Include="Microsoft.Win32\SystemEvents.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
- <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
- <Compile Include="Mono.AppleTls\Enums.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.OSX.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
- <Compile Include="Mono.AppleTls\Policy.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.cs" />
- <Compile Include="Mono.AppleTls\SecureTransport.cs" />
- <Compile Include="Mono.AppleTls\SslConnection.cs" />
- <Compile Include="Mono.AppleTls\Trust.cs" />
- <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
- <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Dns\DnsClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
- <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
- <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsQType.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
- <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
- <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
- <Compile Include="Mono.Net.Dns\DnsType.cs" />
- <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
- <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
- <Compile Include="Mono.Net.Dns\ResolverError.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
- <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
- <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\Executor.cs" />
- <Compile Include="System.Configuration\AppSettingsReader.cs" />
- <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
- <Compile Include="System.Configuration\ClientSettingsSection.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
- <Compile Include="System.Configuration\ConfigurationException.cs" />
- <Compile Include="System.Configuration\ConfigurationSettings.cs" />
- <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
- <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
- <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
- <Compile Include="System.Configuration\IConfigurationSystem.cs" />
- <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
- <Compile Include="System.Configuration\ISettingsProviderService.cs" />
- <Compile Include="System.Configuration\IdnElement.cs" />
- <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
- <Compile Include="System.Configuration\IriParsingElement.cs" />
- <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
- <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
- <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
- <Compile Include="System.Configuration\SettingAttribute.cs" />
- <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
- <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingElement.cs" />
- <Compile Include="System.Configuration\SettingElementCollection.cs" />
- <Compile Include="System.Configuration\SettingValueElement.cs" />
- <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
- <Compile Include="System.Configuration\SettingsBase.cs" />
- <Compile Include="System.Configuration\SettingsContext.cs" />
- <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsManageability.cs" />
- <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProperty.cs" />
- <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
- <Compile Include="System.Configuration\SettingsProvider.cs" />
- <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
- <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
- <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
- <Compile Include="System.Configuration\SpecialSetting.cs" />
- <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
- <Compile Include="System.Configuration\UriSection.cs" />
- <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\UserSettingsGroup.cs" />
- <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
- <Compile Include="System.Diagnostics\CounterCreationData.cs" />
- <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
- <Compile Include="System.Diagnostics\CounterSample.cs" />
- <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
- <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
- <Compile Include="System.Diagnostics\EventInstance.cs" />
- <Compile Include="System.Diagnostics\EventLog.cs" />
- <Compile Include="System.Diagnostics\EventLogEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
- <Compile Include="System.Diagnostics\EventLogImpl.cs" />
- <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
- <Compile Include="System.Diagnostics\EventLogPermission.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
- <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
- <Compile Include="System.Diagnostics\ICollectData.cs" />
- <Compile Include="System.Diagnostics\InstanceData.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
- <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
- <Compile Include="System.Diagnostics\NullEventLog.cs" />
- <Compile Include="System.Diagnostics\OverflowAction.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
- <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
- <Compile Include="System.Diagnostics\Win32EventLog.cs" />
- <Compile Include="System.IO.Ports\Handshake.cs" />
- <Compile Include="System.IO.Ports\ISerialStream.cs" />
- <Compile Include="System.IO.Ports\Parity.cs" />
- <Compile Include="System.IO.Ports\SerialData.cs" />
- <Compile Include="System.IO.Ports\SerialError.cs" />
- <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPinChange.cs" />
- <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPort.cs" />
- <Compile Include="System.IO.Ports\SerialPortStream.cs" />
- <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialSignal.cs" />
- <Compile Include="System.IO.Ports\StopBits.cs" />
- <Compile Include="System.IO.Ports\WinSerialStream.cs" />
- <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
- <Compile Include="System.IO\DefaultWatcher.cs" />
- <Compile Include="System.IO\FAMWatcher.cs" />
- <Compile Include="System.IO\FileAction.cs" />
- <Compile Include="System.IO\FileSystemWatcher.cs" />
- <Compile Include="System.IO\IFileWatcher.cs" />
- <Compile Include="System.IO\InotifyWatcher.cs" />
- <Compile Include="System.IO\KeventWatcher.cs" />
- <Compile Include="System.IO\NullFileWatcher.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.Media\AudioData.cs" />
- <Compile Include="System.Media\AudioDevice.cs" />
- <Compile Include="System.Media\SoundPlayer.cs" />
- <Compile Include="System.Media\SystemSound.cs" />
- <Compile Include="System.Media\SystemSounds.cs" />
- <Compile Include="System.Media\Win32SoundPlayer.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
- <Compile Include="System.Net.Configuration\BypassElement.cs" />
- <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
- <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
- <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
- <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\ModuleElement.cs" />
- <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
- <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
- <Compile Include="System.Net.Configuration\ProxyElement.cs" />
- <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
- <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
- <Compile Include="System.Net.Configuration\SettingsSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
- <Compile Include="System.Net.Configuration\SmtpSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
- <Compile Include="System.Net.Configuration\SocketElement.cs" />
- <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.Mail\SmtpPermission.cs" />
- <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\DnsAsyncResult.cs" />
- <Compile Include="System.Net\DnsPermission.cs" />
- <Compile Include="System.Net\DnsPermissionAttribute.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
- <Compile Include="System.Security.Permissions\StorePermission.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
- <Compile Include="System.Web\AspNetHostingPermission.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
- <Compile Include="System\MonoToolsLocator.cs" />
- <Compile Include="corefx\Unix\Interop.Read.cs" />
- <Compile Include="corefx\Unix\Interop.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|unix' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\System.Native\Interop.INotify.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeDirectoryHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.Linux.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\PowerModes.cs" />
- <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
- <Compile Include="Microsoft.Win32\SystemEvents.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Dns\DnsClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
- <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
- <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsQType.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
- <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
- <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
- <Compile Include="Mono.Net.Dns\DnsType.cs" />
- <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
- <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
- <Compile Include="Mono.Net.Dns\ResolverError.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
- <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
- <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\Executor.cs" />
- <Compile Include="System.Configuration\AppSettingsReader.cs" />
- <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
- <Compile Include="System.Configuration\ClientSettingsSection.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
- <Compile Include="System.Configuration\ConfigurationException.cs" />
- <Compile Include="System.Configuration\ConfigurationSettings.cs" />
- <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
- <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
- <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
- <Compile Include="System.Configuration\IConfigurationSystem.cs" />
- <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
- <Compile Include="System.Configuration\ISettingsProviderService.cs" />
- <Compile Include="System.Configuration\IdnElement.cs" />
- <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
- <Compile Include="System.Configuration\IriParsingElement.cs" />
- <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
- <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
- <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
- <Compile Include="System.Configuration\SettingAttribute.cs" />
- <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
- <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingElement.cs" />
- <Compile Include="System.Configuration\SettingElementCollection.cs" />
- <Compile Include="System.Configuration\SettingValueElement.cs" />
- <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
- <Compile Include="System.Configuration\SettingsBase.cs" />
- <Compile Include="System.Configuration\SettingsContext.cs" />
- <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsManageability.cs" />
- <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProperty.cs" />
- <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
- <Compile Include="System.Configuration\SettingsProvider.cs" />
- <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
- <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
- <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
- <Compile Include="System.Configuration\SpecialSetting.cs" />
- <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
- <Compile Include="System.Configuration\UriSection.cs" />
- <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\UserSettingsGroup.cs" />
- <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
- <Compile Include="System.Diagnostics\CounterCreationData.cs" />
- <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
- <Compile Include="System.Diagnostics\CounterSample.cs" />
- <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
- <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
- <Compile Include="System.Diagnostics\EventInstance.cs" />
- <Compile Include="System.Diagnostics\EventLog.cs" />
- <Compile Include="System.Diagnostics\EventLogEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
- <Compile Include="System.Diagnostics\EventLogImpl.cs" />
- <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
- <Compile Include="System.Diagnostics\EventLogPermission.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
- <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
- <Compile Include="System.Diagnostics\ICollectData.cs" />
- <Compile Include="System.Diagnostics\InstanceData.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
- <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
- <Compile Include="System.Diagnostics\NullEventLog.cs" />
- <Compile Include="System.Diagnostics\OverflowAction.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
- <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
- <Compile Include="System.Diagnostics\Win32EventLog.cs" />
- <Compile Include="System.IO.Ports\Handshake.cs" />
- <Compile Include="System.IO.Ports\ISerialStream.cs" />
- <Compile Include="System.IO.Ports\Parity.cs" />
- <Compile Include="System.IO.Ports\SerialData.cs" />
- <Compile Include="System.IO.Ports\SerialError.cs" />
- <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPinChange.cs" />
- <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPort.cs" />
- <Compile Include="System.IO.Ports\SerialPortStream.cs" />
- <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialSignal.cs" />
- <Compile Include="System.IO.Ports\StopBits.cs" />
- <Compile Include="System.IO.Ports\WinSerialStream.cs" />
- <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
- <Compile Include="System.IO\DefaultWatcher.cs" />
- <Compile Include="System.IO\FAMWatcher.cs" />
- <Compile Include="System.IO\FileAction.cs" />
- <Compile Include="System.IO\FileSystemWatcher.cs" />
- <Compile Include="System.IO\IFileWatcher.cs" />
- <Compile Include="System.IO\InotifyWatcher.cs" />
- <Compile Include="System.IO\KeventWatcher.cs" />
- <Compile Include="System.IO\NullFileWatcher.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.Media\AudioData.cs" />
- <Compile Include="System.Media\AudioDevice.cs" />
- <Compile Include="System.Media\SoundPlayer.cs" />
- <Compile Include="System.Media\SystemSound.cs" />
- <Compile Include="System.Media\SystemSounds.cs" />
- <Compile Include="System.Media\Win32SoundPlayer.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
- <Compile Include="System.Net.Configuration\BypassElement.cs" />
- <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
- <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
- <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
- <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\ModuleElement.cs" />
- <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
- <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
- <Compile Include="System.Net.Configuration\ProxyElement.cs" />
- <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
- <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
- <Compile Include="System.Net.Configuration\SettingsSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
- <Compile Include="System.Net.Configuration\SmtpSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
- <Compile Include="System.Net.Configuration\SocketElement.cs" />
- <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.Mail\SmtpPermission.cs" />
- <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\DnsAsyncResult.cs" />
- <Compile Include="System.Net\DnsPermission.cs" />
- <Compile Include="System.Net\DnsPermissionAttribute.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
- <Compile Include="System.Security.Permissions\StorePermission.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
- <Compile Include="System.Web\AspNetHostingPermission.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
- <Compile Include="System\MonoToolsLocator.cs" />
- <Compile Include="corefx\Unix\Interop.Read.cs" />
- <Compile Include="corefx\Unix\Interop.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|win32' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.BOOL.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CloseHandle.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreateFile.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FileOperations.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ReadDirectoryChangesW.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SECURITY_ATTRIBUTES.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\PathInternal.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.Win32.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Encoding\src\Internal\Cryptography\OidLookup.Windows.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\PowerModes.cs" />
- <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
- <Compile Include="Microsoft.Win32\SystemEvents.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Dns\DnsClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
- <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
- <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsQType.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
- <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
- <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
- <Compile Include="Mono.Net.Dns\DnsType.cs" />
- <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
- <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
- <Compile Include="Mono.Net.Dns\ResolverError.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
- <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
- <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
- <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
- <Compile Include="System.CodeDom.Compiler\Executor.cs" />
- <Compile Include="System.Configuration\AppSettingsReader.cs" />
- <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
- <Compile Include="System.Configuration\ClientSettingsSection.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
- <Compile Include="System.Configuration\ConfigurationException.cs" />
- <Compile Include="System.Configuration\ConfigurationSettings.cs" />
- <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
- <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
- <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
- <Compile Include="System.Configuration\IConfigurationSystem.cs" />
- <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
- <Compile Include="System.Configuration\ISettingsProviderService.cs" />
- <Compile Include="System.Configuration\IdnElement.cs" />
- <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
- <Compile Include="System.Configuration\IriParsingElement.cs" />
- <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
- <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
- <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
- <Compile Include="System.Configuration\SettingAttribute.cs" />
- <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
- <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingElement.cs" />
- <Compile Include="System.Configuration\SettingElementCollection.cs" />
- <Compile Include="System.Configuration\SettingValueElement.cs" />
- <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
- <Compile Include="System.Configuration\SettingsBase.cs" />
- <Compile Include="System.Configuration\SettingsContext.cs" />
- <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsManageability.cs" />
- <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProperty.cs" />
- <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
- <Compile Include="System.Configuration\SettingsProvider.cs" />
- <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
- <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
- <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
- <Compile Include="System.Configuration\SpecialSetting.cs" />
- <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
- <Compile Include="System.Configuration\UriSection.cs" />
- <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\UserSettingsGroup.cs" />
- <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
- <Compile Include="System.Diagnostics\CounterCreationData.cs" />
- <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
- <Compile Include="System.Diagnostics\CounterSample.cs" />
- <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
- <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
- <Compile Include="System.Diagnostics\EventInstance.cs" />
- <Compile Include="System.Diagnostics\EventLog.cs" />
- <Compile Include="System.Diagnostics\EventLogEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
- <Compile Include="System.Diagnostics\EventLogImpl.cs" />
- <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
- <Compile Include="System.Diagnostics\EventLogPermission.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
- <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
- <Compile Include="System.Diagnostics\ICollectData.cs" />
- <Compile Include="System.Diagnostics\InstanceData.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
- <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
- <Compile Include="System.Diagnostics\NullEventLog.cs" />
- <Compile Include="System.Diagnostics\OverflowAction.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
- <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
- <Compile Include="System.Diagnostics\Win32EventLog.cs" />
- <Compile Include="System.IO.Ports\Handshake.cs" />
- <Compile Include="System.IO.Ports\ISerialStream.cs" />
- <Compile Include="System.IO.Ports\Parity.cs" />
- <Compile Include="System.IO.Ports\SerialData.cs" />
- <Compile Include="System.IO.Ports\SerialError.cs" />
- <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPinChange.cs" />
- <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPort.cs" />
- <Compile Include="System.IO.Ports\SerialPortStream.cs" />
- <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialSignal.cs" />
- <Compile Include="System.IO.Ports\StopBits.cs" />
- <Compile Include="System.IO.Ports\WinSerialStream.cs" />
- <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
- <Compile Include="System.IO\DefaultWatcher.cs" />
- <Compile Include="System.IO\FAMWatcher.cs" />
- <Compile Include="System.IO\FileAction.cs" />
- <Compile Include="System.IO\FileSystemWatcher.cs" />
- <Compile Include="System.IO\IFileWatcher.cs" />
- <Compile Include="System.IO\InotifyWatcher.cs" />
- <Compile Include="System.IO\KeventWatcher.cs" />
- <Compile Include="System.IO\NullFileWatcher.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.Media\AudioData.cs" />
- <Compile Include="System.Media\AudioDevice.cs" />
- <Compile Include="System.Media\SoundPlayer.cs" />
- <Compile Include="System.Media\SystemSound.cs" />
- <Compile Include="System.Media\SystemSounds.cs" />
- <Compile Include="System.Media\Win32SoundPlayer.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
- <Compile Include="System.Net.Configuration\BypassElement.cs" />
- <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
- <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
- <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
- <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\ModuleElement.cs" />
- <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
- <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
- <Compile Include="System.Net.Configuration\ProxyElement.cs" />
- <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
- <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
- <Compile Include="System.Net.Configuration\SettingsSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
- <Compile Include="System.Net.Configuration\SmtpSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
- <Compile Include="System.Net.Configuration\SocketElement.cs" />
- <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.Mail\SmtpPermission.cs" />
- <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
- <Compile Include="System.Net.NetworkInformation\Win32UnixFactoryPal.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\DnsAsyncResult.cs" />
- <Compile Include="System.Net\DnsPermission.cs" />
- <Compile Include="System.Net\DnsPermissionAttribute.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
- <Compile Include="System.Security.Permissions\StorePermission.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
- <Compile Include="System.Web\AspNetHostingPermission.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
- <Compile Include="System\MonoToolsLocator.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\Win32UnixFactoryPal.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
- <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
- <Compile Include="Mono.AppleTls\Enums.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.Mobile.cs" />
- <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
- <Compile Include="Mono.AppleTls\Policy.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
- <Compile Include="Mono.AppleTls\SafeHandles.cs" />
- <Compile Include="Mono.AppleTls\SecureTransport.cs" />
- <Compile Include="Mono.AppleTls\SslConnection.cs" />
- <Compile Include="Mono.AppleTls\Trust.cs" />
- <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
- <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BufferedReadStream.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\ContentDecodeStream.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\FixedSizeReadStream.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\ServicePointScheduler.cs" />
- <Compile Include="System.Net\WebCompletionSource.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Net\WebConnectionTunnel.cs" />
- <Compile Include="System.Net\WebOperation.cs" />
- <Compile Include="System.Net\WebReadStream.cs" />
- <Compile Include="System.Net\WebRequestStream.cs" />
- <Compile Include="System.Net\WebResponseStream.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
+ <Compile Include="Mono.AppleTls\Enums.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.Mobile.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
+ <Compile Include="Mono.AppleTls\Policy.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.cs" />
+ <Compile Include="Mono.AppleTls\SecureTransport.cs" />
+ <Compile Include="Mono.AppleTls\SslConnection.cs" />
+ <Compile Include="Mono.AppleTls\Trust.cs" />
+ <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
+ <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\Win32UnixFactoryPal.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <!--Per-host-platform files-->
+ <Choose>
+ <When Condition="'$(HostPlatform)' == 'win32'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.BOOL.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CloseHandle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.CreateFile.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.FileOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.ReadDirectoryChangesW.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Windows\kernel32\Interop.SECURITY_ATTRIBUTES.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\PathInternal.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.Win32.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.Encoding\src\Internal\Cryptography\OidLookup.Windows.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
+ <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\PowerModes.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
+ <Compile Include="Microsoft.Win32\SystemEvents.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Dns\DnsClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
+ <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
+ <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
+ <Compile Include="Mono.Net.Dns\DnsType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverError.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
+ <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
+ <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
+ <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\Executor.cs" />
+ <Compile Include="System.Configuration\AppSettingsReader.cs" />
+ <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
+ <Compile Include="System.Configuration\ClientSettingsSection.cs" />
+ <Compile Include="System.Configuration\ConfigHelper.cs" />
+ <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
+ <Compile Include="System.Configuration\ConfigurationException.cs" />
+ <Compile Include="System.Configuration\ConfigurationSettings.cs" />
+ <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
+ <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
+ <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
+ <Compile Include="System.Configuration\IConfigXmlNode.cs" />
+ <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
+ <Compile Include="System.Configuration\IConfigurationSystem.cs" />
+ <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
+ <Compile Include="System.Configuration\ISettingsProviderService.cs" />
+ <Compile Include="System.Configuration\IdnElement.cs" />
+ <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
+ <Compile Include="System.Configuration\IriParsingElement.cs" />
+ <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
+ <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
+ <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
+ <Compile Include="System.Configuration\SettingAttribute.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingElement.cs" />
+ <Compile Include="System.Configuration\SettingElementCollection.cs" />
+ <Compile Include="System.Configuration\SettingValueElement.cs" />
+ <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
+ <Compile Include="System.Configuration\SettingsBase.cs" />
+ <Compile Include="System.Configuration\SettingsContext.cs" />
+ <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsManageability.cs" />
+ <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProperty.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
+ <Compile Include="System.Configuration\SettingsProvider.cs" />
+ <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
+ <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
+ <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
+ <Compile Include="System.Configuration\SpecialSetting.cs" />
+ <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UriSection.cs" />
+ <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UserSettingsGroup.cs" />
+ <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationData.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
+ <Compile Include="System.Diagnostics\CounterSample.cs" />
+ <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
+ <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
+ <Compile Include="System.Diagnostics\EventInstance.cs" />
+ <Compile Include="System.Diagnostics\EventLog.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
+ <Compile Include="System.Diagnostics\EventLogImpl.cs" />
+ <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermission.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
+ <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
+ <Compile Include="System.Diagnostics\ICollectData.cs" />
+ <Compile Include="System.Diagnostics\InstanceData.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
+ <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
+ <Compile Include="System.Diagnostics\NullEventLog.cs" />
+ <Compile Include="System.Diagnostics\OverflowAction.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
+ <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
+ <Compile Include="System.Diagnostics\Win32EventLog.cs" />
+ <Compile Include="System.IO.Ports\Handshake.cs" />
+ <Compile Include="System.IO.Ports\ISerialStream.cs" />
+ <Compile Include="System.IO.Ports\Parity.cs" />
+ <Compile Include="System.IO.Ports\SerialData.cs" />
+ <Compile Include="System.IO.Ports\SerialError.cs" />
+ <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChange.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPort.cs" />
+ <Compile Include="System.IO.Ports\SerialPortStream.cs" />
+ <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialSignal.cs" />
+ <Compile Include="System.IO.Ports\StopBits.cs" />
+ <Compile Include="System.IO.Ports\WinSerialStream.cs" />
+ <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
+ <Compile Include="System.IO\DefaultWatcher.cs" />
+ <Compile Include="System.IO\FAMWatcher.cs" />
+ <Compile Include="System.IO\FileAction.cs" />
+ <Compile Include="System.IO\FileSystemWatcher.cs" />
+ <Compile Include="System.IO\IFileWatcher.cs" />
+ <Compile Include="System.IO\InotifyWatcher.cs" />
+ <Compile Include="System.IO\KeventWatcher.cs" />
+ <Compile Include="System.IO\NullFileWatcher.cs" />
+ <Compile Include="System.IO\SearchPattern.cs" />
+ <Compile Include="System.Media\AudioData.cs" />
+ <Compile Include="System.Media\AudioDevice.cs" />
+ <Compile Include="System.Media\SoundPlayer.cs" />
+ <Compile Include="System.Media\SystemSound.cs" />
+ <Compile Include="System.Media\SystemSounds.cs" />
+ <Compile Include="System.Media\Win32SoundPlayer.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
+ <Compile Include="System.Net.Configuration\BypassElement.cs" />
+ <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
+ <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
+ <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
+ <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\ModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
+ <Compile Include="System.Net.Configuration\ProxyElement.cs" />
+ <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
+ <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
+ <Compile Include="System.Net.Configuration\SettingsSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
+ <Compile Include="System.Net.Configuration\SocketElement.cs" />
+ <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermission.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
+ <Compile Include="System.Net.NetworkInformation\Win32UnixFactoryPal.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\DnsAsyncResult.cs" />
+ <Compile Include="System.Net\DnsPermission.cs" />
+ <Compile Include="System.Net\DnsPermissionAttribute.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
+ <Compile Include="System.Security.Permissions\StorePermission.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
+ <Compile Include="System.Web\AspNetHostingPermission.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
+ <Compile Include="System\MonoToolsLocator.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'unix'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\System.Native\Interop.INotify.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeDirectoryHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.Linux.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
+ <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\PowerModes.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
+ <Compile Include="Microsoft.Win32\SystemEvents.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Dns\DnsClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
+ <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
+ <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
+ <Compile Include="Mono.Net.Dns\DnsType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverError.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
+ <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
+ <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
+ <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\Executor.cs" />
+ <Compile Include="System.Configuration\AppSettingsReader.cs" />
+ <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
+ <Compile Include="System.Configuration\ClientSettingsSection.cs" />
+ <Compile Include="System.Configuration\ConfigHelper.cs" />
+ <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
+ <Compile Include="System.Configuration\ConfigurationException.cs" />
+ <Compile Include="System.Configuration\ConfigurationSettings.cs" />
+ <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
+ <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
+ <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
+ <Compile Include="System.Configuration\IConfigXmlNode.cs" />
+ <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
+ <Compile Include="System.Configuration\IConfigurationSystem.cs" />
+ <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
+ <Compile Include="System.Configuration\ISettingsProviderService.cs" />
+ <Compile Include="System.Configuration\IdnElement.cs" />
+ <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
+ <Compile Include="System.Configuration\IriParsingElement.cs" />
+ <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
+ <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
+ <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
+ <Compile Include="System.Configuration\SettingAttribute.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingElement.cs" />
+ <Compile Include="System.Configuration\SettingElementCollection.cs" />
+ <Compile Include="System.Configuration\SettingValueElement.cs" />
+ <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
+ <Compile Include="System.Configuration\SettingsBase.cs" />
+ <Compile Include="System.Configuration\SettingsContext.cs" />
+ <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsManageability.cs" />
+ <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProperty.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
+ <Compile Include="System.Configuration\SettingsProvider.cs" />
+ <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
+ <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
+ <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
+ <Compile Include="System.Configuration\SpecialSetting.cs" />
+ <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UriSection.cs" />
+ <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UserSettingsGroup.cs" />
+ <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationData.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
+ <Compile Include="System.Diagnostics\CounterSample.cs" />
+ <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
+ <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
+ <Compile Include="System.Diagnostics\EventInstance.cs" />
+ <Compile Include="System.Diagnostics\EventLog.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
+ <Compile Include="System.Diagnostics\EventLogImpl.cs" />
+ <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermission.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
+ <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
+ <Compile Include="System.Diagnostics\ICollectData.cs" />
+ <Compile Include="System.Diagnostics\InstanceData.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
+ <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
+ <Compile Include="System.Diagnostics\NullEventLog.cs" />
+ <Compile Include="System.Diagnostics\OverflowAction.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
+ <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
+ <Compile Include="System.Diagnostics\Win32EventLog.cs" />
+ <Compile Include="System.IO.Ports\Handshake.cs" />
+ <Compile Include="System.IO.Ports\ISerialStream.cs" />
+ <Compile Include="System.IO.Ports\Parity.cs" />
+ <Compile Include="System.IO.Ports\SerialData.cs" />
+ <Compile Include="System.IO.Ports\SerialError.cs" />
+ <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChange.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPort.cs" />
+ <Compile Include="System.IO.Ports\SerialPortStream.cs" />
+ <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialSignal.cs" />
+ <Compile Include="System.IO.Ports\StopBits.cs" />
+ <Compile Include="System.IO.Ports\WinSerialStream.cs" />
+ <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
+ <Compile Include="System.IO\DefaultWatcher.cs" />
+ <Compile Include="System.IO\FAMWatcher.cs" />
+ <Compile Include="System.IO\FileAction.cs" />
+ <Compile Include="System.IO\FileSystemWatcher.cs" />
+ <Compile Include="System.IO\IFileWatcher.cs" />
+ <Compile Include="System.IO\InotifyWatcher.cs" />
+ <Compile Include="System.IO\KeventWatcher.cs" />
+ <Compile Include="System.IO\NullFileWatcher.cs" />
+ <Compile Include="System.IO\SearchPattern.cs" />
+ <Compile Include="System.Media\AudioData.cs" />
+ <Compile Include="System.Media\AudioDevice.cs" />
+ <Compile Include="System.Media\SoundPlayer.cs" />
+ <Compile Include="System.Media\SystemSound.cs" />
+ <Compile Include="System.Media\SystemSounds.cs" />
+ <Compile Include="System.Media\Win32SoundPlayer.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
+ <Compile Include="System.Net.Configuration\BypassElement.cs" />
+ <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
+ <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
+ <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
+ <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\ModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
+ <Compile Include="System.Net.Configuration\ProxyElement.cs" />
+ <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
+ <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
+ <Compile Include="System.Net.Configuration\SettingsSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
+ <Compile Include="System.Net.Configuration\SocketElement.cs" />
+ <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermission.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\DnsAsyncResult.cs" />
+ <Compile Include="System.Net\DnsPermission.cs" />
+ <Compile Include="System.Net\DnsPermissionAttribute.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
+ <Compile Include="System.Security.Permissions\StorePermission.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
+ <Compile Include="System.Web\AspNetHostingPermission.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
+ <Compile Include="System\MonoToolsLocator.cs" />
+ <Compile Include="corefx\Unix\Interop.Read.cs" />
+ <Compile Include="corefx\Unix\Interop.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'macos'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.CoreFoundation.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.EventStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\OSX\Interop.RunLoop.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.RealPath.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Sync.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeEventStreamHandle.OSX.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.OSX.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.OSX.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
+ <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\PowerModes.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
+ <Compile Include="Microsoft.Win32\SystemEvents.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
+ <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
+ <Compile Include="Mono.AppleTls\Enums.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.OSX.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
+ <Compile Include="Mono.AppleTls\Policy.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.cs" />
+ <Compile Include="Mono.AppleTls\SecureTransport.cs" />
+ <Compile Include="Mono.AppleTls\SslConnection.cs" />
+ <Compile Include="Mono.AppleTls\Trust.cs" />
+ <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
+ <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Dns\DnsClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
+ <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
+ <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
+ <Compile Include="Mono.Net.Dns\DnsType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverError.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
+ <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
+ <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
+ <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\Executor.cs" />
+ <Compile Include="System.Configuration\AppSettingsReader.cs" />
+ <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
+ <Compile Include="System.Configuration\ClientSettingsSection.cs" />
+ <Compile Include="System.Configuration\ConfigHelper.cs" />
+ <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
+ <Compile Include="System.Configuration\ConfigurationException.cs" />
+ <Compile Include="System.Configuration\ConfigurationSettings.cs" />
+ <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
+ <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
+ <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
+ <Compile Include="System.Configuration\IConfigXmlNode.cs" />
+ <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
+ <Compile Include="System.Configuration\IConfigurationSystem.cs" />
+ <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
+ <Compile Include="System.Configuration\ISettingsProviderService.cs" />
+ <Compile Include="System.Configuration\IdnElement.cs" />
+ <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
+ <Compile Include="System.Configuration\IriParsingElement.cs" />
+ <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
+ <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
+ <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
+ <Compile Include="System.Configuration\SettingAttribute.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingElement.cs" />
+ <Compile Include="System.Configuration\SettingElementCollection.cs" />
+ <Compile Include="System.Configuration\SettingValueElement.cs" />
+ <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
+ <Compile Include="System.Configuration\SettingsBase.cs" />
+ <Compile Include="System.Configuration\SettingsContext.cs" />
+ <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsManageability.cs" />
+ <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProperty.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
+ <Compile Include="System.Configuration\SettingsProvider.cs" />
+ <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
+ <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
+ <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
+ <Compile Include="System.Configuration\SpecialSetting.cs" />
+ <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UriSection.cs" />
+ <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UserSettingsGroup.cs" />
+ <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationData.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
+ <Compile Include="System.Diagnostics\CounterSample.cs" />
+ <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
+ <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
+ <Compile Include="System.Diagnostics\EventInstance.cs" />
+ <Compile Include="System.Diagnostics\EventLog.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
+ <Compile Include="System.Diagnostics\EventLogImpl.cs" />
+ <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermission.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
+ <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
+ <Compile Include="System.Diagnostics\ICollectData.cs" />
+ <Compile Include="System.Diagnostics\InstanceData.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
+ <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
+ <Compile Include="System.Diagnostics\NullEventLog.cs" />
+ <Compile Include="System.Diagnostics\OverflowAction.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
+ <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
+ <Compile Include="System.Diagnostics\Win32EventLog.cs" />
+ <Compile Include="System.IO.Ports\Handshake.cs" />
+ <Compile Include="System.IO.Ports\ISerialStream.cs" />
+ <Compile Include="System.IO.Ports\Parity.cs" />
+ <Compile Include="System.IO.Ports\SerialData.cs" />
+ <Compile Include="System.IO.Ports\SerialError.cs" />
+ <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChange.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPort.cs" />
+ <Compile Include="System.IO.Ports\SerialPortStream.cs" />
+ <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialSignal.cs" />
+ <Compile Include="System.IO.Ports\StopBits.cs" />
+ <Compile Include="System.IO.Ports\WinSerialStream.cs" />
+ <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
+ <Compile Include="System.IO\DefaultWatcher.cs" />
+ <Compile Include="System.IO\FAMWatcher.cs" />
+ <Compile Include="System.IO\FileAction.cs" />
+ <Compile Include="System.IO\FileSystemWatcher.cs" />
+ <Compile Include="System.IO\IFileWatcher.cs" />
+ <Compile Include="System.IO\InotifyWatcher.cs" />
+ <Compile Include="System.IO\KeventWatcher.cs" />
+ <Compile Include="System.IO\NullFileWatcher.cs" />
+ <Compile Include="System.IO\SearchPattern.cs" />
+ <Compile Include="System.Media\AudioData.cs" />
+ <Compile Include="System.Media\AudioDevice.cs" />
+ <Compile Include="System.Media\SoundPlayer.cs" />
+ <Compile Include="System.Media\SystemSound.cs" />
+ <Compile Include="System.Media\SystemSounds.cs" />
+ <Compile Include="System.Media\Win32SoundPlayer.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
+ <Compile Include="System.Net.Configuration\BypassElement.cs" />
+ <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
+ <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
+ <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
+ <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\ModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
+ <Compile Include="System.Net.Configuration\ProxyElement.cs" />
+ <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
+ <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
+ <Compile Include="System.Net.Configuration\SettingsSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
+ <Compile Include="System.Net.Configuration\SocketElement.cs" />
+ <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermission.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\DnsAsyncResult.cs" />
+ <Compile Include="System.Net\DnsPermission.cs" />
+ <Compile Include="System.Net\DnsPermissionAttribute.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
+ <Compile Include="System.Security.Permissions\StorePermission.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
+ <Compile Include="System.Web\AspNetHostingPermission.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
+ <Compile Include="System\MonoToolsLocator.cs" />
+ <Compile Include="corefx\Unix\Interop.Read.cs" />
+ <Compile Include="corefx\Unix\Interop.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'linux'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Linux\System.Native\Interop.INotify.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.IOErrors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Close.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.FLock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Open.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.OpenFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Poll.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.ReadDir.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Interop\Unix\System.Native\Interop.Stat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeDirectoryHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.Linux.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
+ <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\PowerModes.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
+ <Compile Include="Microsoft.Win32\SystemEvents.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Dns\DnsClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
+ <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
+ <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
+ <Compile Include="Mono.Net.Dns\DnsType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverError.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
+ <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
+ <Compile Include="System.CodeDom.Compiler\CodeDomConfigurationHandler.cs" />
+ <Compile Include="System.CodeDom.Compiler\Compiler.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOption.cs" />
+ <Compile Include="System.CodeDom.Compiler\CompilerProviderOptionsCollection.cs" />
+ <Compile Include="System.CodeDom.Compiler\Executor.cs" />
+ <Compile Include="System.Configuration\AppSettingsReader.cs" />
+ <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
+ <Compile Include="System.Configuration\ClientSettingsSection.cs" />
+ <Compile Include="System.Configuration\ConfigHelper.cs" />
+ <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
+ <Compile Include="System.Configuration\ConfigurationException.cs" />
+ <Compile Include="System.Configuration\ConfigurationSettings.cs" />
+ <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
+ <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
+ <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
+ <Compile Include="System.Configuration\IConfigXmlNode.cs" />
+ <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
+ <Compile Include="System.Configuration\IConfigurationSystem.cs" />
+ <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
+ <Compile Include="System.Configuration\ISettingsProviderService.cs" />
+ <Compile Include="System.Configuration\IdnElement.cs" />
+ <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
+ <Compile Include="System.Configuration\IriParsingElement.cs" />
+ <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
+ <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
+ <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
+ <Compile Include="System.Configuration\SettingAttribute.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingElement.cs" />
+ <Compile Include="System.Configuration\SettingElementCollection.cs" />
+ <Compile Include="System.Configuration\SettingValueElement.cs" />
+ <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
+ <Compile Include="System.Configuration\SettingsBase.cs" />
+ <Compile Include="System.Configuration\SettingsContext.cs" />
+ <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsManageability.cs" />
+ <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProperty.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
+ <Compile Include="System.Configuration\SettingsProvider.cs" />
+ <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
+ <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
+ <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
+ <Compile Include="System.Configuration\SpecialSetting.cs" />
+ <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UriSection.cs" />
+ <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UserSettingsGroup.cs" />
+ <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationData.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
+ <Compile Include="System.Diagnostics\CounterSample.cs" />
+ <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
+ <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
+ <Compile Include="System.Diagnostics\EventInstance.cs" />
+ <Compile Include="System.Diagnostics\EventLog.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
+ <Compile Include="System.Diagnostics\EventLogImpl.cs" />
+ <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermission.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
+ <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
+ <Compile Include="System.Diagnostics\ICollectData.cs" />
+ <Compile Include="System.Diagnostics\InstanceData.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
+ <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
+ <Compile Include="System.Diagnostics\NullEventLog.cs" />
+ <Compile Include="System.Diagnostics\OverflowAction.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
+ <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
+ <Compile Include="System.Diagnostics\Win32EventLog.cs" />
+ <Compile Include="System.IO.Ports\Handshake.cs" />
+ <Compile Include="System.IO.Ports\ISerialStream.cs" />
+ <Compile Include="System.IO.Ports\Parity.cs" />
+ <Compile Include="System.IO.Ports\SerialData.cs" />
+ <Compile Include="System.IO.Ports\SerialError.cs" />
+ <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChange.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPort.cs" />
+ <Compile Include="System.IO.Ports\SerialPortStream.cs" />
+ <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialSignal.cs" />
+ <Compile Include="System.IO.Ports\StopBits.cs" />
+ <Compile Include="System.IO.Ports\WinSerialStream.cs" />
+ <Compile Include="System.IO\CoreFXFileSystemWatcherProxy.cs" />
+ <Compile Include="System.IO\DefaultWatcher.cs" />
+ <Compile Include="System.IO\FAMWatcher.cs" />
+ <Compile Include="System.IO\FileAction.cs" />
+ <Compile Include="System.IO\FileSystemWatcher.cs" />
+ <Compile Include="System.IO\IFileWatcher.cs" />
+ <Compile Include="System.IO\InotifyWatcher.cs" />
+ <Compile Include="System.IO\KeventWatcher.cs" />
+ <Compile Include="System.IO\NullFileWatcher.cs" />
+ <Compile Include="System.IO\SearchPattern.cs" />
+ <Compile Include="System.Media\AudioData.cs" />
+ <Compile Include="System.Media\AudioDevice.cs" />
+ <Compile Include="System.Media\SoundPlayer.cs" />
+ <Compile Include="System.Media\SystemSound.cs" />
+ <Compile Include="System.Media\SystemSounds.cs" />
+ <Compile Include="System.Media\Win32SoundPlayer.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
+ <Compile Include="System.Net.Configuration\BypassElement.cs" />
+ <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
+ <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
+ <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
+ <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\ModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
+ <Compile Include="System.Net.Configuration\ProxyElement.cs" />
+ <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
+ <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
+ <Compile Include="System.Net.Configuration\SettingsSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
+ <Compile Include="System.Net.Configuration\SocketElement.cs" />
+ <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermission.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\DnsAsyncResult.cs" />
+ <Compile Include="System.Net\DnsPermission.cs" />
+ <Compile Include="System.Net\DnsPermissionAttribute.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
+ <Compile Include="System.Security.Permissions\StorePermission.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
+ <Compile Include="System.Web\AspNetHostingPermission.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
+ <Compile Include="System\MonoToolsLocator.cs" />
+ <Compile Include="corefx\Unix\Interop.Read.cs" />
+ <Compile Include="corefx\Unix\Interop.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-host-platform files-->
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\AuthorityKeyIdentifierExtension.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.platformnotsupported.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.platformnotsupported.cs" />
+ <Compile Include="System.Net.Sockets\TcpClient.platformnotsupported.cs" />
+ <Compile Include="System.Net.Sockets\TcpListener.platformnotsupported.cs" />
+ <Compile Include="System.Net.Sockets\UdpClient.platformnotsupported.cs" />
+ <Compile Include="System.Net.WebSockets\HttpListenerWebSocketContext.platformnotsupported.cs" />
+ <Compile Include="System.Net\AuthenticationManager.platformnotsupported.cs" />
+ <Compile Include="System.Net\FtpRequestCreator.platformnotsupported.cs" />
+ <Compile Include="System.Net\FtpWebRequest.platformnotsupported.cs" />
+ <Compile Include="System.Net\FtpWebResponse.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListener.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerContext.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpWebRequest.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpWebResponse.platformnotsupported.cs" />
+ <Compile Include="System.Net\ServicePoint.platformnotsupported.cs" />
+ <Compile Include="System.Net\ServicePointManager.platformnotsupported.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
+ <Compile Include="Mono.AppleTls\Enums.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.Mobile.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
+ <Compile Include="Mono.AppleTls\Policy.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.cs" />
+ <Compile Include="Mono.AppleTls\SecureTransport.cs" />
+ <Compile Include="Mono.AppleTls\SslConnection.cs" />
+ <Compile Include="Mono.AppleTls\Trust.cs" />
+ <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
+ <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
+ <Compile Include="Mono.AppleTls\Enums.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.Mobile.cs" />
+ <Compile Include="Mono.AppleTls\MonoCertificatePal.cs" />
+ <Compile Include="Mono.AppleTls\Policy.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.Mono.cs" />
+ <Compile Include="Mono.AppleTls\SafeHandles.cs" />
+ <Compile Include="Mono.AppleTls\SecureTransport.cs" />
+ <Compile Include="Mono.AppleTls\SslConnection.cs" />
+ <Compile Include="Mono.AppleTls\Trust.cs" />
+ <Compile Include="Mono.AppleTls\X509CertificateImplApple.cs" />
+ <Compile Include="Mono.AppleTls\X509PalImpl.Apple.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.Unix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\ContextAwareResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpValidationHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\TlsStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.UnknownUnix.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\CommandStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpControlStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpDataStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebRequest.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\FtpWebResponse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Requests\src\System\Net\NetworkStreamWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslApplicationProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslClientAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.Security\src\System\Net\Security\SslServerAuthenticationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\CompiledRegexRunnerFactory.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexLWCGCompiler.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ <Compile Include="Internal.Cryptography\OidLookup.Managed.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509LookupAndroid.cs" />
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslClientAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoSslServerAuthenticationOptions.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxUnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsIPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixIcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixNetworkInterfaceFactory.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixTcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnixUdpStatistics.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\BufferedReadStream.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\ContentDecodeStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FixedSizeReadStream.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\ServicePointScheduler.cs" />
+ <Compile Include="System.Net\WebCompletionSource.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net\WebConnectionTunnel.cs" />
+ <Compile Include="System.Net\WebOperation.cs" />
+ <Compile Include="System.Net\WebReadStream.cs" />
+ <Compile Include="System.Net\WebRequestStream.cs" />
+ <Compile Include="System.Net\WebResponseStream.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
+ <Compile Include="System\AndroidPlatform.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../corlib/corlib.csproj" />
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
@@ -52,15 +53,16 @@
<Compile Include="SystemWebTestShim\HttpCapabilitiesBase.cs" />
<Compile Include="SystemWebTestShim\Page.cs" />
<Compile Include="SystemWebTestShim\UrlUtils.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -51,15 +52,16 @@
<Compile Include="WebMatrix.Data\ConnectionEventArgs.cs" />
<Compile Include="WebMatrix.Data\Database.cs" />
<Compile Include="WebMatrix.Data\DynamicRecord.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
@@ -247,15 +248,16 @@
<Compile Include="ZipSharp\ZipStream.cs" />
<Compile Include="ZipSharp\ZipTime.cs" />
<Compile Include="ZipSharp\ZipWriteStream.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
<Compile Include="CommonCrypto\MD4Managed.g.cs" />
</ItemGroup>
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\AccessViolationException.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\System\Action.cs" />
@@ -2012,332 +2013,370 @@
<Compile Include="corert\Stream.cs" />
<Compile Include="corert\Task.cs" />
<Compile Include="corert\ThreadPool.cs" />
+ <!--Genconsts dependency because this project includes Consts.cs-->
<ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
<Name>genconsts</Name>
<Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>False</Private>
+ <Private>false</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monodroid' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="CommonCrypto\CommonCrypto.cs" />
- <Compile Include="CommonCrypto\CorlibExtras.cs" />
- <Compile Include="CommonCrypto\CryptorTransform.cs" />
- <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
- <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
- <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
- <Compile Include="CommonCrypto\RijndaelManaged.cs" />
- <Compile Include="System.Text\EncodingHelper.MonoTouch.cs" />
- <Compile Include="System\Environment.iOS.cs" />
- <Compile Include="System\Guid.MonoTouch.cs" />
- <Compile Include="System\NotSupportedException.iOS.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_tv' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="CommonCrypto\CommonCrypto.cs" />
- <Compile Include="CommonCrypto\CorlibExtras.cs" />
- <Compile Include="CommonCrypto\CryptorTransform.cs" />
- <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
- <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
- <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
- <Compile Include="CommonCrypto\RijndaelManaged.cs" />
- <Compile Include="System.Text\EncodingHelper.MonoTouch.cs" />
- <Compile Include="System\Environment.iOS.cs" />
- <Compile Include="System\Guid.MonoTouch.cs" />
- <Compile Include="System\NotSupportedException.iOS.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'monotouch_watch' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="CommonCrypto\CommonCrypto.cs" />
- <Compile Include="CommonCrypto\CorlibExtras.cs" />
- <Compile Include="CommonCrypto\CryptorTransform.cs" />
- <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
- <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
- <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
- <Compile Include="CommonCrypto\RijndaelManaged.cs" />
- <Compile Include="System.Text\EncodingHelper.MonoTouch.cs" />
- <Compile Include="System\Environment.iOS.cs" />
- <Compile Include="System\Guid.MonoTouch.cs" />
- <Compile Include="System\NotSupportedException.iOS.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|linux' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\System.Native\Interop.GetRandomBytes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|macos' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\System.Native\Interop.GetRandomBytes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|unix' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\System.Native\Interop.GetRandomBytes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)|$(HostPlatform)' == 'net_4_x|win32' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.NTSTATUS.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Windows.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.MemAllocFree.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.ThreadPoolIO.cs" />
- <Compile Include="..\..\..\external\corert\src\Runtime.Base\src\System\Runtime\InteropServices\NativeCallableAttribute.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\IO\Win32Marshal.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\DeferredDisposableLifetime.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeThreadPoolIOHandle.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Windows.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\ThreadPoolCallbackWrapper.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolBoundHandle.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.OverlappedData.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolPreAllocatedOverlapped.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Windows.cs" />
- <Compile Include="corert\RuntimeImports.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'orbis' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'unreal' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'winaot' ">
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.NTSTATUS.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Windows.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.MemAllocFree.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.ThreadPoolIO.cs" />
- <Compile Include="..\..\..\external\corert\src\Runtime.Base\src\System\Runtime\InteropServices\NativeCallableAttribute.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\IO\Win32Marshal.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\DeferredDisposableLifetime.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeThreadPoolIOHandle.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Windows.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\ThreadPoolCallbackWrapper.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolBoundHandle.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.OverlappedData.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolPreAllocatedOverlapped.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Windows.cs" />
- <Compile Include="corert\RuntimeImports.cs" />
- </ItemGroup>
- <ItemGroup Condition=" '$(Platform)' == 'xammac' ">
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
- <Compile Include="CommonCrypto\CommonCrypto.cs" />
- <Compile Include="CommonCrypto\CorlibExtras.cs" />
- <Compile Include="CommonCrypto\CryptorTransform.cs" />
- <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
- <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
- <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
- <Compile Include="CommonCrypto\RijndaelManaged.cs" />
- <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
- <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
- <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
- </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\CorlibExtras.cs" />
+ <Compile Include="CommonCrypto\CryptorTransform.cs" />
+ <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
+ <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
+ <Compile Include="CommonCrypto\RijndaelManaged.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.NTSTATUS.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Windows.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.MemAllocFree.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.ThreadPoolIO.cs" />
+ <Compile Include="..\..\..\external\corert\src\Runtime.Base\src\System\Runtime\InteropServices\NativeCallableAttribute.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\IO\Win32Marshal.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\DeferredDisposableLifetime.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeThreadPoolIOHandle.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Windows.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\ThreadPoolCallbackWrapper.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolBoundHandle.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.OverlappedData.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolPreAllocatedOverlapped.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Windows.cs" />
+ <Compile Include="corert\RuntimeImports.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <!--Per-host-platform files-->
+ <Choose>
+ <When Condition="'$(HostPlatform)' == 'win32'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.GetRandomBytes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.BCryptGenRandom.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\BCrypt\Interop.NTSTATUS.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Windows.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.MemAllocFree.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.ThreadPoolIO.cs" />
+ <Compile Include="..\..\..\external\corert\src\Runtime.Base\src\System\Runtime\InteropServices\NativeCallableAttribute.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\IO\Win32Marshal.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\DeferredDisposableLifetime.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeThreadPoolIOHandle.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Windows.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\ThreadPoolCallbackWrapper.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolBoundHandle.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.OverlappedData.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolPreAllocatedOverlapped.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Windows.cs" />
+ <Compile Include="corert\RuntimeImports.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'unix'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\System.Native\Interop.GetRandomBytes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'macos'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\System.Native\Interop.GetRandomBytes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(HostPlatform)' == 'linux'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\CoreLib\Interop\Unix\System.Native\Interop.GetRandomBytes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-host-platform files-->
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\CorlibExtras.cs" />
+ <Compile Include="CommonCrypto\CryptorTransform.cs" />
+ <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
+ <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
+ <Compile Include="CommonCrypto\RijndaelManaged.cs" />
+ <Compile Include="System.Text\EncodingHelper.MonoTouch.cs" />
+ <Compile Include="System\Environment.iOS.cs" />
+ <Compile Include="System\Guid.MonoTouch.cs" />
+ <Compile Include="System\NotSupportedException.iOS.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\CorlibExtras.cs" />
+ <Compile Include="CommonCrypto\CryptorTransform.cs" />
+ <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
+ <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
+ <Compile Include="CommonCrypto\RijndaelManaged.cs" />
+ <Compile Include="System.Text\EncodingHelper.MonoTouch.cs" />
+ <Compile Include="System\Environment.iOS.cs" />
+ <Compile Include="System\Guid.MonoTouch.cs" />
+ <Compile Include="System\NotSupportedException.iOS.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\CorlibExtras.cs" />
+ <Compile Include="CommonCrypto\CryptorTransform.cs" />
+ <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
+ <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
+ <Compile Include="CommonCrypto\RijndaelManaged.cs" />
+ <Compile Include="System.Text\EncodingHelper.MonoTouch.cs" />
+ <Compile Include="System\Environment.iOS.cs" />
+ <Compile Include="System\Guid.MonoTouch.cs" />
+ <Compile Include="System\NotSupportedException.iOS.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\Microsoft\Win32\SafeHandles\SafePasswordHandle.Unix.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.Number.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Number.Unix.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="corefx\Interop.GetRandomBytes.Mono.cs" />
+ <Compile Include="corefx\Mono.SafePasswordHandle.Unix.cs" />
+ <Compile Include="corert\PreAllocatedOverlapped.platformnotsupported.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.platformnotsupported.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' "></ItemGroup>
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\Code.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\Mono.Cecil.Cil\CodeReader.cs" />
@@ -173,7 +174,7 @@
<Compile Include="..\..\..\..\external\cecil-legacy\Mono\Funcs.cs" />
<Compile Include="..\..\..\..\external\cecil-legacy\System.Runtime.CompilerServices\ExtensionAttribute.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
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 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
<ItemGroup>
<Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\ASCIIFoldingFilter.cs" />
<Compile Include="..\..\..\external\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Analyzer.cs" />
@@ -525,7 +526,7 @@
<Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\storage\ZipStorage.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup></ItemGroup>
+ <!--End of common files-->
<!-- @ALL_SOURCES@ -->
<ItemGroup>
<ProjectReference Include="../ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj" />